@cdktn/provider-newrelic 14.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (154) hide show
  1. package/.jsii +198156 -0
  2. package/LICENSE +355 -0
  3. package/README.md +94 -0
  4. package/lib/account-management/index.d.ts +122 -0
  5. package/lib/account-management/index.js +293 -0
  6. package/lib/alert-channel/index.d.ts +351 -0
  7. package/lib/alert-channel/index.js +769 -0
  8. package/lib/alert-compound-condition/index.d.ts +233 -0
  9. package/lib/alert-compound-condition/index.js +506 -0
  10. package/lib/alert-condition/index.d.ts +271 -0
  11. package/lib/alert-condition/index.js +558 -0
  12. package/lib/alert-muting-rule/index.d.ts +309 -0
  13. package/lib/alert-muting-rule/index.js +714 -0
  14. package/lib/alert-policy/index.d.ts +91 -0
  15. package/lib/alert-policy/index.js +174 -0
  16. package/lib/alert-policy-channel/index.d.ts +114 -0
  17. package/lib/alert-policy-channel/index.js +258 -0
  18. package/lib/api-access-key/index.d.ts +102 -0
  19. package/lib/api-access-key/index.js +220 -0
  20. package/lib/application-settings/index.d.ts +414 -0
  21. package/lib/application-settings/index.js +944 -0
  22. package/lib/browser-application/index.d.ts +149 -0
  23. package/lib/browser-application/index.js +341 -0
  24. package/lib/cloud-aws-eu-sovereign-integrations/index.d.ts +199 -0
  25. package/lib/cloud-aws-eu-sovereign-integrations/index.js +481 -0
  26. package/lib/cloud-aws-eu-sovereign-link-account/index.d.ts +90 -0
  27. package/lib/cloud-aws-eu-sovereign-link-account/index.js +171 -0
  28. package/lib/cloud-aws-govcloud-integrations/index.d.ts +1523 -0
  29. package/lib/cloud-aws-govcloud-integrations/index.js +3776 -0
  30. package/lib/cloud-aws-govcloud-link-account/index.d.ts +90 -0
  31. package/lib/cloud-aws-govcloud-link-account/index.js +171 -0
  32. package/lib/cloud-aws-integrations/index.d.ts +3345 -0
  33. package/lib/cloud-aws-integrations/index.js +8599 -0
  34. package/lib/cloud-aws-link-account/index.d.ts +90 -0
  35. package/lib/cloud-aws-link-account/index.js +171 -0
  36. package/lib/cloud-azure-integrations/index.d.ts +1666 -0
  37. package/lib/cloud-azure-integrations/index.js +4361 -0
  38. package/lib/cloud-azure-link-account/index.d.ts +109 -0
  39. package/lib/cloud-azure-link-account/index.js +204 -0
  40. package/lib/cloud-gcp-integrations/index.d.ts +1049 -0
  41. package/lib/cloud-gcp-integrations/index.js +2810 -0
  42. package/lib/cloud-gcp-link-account/index.d.ts +79 -0
  43. package/lib/cloud-gcp-link-account/index.js +150 -0
  44. package/lib/cloud-oci-link-account/index.d.ts +195 -0
  45. package/lib/cloud-oci-link-account/index.js +366 -0
  46. package/lib/data-newrelic-account/index.d.ts +82 -0
  47. package/lib/data-newrelic-account/index.js +160 -0
  48. package/lib/data-newrelic-alert-channel/index.d.ts +126 -0
  49. package/lib/data-newrelic-alert-channel/index.js +298 -0
  50. package/lib/data-newrelic-alert-policy/index.d.ts +82 -0
  51. package/lib/data-newrelic-alert-policy/index.js +161 -0
  52. package/lib/data-newrelic-application/index.d.ts +60 -0
  53. package/lib/data-newrelic-application/index.js +122 -0
  54. package/lib/data-newrelic-authentication-domain/index.d.ts +47 -0
  55. package/lib/data-newrelic-authentication-domain/index.js +97 -0
  56. package/lib/data-newrelic-cloud-account/index.d.ts +79 -0
  57. package/lib/data-newrelic-cloud-account/index.js +150 -0
  58. package/lib/data-newrelic-entity/index.d.ts +189 -0
  59. package/lib/data-newrelic-entity/index.js +401 -0
  60. package/lib/data-newrelic-group/index.d.ts +58 -0
  61. package/lib/data-newrelic-group/index.js +116 -0
  62. package/lib/data-newrelic-key-transaction/index.d.ts +82 -0
  63. package/lib/data-newrelic-key-transaction/index.js +161 -0
  64. package/lib/data-newrelic-notification-destination/index.d.ts +165 -0
  65. package/lib/data-newrelic-notification-destination/index.js +372 -0
  66. package/lib/data-newrelic-obfuscation-expression/index.d.ts +69 -0
  67. package/lib/data-newrelic-obfuscation-expression/index.js +132 -0
  68. package/lib/data-newrelic-service-level-alert-helper/index.d.ts +111 -0
  69. package/lib/data-newrelic-service-level-alert-helper/index.js +244 -0
  70. package/lib/data-newrelic-synthetics-private-location/index.d.ts +80 -0
  71. package/lib/data-newrelic-synthetics-private-location/index.js +153 -0
  72. package/lib/data-newrelic-synthetics-secure-credential/index.d.ts +71 -0
  73. package/lib/data-newrelic-synthetics-secure-credential/index.js +140 -0
  74. package/lib/data-newrelic-test-grok-pattern/index.d.ts +149 -0
  75. package/lib/data-newrelic-test-grok-pattern/index.js +318 -0
  76. package/lib/data-newrelic-user/index.d.ts +69 -0
  77. package/lib/data-newrelic-user/index.js +136 -0
  78. package/lib/data-partition-rule/index.d.ts +146 -0
  79. package/lib/data-partition-rule/index.js +319 -0
  80. package/lib/entity-tags/index.d.ts +156 -0
  81. package/lib/entity-tags/index.js +368 -0
  82. package/lib/events-to-metrics-rule/index.d.ts +102 -0
  83. package/lib/events-to-metrics-rule/index.js +196 -0
  84. package/lib/group/index.d.ts +79 -0
  85. package/lib/group/index.js +150 -0
  86. package/lib/index.d.ts +74 -0
  87. package/lib/index.js +80 -0
  88. package/lib/infra-alert-condition/index.d.ts +293 -0
  89. package/lib/infra-alert-condition/index.js +665 -0
  90. package/lib/insights-event/index.d.ts +186 -0
  91. package/lib/insights-event/index.js +425 -0
  92. package/lib/key-transaction/index.d.ts +100 -0
  93. package/lib/key-transaction/index.js +191 -0
  94. package/lib/lazy-index.d.ts +4 -0
  95. package/lib/lazy-index.js +77 -0
  96. package/lib/log-parsing-rule/index.d.ts +132 -0
  97. package/lib/log-parsing-rule/index.js +250 -0
  98. package/lib/monitor-downtime/index.d.ts +259 -0
  99. package/lib/monitor-downtime/index.js +594 -0
  100. package/lib/notification-channel/index.d.ts +240 -0
  101. package/lib/notification-channel/index.js +546 -0
  102. package/lib/notification-destination/index.d.ts +406 -0
  103. package/lib/notification-destination/index.js +1030 -0
  104. package/lib/nrql-alert-condition/index.d.ts +976 -0
  105. package/lib/nrql-alert-condition/index.js +2320 -0
  106. package/lib/nrql-drop-rule/index.d.ts +127 -0
  107. package/lib/nrql-drop-rule/index.js +287 -0
  108. package/lib/obfuscation-expression/index.d.ts +90 -0
  109. package/lib/obfuscation-expression/index.js +171 -0
  110. package/lib/obfuscation-rule/index.d.ts +173 -0
  111. package/lib/obfuscation-rule/index.js +361 -0
  112. package/lib/one-dashboard/index-structs/index.d.ts +6 -0
  113. package/lib/one-dashboard/index-structs/index.js +23 -0
  114. package/lib/one-dashboard/index-structs/structs0.d.ts +7000 -0
  115. package/lib/one-dashboard/index-structs/structs0.js +17966 -0
  116. package/lib/one-dashboard/index-structs/structs400.d.ts +3703 -0
  117. package/lib/one-dashboard/index-structs/structs400.js +9484 -0
  118. package/lib/one-dashboard/index.d.ts +116 -0
  119. package/lib/one-dashboard/index.js +246 -0
  120. package/lib/one-dashboard-json/index.d.ts +116 -0
  121. package/lib/one-dashboard-json/index.js +278 -0
  122. package/lib/one-dashboard-raw/index.d.ts +278 -0
  123. package/lib/one-dashboard-raw/index.js +646 -0
  124. package/lib/pipeline-cloud-rule/index.d.ts +90 -0
  125. package/lib/pipeline-cloud-rule/index.js +171 -0
  126. package/lib/provider/index.d.ts +164 -0
  127. package/lib/provider/index.js +354 -0
  128. package/lib/service-level/index.d.ts +505 -0
  129. package/lib/service-level/index.js +1429 -0
  130. package/lib/synthetics-alert-condition/index.d.ts +101 -0
  131. package/lib/synthetics-alert-condition/index.js +193 -0
  132. package/lib/synthetics-broken-links-monitor/index.d.ts +221 -0
  133. package/lib/synthetics-broken-links-monitor/index.js +455 -0
  134. package/lib/synthetics-cert-check-monitor/index.d.ts +226 -0
  135. package/lib/synthetics-cert-check-monitor/index.js +469 -0
  136. package/lib/synthetics-monitor/index.d.ts +408 -0
  137. package/lib/synthetics-monitor/index.js +843 -0
  138. package/lib/synthetics-multilocation-alert-condition/index.d.ts +181 -0
  139. package/lib/synthetics-multilocation-alert-condition/index.js +403 -0
  140. package/lib/synthetics-private-location/index.d.ts +94 -0
  141. package/lib/synthetics-private-location/index.js +187 -0
  142. package/lib/synthetics-script-monitor/index.d.ts +352 -0
  143. package/lib/synthetics-script-monitor/index.js +736 -0
  144. package/lib/synthetics-secure-credential/index.d.ts +136 -0
  145. package/lib/synthetics-secure-credential/index.js +300 -0
  146. package/lib/synthetics-step-monitor/index.d.ts +372 -0
  147. package/lib/synthetics-step-monitor/index.js +809 -0
  148. package/lib/user/index.d.ts +89 -0
  149. package/lib/user/index.js +168 -0
  150. package/lib/workflow/index.d.ts +445 -0
  151. package/lib/workflow/index.js +1058 -0
  152. package/lib/workload/index.d.ts +518 -0
  153. package/lib/workload/index.js +1279 -0
  154. package/package.json +155 -0
@@ -0,0 +1,3703 @@
1
+ /**
2
+ * Copyright IBM Corp. 2021, 2026
3
+ * SPDX-License-Identifier: MPL-2.0
4
+ */
5
+ import * as cdktn from 'cdktn';
6
+ import { OneDashboardPageWidgetLogTableNullValuesSeriesOverrides, OneDashboardPageWidgetLogTableNullValuesSeriesOverridesList, OneDashboardPageWidgetLogTableColors, OneDashboardPageWidgetLogTableColorsList, OneDashboardPageWidgetLogTableDataFormat, OneDashboardPageWidgetLogTableDataFormatList, OneDashboardPageWidgetLogTableInitialSorting, OneDashboardPageWidgetLogTableInitialSortingOutputReference, OneDashboardPageWidgetLogTableNrqlQuery, OneDashboardPageWidgetLogTableNrqlQueryList, OneDashboardPageWidgetArea, OneDashboardPageWidgetAreaList, OneDashboardPageWidgetBar, OneDashboardPageWidgetBarList, OneDashboardPageWidgetBillboard, OneDashboardPageWidgetBillboardList, OneDashboardPageWidgetBullet, OneDashboardPageWidgetBulletList, OneDashboardPageWidgetFunnel, OneDashboardPageWidgetFunnelList, OneDashboardPageWidgetHeatmap, OneDashboardPageWidgetHeatmapList, OneDashboardPageWidgetHistogram, OneDashboardPageWidgetHistogramList, OneDashboardPageWidgetJson, OneDashboardPageWidgetJsonList, OneDashboardPageWidgetLine, OneDashboardPageWidgetLineList } from './structs0';
7
+ export interface OneDashboardPageWidgetLogTableNullValues {
8
+ /**
9
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}
10
+ */
11
+ readonly nullValue?: string;
12
+ /**
13
+ * series_overrides block
14
+ *
15
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides}
16
+ */
17
+ readonly seriesOverrides?: OneDashboardPageWidgetLogTableNullValuesSeriesOverrides[] | cdktn.IResolvable;
18
+ }
19
+ export declare function oneDashboardPageWidgetLogTableNullValuesToTerraform(struct?: OneDashboardPageWidgetLogTableNullValues | cdktn.IResolvable): any;
20
+ export declare function oneDashboardPageWidgetLogTableNullValuesToHclTerraform(struct?: OneDashboardPageWidgetLogTableNullValues | cdktn.IResolvable): any;
21
+ export declare class OneDashboardPageWidgetLogTableNullValuesOutputReference extends cdktn.ComplexObject {
22
+ private isEmptyObject;
23
+ private resolvableValue?;
24
+ /**
25
+ * @param terraformResource The parent resource
26
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
27
+ * @param complexObjectIndex the index of this item in the list
28
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
29
+ */
30
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
31
+ get internalValue(): OneDashboardPageWidgetLogTableNullValues | cdktn.IResolvable | undefined;
32
+ set internalValue(value: OneDashboardPageWidgetLogTableNullValues | cdktn.IResolvable | undefined);
33
+ private _nullValue?;
34
+ get nullValue(): string;
35
+ set nullValue(value: string);
36
+ resetNullValue(): void;
37
+ get nullValueInput(): string | undefined;
38
+ private _seriesOverrides;
39
+ get seriesOverrides(): OneDashboardPageWidgetLogTableNullValuesSeriesOverridesList;
40
+ putSeriesOverrides(value: OneDashboardPageWidgetLogTableNullValuesSeriesOverrides[] | cdktn.IResolvable): void;
41
+ resetSeriesOverrides(): void;
42
+ get seriesOverridesInput(): cdktn.IResolvable | OneDashboardPageWidgetLogTableNullValuesSeriesOverrides[] | undefined;
43
+ }
44
+ export declare class OneDashboardPageWidgetLogTableNullValuesList extends cdktn.ComplexList {
45
+ protected terraformResource: cdktn.IInterpolatingParent;
46
+ protected terraformAttribute: string;
47
+ protected wrapsSet: boolean;
48
+ internalValue?: OneDashboardPageWidgetLogTableNullValues[] | cdktn.IResolvable;
49
+ /**
50
+ * @param terraformResource The parent resource
51
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
52
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
53
+ */
54
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
55
+ /**
56
+ * @param index the index of the item to return
57
+ */
58
+ get(index: number): OneDashboardPageWidgetLogTableNullValuesOutputReference;
59
+ }
60
+ export interface OneDashboardPageWidgetLogTableUnitsSeriesOverrides {
61
+ /**
62
+ * Series name
63
+ *
64
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#series_name OneDashboard#series_name}
65
+ */
66
+ readonly seriesName?: string;
67
+ /**
68
+ * Unit name
69
+ *
70
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#unit OneDashboard#unit}
71
+ */
72
+ readonly unit?: string;
73
+ }
74
+ export declare function oneDashboardPageWidgetLogTableUnitsSeriesOverridesToTerraform(struct?: OneDashboardPageWidgetLogTableUnitsSeriesOverrides | cdktn.IResolvable): any;
75
+ export declare function oneDashboardPageWidgetLogTableUnitsSeriesOverridesToHclTerraform(struct?: OneDashboardPageWidgetLogTableUnitsSeriesOverrides | cdktn.IResolvable): any;
76
+ export declare class OneDashboardPageWidgetLogTableUnitsSeriesOverridesOutputReference extends cdktn.ComplexObject {
77
+ private isEmptyObject;
78
+ private resolvableValue?;
79
+ /**
80
+ * @param terraformResource The parent resource
81
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
82
+ * @param complexObjectIndex the index of this item in the list
83
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
84
+ */
85
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
86
+ get internalValue(): OneDashboardPageWidgetLogTableUnitsSeriesOverrides | cdktn.IResolvable | undefined;
87
+ set internalValue(value: OneDashboardPageWidgetLogTableUnitsSeriesOverrides | cdktn.IResolvable | undefined);
88
+ private _seriesName?;
89
+ get seriesName(): string;
90
+ set seriesName(value: string);
91
+ resetSeriesName(): void;
92
+ get seriesNameInput(): string | undefined;
93
+ private _unit?;
94
+ get unit(): string;
95
+ set unit(value: string);
96
+ resetUnit(): void;
97
+ get unitInput(): string | undefined;
98
+ }
99
+ export declare class OneDashboardPageWidgetLogTableUnitsSeriesOverridesList extends cdktn.ComplexList {
100
+ protected terraformResource: cdktn.IInterpolatingParent;
101
+ protected terraformAttribute: string;
102
+ protected wrapsSet: boolean;
103
+ internalValue?: OneDashboardPageWidgetLogTableUnitsSeriesOverrides[] | cdktn.IResolvable;
104
+ /**
105
+ * @param terraformResource The parent resource
106
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
107
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
108
+ */
109
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
110
+ /**
111
+ * @param index the index of the item to return
112
+ */
113
+ get(index: number): OneDashboardPageWidgetLogTableUnitsSeriesOverridesOutputReference;
114
+ }
115
+ export interface OneDashboardPageWidgetLogTableUnits {
116
+ /**
117
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#unit OneDashboard#unit}
118
+ */
119
+ readonly unit?: string;
120
+ /**
121
+ * series_overrides block
122
+ *
123
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides}
124
+ */
125
+ readonly seriesOverrides?: OneDashboardPageWidgetLogTableUnitsSeriesOverrides[] | cdktn.IResolvable;
126
+ }
127
+ export declare function oneDashboardPageWidgetLogTableUnitsToTerraform(struct?: OneDashboardPageWidgetLogTableUnits | cdktn.IResolvable): any;
128
+ export declare function oneDashboardPageWidgetLogTableUnitsToHclTerraform(struct?: OneDashboardPageWidgetLogTableUnits | cdktn.IResolvable): any;
129
+ export declare class OneDashboardPageWidgetLogTableUnitsOutputReference extends cdktn.ComplexObject {
130
+ private isEmptyObject;
131
+ private resolvableValue?;
132
+ /**
133
+ * @param terraformResource The parent resource
134
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
135
+ * @param complexObjectIndex the index of this item in the list
136
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
137
+ */
138
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
139
+ get internalValue(): OneDashboardPageWidgetLogTableUnits | cdktn.IResolvable | undefined;
140
+ set internalValue(value: OneDashboardPageWidgetLogTableUnits | cdktn.IResolvable | undefined);
141
+ private _unit?;
142
+ get unit(): string;
143
+ set unit(value: string);
144
+ resetUnit(): void;
145
+ get unitInput(): string | undefined;
146
+ private _seriesOverrides;
147
+ get seriesOverrides(): OneDashboardPageWidgetLogTableUnitsSeriesOverridesList;
148
+ putSeriesOverrides(value: OneDashboardPageWidgetLogTableUnitsSeriesOverrides[] | cdktn.IResolvable): void;
149
+ resetSeriesOverrides(): void;
150
+ get seriesOverridesInput(): cdktn.IResolvable | OneDashboardPageWidgetLogTableUnitsSeriesOverrides[] | undefined;
151
+ }
152
+ export declare class OneDashboardPageWidgetLogTableUnitsList extends cdktn.ComplexList {
153
+ protected terraformResource: cdktn.IInterpolatingParent;
154
+ protected terraformAttribute: string;
155
+ protected wrapsSet: boolean;
156
+ internalValue?: OneDashboardPageWidgetLogTableUnits[] | cdktn.IResolvable;
157
+ /**
158
+ * @param terraformResource The parent resource
159
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
160
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
161
+ */
162
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
163
+ /**
164
+ * @param index the index of the item to return
165
+ */
166
+ get(index: number): OneDashboardPageWidgetLogTableUnitsOutputReference;
167
+ }
168
+ export interface OneDashboardPageWidgetLogTable {
169
+ /**
170
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#column OneDashboard#column}
171
+ */
172
+ readonly column: number;
173
+ /**
174
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}
175
+ */
176
+ readonly facetShowOtherSeries?: boolean | cdktn.IResolvable;
177
+ /**
178
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#height OneDashboard#height}
179
+ */
180
+ readonly height?: number;
181
+ /**
182
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}
183
+ */
184
+ readonly ignoreTimeRange?: boolean | cdktn.IResolvable;
185
+ /**
186
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}
187
+ */
188
+ readonly legendEnabled?: boolean | cdktn.IResolvable;
189
+ /**
190
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}
191
+ */
192
+ readonly refreshRate?: string;
193
+ /**
194
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#row OneDashboard#row}
195
+ */
196
+ readonly row: number;
197
+ /**
198
+ * A title for the widget.
199
+ *
200
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#title OneDashboard#title}
201
+ */
202
+ readonly title: string;
203
+ /**
204
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#width OneDashboard#width}
205
+ */
206
+ readonly width?: number;
207
+ /**
208
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}
209
+ */
210
+ readonly yAxisLeftMax?: number;
211
+ /**
212
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}
213
+ */
214
+ readonly yAxisLeftMin?: number;
215
+ /**
216
+ * colors block
217
+ *
218
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#colors OneDashboard#colors}
219
+ */
220
+ readonly colors?: OneDashboardPageWidgetLogTableColors[] | cdktn.IResolvable;
221
+ /**
222
+ * data_format block
223
+ *
224
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#data_format OneDashboard#data_format}
225
+ */
226
+ readonly dataFormat?: OneDashboardPageWidgetLogTableDataFormat[] | cdktn.IResolvable;
227
+ /**
228
+ * initial_sorting block
229
+ *
230
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting}
231
+ */
232
+ readonly initialSorting?: OneDashboardPageWidgetLogTableInitialSorting;
233
+ /**
234
+ * nrql_query block
235
+ *
236
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query}
237
+ */
238
+ readonly nrqlQuery: OneDashboardPageWidgetLogTableNrqlQuery[] | cdktn.IResolvable;
239
+ /**
240
+ * null_values block
241
+ *
242
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#null_values OneDashboard#null_values}
243
+ */
244
+ readonly nullValues?: OneDashboardPageWidgetLogTableNullValues[] | cdktn.IResolvable;
245
+ /**
246
+ * units block
247
+ *
248
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#units OneDashboard#units}
249
+ */
250
+ readonly units?: OneDashboardPageWidgetLogTableUnits[] | cdktn.IResolvable;
251
+ }
252
+ export declare function oneDashboardPageWidgetLogTableToTerraform(struct?: OneDashboardPageWidgetLogTable | cdktn.IResolvable): any;
253
+ export declare function oneDashboardPageWidgetLogTableToHclTerraform(struct?: OneDashboardPageWidgetLogTable | cdktn.IResolvable): any;
254
+ export declare class OneDashboardPageWidgetLogTableOutputReference extends cdktn.ComplexObject {
255
+ private isEmptyObject;
256
+ private resolvableValue?;
257
+ /**
258
+ * @param terraformResource The parent resource
259
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
260
+ * @param complexObjectIndex the index of this item in the list
261
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
262
+ */
263
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
264
+ get internalValue(): OneDashboardPageWidgetLogTable | cdktn.IResolvable | undefined;
265
+ set internalValue(value: OneDashboardPageWidgetLogTable | cdktn.IResolvable | undefined);
266
+ private _column?;
267
+ get column(): number;
268
+ set column(value: number);
269
+ get columnInput(): number | undefined;
270
+ private _facetShowOtherSeries?;
271
+ get facetShowOtherSeries(): boolean | cdktn.IResolvable;
272
+ set facetShowOtherSeries(value: boolean | cdktn.IResolvable);
273
+ resetFacetShowOtherSeries(): void;
274
+ get facetShowOtherSeriesInput(): boolean | cdktn.IResolvable | undefined;
275
+ private _height?;
276
+ get height(): number;
277
+ set height(value: number);
278
+ resetHeight(): void;
279
+ get heightInput(): number | undefined;
280
+ get id(): string;
281
+ private _ignoreTimeRange?;
282
+ get ignoreTimeRange(): boolean | cdktn.IResolvable;
283
+ set ignoreTimeRange(value: boolean | cdktn.IResolvable);
284
+ resetIgnoreTimeRange(): void;
285
+ get ignoreTimeRangeInput(): boolean | cdktn.IResolvable | undefined;
286
+ private _legendEnabled?;
287
+ get legendEnabled(): boolean | cdktn.IResolvable;
288
+ set legendEnabled(value: boolean | cdktn.IResolvable);
289
+ resetLegendEnabled(): void;
290
+ get legendEnabledInput(): boolean | cdktn.IResolvable | undefined;
291
+ private _refreshRate?;
292
+ get refreshRate(): string;
293
+ set refreshRate(value: string);
294
+ resetRefreshRate(): void;
295
+ get refreshRateInput(): string | undefined;
296
+ private _row?;
297
+ get row(): number;
298
+ set row(value: number);
299
+ get rowInput(): number | undefined;
300
+ private _title?;
301
+ get title(): string;
302
+ set title(value: string);
303
+ get titleInput(): string | undefined;
304
+ private _width?;
305
+ get width(): number;
306
+ set width(value: number);
307
+ resetWidth(): void;
308
+ get widthInput(): number | undefined;
309
+ private _yAxisLeftMax?;
310
+ get yAxisLeftMax(): number;
311
+ set yAxisLeftMax(value: number);
312
+ resetYAxisLeftMax(): void;
313
+ get yAxisLeftMaxInput(): number | undefined;
314
+ private _yAxisLeftMin?;
315
+ get yAxisLeftMin(): number;
316
+ set yAxisLeftMin(value: number);
317
+ resetYAxisLeftMin(): void;
318
+ get yAxisLeftMinInput(): number | undefined;
319
+ private _colors;
320
+ get colors(): OneDashboardPageWidgetLogTableColorsList;
321
+ putColors(value: OneDashboardPageWidgetLogTableColors[] | cdktn.IResolvable): void;
322
+ resetColors(): void;
323
+ get colorsInput(): cdktn.IResolvable | OneDashboardPageWidgetLogTableColors[] | undefined;
324
+ private _dataFormat;
325
+ get dataFormat(): OneDashboardPageWidgetLogTableDataFormatList;
326
+ putDataFormat(value: OneDashboardPageWidgetLogTableDataFormat[] | cdktn.IResolvable): void;
327
+ resetDataFormat(): void;
328
+ get dataFormatInput(): cdktn.IResolvable | OneDashboardPageWidgetLogTableDataFormat[] | undefined;
329
+ private _initialSorting;
330
+ get initialSorting(): OneDashboardPageWidgetLogTableInitialSortingOutputReference;
331
+ putInitialSorting(value: OneDashboardPageWidgetLogTableInitialSorting): void;
332
+ resetInitialSorting(): void;
333
+ get initialSortingInput(): OneDashboardPageWidgetLogTableInitialSorting | undefined;
334
+ private _nrqlQuery;
335
+ get nrqlQuery(): OneDashboardPageWidgetLogTableNrqlQueryList;
336
+ putNrqlQuery(value: OneDashboardPageWidgetLogTableNrqlQuery[] | cdktn.IResolvable): void;
337
+ get nrqlQueryInput(): cdktn.IResolvable | OneDashboardPageWidgetLogTableNrqlQuery[] | undefined;
338
+ private _nullValues;
339
+ get nullValues(): OneDashboardPageWidgetLogTableNullValuesList;
340
+ putNullValues(value: OneDashboardPageWidgetLogTableNullValues[] | cdktn.IResolvable): void;
341
+ resetNullValues(): void;
342
+ get nullValuesInput(): cdktn.IResolvable | OneDashboardPageWidgetLogTableNullValues[] | undefined;
343
+ private _units;
344
+ get units(): OneDashboardPageWidgetLogTableUnitsList;
345
+ putUnits(value: OneDashboardPageWidgetLogTableUnits[] | cdktn.IResolvable): void;
346
+ resetUnits(): void;
347
+ get unitsInput(): cdktn.IResolvable | OneDashboardPageWidgetLogTableUnits[] | undefined;
348
+ }
349
+ export declare class OneDashboardPageWidgetLogTableList extends cdktn.ComplexList {
350
+ protected terraformResource: cdktn.IInterpolatingParent;
351
+ protected terraformAttribute: string;
352
+ protected wrapsSet: boolean;
353
+ internalValue?: OneDashboardPageWidgetLogTable[] | cdktn.IResolvable;
354
+ /**
355
+ * @param terraformResource The parent resource
356
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
357
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
358
+ */
359
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
360
+ /**
361
+ * @param index the index of the item to return
362
+ */
363
+ get(index: number): OneDashboardPageWidgetLogTableOutputReference;
364
+ }
365
+ export interface OneDashboardPageWidgetMarkdownColorsSeriesOverrides {
366
+ /**
367
+ * Color code
368
+ *
369
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#color OneDashboard#color}
370
+ */
371
+ readonly color?: string;
372
+ /**
373
+ * Series name
374
+ *
375
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#series_name OneDashboard#series_name}
376
+ */
377
+ readonly seriesName?: string;
378
+ }
379
+ export declare function oneDashboardPageWidgetMarkdownColorsSeriesOverridesToTerraform(struct?: OneDashboardPageWidgetMarkdownColorsSeriesOverrides | cdktn.IResolvable): any;
380
+ export declare function oneDashboardPageWidgetMarkdownColorsSeriesOverridesToHclTerraform(struct?: OneDashboardPageWidgetMarkdownColorsSeriesOverrides | cdktn.IResolvable): any;
381
+ export declare class OneDashboardPageWidgetMarkdownColorsSeriesOverridesOutputReference extends cdktn.ComplexObject {
382
+ private isEmptyObject;
383
+ private resolvableValue?;
384
+ /**
385
+ * @param terraformResource The parent resource
386
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
387
+ * @param complexObjectIndex the index of this item in the list
388
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
389
+ */
390
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
391
+ get internalValue(): OneDashboardPageWidgetMarkdownColorsSeriesOverrides | cdktn.IResolvable | undefined;
392
+ set internalValue(value: OneDashboardPageWidgetMarkdownColorsSeriesOverrides | cdktn.IResolvable | undefined);
393
+ private _color?;
394
+ get color(): string;
395
+ set color(value: string);
396
+ resetColor(): void;
397
+ get colorInput(): string | undefined;
398
+ private _seriesName?;
399
+ get seriesName(): string;
400
+ set seriesName(value: string);
401
+ resetSeriesName(): void;
402
+ get seriesNameInput(): string | undefined;
403
+ }
404
+ export declare class OneDashboardPageWidgetMarkdownColorsSeriesOverridesList extends cdktn.ComplexList {
405
+ protected terraformResource: cdktn.IInterpolatingParent;
406
+ protected terraformAttribute: string;
407
+ protected wrapsSet: boolean;
408
+ internalValue?: OneDashboardPageWidgetMarkdownColorsSeriesOverrides[] | cdktn.IResolvable;
409
+ /**
410
+ * @param terraformResource The parent resource
411
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
412
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
413
+ */
414
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
415
+ /**
416
+ * @param index the index of the item to return
417
+ */
418
+ get(index: number): OneDashboardPageWidgetMarkdownColorsSeriesOverridesOutputReference;
419
+ }
420
+ export interface OneDashboardPageWidgetMarkdownColors {
421
+ /**
422
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#color OneDashboard#color}
423
+ */
424
+ readonly color?: string;
425
+ /**
426
+ * series_overrides block
427
+ *
428
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides}
429
+ */
430
+ readonly seriesOverrides?: OneDashboardPageWidgetMarkdownColorsSeriesOverrides[] | cdktn.IResolvable;
431
+ }
432
+ export declare function oneDashboardPageWidgetMarkdownColorsToTerraform(struct?: OneDashboardPageWidgetMarkdownColors | cdktn.IResolvable): any;
433
+ export declare function oneDashboardPageWidgetMarkdownColorsToHclTerraform(struct?: OneDashboardPageWidgetMarkdownColors | cdktn.IResolvable): any;
434
+ export declare class OneDashboardPageWidgetMarkdownColorsOutputReference extends cdktn.ComplexObject {
435
+ private isEmptyObject;
436
+ private resolvableValue?;
437
+ /**
438
+ * @param terraformResource The parent resource
439
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
440
+ * @param complexObjectIndex the index of this item in the list
441
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
442
+ */
443
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
444
+ get internalValue(): OneDashboardPageWidgetMarkdownColors | cdktn.IResolvable | undefined;
445
+ set internalValue(value: OneDashboardPageWidgetMarkdownColors | cdktn.IResolvable | undefined);
446
+ private _color?;
447
+ get color(): string;
448
+ set color(value: string);
449
+ resetColor(): void;
450
+ get colorInput(): string | undefined;
451
+ private _seriesOverrides;
452
+ get seriesOverrides(): OneDashboardPageWidgetMarkdownColorsSeriesOverridesList;
453
+ putSeriesOverrides(value: OneDashboardPageWidgetMarkdownColorsSeriesOverrides[] | cdktn.IResolvable): void;
454
+ resetSeriesOverrides(): void;
455
+ get seriesOverridesInput(): cdktn.IResolvable | OneDashboardPageWidgetMarkdownColorsSeriesOverrides[] | undefined;
456
+ }
457
+ export declare class OneDashboardPageWidgetMarkdownColorsList extends cdktn.ComplexList {
458
+ protected terraformResource: cdktn.IInterpolatingParent;
459
+ protected terraformAttribute: string;
460
+ protected wrapsSet: boolean;
461
+ internalValue?: OneDashboardPageWidgetMarkdownColors[] | cdktn.IResolvable;
462
+ /**
463
+ * @param terraformResource The parent resource
464
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
465
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
466
+ */
467
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
468
+ /**
469
+ * @param index the index of the item to return
470
+ */
471
+ get(index: number): OneDashboardPageWidgetMarkdownColorsOutputReference;
472
+ }
473
+ export interface OneDashboardPageWidgetMarkdownDataFormat {
474
+ /**
475
+ * Defines the format of the mentioned type
476
+ *
477
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#format OneDashboard#format}
478
+ */
479
+ readonly format?: string;
480
+ /**
481
+ * The column name to be sorted
482
+ *
483
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#name OneDashboard#name}
484
+ */
485
+ readonly name: string;
486
+ /**
487
+ * The precision of the type
488
+ *
489
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#precision OneDashboard#precision}
490
+ */
491
+ readonly precision?: number;
492
+ /**
493
+ * Defines the type of the mentioned column
494
+ *
495
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#type OneDashboard#type}
496
+ */
497
+ readonly type: string;
498
+ }
499
+ export declare function oneDashboardPageWidgetMarkdownDataFormatToTerraform(struct?: OneDashboardPageWidgetMarkdownDataFormat | cdktn.IResolvable): any;
500
+ export declare function oneDashboardPageWidgetMarkdownDataFormatToHclTerraform(struct?: OneDashboardPageWidgetMarkdownDataFormat | cdktn.IResolvable): any;
501
+ export declare class OneDashboardPageWidgetMarkdownDataFormatOutputReference extends cdktn.ComplexObject {
502
+ private isEmptyObject;
503
+ private resolvableValue?;
504
+ /**
505
+ * @param terraformResource The parent resource
506
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
507
+ * @param complexObjectIndex the index of this item in the list
508
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
509
+ */
510
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
511
+ get internalValue(): OneDashboardPageWidgetMarkdownDataFormat | cdktn.IResolvable | undefined;
512
+ set internalValue(value: OneDashboardPageWidgetMarkdownDataFormat | cdktn.IResolvable | undefined);
513
+ private _format?;
514
+ get format(): string;
515
+ set format(value: string);
516
+ resetFormat(): void;
517
+ get formatInput(): string | undefined;
518
+ private _name?;
519
+ get name(): string;
520
+ set name(value: string);
521
+ get nameInput(): string | undefined;
522
+ private _precision?;
523
+ get precision(): number;
524
+ set precision(value: number);
525
+ resetPrecision(): void;
526
+ get precisionInput(): number | undefined;
527
+ private _type?;
528
+ get type(): string;
529
+ set type(value: string);
530
+ get typeInput(): string | undefined;
531
+ }
532
+ export declare class OneDashboardPageWidgetMarkdownDataFormatList extends cdktn.ComplexList {
533
+ protected terraformResource: cdktn.IInterpolatingParent;
534
+ protected terraformAttribute: string;
535
+ protected wrapsSet: boolean;
536
+ internalValue?: OneDashboardPageWidgetMarkdownDataFormat[] | cdktn.IResolvable;
537
+ /**
538
+ * @param terraformResource The parent resource
539
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
540
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
541
+ */
542
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
543
+ /**
544
+ * @param index the index of the item to return
545
+ */
546
+ get(index: number): OneDashboardPageWidgetMarkdownDataFormatOutputReference;
547
+ }
548
+ export interface OneDashboardPageWidgetMarkdownInitialSorting {
549
+ /**
550
+ * Defines the sort order. Either ascending or descending.
551
+ *
552
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#direction OneDashboard#direction}
553
+ */
554
+ readonly direction: string;
555
+ /**
556
+ * The column name to be sorted
557
+ *
558
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#name OneDashboard#name}
559
+ */
560
+ readonly name: string;
561
+ }
562
+ export declare function oneDashboardPageWidgetMarkdownInitialSortingToTerraform(struct?: OneDashboardPageWidgetMarkdownInitialSortingOutputReference | OneDashboardPageWidgetMarkdownInitialSorting): any;
563
+ export declare function oneDashboardPageWidgetMarkdownInitialSortingToHclTerraform(struct?: OneDashboardPageWidgetMarkdownInitialSortingOutputReference | OneDashboardPageWidgetMarkdownInitialSorting): any;
564
+ export declare class OneDashboardPageWidgetMarkdownInitialSortingOutputReference extends cdktn.ComplexObject {
565
+ private isEmptyObject;
566
+ /**
567
+ * @param terraformResource The parent resource
568
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
569
+ */
570
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
571
+ get internalValue(): OneDashboardPageWidgetMarkdownInitialSorting | undefined;
572
+ set internalValue(value: OneDashboardPageWidgetMarkdownInitialSorting | undefined);
573
+ private _direction?;
574
+ get direction(): string;
575
+ set direction(value: string);
576
+ get directionInput(): string | undefined;
577
+ private _name?;
578
+ get name(): string;
579
+ set name(value: string);
580
+ get nameInput(): string | undefined;
581
+ }
582
+ export interface OneDashboardPageWidgetMarkdownNullValuesSeriesOverrides {
583
+ /**
584
+ * Null value
585
+ *
586
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}
587
+ */
588
+ readonly nullValue?: string;
589
+ /**
590
+ * Series name
591
+ *
592
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#series_name OneDashboard#series_name}
593
+ */
594
+ readonly seriesName?: string;
595
+ }
596
+ export declare function oneDashboardPageWidgetMarkdownNullValuesSeriesOverridesToTerraform(struct?: OneDashboardPageWidgetMarkdownNullValuesSeriesOverrides | cdktn.IResolvable): any;
597
+ export declare function oneDashboardPageWidgetMarkdownNullValuesSeriesOverridesToHclTerraform(struct?: OneDashboardPageWidgetMarkdownNullValuesSeriesOverrides | cdktn.IResolvable): any;
598
+ export declare class OneDashboardPageWidgetMarkdownNullValuesSeriesOverridesOutputReference extends cdktn.ComplexObject {
599
+ private isEmptyObject;
600
+ private resolvableValue?;
601
+ /**
602
+ * @param terraformResource The parent resource
603
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
604
+ * @param complexObjectIndex the index of this item in the list
605
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
606
+ */
607
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
608
+ get internalValue(): OneDashboardPageWidgetMarkdownNullValuesSeriesOverrides | cdktn.IResolvable | undefined;
609
+ set internalValue(value: OneDashboardPageWidgetMarkdownNullValuesSeriesOverrides | cdktn.IResolvable | undefined);
610
+ private _nullValue?;
611
+ get nullValue(): string;
612
+ set nullValue(value: string);
613
+ resetNullValue(): void;
614
+ get nullValueInput(): string | undefined;
615
+ private _seriesName?;
616
+ get seriesName(): string;
617
+ set seriesName(value: string);
618
+ resetSeriesName(): void;
619
+ get seriesNameInput(): string | undefined;
620
+ }
621
+ export declare class OneDashboardPageWidgetMarkdownNullValuesSeriesOverridesList extends cdktn.ComplexList {
622
+ protected terraformResource: cdktn.IInterpolatingParent;
623
+ protected terraformAttribute: string;
624
+ protected wrapsSet: boolean;
625
+ internalValue?: OneDashboardPageWidgetMarkdownNullValuesSeriesOverrides[] | cdktn.IResolvable;
626
+ /**
627
+ * @param terraformResource The parent resource
628
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
629
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
630
+ */
631
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
632
+ /**
633
+ * @param index the index of the item to return
634
+ */
635
+ get(index: number): OneDashboardPageWidgetMarkdownNullValuesSeriesOverridesOutputReference;
636
+ }
637
+ export interface OneDashboardPageWidgetMarkdownNullValues {
638
+ /**
639
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}
640
+ */
641
+ readonly nullValue?: string;
642
+ /**
643
+ * series_overrides block
644
+ *
645
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides}
646
+ */
647
+ readonly seriesOverrides?: OneDashboardPageWidgetMarkdownNullValuesSeriesOverrides[] | cdktn.IResolvable;
648
+ }
649
+ export declare function oneDashboardPageWidgetMarkdownNullValuesToTerraform(struct?: OneDashboardPageWidgetMarkdownNullValues | cdktn.IResolvable): any;
650
+ export declare function oneDashboardPageWidgetMarkdownNullValuesToHclTerraform(struct?: OneDashboardPageWidgetMarkdownNullValues | cdktn.IResolvable): any;
651
+ export declare class OneDashboardPageWidgetMarkdownNullValuesOutputReference extends cdktn.ComplexObject {
652
+ private isEmptyObject;
653
+ private resolvableValue?;
654
+ /**
655
+ * @param terraformResource The parent resource
656
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
657
+ * @param complexObjectIndex the index of this item in the list
658
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
659
+ */
660
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
661
+ get internalValue(): OneDashboardPageWidgetMarkdownNullValues | cdktn.IResolvable | undefined;
662
+ set internalValue(value: OneDashboardPageWidgetMarkdownNullValues | cdktn.IResolvable | undefined);
663
+ private _nullValue?;
664
+ get nullValue(): string;
665
+ set nullValue(value: string);
666
+ resetNullValue(): void;
667
+ get nullValueInput(): string | undefined;
668
+ private _seriesOverrides;
669
+ get seriesOverrides(): OneDashboardPageWidgetMarkdownNullValuesSeriesOverridesList;
670
+ putSeriesOverrides(value: OneDashboardPageWidgetMarkdownNullValuesSeriesOverrides[] | cdktn.IResolvable): void;
671
+ resetSeriesOverrides(): void;
672
+ get seriesOverridesInput(): cdktn.IResolvable | OneDashboardPageWidgetMarkdownNullValuesSeriesOverrides[] | undefined;
673
+ }
674
+ export declare class OneDashboardPageWidgetMarkdownNullValuesList extends cdktn.ComplexList {
675
+ protected terraformResource: cdktn.IInterpolatingParent;
676
+ protected terraformAttribute: string;
677
+ protected wrapsSet: boolean;
678
+ internalValue?: OneDashboardPageWidgetMarkdownNullValues[] | cdktn.IResolvable;
679
+ /**
680
+ * @param terraformResource The parent resource
681
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
682
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
683
+ */
684
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
685
+ /**
686
+ * @param index the index of the item to return
687
+ */
688
+ get(index: number): OneDashboardPageWidgetMarkdownNullValuesOutputReference;
689
+ }
690
+ export interface OneDashboardPageWidgetMarkdownUnitsSeriesOverrides {
691
+ /**
692
+ * Series name
693
+ *
694
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#series_name OneDashboard#series_name}
695
+ */
696
+ readonly seriesName?: string;
697
+ /**
698
+ * Unit name
699
+ *
700
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#unit OneDashboard#unit}
701
+ */
702
+ readonly unit?: string;
703
+ }
704
+ export declare function oneDashboardPageWidgetMarkdownUnitsSeriesOverridesToTerraform(struct?: OneDashboardPageWidgetMarkdownUnitsSeriesOverrides | cdktn.IResolvable): any;
705
+ export declare function oneDashboardPageWidgetMarkdownUnitsSeriesOverridesToHclTerraform(struct?: OneDashboardPageWidgetMarkdownUnitsSeriesOverrides | cdktn.IResolvable): any;
706
+ export declare class OneDashboardPageWidgetMarkdownUnitsSeriesOverridesOutputReference extends cdktn.ComplexObject {
707
+ private isEmptyObject;
708
+ private resolvableValue?;
709
+ /**
710
+ * @param terraformResource The parent resource
711
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
712
+ * @param complexObjectIndex the index of this item in the list
713
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
714
+ */
715
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
716
+ get internalValue(): OneDashboardPageWidgetMarkdownUnitsSeriesOverrides | cdktn.IResolvable | undefined;
717
+ set internalValue(value: OneDashboardPageWidgetMarkdownUnitsSeriesOverrides | cdktn.IResolvable | undefined);
718
+ private _seriesName?;
719
+ get seriesName(): string;
720
+ set seriesName(value: string);
721
+ resetSeriesName(): void;
722
+ get seriesNameInput(): string | undefined;
723
+ private _unit?;
724
+ get unit(): string;
725
+ set unit(value: string);
726
+ resetUnit(): void;
727
+ get unitInput(): string | undefined;
728
+ }
729
+ export declare class OneDashboardPageWidgetMarkdownUnitsSeriesOverridesList extends cdktn.ComplexList {
730
+ protected terraformResource: cdktn.IInterpolatingParent;
731
+ protected terraformAttribute: string;
732
+ protected wrapsSet: boolean;
733
+ internalValue?: OneDashboardPageWidgetMarkdownUnitsSeriesOverrides[] | cdktn.IResolvable;
734
+ /**
735
+ * @param terraformResource The parent resource
736
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
737
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
738
+ */
739
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
740
+ /**
741
+ * @param index the index of the item to return
742
+ */
743
+ get(index: number): OneDashboardPageWidgetMarkdownUnitsSeriesOverridesOutputReference;
744
+ }
745
+ export interface OneDashboardPageWidgetMarkdownUnits {
746
+ /**
747
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#unit OneDashboard#unit}
748
+ */
749
+ readonly unit?: string;
750
+ /**
751
+ * series_overrides block
752
+ *
753
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides}
754
+ */
755
+ readonly seriesOverrides?: OneDashboardPageWidgetMarkdownUnitsSeriesOverrides[] | cdktn.IResolvable;
756
+ }
757
+ export declare function oneDashboardPageWidgetMarkdownUnitsToTerraform(struct?: OneDashboardPageWidgetMarkdownUnits | cdktn.IResolvable): any;
758
+ export declare function oneDashboardPageWidgetMarkdownUnitsToHclTerraform(struct?: OneDashboardPageWidgetMarkdownUnits | cdktn.IResolvable): any;
759
+ export declare class OneDashboardPageWidgetMarkdownUnitsOutputReference extends cdktn.ComplexObject {
760
+ private isEmptyObject;
761
+ private resolvableValue?;
762
+ /**
763
+ * @param terraformResource The parent resource
764
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
765
+ * @param complexObjectIndex the index of this item in the list
766
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
767
+ */
768
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
769
+ get internalValue(): OneDashboardPageWidgetMarkdownUnits | cdktn.IResolvable | undefined;
770
+ set internalValue(value: OneDashboardPageWidgetMarkdownUnits | cdktn.IResolvable | undefined);
771
+ private _unit?;
772
+ get unit(): string;
773
+ set unit(value: string);
774
+ resetUnit(): void;
775
+ get unitInput(): string | undefined;
776
+ private _seriesOverrides;
777
+ get seriesOverrides(): OneDashboardPageWidgetMarkdownUnitsSeriesOverridesList;
778
+ putSeriesOverrides(value: OneDashboardPageWidgetMarkdownUnitsSeriesOverrides[] | cdktn.IResolvable): void;
779
+ resetSeriesOverrides(): void;
780
+ get seriesOverridesInput(): cdktn.IResolvable | OneDashboardPageWidgetMarkdownUnitsSeriesOverrides[] | undefined;
781
+ }
782
+ export declare class OneDashboardPageWidgetMarkdownUnitsList extends cdktn.ComplexList {
783
+ protected terraformResource: cdktn.IInterpolatingParent;
784
+ protected terraformAttribute: string;
785
+ protected wrapsSet: boolean;
786
+ internalValue?: OneDashboardPageWidgetMarkdownUnits[] | cdktn.IResolvable;
787
+ /**
788
+ * @param terraformResource The parent resource
789
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
790
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
791
+ */
792
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
793
+ /**
794
+ * @param index the index of the item to return
795
+ */
796
+ get(index: number): OneDashboardPageWidgetMarkdownUnitsOutputReference;
797
+ }
798
+ export interface OneDashboardPageWidgetMarkdown {
799
+ /**
800
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#column OneDashboard#column}
801
+ */
802
+ readonly column: number;
803
+ /**
804
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}
805
+ */
806
+ readonly facetShowOtherSeries?: boolean | cdktn.IResolvable;
807
+ /**
808
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#height OneDashboard#height}
809
+ */
810
+ readonly height?: number;
811
+ /**
812
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}
813
+ */
814
+ readonly ignoreTimeRange?: boolean | cdktn.IResolvable;
815
+ /**
816
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}
817
+ */
818
+ readonly legendEnabled?: boolean | cdktn.IResolvable;
819
+ /**
820
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}
821
+ */
822
+ readonly refreshRate?: string;
823
+ /**
824
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#row OneDashboard#row}
825
+ */
826
+ readonly row: number;
827
+ /**
828
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#text OneDashboard#text}
829
+ */
830
+ readonly text: string;
831
+ /**
832
+ * A title for the widget.
833
+ *
834
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#title OneDashboard#title}
835
+ */
836
+ readonly title: string;
837
+ /**
838
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#width OneDashboard#width}
839
+ */
840
+ readonly width?: number;
841
+ /**
842
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}
843
+ */
844
+ readonly yAxisLeftMax?: number;
845
+ /**
846
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}
847
+ */
848
+ readonly yAxisLeftMin?: number;
849
+ /**
850
+ * colors block
851
+ *
852
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#colors OneDashboard#colors}
853
+ */
854
+ readonly colors?: OneDashboardPageWidgetMarkdownColors[] | cdktn.IResolvable;
855
+ /**
856
+ * data_format block
857
+ *
858
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#data_format OneDashboard#data_format}
859
+ */
860
+ readonly dataFormat?: OneDashboardPageWidgetMarkdownDataFormat[] | cdktn.IResolvable;
861
+ /**
862
+ * initial_sorting block
863
+ *
864
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting}
865
+ */
866
+ readonly initialSorting?: OneDashboardPageWidgetMarkdownInitialSorting;
867
+ /**
868
+ * null_values block
869
+ *
870
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#null_values OneDashboard#null_values}
871
+ */
872
+ readonly nullValues?: OneDashboardPageWidgetMarkdownNullValues[] | cdktn.IResolvable;
873
+ /**
874
+ * units block
875
+ *
876
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#units OneDashboard#units}
877
+ */
878
+ readonly units?: OneDashboardPageWidgetMarkdownUnits[] | cdktn.IResolvable;
879
+ }
880
+ export declare function oneDashboardPageWidgetMarkdownToTerraform(struct?: OneDashboardPageWidgetMarkdown | cdktn.IResolvable): any;
881
+ export declare function oneDashboardPageWidgetMarkdownToHclTerraform(struct?: OneDashboardPageWidgetMarkdown | cdktn.IResolvable): any;
882
+ export declare class OneDashboardPageWidgetMarkdownOutputReference extends cdktn.ComplexObject {
883
+ private isEmptyObject;
884
+ private resolvableValue?;
885
+ /**
886
+ * @param terraformResource The parent resource
887
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
888
+ * @param complexObjectIndex the index of this item in the list
889
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
890
+ */
891
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
892
+ get internalValue(): OneDashboardPageWidgetMarkdown | cdktn.IResolvable | undefined;
893
+ set internalValue(value: OneDashboardPageWidgetMarkdown | cdktn.IResolvable | undefined);
894
+ private _column?;
895
+ get column(): number;
896
+ set column(value: number);
897
+ get columnInput(): number | undefined;
898
+ private _facetShowOtherSeries?;
899
+ get facetShowOtherSeries(): boolean | cdktn.IResolvable;
900
+ set facetShowOtherSeries(value: boolean | cdktn.IResolvable);
901
+ resetFacetShowOtherSeries(): void;
902
+ get facetShowOtherSeriesInput(): boolean | cdktn.IResolvable | undefined;
903
+ private _height?;
904
+ get height(): number;
905
+ set height(value: number);
906
+ resetHeight(): void;
907
+ get heightInput(): number | undefined;
908
+ get id(): string;
909
+ private _ignoreTimeRange?;
910
+ get ignoreTimeRange(): boolean | cdktn.IResolvable;
911
+ set ignoreTimeRange(value: boolean | cdktn.IResolvable);
912
+ resetIgnoreTimeRange(): void;
913
+ get ignoreTimeRangeInput(): boolean | cdktn.IResolvable | undefined;
914
+ private _legendEnabled?;
915
+ get legendEnabled(): boolean | cdktn.IResolvable;
916
+ set legendEnabled(value: boolean | cdktn.IResolvable);
917
+ resetLegendEnabled(): void;
918
+ get legendEnabledInput(): boolean | cdktn.IResolvable | undefined;
919
+ private _refreshRate?;
920
+ get refreshRate(): string;
921
+ set refreshRate(value: string);
922
+ resetRefreshRate(): void;
923
+ get refreshRateInput(): string | undefined;
924
+ private _row?;
925
+ get row(): number;
926
+ set row(value: number);
927
+ get rowInput(): number | undefined;
928
+ private _text?;
929
+ get text(): string;
930
+ set text(value: string);
931
+ get textInput(): string | undefined;
932
+ private _title?;
933
+ get title(): string;
934
+ set title(value: string);
935
+ get titleInput(): string | undefined;
936
+ private _width?;
937
+ get width(): number;
938
+ set width(value: number);
939
+ resetWidth(): void;
940
+ get widthInput(): number | undefined;
941
+ private _yAxisLeftMax?;
942
+ get yAxisLeftMax(): number;
943
+ set yAxisLeftMax(value: number);
944
+ resetYAxisLeftMax(): void;
945
+ get yAxisLeftMaxInput(): number | undefined;
946
+ private _yAxisLeftMin?;
947
+ get yAxisLeftMin(): number;
948
+ set yAxisLeftMin(value: number);
949
+ resetYAxisLeftMin(): void;
950
+ get yAxisLeftMinInput(): number | undefined;
951
+ private _colors;
952
+ get colors(): OneDashboardPageWidgetMarkdownColorsList;
953
+ putColors(value: OneDashboardPageWidgetMarkdownColors[] | cdktn.IResolvable): void;
954
+ resetColors(): void;
955
+ get colorsInput(): cdktn.IResolvable | OneDashboardPageWidgetMarkdownColors[] | undefined;
956
+ private _dataFormat;
957
+ get dataFormat(): OneDashboardPageWidgetMarkdownDataFormatList;
958
+ putDataFormat(value: OneDashboardPageWidgetMarkdownDataFormat[] | cdktn.IResolvable): void;
959
+ resetDataFormat(): void;
960
+ get dataFormatInput(): cdktn.IResolvable | OneDashboardPageWidgetMarkdownDataFormat[] | undefined;
961
+ private _initialSorting;
962
+ get initialSorting(): OneDashboardPageWidgetMarkdownInitialSortingOutputReference;
963
+ putInitialSorting(value: OneDashboardPageWidgetMarkdownInitialSorting): void;
964
+ resetInitialSorting(): void;
965
+ get initialSortingInput(): OneDashboardPageWidgetMarkdownInitialSorting | undefined;
966
+ private _nullValues;
967
+ get nullValues(): OneDashboardPageWidgetMarkdownNullValuesList;
968
+ putNullValues(value: OneDashboardPageWidgetMarkdownNullValues[] | cdktn.IResolvable): void;
969
+ resetNullValues(): void;
970
+ get nullValuesInput(): cdktn.IResolvable | OneDashboardPageWidgetMarkdownNullValues[] | undefined;
971
+ private _units;
972
+ get units(): OneDashboardPageWidgetMarkdownUnitsList;
973
+ putUnits(value: OneDashboardPageWidgetMarkdownUnits[] | cdktn.IResolvable): void;
974
+ resetUnits(): void;
975
+ get unitsInput(): cdktn.IResolvable | OneDashboardPageWidgetMarkdownUnits[] | undefined;
976
+ }
977
+ export declare class OneDashboardPageWidgetMarkdownList extends cdktn.ComplexList {
978
+ protected terraformResource: cdktn.IInterpolatingParent;
979
+ protected terraformAttribute: string;
980
+ protected wrapsSet: boolean;
981
+ internalValue?: OneDashboardPageWidgetMarkdown[] | cdktn.IResolvable;
982
+ /**
983
+ * @param terraformResource The parent resource
984
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
985
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
986
+ */
987
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
988
+ /**
989
+ * @param index the index of the item to return
990
+ */
991
+ get(index: number): OneDashboardPageWidgetMarkdownOutputReference;
992
+ }
993
+ export interface OneDashboardPageWidgetPieColorsSeriesOverrides {
994
+ /**
995
+ * Color code
996
+ *
997
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#color OneDashboard#color}
998
+ */
999
+ readonly color?: string;
1000
+ /**
1001
+ * Series name
1002
+ *
1003
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#series_name OneDashboard#series_name}
1004
+ */
1005
+ readonly seriesName?: string;
1006
+ }
1007
+ export declare function oneDashboardPageWidgetPieColorsSeriesOverridesToTerraform(struct?: OneDashboardPageWidgetPieColorsSeriesOverrides | cdktn.IResolvable): any;
1008
+ export declare function oneDashboardPageWidgetPieColorsSeriesOverridesToHclTerraform(struct?: OneDashboardPageWidgetPieColorsSeriesOverrides | cdktn.IResolvable): any;
1009
+ export declare class OneDashboardPageWidgetPieColorsSeriesOverridesOutputReference extends cdktn.ComplexObject {
1010
+ private isEmptyObject;
1011
+ private resolvableValue?;
1012
+ /**
1013
+ * @param terraformResource The parent resource
1014
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1015
+ * @param complexObjectIndex the index of this item in the list
1016
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
1017
+ */
1018
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
1019
+ get internalValue(): OneDashboardPageWidgetPieColorsSeriesOverrides | cdktn.IResolvable | undefined;
1020
+ set internalValue(value: OneDashboardPageWidgetPieColorsSeriesOverrides | cdktn.IResolvable | undefined);
1021
+ private _color?;
1022
+ get color(): string;
1023
+ set color(value: string);
1024
+ resetColor(): void;
1025
+ get colorInput(): string | undefined;
1026
+ private _seriesName?;
1027
+ get seriesName(): string;
1028
+ set seriesName(value: string);
1029
+ resetSeriesName(): void;
1030
+ get seriesNameInput(): string | undefined;
1031
+ }
1032
+ export declare class OneDashboardPageWidgetPieColorsSeriesOverridesList extends cdktn.ComplexList {
1033
+ protected terraformResource: cdktn.IInterpolatingParent;
1034
+ protected terraformAttribute: string;
1035
+ protected wrapsSet: boolean;
1036
+ internalValue?: OneDashboardPageWidgetPieColorsSeriesOverrides[] | cdktn.IResolvable;
1037
+ /**
1038
+ * @param terraformResource The parent resource
1039
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1040
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
1041
+ */
1042
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
1043
+ /**
1044
+ * @param index the index of the item to return
1045
+ */
1046
+ get(index: number): OneDashboardPageWidgetPieColorsSeriesOverridesOutputReference;
1047
+ }
1048
+ export interface OneDashboardPageWidgetPieColors {
1049
+ /**
1050
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#color OneDashboard#color}
1051
+ */
1052
+ readonly color?: string;
1053
+ /**
1054
+ * series_overrides block
1055
+ *
1056
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides}
1057
+ */
1058
+ readonly seriesOverrides?: OneDashboardPageWidgetPieColorsSeriesOverrides[] | cdktn.IResolvable;
1059
+ }
1060
+ export declare function oneDashboardPageWidgetPieColorsToTerraform(struct?: OneDashboardPageWidgetPieColors | cdktn.IResolvable): any;
1061
+ export declare function oneDashboardPageWidgetPieColorsToHclTerraform(struct?: OneDashboardPageWidgetPieColors | cdktn.IResolvable): any;
1062
+ export declare class OneDashboardPageWidgetPieColorsOutputReference extends cdktn.ComplexObject {
1063
+ private isEmptyObject;
1064
+ private resolvableValue?;
1065
+ /**
1066
+ * @param terraformResource The parent resource
1067
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1068
+ * @param complexObjectIndex the index of this item in the list
1069
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
1070
+ */
1071
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
1072
+ get internalValue(): OneDashboardPageWidgetPieColors | cdktn.IResolvable | undefined;
1073
+ set internalValue(value: OneDashboardPageWidgetPieColors | cdktn.IResolvable | undefined);
1074
+ private _color?;
1075
+ get color(): string;
1076
+ set color(value: string);
1077
+ resetColor(): void;
1078
+ get colorInput(): string | undefined;
1079
+ private _seriesOverrides;
1080
+ get seriesOverrides(): OneDashboardPageWidgetPieColorsSeriesOverridesList;
1081
+ putSeriesOverrides(value: OneDashboardPageWidgetPieColorsSeriesOverrides[] | cdktn.IResolvable): void;
1082
+ resetSeriesOverrides(): void;
1083
+ get seriesOverridesInput(): cdktn.IResolvable | OneDashboardPageWidgetPieColorsSeriesOverrides[] | undefined;
1084
+ }
1085
+ export declare class OneDashboardPageWidgetPieColorsList extends cdktn.ComplexList {
1086
+ protected terraformResource: cdktn.IInterpolatingParent;
1087
+ protected terraformAttribute: string;
1088
+ protected wrapsSet: boolean;
1089
+ internalValue?: OneDashboardPageWidgetPieColors[] | cdktn.IResolvable;
1090
+ /**
1091
+ * @param terraformResource The parent resource
1092
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1093
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
1094
+ */
1095
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
1096
+ /**
1097
+ * @param index the index of the item to return
1098
+ */
1099
+ get(index: number): OneDashboardPageWidgetPieColorsOutputReference;
1100
+ }
1101
+ export interface OneDashboardPageWidgetPieDataFormat {
1102
+ /**
1103
+ * Defines the format of the mentioned type
1104
+ *
1105
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#format OneDashboard#format}
1106
+ */
1107
+ readonly format?: string;
1108
+ /**
1109
+ * The column name to be sorted
1110
+ *
1111
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#name OneDashboard#name}
1112
+ */
1113
+ readonly name: string;
1114
+ /**
1115
+ * The precision of the type
1116
+ *
1117
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#precision OneDashboard#precision}
1118
+ */
1119
+ readonly precision?: number;
1120
+ /**
1121
+ * Defines the type of the mentioned column
1122
+ *
1123
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#type OneDashboard#type}
1124
+ */
1125
+ readonly type: string;
1126
+ }
1127
+ export declare function oneDashboardPageWidgetPieDataFormatToTerraform(struct?: OneDashboardPageWidgetPieDataFormat | cdktn.IResolvable): any;
1128
+ export declare function oneDashboardPageWidgetPieDataFormatToHclTerraform(struct?: OneDashboardPageWidgetPieDataFormat | cdktn.IResolvable): any;
1129
+ export declare class OneDashboardPageWidgetPieDataFormatOutputReference extends cdktn.ComplexObject {
1130
+ private isEmptyObject;
1131
+ private resolvableValue?;
1132
+ /**
1133
+ * @param terraformResource The parent resource
1134
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1135
+ * @param complexObjectIndex the index of this item in the list
1136
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
1137
+ */
1138
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
1139
+ get internalValue(): OneDashboardPageWidgetPieDataFormat | cdktn.IResolvable | undefined;
1140
+ set internalValue(value: OneDashboardPageWidgetPieDataFormat | cdktn.IResolvable | undefined);
1141
+ private _format?;
1142
+ get format(): string;
1143
+ set format(value: string);
1144
+ resetFormat(): void;
1145
+ get formatInput(): string | undefined;
1146
+ private _name?;
1147
+ get name(): string;
1148
+ set name(value: string);
1149
+ get nameInput(): string | undefined;
1150
+ private _precision?;
1151
+ get precision(): number;
1152
+ set precision(value: number);
1153
+ resetPrecision(): void;
1154
+ get precisionInput(): number | undefined;
1155
+ private _type?;
1156
+ get type(): string;
1157
+ set type(value: string);
1158
+ get typeInput(): string | undefined;
1159
+ }
1160
+ export declare class OneDashboardPageWidgetPieDataFormatList extends cdktn.ComplexList {
1161
+ protected terraformResource: cdktn.IInterpolatingParent;
1162
+ protected terraformAttribute: string;
1163
+ protected wrapsSet: boolean;
1164
+ internalValue?: OneDashboardPageWidgetPieDataFormat[] | cdktn.IResolvable;
1165
+ /**
1166
+ * @param terraformResource The parent resource
1167
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1168
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
1169
+ */
1170
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
1171
+ /**
1172
+ * @param index the index of the item to return
1173
+ */
1174
+ get(index: number): OneDashboardPageWidgetPieDataFormatOutputReference;
1175
+ }
1176
+ export interface OneDashboardPageWidgetPieInitialSorting {
1177
+ /**
1178
+ * Defines the sort order. Either ascending or descending.
1179
+ *
1180
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#direction OneDashboard#direction}
1181
+ */
1182
+ readonly direction: string;
1183
+ /**
1184
+ * The column name to be sorted
1185
+ *
1186
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#name OneDashboard#name}
1187
+ */
1188
+ readonly name: string;
1189
+ }
1190
+ export declare function oneDashboardPageWidgetPieInitialSortingToTerraform(struct?: OneDashboardPageWidgetPieInitialSortingOutputReference | OneDashboardPageWidgetPieInitialSorting): any;
1191
+ export declare function oneDashboardPageWidgetPieInitialSortingToHclTerraform(struct?: OneDashboardPageWidgetPieInitialSortingOutputReference | OneDashboardPageWidgetPieInitialSorting): any;
1192
+ export declare class OneDashboardPageWidgetPieInitialSortingOutputReference extends cdktn.ComplexObject {
1193
+ private isEmptyObject;
1194
+ /**
1195
+ * @param terraformResource The parent resource
1196
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1197
+ */
1198
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
1199
+ get internalValue(): OneDashboardPageWidgetPieInitialSorting | undefined;
1200
+ set internalValue(value: OneDashboardPageWidgetPieInitialSorting | undefined);
1201
+ private _direction?;
1202
+ get direction(): string;
1203
+ set direction(value: string);
1204
+ get directionInput(): string | undefined;
1205
+ private _name?;
1206
+ get name(): string;
1207
+ set name(value: string);
1208
+ get nameInput(): string | undefined;
1209
+ }
1210
+ export interface OneDashboardPageWidgetPieNrqlQuery {
1211
+ /**
1212
+ * The account ID(s) used for the NRQL query. Can be a single account ID or multiple account IDs in a JSON-encoded array.
1213
+ *
1214
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#account_id OneDashboard#account_id}
1215
+ */
1216
+ readonly accountId?: string;
1217
+ /**
1218
+ * The NRQL query.
1219
+ *
1220
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#query OneDashboard#query}
1221
+ */
1222
+ readonly query: string;
1223
+ }
1224
+ export declare function oneDashboardPageWidgetPieNrqlQueryToTerraform(struct?: OneDashboardPageWidgetPieNrqlQuery | cdktn.IResolvable): any;
1225
+ export declare function oneDashboardPageWidgetPieNrqlQueryToHclTerraform(struct?: OneDashboardPageWidgetPieNrqlQuery | cdktn.IResolvable): any;
1226
+ export declare class OneDashboardPageWidgetPieNrqlQueryOutputReference extends cdktn.ComplexObject {
1227
+ private isEmptyObject;
1228
+ private resolvableValue?;
1229
+ /**
1230
+ * @param terraformResource The parent resource
1231
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1232
+ * @param complexObjectIndex the index of this item in the list
1233
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
1234
+ */
1235
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
1236
+ get internalValue(): OneDashboardPageWidgetPieNrqlQuery | cdktn.IResolvable | undefined;
1237
+ set internalValue(value: OneDashboardPageWidgetPieNrqlQuery | cdktn.IResolvable | undefined);
1238
+ private _accountId?;
1239
+ get accountId(): string;
1240
+ set accountId(value: string);
1241
+ resetAccountId(): void;
1242
+ get accountIdInput(): string | undefined;
1243
+ private _query?;
1244
+ get query(): string;
1245
+ set query(value: string);
1246
+ get queryInput(): string | undefined;
1247
+ }
1248
+ export declare class OneDashboardPageWidgetPieNrqlQueryList extends cdktn.ComplexList {
1249
+ protected terraformResource: cdktn.IInterpolatingParent;
1250
+ protected terraformAttribute: string;
1251
+ protected wrapsSet: boolean;
1252
+ internalValue?: OneDashboardPageWidgetPieNrqlQuery[] | cdktn.IResolvable;
1253
+ /**
1254
+ * @param terraformResource The parent resource
1255
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1256
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
1257
+ */
1258
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
1259
+ /**
1260
+ * @param index the index of the item to return
1261
+ */
1262
+ get(index: number): OneDashboardPageWidgetPieNrqlQueryOutputReference;
1263
+ }
1264
+ export interface OneDashboardPageWidgetPieNullValuesSeriesOverrides {
1265
+ /**
1266
+ * Null value
1267
+ *
1268
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}
1269
+ */
1270
+ readonly nullValue?: string;
1271
+ /**
1272
+ * Series name
1273
+ *
1274
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#series_name OneDashboard#series_name}
1275
+ */
1276
+ readonly seriesName?: string;
1277
+ }
1278
+ export declare function oneDashboardPageWidgetPieNullValuesSeriesOverridesToTerraform(struct?: OneDashboardPageWidgetPieNullValuesSeriesOverrides | cdktn.IResolvable): any;
1279
+ export declare function oneDashboardPageWidgetPieNullValuesSeriesOverridesToHclTerraform(struct?: OneDashboardPageWidgetPieNullValuesSeriesOverrides | cdktn.IResolvable): any;
1280
+ export declare class OneDashboardPageWidgetPieNullValuesSeriesOverridesOutputReference extends cdktn.ComplexObject {
1281
+ private isEmptyObject;
1282
+ private resolvableValue?;
1283
+ /**
1284
+ * @param terraformResource The parent resource
1285
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1286
+ * @param complexObjectIndex the index of this item in the list
1287
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
1288
+ */
1289
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
1290
+ get internalValue(): OneDashboardPageWidgetPieNullValuesSeriesOverrides | cdktn.IResolvable | undefined;
1291
+ set internalValue(value: OneDashboardPageWidgetPieNullValuesSeriesOverrides | cdktn.IResolvable | undefined);
1292
+ private _nullValue?;
1293
+ get nullValue(): string;
1294
+ set nullValue(value: string);
1295
+ resetNullValue(): void;
1296
+ get nullValueInput(): string | undefined;
1297
+ private _seriesName?;
1298
+ get seriesName(): string;
1299
+ set seriesName(value: string);
1300
+ resetSeriesName(): void;
1301
+ get seriesNameInput(): string | undefined;
1302
+ }
1303
+ export declare class OneDashboardPageWidgetPieNullValuesSeriesOverridesList extends cdktn.ComplexList {
1304
+ protected terraformResource: cdktn.IInterpolatingParent;
1305
+ protected terraformAttribute: string;
1306
+ protected wrapsSet: boolean;
1307
+ internalValue?: OneDashboardPageWidgetPieNullValuesSeriesOverrides[] | cdktn.IResolvable;
1308
+ /**
1309
+ * @param terraformResource The parent resource
1310
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1311
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
1312
+ */
1313
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
1314
+ /**
1315
+ * @param index the index of the item to return
1316
+ */
1317
+ get(index: number): OneDashboardPageWidgetPieNullValuesSeriesOverridesOutputReference;
1318
+ }
1319
+ export interface OneDashboardPageWidgetPieNullValues {
1320
+ /**
1321
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}
1322
+ */
1323
+ readonly nullValue?: string;
1324
+ /**
1325
+ * series_overrides block
1326
+ *
1327
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides}
1328
+ */
1329
+ readonly seriesOverrides?: OneDashboardPageWidgetPieNullValuesSeriesOverrides[] | cdktn.IResolvable;
1330
+ }
1331
+ export declare function oneDashboardPageWidgetPieNullValuesToTerraform(struct?: OneDashboardPageWidgetPieNullValues | cdktn.IResolvable): any;
1332
+ export declare function oneDashboardPageWidgetPieNullValuesToHclTerraform(struct?: OneDashboardPageWidgetPieNullValues | cdktn.IResolvable): any;
1333
+ export declare class OneDashboardPageWidgetPieNullValuesOutputReference extends cdktn.ComplexObject {
1334
+ private isEmptyObject;
1335
+ private resolvableValue?;
1336
+ /**
1337
+ * @param terraformResource The parent resource
1338
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1339
+ * @param complexObjectIndex the index of this item in the list
1340
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
1341
+ */
1342
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
1343
+ get internalValue(): OneDashboardPageWidgetPieNullValues | cdktn.IResolvable | undefined;
1344
+ set internalValue(value: OneDashboardPageWidgetPieNullValues | cdktn.IResolvable | undefined);
1345
+ private _nullValue?;
1346
+ get nullValue(): string;
1347
+ set nullValue(value: string);
1348
+ resetNullValue(): void;
1349
+ get nullValueInput(): string | undefined;
1350
+ private _seriesOverrides;
1351
+ get seriesOverrides(): OneDashboardPageWidgetPieNullValuesSeriesOverridesList;
1352
+ putSeriesOverrides(value: OneDashboardPageWidgetPieNullValuesSeriesOverrides[] | cdktn.IResolvable): void;
1353
+ resetSeriesOverrides(): void;
1354
+ get seriesOverridesInput(): cdktn.IResolvable | OneDashboardPageWidgetPieNullValuesSeriesOverrides[] | undefined;
1355
+ }
1356
+ export declare class OneDashboardPageWidgetPieNullValuesList extends cdktn.ComplexList {
1357
+ protected terraformResource: cdktn.IInterpolatingParent;
1358
+ protected terraformAttribute: string;
1359
+ protected wrapsSet: boolean;
1360
+ internalValue?: OneDashboardPageWidgetPieNullValues[] | cdktn.IResolvable;
1361
+ /**
1362
+ * @param terraformResource The parent resource
1363
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1364
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
1365
+ */
1366
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
1367
+ /**
1368
+ * @param index the index of the item to return
1369
+ */
1370
+ get(index: number): OneDashboardPageWidgetPieNullValuesOutputReference;
1371
+ }
1372
+ export interface OneDashboardPageWidgetPieUnitsSeriesOverrides {
1373
+ /**
1374
+ * Series name
1375
+ *
1376
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#series_name OneDashboard#series_name}
1377
+ */
1378
+ readonly seriesName?: string;
1379
+ /**
1380
+ * Unit name
1381
+ *
1382
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#unit OneDashboard#unit}
1383
+ */
1384
+ readonly unit?: string;
1385
+ }
1386
+ export declare function oneDashboardPageWidgetPieUnitsSeriesOverridesToTerraform(struct?: OneDashboardPageWidgetPieUnitsSeriesOverrides | cdktn.IResolvable): any;
1387
+ export declare function oneDashboardPageWidgetPieUnitsSeriesOverridesToHclTerraform(struct?: OneDashboardPageWidgetPieUnitsSeriesOverrides | cdktn.IResolvable): any;
1388
+ export declare class OneDashboardPageWidgetPieUnitsSeriesOverridesOutputReference extends cdktn.ComplexObject {
1389
+ private isEmptyObject;
1390
+ private resolvableValue?;
1391
+ /**
1392
+ * @param terraformResource The parent resource
1393
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1394
+ * @param complexObjectIndex the index of this item in the list
1395
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
1396
+ */
1397
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
1398
+ get internalValue(): OneDashboardPageWidgetPieUnitsSeriesOverrides | cdktn.IResolvable | undefined;
1399
+ set internalValue(value: OneDashboardPageWidgetPieUnitsSeriesOverrides | cdktn.IResolvable | undefined);
1400
+ private _seriesName?;
1401
+ get seriesName(): string;
1402
+ set seriesName(value: string);
1403
+ resetSeriesName(): void;
1404
+ get seriesNameInput(): string | undefined;
1405
+ private _unit?;
1406
+ get unit(): string;
1407
+ set unit(value: string);
1408
+ resetUnit(): void;
1409
+ get unitInput(): string | undefined;
1410
+ }
1411
+ export declare class OneDashboardPageWidgetPieUnitsSeriesOverridesList extends cdktn.ComplexList {
1412
+ protected terraformResource: cdktn.IInterpolatingParent;
1413
+ protected terraformAttribute: string;
1414
+ protected wrapsSet: boolean;
1415
+ internalValue?: OneDashboardPageWidgetPieUnitsSeriesOverrides[] | cdktn.IResolvable;
1416
+ /**
1417
+ * @param terraformResource The parent resource
1418
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1419
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
1420
+ */
1421
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
1422
+ /**
1423
+ * @param index the index of the item to return
1424
+ */
1425
+ get(index: number): OneDashboardPageWidgetPieUnitsSeriesOverridesOutputReference;
1426
+ }
1427
+ export interface OneDashboardPageWidgetPieUnits {
1428
+ /**
1429
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#unit OneDashboard#unit}
1430
+ */
1431
+ readonly unit?: string;
1432
+ /**
1433
+ * series_overrides block
1434
+ *
1435
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides}
1436
+ */
1437
+ readonly seriesOverrides?: OneDashboardPageWidgetPieUnitsSeriesOverrides[] | cdktn.IResolvable;
1438
+ }
1439
+ export declare function oneDashboardPageWidgetPieUnitsToTerraform(struct?: OneDashboardPageWidgetPieUnits | cdktn.IResolvable): any;
1440
+ export declare function oneDashboardPageWidgetPieUnitsToHclTerraform(struct?: OneDashboardPageWidgetPieUnits | cdktn.IResolvable): any;
1441
+ export declare class OneDashboardPageWidgetPieUnitsOutputReference extends cdktn.ComplexObject {
1442
+ private isEmptyObject;
1443
+ private resolvableValue?;
1444
+ /**
1445
+ * @param terraformResource The parent resource
1446
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1447
+ * @param complexObjectIndex the index of this item in the list
1448
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
1449
+ */
1450
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
1451
+ get internalValue(): OneDashboardPageWidgetPieUnits | cdktn.IResolvable | undefined;
1452
+ set internalValue(value: OneDashboardPageWidgetPieUnits | cdktn.IResolvable | undefined);
1453
+ private _unit?;
1454
+ get unit(): string;
1455
+ set unit(value: string);
1456
+ resetUnit(): void;
1457
+ get unitInput(): string | undefined;
1458
+ private _seriesOverrides;
1459
+ get seriesOverrides(): OneDashboardPageWidgetPieUnitsSeriesOverridesList;
1460
+ putSeriesOverrides(value: OneDashboardPageWidgetPieUnitsSeriesOverrides[] | cdktn.IResolvable): void;
1461
+ resetSeriesOverrides(): void;
1462
+ get seriesOverridesInput(): cdktn.IResolvable | OneDashboardPageWidgetPieUnitsSeriesOverrides[] | undefined;
1463
+ }
1464
+ export declare class OneDashboardPageWidgetPieUnitsList extends cdktn.ComplexList {
1465
+ protected terraformResource: cdktn.IInterpolatingParent;
1466
+ protected terraformAttribute: string;
1467
+ protected wrapsSet: boolean;
1468
+ internalValue?: OneDashboardPageWidgetPieUnits[] | cdktn.IResolvable;
1469
+ /**
1470
+ * @param terraformResource The parent resource
1471
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1472
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
1473
+ */
1474
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
1475
+ /**
1476
+ * @param index the index of the item to return
1477
+ */
1478
+ get(index: number): OneDashboardPageWidgetPieUnitsOutputReference;
1479
+ }
1480
+ export interface OneDashboardPageWidgetPie {
1481
+ /**
1482
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#column OneDashboard#column}
1483
+ */
1484
+ readonly column: number;
1485
+ /**
1486
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}
1487
+ */
1488
+ readonly facetShowOtherSeries?: boolean | cdktn.IResolvable;
1489
+ /**
1490
+ * Use this item to filter the current dashboard
1491
+ *
1492
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard}
1493
+ */
1494
+ readonly filterCurrentDashboard?: boolean | cdktn.IResolvable;
1495
+ /**
1496
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#height OneDashboard#height}
1497
+ */
1498
+ readonly height?: number;
1499
+ /**
1500
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}
1501
+ */
1502
+ readonly ignoreTimeRange?: boolean | cdktn.IResolvable;
1503
+ /**
1504
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}
1505
+ */
1506
+ readonly legendEnabled?: boolean | cdktn.IResolvable;
1507
+ /**
1508
+ * Related entities. Currently only supports Dashboard entities, but may allow other cases in the future.
1509
+ *
1510
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids}
1511
+ */
1512
+ readonly linkedEntityGuids?: string[];
1513
+ /**
1514
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}
1515
+ */
1516
+ readonly refreshRate?: string;
1517
+ /**
1518
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#row OneDashboard#row}
1519
+ */
1520
+ readonly row: number;
1521
+ /**
1522
+ * A title for the widget.
1523
+ *
1524
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#title OneDashboard#title}
1525
+ */
1526
+ readonly title: string;
1527
+ /**
1528
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#width OneDashboard#width}
1529
+ */
1530
+ readonly width?: number;
1531
+ /**
1532
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}
1533
+ */
1534
+ readonly yAxisLeftMax?: number;
1535
+ /**
1536
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}
1537
+ */
1538
+ readonly yAxisLeftMin?: number;
1539
+ /**
1540
+ * colors block
1541
+ *
1542
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#colors OneDashboard#colors}
1543
+ */
1544
+ readonly colors?: OneDashboardPageWidgetPieColors[] | cdktn.IResolvable;
1545
+ /**
1546
+ * data_format block
1547
+ *
1548
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#data_format OneDashboard#data_format}
1549
+ */
1550
+ readonly dataFormat?: OneDashboardPageWidgetPieDataFormat[] | cdktn.IResolvable;
1551
+ /**
1552
+ * initial_sorting block
1553
+ *
1554
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting}
1555
+ */
1556
+ readonly initialSorting?: OneDashboardPageWidgetPieInitialSorting;
1557
+ /**
1558
+ * nrql_query block
1559
+ *
1560
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query}
1561
+ */
1562
+ readonly nrqlQuery: OneDashboardPageWidgetPieNrqlQuery[] | cdktn.IResolvable;
1563
+ /**
1564
+ * null_values block
1565
+ *
1566
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#null_values OneDashboard#null_values}
1567
+ */
1568
+ readonly nullValues?: OneDashboardPageWidgetPieNullValues[] | cdktn.IResolvable;
1569
+ /**
1570
+ * units block
1571
+ *
1572
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#units OneDashboard#units}
1573
+ */
1574
+ readonly units?: OneDashboardPageWidgetPieUnits[] | cdktn.IResolvable;
1575
+ }
1576
+ export declare function oneDashboardPageWidgetPieToTerraform(struct?: OneDashboardPageWidgetPie | cdktn.IResolvable): any;
1577
+ export declare function oneDashboardPageWidgetPieToHclTerraform(struct?: OneDashboardPageWidgetPie | cdktn.IResolvable): any;
1578
+ export declare class OneDashboardPageWidgetPieOutputReference extends cdktn.ComplexObject {
1579
+ private isEmptyObject;
1580
+ private resolvableValue?;
1581
+ /**
1582
+ * @param terraformResource The parent resource
1583
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1584
+ * @param complexObjectIndex the index of this item in the list
1585
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
1586
+ */
1587
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
1588
+ get internalValue(): OneDashboardPageWidgetPie | cdktn.IResolvable | undefined;
1589
+ set internalValue(value: OneDashboardPageWidgetPie | cdktn.IResolvable | undefined);
1590
+ private _column?;
1591
+ get column(): number;
1592
+ set column(value: number);
1593
+ get columnInput(): number | undefined;
1594
+ private _facetShowOtherSeries?;
1595
+ get facetShowOtherSeries(): boolean | cdktn.IResolvable;
1596
+ set facetShowOtherSeries(value: boolean | cdktn.IResolvable);
1597
+ resetFacetShowOtherSeries(): void;
1598
+ get facetShowOtherSeriesInput(): boolean | cdktn.IResolvable | undefined;
1599
+ private _filterCurrentDashboard?;
1600
+ get filterCurrentDashboard(): boolean | cdktn.IResolvable;
1601
+ set filterCurrentDashboard(value: boolean | cdktn.IResolvable);
1602
+ resetFilterCurrentDashboard(): void;
1603
+ get filterCurrentDashboardInput(): boolean | cdktn.IResolvable | undefined;
1604
+ private _height?;
1605
+ get height(): number;
1606
+ set height(value: number);
1607
+ resetHeight(): void;
1608
+ get heightInput(): number | undefined;
1609
+ get id(): string;
1610
+ private _ignoreTimeRange?;
1611
+ get ignoreTimeRange(): boolean | cdktn.IResolvable;
1612
+ set ignoreTimeRange(value: boolean | cdktn.IResolvable);
1613
+ resetIgnoreTimeRange(): void;
1614
+ get ignoreTimeRangeInput(): boolean | cdktn.IResolvable | undefined;
1615
+ private _legendEnabled?;
1616
+ get legendEnabled(): boolean | cdktn.IResolvable;
1617
+ set legendEnabled(value: boolean | cdktn.IResolvable);
1618
+ resetLegendEnabled(): void;
1619
+ get legendEnabledInput(): boolean | cdktn.IResolvable | undefined;
1620
+ private _linkedEntityGuids?;
1621
+ get linkedEntityGuids(): string[];
1622
+ set linkedEntityGuids(value: string[]);
1623
+ resetLinkedEntityGuids(): void;
1624
+ get linkedEntityGuidsInput(): string[] | undefined;
1625
+ private _refreshRate?;
1626
+ get refreshRate(): string;
1627
+ set refreshRate(value: string);
1628
+ resetRefreshRate(): void;
1629
+ get refreshRateInput(): string | undefined;
1630
+ private _row?;
1631
+ get row(): number;
1632
+ set row(value: number);
1633
+ get rowInput(): number | undefined;
1634
+ private _title?;
1635
+ get title(): string;
1636
+ set title(value: string);
1637
+ get titleInput(): string | undefined;
1638
+ private _width?;
1639
+ get width(): number;
1640
+ set width(value: number);
1641
+ resetWidth(): void;
1642
+ get widthInput(): number | undefined;
1643
+ private _yAxisLeftMax?;
1644
+ get yAxisLeftMax(): number;
1645
+ set yAxisLeftMax(value: number);
1646
+ resetYAxisLeftMax(): void;
1647
+ get yAxisLeftMaxInput(): number | undefined;
1648
+ private _yAxisLeftMin?;
1649
+ get yAxisLeftMin(): number;
1650
+ set yAxisLeftMin(value: number);
1651
+ resetYAxisLeftMin(): void;
1652
+ get yAxisLeftMinInput(): number | undefined;
1653
+ private _colors;
1654
+ get colors(): OneDashboardPageWidgetPieColorsList;
1655
+ putColors(value: OneDashboardPageWidgetPieColors[] | cdktn.IResolvable): void;
1656
+ resetColors(): void;
1657
+ get colorsInput(): cdktn.IResolvable | OneDashboardPageWidgetPieColors[] | undefined;
1658
+ private _dataFormat;
1659
+ get dataFormat(): OneDashboardPageWidgetPieDataFormatList;
1660
+ putDataFormat(value: OneDashboardPageWidgetPieDataFormat[] | cdktn.IResolvable): void;
1661
+ resetDataFormat(): void;
1662
+ get dataFormatInput(): cdktn.IResolvable | OneDashboardPageWidgetPieDataFormat[] | undefined;
1663
+ private _initialSorting;
1664
+ get initialSorting(): OneDashboardPageWidgetPieInitialSortingOutputReference;
1665
+ putInitialSorting(value: OneDashboardPageWidgetPieInitialSorting): void;
1666
+ resetInitialSorting(): void;
1667
+ get initialSortingInput(): OneDashboardPageWidgetPieInitialSorting | undefined;
1668
+ private _nrqlQuery;
1669
+ get nrqlQuery(): OneDashboardPageWidgetPieNrqlQueryList;
1670
+ putNrqlQuery(value: OneDashboardPageWidgetPieNrqlQuery[] | cdktn.IResolvable): void;
1671
+ get nrqlQueryInput(): cdktn.IResolvable | OneDashboardPageWidgetPieNrqlQuery[] | undefined;
1672
+ private _nullValues;
1673
+ get nullValues(): OneDashboardPageWidgetPieNullValuesList;
1674
+ putNullValues(value: OneDashboardPageWidgetPieNullValues[] | cdktn.IResolvable): void;
1675
+ resetNullValues(): void;
1676
+ get nullValuesInput(): cdktn.IResolvable | OneDashboardPageWidgetPieNullValues[] | undefined;
1677
+ private _units;
1678
+ get units(): OneDashboardPageWidgetPieUnitsList;
1679
+ putUnits(value: OneDashboardPageWidgetPieUnits[] | cdktn.IResolvable): void;
1680
+ resetUnits(): void;
1681
+ get unitsInput(): cdktn.IResolvable | OneDashboardPageWidgetPieUnits[] | undefined;
1682
+ }
1683
+ export declare class OneDashboardPageWidgetPieList extends cdktn.ComplexList {
1684
+ protected terraformResource: cdktn.IInterpolatingParent;
1685
+ protected terraformAttribute: string;
1686
+ protected wrapsSet: boolean;
1687
+ internalValue?: OneDashboardPageWidgetPie[] | cdktn.IResolvable;
1688
+ /**
1689
+ * @param terraformResource The parent resource
1690
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1691
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
1692
+ */
1693
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
1694
+ /**
1695
+ * @param index the index of the item to return
1696
+ */
1697
+ get(index: number): OneDashboardPageWidgetPieOutputReference;
1698
+ }
1699
+ export interface OneDashboardPageWidgetStackedBarColorsSeriesOverrides {
1700
+ /**
1701
+ * Color code
1702
+ *
1703
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#color OneDashboard#color}
1704
+ */
1705
+ readonly color?: string;
1706
+ /**
1707
+ * Series name
1708
+ *
1709
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#series_name OneDashboard#series_name}
1710
+ */
1711
+ readonly seriesName?: string;
1712
+ }
1713
+ export declare function oneDashboardPageWidgetStackedBarColorsSeriesOverridesToTerraform(struct?: OneDashboardPageWidgetStackedBarColorsSeriesOverrides | cdktn.IResolvable): any;
1714
+ export declare function oneDashboardPageWidgetStackedBarColorsSeriesOverridesToHclTerraform(struct?: OneDashboardPageWidgetStackedBarColorsSeriesOverrides | cdktn.IResolvable): any;
1715
+ export declare class OneDashboardPageWidgetStackedBarColorsSeriesOverridesOutputReference extends cdktn.ComplexObject {
1716
+ private isEmptyObject;
1717
+ private resolvableValue?;
1718
+ /**
1719
+ * @param terraformResource The parent resource
1720
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1721
+ * @param complexObjectIndex the index of this item in the list
1722
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
1723
+ */
1724
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
1725
+ get internalValue(): OneDashboardPageWidgetStackedBarColorsSeriesOverrides | cdktn.IResolvable | undefined;
1726
+ set internalValue(value: OneDashboardPageWidgetStackedBarColorsSeriesOverrides | cdktn.IResolvable | undefined);
1727
+ private _color?;
1728
+ get color(): string;
1729
+ set color(value: string);
1730
+ resetColor(): void;
1731
+ get colorInput(): string | undefined;
1732
+ private _seriesName?;
1733
+ get seriesName(): string;
1734
+ set seriesName(value: string);
1735
+ resetSeriesName(): void;
1736
+ get seriesNameInput(): string | undefined;
1737
+ }
1738
+ export declare class OneDashboardPageWidgetStackedBarColorsSeriesOverridesList extends cdktn.ComplexList {
1739
+ protected terraformResource: cdktn.IInterpolatingParent;
1740
+ protected terraformAttribute: string;
1741
+ protected wrapsSet: boolean;
1742
+ internalValue?: OneDashboardPageWidgetStackedBarColorsSeriesOverrides[] | cdktn.IResolvable;
1743
+ /**
1744
+ * @param terraformResource The parent resource
1745
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1746
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
1747
+ */
1748
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
1749
+ /**
1750
+ * @param index the index of the item to return
1751
+ */
1752
+ get(index: number): OneDashboardPageWidgetStackedBarColorsSeriesOverridesOutputReference;
1753
+ }
1754
+ export interface OneDashboardPageWidgetStackedBarColors {
1755
+ /**
1756
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#color OneDashboard#color}
1757
+ */
1758
+ readonly color?: string;
1759
+ /**
1760
+ * series_overrides block
1761
+ *
1762
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides}
1763
+ */
1764
+ readonly seriesOverrides?: OneDashboardPageWidgetStackedBarColorsSeriesOverrides[] | cdktn.IResolvable;
1765
+ }
1766
+ export declare function oneDashboardPageWidgetStackedBarColorsToTerraform(struct?: OneDashboardPageWidgetStackedBarColors | cdktn.IResolvable): any;
1767
+ export declare function oneDashboardPageWidgetStackedBarColorsToHclTerraform(struct?: OneDashboardPageWidgetStackedBarColors | cdktn.IResolvable): any;
1768
+ export declare class OneDashboardPageWidgetStackedBarColorsOutputReference extends cdktn.ComplexObject {
1769
+ private isEmptyObject;
1770
+ private resolvableValue?;
1771
+ /**
1772
+ * @param terraformResource The parent resource
1773
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1774
+ * @param complexObjectIndex the index of this item in the list
1775
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
1776
+ */
1777
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
1778
+ get internalValue(): OneDashboardPageWidgetStackedBarColors | cdktn.IResolvable | undefined;
1779
+ set internalValue(value: OneDashboardPageWidgetStackedBarColors | cdktn.IResolvable | undefined);
1780
+ private _color?;
1781
+ get color(): string;
1782
+ set color(value: string);
1783
+ resetColor(): void;
1784
+ get colorInput(): string | undefined;
1785
+ private _seriesOverrides;
1786
+ get seriesOverrides(): OneDashboardPageWidgetStackedBarColorsSeriesOverridesList;
1787
+ putSeriesOverrides(value: OneDashboardPageWidgetStackedBarColorsSeriesOverrides[] | cdktn.IResolvable): void;
1788
+ resetSeriesOverrides(): void;
1789
+ get seriesOverridesInput(): cdktn.IResolvable | OneDashboardPageWidgetStackedBarColorsSeriesOverrides[] | undefined;
1790
+ }
1791
+ export declare class OneDashboardPageWidgetStackedBarColorsList extends cdktn.ComplexList {
1792
+ protected terraformResource: cdktn.IInterpolatingParent;
1793
+ protected terraformAttribute: string;
1794
+ protected wrapsSet: boolean;
1795
+ internalValue?: OneDashboardPageWidgetStackedBarColors[] | cdktn.IResolvable;
1796
+ /**
1797
+ * @param terraformResource The parent resource
1798
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1799
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
1800
+ */
1801
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
1802
+ /**
1803
+ * @param index the index of the item to return
1804
+ */
1805
+ get(index: number): OneDashboardPageWidgetStackedBarColorsOutputReference;
1806
+ }
1807
+ export interface OneDashboardPageWidgetStackedBarDataFormat {
1808
+ /**
1809
+ * Defines the format of the mentioned type
1810
+ *
1811
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#format OneDashboard#format}
1812
+ */
1813
+ readonly format?: string;
1814
+ /**
1815
+ * The column name to be sorted
1816
+ *
1817
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#name OneDashboard#name}
1818
+ */
1819
+ readonly name: string;
1820
+ /**
1821
+ * The precision of the type
1822
+ *
1823
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#precision OneDashboard#precision}
1824
+ */
1825
+ readonly precision?: number;
1826
+ /**
1827
+ * Defines the type of the mentioned column
1828
+ *
1829
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#type OneDashboard#type}
1830
+ */
1831
+ readonly type: string;
1832
+ }
1833
+ export declare function oneDashboardPageWidgetStackedBarDataFormatToTerraform(struct?: OneDashboardPageWidgetStackedBarDataFormat | cdktn.IResolvable): any;
1834
+ export declare function oneDashboardPageWidgetStackedBarDataFormatToHclTerraform(struct?: OneDashboardPageWidgetStackedBarDataFormat | cdktn.IResolvable): any;
1835
+ export declare class OneDashboardPageWidgetStackedBarDataFormatOutputReference extends cdktn.ComplexObject {
1836
+ private isEmptyObject;
1837
+ private resolvableValue?;
1838
+ /**
1839
+ * @param terraformResource The parent resource
1840
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1841
+ * @param complexObjectIndex the index of this item in the list
1842
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
1843
+ */
1844
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
1845
+ get internalValue(): OneDashboardPageWidgetStackedBarDataFormat | cdktn.IResolvable | undefined;
1846
+ set internalValue(value: OneDashboardPageWidgetStackedBarDataFormat | cdktn.IResolvable | undefined);
1847
+ private _format?;
1848
+ get format(): string;
1849
+ set format(value: string);
1850
+ resetFormat(): void;
1851
+ get formatInput(): string | undefined;
1852
+ private _name?;
1853
+ get name(): string;
1854
+ set name(value: string);
1855
+ get nameInput(): string | undefined;
1856
+ private _precision?;
1857
+ get precision(): number;
1858
+ set precision(value: number);
1859
+ resetPrecision(): void;
1860
+ get precisionInput(): number | undefined;
1861
+ private _type?;
1862
+ get type(): string;
1863
+ set type(value: string);
1864
+ get typeInput(): string | undefined;
1865
+ }
1866
+ export declare class OneDashboardPageWidgetStackedBarDataFormatList extends cdktn.ComplexList {
1867
+ protected terraformResource: cdktn.IInterpolatingParent;
1868
+ protected terraformAttribute: string;
1869
+ protected wrapsSet: boolean;
1870
+ internalValue?: OneDashboardPageWidgetStackedBarDataFormat[] | cdktn.IResolvable;
1871
+ /**
1872
+ * @param terraformResource The parent resource
1873
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1874
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
1875
+ */
1876
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
1877
+ /**
1878
+ * @param index the index of the item to return
1879
+ */
1880
+ get(index: number): OneDashboardPageWidgetStackedBarDataFormatOutputReference;
1881
+ }
1882
+ export interface OneDashboardPageWidgetStackedBarInitialSorting {
1883
+ /**
1884
+ * Defines the sort order. Either ascending or descending.
1885
+ *
1886
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#direction OneDashboard#direction}
1887
+ */
1888
+ readonly direction: string;
1889
+ /**
1890
+ * The column name to be sorted
1891
+ *
1892
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#name OneDashboard#name}
1893
+ */
1894
+ readonly name: string;
1895
+ }
1896
+ export declare function oneDashboardPageWidgetStackedBarInitialSortingToTerraform(struct?: OneDashboardPageWidgetStackedBarInitialSortingOutputReference | OneDashboardPageWidgetStackedBarInitialSorting): any;
1897
+ export declare function oneDashboardPageWidgetStackedBarInitialSortingToHclTerraform(struct?: OneDashboardPageWidgetStackedBarInitialSortingOutputReference | OneDashboardPageWidgetStackedBarInitialSorting): any;
1898
+ export declare class OneDashboardPageWidgetStackedBarInitialSortingOutputReference extends cdktn.ComplexObject {
1899
+ private isEmptyObject;
1900
+ /**
1901
+ * @param terraformResource The parent resource
1902
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1903
+ */
1904
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
1905
+ get internalValue(): OneDashboardPageWidgetStackedBarInitialSorting | undefined;
1906
+ set internalValue(value: OneDashboardPageWidgetStackedBarInitialSorting | undefined);
1907
+ private _direction?;
1908
+ get direction(): string;
1909
+ set direction(value: string);
1910
+ get directionInput(): string | undefined;
1911
+ private _name?;
1912
+ get name(): string;
1913
+ set name(value: string);
1914
+ get nameInput(): string | undefined;
1915
+ }
1916
+ export interface OneDashboardPageWidgetStackedBarNrqlQuery {
1917
+ /**
1918
+ * The account ID(s) used for the NRQL query. Can be a single account ID or multiple account IDs in a JSON-encoded array.
1919
+ *
1920
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#account_id OneDashboard#account_id}
1921
+ */
1922
+ readonly accountId?: string;
1923
+ /**
1924
+ * The NRQL query.
1925
+ *
1926
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#query OneDashboard#query}
1927
+ */
1928
+ readonly query: string;
1929
+ }
1930
+ export declare function oneDashboardPageWidgetStackedBarNrqlQueryToTerraform(struct?: OneDashboardPageWidgetStackedBarNrqlQuery | cdktn.IResolvable): any;
1931
+ export declare function oneDashboardPageWidgetStackedBarNrqlQueryToHclTerraform(struct?: OneDashboardPageWidgetStackedBarNrqlQuery | cdktn.IResolvable): any;
1932
+ export declare class OneDashboardPageWidgetStackedBarNrqlQueryOutputReference extends cdktn.ComplexObject {
1933
+ private isEmptyObject;
1934
+ private resolvableValue?;
1935
+ /**
1936
+ * @param terraformResource The parent resource
1937
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1938
+ * @param complexObjectIndex the index of this item in the list
1939
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
1940
+ */
1941
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
1942
+ get internalValue(): OneDashboardPageWidgetStackedBarNrqlQuery | cdktn.IResolvable | undefined;
1943
+ set internalValue(value: OneDashboardPageWidgetStackedBarNrqlQuery | cdktn.IResolvable | undefined);
1944
+ private _accountId?;
1945
+ get accountId(): string;
1946
+ set accountId(value: string);
1947
+ resetAccountId(): void;
1948
+ get accountIdInput(): string | undefined;
1949
+ private _query?;
1950
+ get query(): string;
1951
+ set query(value: string);
1952
+ get queryInput(): string | undefined;
1953
+ }
1954
+ export declare class OneDashboardPageWidgetStackedBarNrqlQueryList extends cdktn.ComplexList {
1955
+ protected terraformResource: cdktn.IInterpolatingParent;
1956
+ protected terraformAttribute: string;
1957
+ protected wrapsSet: boolean;
1958
+ internalValue?: OneDashboardPageWidgetStackedBarNrqlQuery[] | cdktn.IResolvable;
1959
+ /**
1960
+ * @param terraformResource The parent resource
1961
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1962
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
1963
+ */
1964
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
1965
+ /**
1966
+ * @param index the index of the item to return
1967
+ */
1968
+ get(index: number): OneDashboardPageWidgetStackedBarNrqlQueryOutputReference;
1969
+ }
1970
+ export interface OneDashboardPageWidgetStackedBarNullValuesSeriesOverrides {
1971
+ /**
1972
+ * Null value
1973
+ *
1974
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}
1975
+ */
1976
+ readonly nullValue?: string;
1977
+ /**
1978
+ * Series name
1979
+ *
1980
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#series_name OneDashboard#series_name}
1981
+ */
1982
+ readonly seriesName?: string;
1983
+ }
1984
+ export declare function oneDashboardPageWidgetStackedBarNullValuesSeriesOverridesToTerraform(struct?: OneDashboardPageWidgetStackedBarNullValuesSeriesOverrides | cdktn.IResolvable): any;
1985
+ export declare function oneDashboardPageWidgetStackedBarNullValuesSeriesOverridesToHclTerraform(struct?: OneDashboardPageWidgetStackedBarNullValuesSeriesOverrides | cdktn.IResolvable): any;
1986
+ export declare class OneDashboardPageWidgetStackedBarNullValuesSeriesOverridesOutputReference extends cdktn.ComplexObject {
1987
+ private isEmptyObject;
1988
+ private resolvableValue?;
1989
+ /**
1990
+ * @param terraformResource The parent resource
1991
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1992
+ * @param complexObjectIndex the index of this item in the list
1993
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
1994
+ */
1995
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
1996
+ get internalValue(): OneDashboardPageWidgetStackedBarNullValuesSeriesOverrides | cdktn.IResolvable | undefined;
1997
+ set internalValue(value: OneDashboardPageWidgetStackedBarNullValuesSeriesOverrides | cdktn.IResolvable | undefined);
1998
+ private _nullValue?;
1999
+ get nullValue(): string;
2000
+ set nullValue(value: string);
2001
+ resetNullValue(): void;
2002
+ get nullValueInput(): string | undefined;
2003
+ private _seriesName?;
2004
+ get seriesName(): string;
2005
+ set seriesName(value: string);
2006
+ resetSeriesName(): void;
2007
+ get seriesNameInput(): string | undefined;
2008
+ }
2009
+ export declare class OneDashboardPageWidgetStackedBarNullValuesSeriesOverridesList extends cdktn.ComplexList {
2010
+ protected terraformResource: cdktn.IInterpolatingParent;
2011
+ protected terraformAttribute: string;
2012
+ protected wrapsSet: boolean;
2013
+ internalValue?: OneDashboardPageWidgetStackedBarNullValuesSeriesOverrides[] | cdktn.IResolvable;
2014
+ /**
2015
+ * @param terraformResource The parent resource
2016
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2017
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
2018
+ */
2019
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
2020
+ /**
2021
+ * @param index the index of the item to return
2022
+ */
2023
+ get(index: number): OneDashboardPageWidgetStackedBarNullValuesSeriesOverridesOutputReference;
2024
+ }
2025
+ export interface OneDashboardPageWidgetStackedBarNullValues {
2026
+ /**
2027
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}
2028
+ */
2029
+ readonly nullValue?: string;
2030
+ /**
2031
+ * series_overrides block
2032
+ *
2033
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides}
2034
+ */
2035
+ readonly seriesOverrides?: OneDashboardPageWidgetStackedBarNullValuesSeriesOverrides[] | cdktn.IResolvable;
2036
+ }
2037
+ export declare function oneDashboardPageWidgetStackedBarNullValuesToTerraform(struct?: OneDashboardPageWidgetStackedBarNullValues | cdktn.IResolvable): any;
2038
+ export declare function oneDashboardPageWidgetStackedBarNullValuesToHclTerraform(struct?: OneDashboardPageWidgetStackedBarNullValues | cdktn.IResolvable): any;
2039
+ export declare class OneDashboardPageWidgetStackedBarNullValuesOutputReference extends cdktn.ComplexObject {
2040
+ private isEmptyObject;
2041
+ private resolvableValue?;
2042
+ /**
2043
+ * @param terraformResource The parent resource
2044
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2045
+ * @param complexObjectIndex the index of this item in the list
2046
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
2047
+ */
2048
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
2049
+ get internalValue(): OneDashboardPageWidgetStackedBarNullValues | cdktn.IResolvable | undefined;
2050
+ set internalValue(value: OneDashboardPageWidgetStackedBarNullValues | cdktn.IResolvable | undefined);
2051
+ private _nullValue?;
2052
+ get nullValue(): string;
2053
+ set nullValue(value: string);
2054
+ resetNullValue(): void;
2055
+ get nullValueInput(): string | undefined;
2056
+ private _seriesOverrides;
2057
+ get seriesOverrides(): OneDashboardPageWidgetStackedBarNullValuesSeriesOverridesList;
2058
+ putSeriesOverrides(value: OneDashboardPageWidgetStackedBarNullValuesSeriesOverrides[] | cdktn.IResolvable): void;
2059
+ resetSeriesOverrides(): void;
2060
+ get seriesOverridesInput(): cdktn.IResolvable | OneDashboardPageWidgetStackedBarNullValuesSeriesOverrides[] | undefined;
2061
+ }
2062
+ export declare class OneDashboardPageWidgetStackedBarNullValuesList extends cdktn.ComplexList {
2063
+ protected terraformResource: cdktn.IInterpolatingParent;
2064
+ protected terraformAttribute: string;
2065
+ protected wrapsSet: boolean;
2066
+ internalValue?: OneDashboardPageWidgetStackedBarNullValues[] | cdktn.IResolvable;
2067
+ /**
2068
+ * @param terraformResource The parent resource
2069
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2070
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
2071
+ */
2072
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
2073
+ /**
2074
+ * @param index the index of the item to return
2075
+ */
2076
+ get(index: number): OneDashboardPageWidgetStackedBarNullValuesOutputReference;
2077
+ }
2078
+ export interface OneDashboardPageWidgetStackedBarTooltip {
2079
+ /**
2080
+ * Tooltip display mode.
2081
+ *
2082
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#mode OneDashboard#mode}
2083
+ */
2084
+ readonly mode: string;
2085
+ }
2086
+ export declare function oneDashboardPageWidgetStackedBarTooltipToTerraform(struct?: OneDashboardPageWidgetStackedBarTooltipOutputReference | OneDashboardPageWidgetStackedBarTooltip): any;
2087
+ export declare function oneDashboardPageWidgetStackedBarTooltipToHclTerraform(struct?: OneDashboardPageWidgetStackedBarTooltipOutputReference | OneDashboardPageWidgetStackedBarTooltip): any;
2088
+ export declare class OneDashboardPageWidgetStackedBarTooltipOutputReference extends cdktn.ComplexObject {
2089
+ private isEmptyObject;
2090
+ /**
2091
+ * @param terraformResource The parent resource
2092
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2093
+ */
2094
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
2095
+ get internalValue(): OneDashboardPageWidgetStackedBarTooltip | undefined;
2096
+ set internalValue(value: OneDashboardPageWidgetStackedBarTooltip | undefined);
2097
+ private _mode?;
2098
+ get mode(): string;
2099
+ set mode(value: string);
2100
+ get modeInput(): string | undefined;
2101
+ }
2102
+ export interface OneDashboardPageWidgetStackedBarUnitsSeriesOverrides {
2103
+ /**
2104
+ * Series name
2105
+ *
2106
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#series_name OneDashboard#series_name}
2107
+ */
2108
+ readonly seriesName?: string;
2109
+ /**
2110
+ * Unit name
2111
+ *
2112
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#unit OneDashboard#unit}
2113
+ */
2114
+ readonly unit?: string;
2115
+ }
2116
+ export declare function oneDashboardPageWidgetStackedBarUnitsSeriesOverridesToTerraform(struct?: OneDashboardPageWidgetStackedBarUnitsSeriesOverrides | cdktn.IResolvable): any;
2117
+ export declare function oneDashboardPageWidgetStackedBarUnitsSeriesOverridesToHclTerraform(struct?: OneDashboardPageWidgetStackedBarUnitsSeriesOverrides | cdktn.IResolvable): any;
2118
+ export declare class OneDashboardPageWidgetStackedBarUnitsSeriesOverridesOutputReference extends cdktn.ComplexObject {
2119
+ private isEmptyObject;
2120
+ private resolvableValue?;
2121
+ /**
2122
+ * @param terraformResource The parent resource
2123
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2124
+ * @param complexObjectIndex the index of this item in the list
2125
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
2126
+ */
2127
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
2128
+ get internalValue(): OneDashboardPageWidgetStackedBarUnitsSeriesOverrides | cdktn.IResolvable | undefined;
2129
+ set internalValue(value: OneDashboardPageWidgetStackedBarUnitsSeriesOverrides | cdktn.IResolvable | undefined);
2130
+ private _seriesName?;
2131
+ get seriesName(): string;
2132
+ set seriesName(value: string);
2133
+ resetSeriesName(): void;
2134
+ get seriesNameInput(): string | undefined;
2135
+ private _unit?;
2136
+ get unit(): string;
2137
+ set unit(value: string);
2138
+ resetUnit(): void;
2139
+ get unitInput(): string | undefined;
2140
+ }
2141
+ export declare class OneDashboardPageWidgetStackedBarUnitsSeriesOverridesList extends cdktn.ComplexList {
2142
+ protected terraformResource: cdktn.IInterpolatingParent;
2143
+ protected terraformAttribute: string;
2144
+ protected wrapsSet: boolean;
2145
+ internalValue?: OneDashboardPageWidgetStackedBarUnitsSeriesOverrides[] | cdktn.IResolvable;
2146
+ /**
2147
+ * @param terraformResource The parent resource
2148
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2149
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
2150
+ */
2151
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
2152
+ /**
2153
+ * @param index the index of the item to return
2154
+ */
2155
+ get(index: number): OneDashboardPageWidgetStackedBarUnitsSeriesOverridesOutputReference;
2156
+ }
2157
+ export interface OneDashboardPageWidgetStackedBarUnits {
2158
+ /**
2159
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#unit OneDashboard#unit}
2160
+ */
2161
+ readonly unit?: string;
2162
+ /**
2163
+ * series_overrides block
2164
+ *
2165
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides}
2166
+ */
2167
+ readonly seriesOverrides?: OneDashboardPageWidgetStackedBarUnitsSeriesOverrides[] | cdktn.IResolvable;
2168
+ }
2169
+ export declare function oneDashboardPageWidgetStackedBarUnitsToTerraform(struct?: OneDashboardPageWidgetStackedBarUnits | cdktn.IResolvable): any;
2170
+ export declare function oneDashboardPageWidgetStackedBarUnitsToHclTerraform(struct?: OneDashboardPageWidgetStackedBarUnits | cdktn.IResolvable): any;
2171
+ export declare class OneDashboardPageWidgetStackedBarUnitsOutputReference extends cdktn.ComplexObject {
2172
+ private isEmptyObject;
2173
+ private resolvableValue?;
2174
+ /**
2175
+ * @param terraformResource The parent resource
2176
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2177
+ * @param complexObjectIndex the index of this item in the list
2178
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
2179
+ */
2180
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
2181
+ get internalValue(): OneDashboardPageWidgetStackedBarUnits | cdktn.IResolvable | undefined;
2182
+ set internalValue(value: OneDashboardPageWidgetStackedBarUnits | cdktn.IResolvable | undefined);
2183
+ private _unit?;
2184
+ get unit(): string;
2185
+ set unit(value: string);
2186
+ resetUnit(): void;
2187
+ get unitInput(): string | undefined;
2188
+ private _seriesOverrides;
2189
+ get seriesOverrides(): OneDashboardPageWidgetStackedBarUnitsSeriesOverridesList;
2190
+ putSeriesOverrides(value: OneDashboardPageWidgetStackedBarUnitsSeriesOverrides[] | cdktn.IResolvable): void;
2191
+ resetSeriesOverrides(): void;
2192
+ get seriesOverridesInput(): cdktn.IResolvable | OneDashboardPageWidgetStackedBarUnitsSeriesOverrides[] | undefined;
2193
+ }
2194
+ export declare class OneDashboardPageWidgetStackedBarUnitsList extends cdktn.ComplexList {
2195
+ protected terraformResource: cdktn.IInterpolatingParent;
2196
+ protected terraformAttribute: string;
2197
+ protected wrapsSet: boolean;
2198
+ internalValue?: OneDashboardPageWidgetStackedBarUnits[] | cdktn.IResolvable;
2199
+ /**
2200
+ * @param terraformResource The parent resource
2201
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2202
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
2203
+ */
2204
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
2205
+ /**
2206
+ * @param index the index of the item to return
2207
+ */
2208
+ get(index: number): OneDashboardPageWidgetStackedBarUnitsOutputReference;
2209
+ }
2210
+ export interface OneDashboardPageWidgetStackedBar {
2211
+ /**
2212
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#column OneDashboard#column}
2213
+ */
2214
+ readonly column: number;
2215
+ /**
2216
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}
2217
+ */
2218
+ readonly facetShowOtherSeries?: boolean | cdktn.IResolvable;
2219
+ /**
2220
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#height OneDashboard#height}
2221
+ */
2222
+ readonly height?: number;
2223
+ /**
2224
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}
2225
+ */
2226
+ readonly ignoreTimeRange?: boolean | cdktn.IResolvable;
2227
+ /**
2228
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}
2229
+ */
2230
+ readonly legendEnabled?: boolean | cdktn.IResolvable;
2231
+ /**
2232
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}
2233
+ */
2234
+ readonly refreshRate?: string;
2235
+ /**
2236
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#row OneDashboard#row}
2237
+ */
2238
+ readonly row: number;
2239
+ /**
2240
+ * A title for the widget.
2241
+ *
2242
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#title OneDashboard#title}
2243
+ */
2244
+ readonly title: string;
2245
+ /**
2246
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#width OneDashboard#width}
2247
+ */
2248
+ readonly width?: number;
2249
+ /**
2250
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}
2251
+ */
2252
+ readonly yAxisLeftMax?: number;
2253
+ /**
2254
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}
2255
+ */
2256
+ readonly yAxisLeftMin?: number;
2257
+ /**
2258
+ * colors block
2259
+ *
2260
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#colors OneDashboard#colors}
2261
+ */
2262
+ readonly colors?: OneDashboardPageWidgetStackedBarColors[] | cdktn.IResolvable;
2263
+ /**
2264
+ * data_format block
2265
+ *
2266
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#data_format OneDashboard#data_format}
2267
+ */
2268
+ readonly dataFormat?: OneDashboardPageWidgetStackedBarDataFormat[] | cdktn.IResolvable;
2269
+ /**
2270
+ * initial_sorting block
2271
+ *
2272
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting}
2273
+ */
2274
+ readonly initialSorting?: OneDashboardPageWidgetStackedBarInitialSorting;
2275
+ /**
2276
+ * nrql_query block
2277
+ *
2278
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query}
2279
+ */
2280
+ readonly nrqlQuery: OneDashboardPageWidgetStackedBarNrqlQuery[] | cdktn.IResolvable;
2281
+ /**
2282
+ * null_values block
2283
+ *
2284
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#null_values OneDashboard#null_values}
2285
+ */
2286
+ readonly nullValues?: OneDashboardPageWidgetStackedBarNullValues[] | cdktn.IResolvable;
2287
+ /**
2288
+ * tooltip block
2289
+ *
2290
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#tooltip OneDashboard#tooltip}
2291
+ */
2292
+ readonly tooltip?: OneDashboardPageWidgetStackedBarTooltip;
2293
+ /**
2294
+ * units block
2295
+ *
2296
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#units OneDashboard#units}
2297
+ */
2298
+ readonly units?: OneDashboardPageWidgetStackedBarUnits[] | cdktn.IResolvable;
2299
+ }
2300
+ export declare function oneDashboardPageWidgetStackedBarToTerraform(struct?: OneDashboardPageWidgetStackedBar | cdktn.IResolvable): any;
2301
+ export declare function oneDashboardPageWidgetStackedBarToHclTerraform(struct?: OneDashboardPageWidgetStackedBar | cdktn.IResolvable): any;
2302
+ export declare class OneDashboardPageWidgetStackedBarOutputReference extends cdktn.ComplexObject {
2303
+ private isEmptyObject;
2304
+ private resolvableValue?;
2305
+ /**
2306
+ * @param terraformResource The parent resource
2307
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2308
+ * @param complexObjectIndex the index of this item in the list
2309
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
2310
+ */
2311
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
2312
+ get internalValue(): OneDashboardPageWidgetStackedBar | cdktn.IResolvable | undefined;
2313
+ set internalValue(value: OneDashboardPageWidgetStackedBar | cdktn.IResolvable | undefined);
2314
+ private _column?;
2315
+ get column(): number;
2316
+ set column(value: number);
2317
+ get columnInput(): number | undefined;
2318
+ private _facetShowOtherSeries?;
2319
+ get facetShowOtherSeries(): boolean | cdktn.IResolvable;
2320
+ set facetShowOtherSeries(value: boolean | cdktn.IResolvable);
2321
+ resetFacetShowOtherSeries(): void;
2322
+ get facetShowOtherSeriesInput(): boolean | cdktn.IResolvable | undefined;
2323
+ private _height?;
2324
+ get height(): number;
2325
+ set height(value: number);
2326
+ resetHeight(): void;
2327
+ get heightInput(): number | undefined;
2328
+ get id(): string;
2329
+ private _ignoreTimeRange?;
2330
+ get ignoreTimeRange(): boolean | cdktn.IResolvable;
2331
+ set ignoreTimeRange(value: boolean | cdktn.IResolvable);
2332
+ resetIgnoreTimeRange(): void;
2333
+ get ignoreTimeRangeInput(): boolean | cdktn.IResolvable | undefined;
2334
+ private _legendEnabled?;
2335
+ get legendEnabled(): boolean | cdktn.IResolvable;
2336
+ set legendEnabled(value: boolean | cdktn.IResolvable);
2337
+ resetLegendEnabled(): void;
2338
+ get legendEnabledInput(): boolean | cdktn.IResolvable | undefined;
2339
+ private _refreshRate?;
2340
+ get refreshRate(): string;
2341
+ set refreshRate(value: string);
2342
+ resetRefreshRate(): void;
2343
+ get refreshRateInput(): string | undefined;
2344
+ private _row?;
2345
+ get row(): number;
2346
+ set row(value: number);
2347
+ get rowInput(): number | undefined;
2348
+ private _title?;
2349
+ get title(): string;
2350
+ set title(value: string);
2351
+ get titleInput(): string | undefined;
2352
+ private _width?;
2353
+ get width(): number;
2354
+ set width(value: number);
2355
+ resetWidth(): void;
2356
+ get widthInput(): number | undefined;
2357
+ private _yAxisLeftMax?;
2358
+ get yAxisLeftMax(): number;
2359
+ set yAxisLeftMax(value: number);
2360
+ resetYAxisLeftMax(): void;
2361
+ get yAxisLeftMaxInput(): number | undefined;
2362
+ private _yAxisLeftMin?;
2363
+ get yAxisLeftMin(): number;
2364
+ set yAxisLeftMin(value: number);
2365
+ resetYAxisLeftMin(): void;
2366
+ get yAxisLeftMinInput(): number | undefined;
2367
+ private _colors;
2368
+ get colors(): OneDashboardPageWidgetStackedBarColorsList;
2369
+ putColors(value: OneDashboardPageWidgetStackedBarColors[] | cdktn.IResolvable): void;
2370
+ resetColors(): void;
2371
+ get colorsInput(): cdktn.IResolvable | OneDashboardPageWidgetStackedBarColors[] | undefined;
2372
+ private _dataFormat;
2373
+ get dataFormat(): OneDashboardPageWidgetStackedBarDataFormatList;
2374
+ putDataFormat(value: OneDashboardPageWidgetStackedBarDataFormat[] | cdktn.IResolvable): void;
2375
+ resetDataFormat(): void;
2376
+ get dataFormatInput(): cdktn.IResolvable | OneDashboardPageWidgetStackedBarDataFormat[] | undefined;
2377
+ private _initialSorting;
2378
+ get initialSorting(): OneDashboardPageWidgetStackedBarInitialSortingOutputReference;
2379
+ putInitialSorting(value: OneDashboardPageWidgetStackedBarInitialSorting): void;
2380
+ resetInitialSorting(): void;
2381
+ get initialSortingInput(): OneDashboardPageWidgetStackedBarInitialSorting | undefined;
2382
+ private _nrqlQuery;
2383
+ get nrqlQuery(): OneDashboardPageWidgetStackedBarNrqlQueryList;
2384
+ putNrqlQuery(value: OneDashboardPageWidgetStackedBarNrqlQuery[] | cdktn.IResolvable): void;
2385
+ get nrqlQueryInput(): cdktn.IResolvable | OneDashboardPageWidgetStackedBarNrqlQuery[] | undefined;
2386
+ private _nullValues;
2387
+ get nullValues(): OneDashboardPageWidgetStackedBarNullValuesList;
2388
+ putNullValues(value: OneDashboardPageWidgetStackedBarNullValues[] | cdktn.IResolvable): void;
2389
+ resetNullValues(): void;
2390
+ get nullValuesInput(): cdktn.IResolvable | OneDashboardPageWidgetStackedBarNullValues[] | undefined;
2391
+ private _tooltip;
2392
+ get tooltip(): OneDashboardPageWidgetStackedBarTooltipOutputReference;
2393
+ putTooltip(value: OneDashboardPageWidgetStackedBarTooltip): void;
2394
+ resetTooltip(): void;
2395
+ get tooltipInput(): OneDashboardPageWidgetStackedBarTooltip | undefined;
2396
+ private _units;
2397
+ get units(): OneDashboardPageWidgetStackedBarUnitsList;
2398
+ putUnits(value: OneDashboardPageWidgetStackedBarUnits[] | cdktn.IResolvable): void;
2399
+ resetUnits(): void;
2400
+ get unitsInput(): cdktn.IResolvable | OneDashboardPageWidgetStackedBarUnits[] | undefined;
2401
+ }
2402
+ export declare class OneDashboardPageWidgetStackedBarList extends cdktn.ComplexList {
2403
+ protected terraformResource: cdktn.IInterpolatingParent;
2404
+ protected terraformAttribute: string;
2405
+ protected wrapsSet: boolean;
2406
+ internalValue?: OneDashboardPageWidgetStackedBar[] | cdktn.IResolvable;
2407
+ /**
2408
+ * @param terraformResource The parent resource
2409
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2410
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
2411
+ */
2412
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
2413
+ /**
2414
+ * @param index the index of the item to return
2415
+ */
2416
+ get(index: number): OneDashboardPageWidgetStackedBarOutputReference;
2417
+ }
2418
+ export interface OneDashboardPageWidgetTableColorsSeriesOverrides {
2419
+ /**
2420
+ * Color code
2421
+ *
2422
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#color OneDashboard#color}
2423
+ */
2424
+ readonly color?: string;
2425
+ /**
2426
+ * Series name
2427
+ *
2428
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#series_name OneDashboard#series_name}
2429
+ */
2430
+ readonly seriesName?: string;
2431
+ }
2432
+ export declare function oneDashboardPageWidgetTableColorsSeriesOverridesToTerraform(struct?: OneDashboardPageWidgetTableColorsSeriesOverrides | cdktn.IResolvable): any;
2433
+ export declare function oneDashboardPageWidgetTableColorsSeriesOverridesToHclTerraform(struct?: OneDashboardPageWidgetTableColorsSeriesOverrides | cdktn.IResolvable): any;
2434
+ export declare class OneDashboardPageWidgetTableColorsSeriesOverridesOutputReference extends cdktn.ComplexObject {
2435
+ private isEmptyObject;
2436
+ private resolvableValue?;
2437
+ /**
2438
+ * @param terraformResource The parent resource
2439
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2440
+ * @param complexObjectIndex the index of this item in the list
2441
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
2442
+ */
2443
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
2444
+ get internalValue(): OneDashboardPageWidgetTableColorsSeriesOverrides | cdktn.IResolvable | undefined;
2445
+ set internalValue(value: OneDashboardPageWidgetTableColorsSeriesOverrides | cdktn.IResolvable | undefined);
2446
+ private _color?;
2447
+ get color(): string;
2448
+ set color(value: string);
2449
+ resetColor(): void;
2450
+ get colorInput(): string | undefined;
2451
+ private _seriesName?;
2452
+ get seriesName(): string;
2453
+ set seriesName(value: string);
2454
+ resetSeriesName(): void;
2455
+ get seriesNameInput(): string | undefined;
2456
+ }
2457
+ export declare class OneDashboardPageWidgetTableColorsSeriesOverridesList extends cdktn.ComplexList {
2458
+ protected terraformResource: cdktn.IInterpolatingParent;
2459
+ protected terraformAttribute: string;
2460
+ protected wrapsSet: boolean;
2461
+ internalValue?: OneDashboardPageWidgetTableColorsSeriesOverrides[] | cdktn.IResolvable;
2462
+ /**
2463
+ * @param terraformResource The parent resource
2464
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2465
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
2466
+ */
2467
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
2468
+ /**
2469
+ * @param index the index of the item to return
2470
+ */
2471
+ get(index: number): OneDashboardPageWidgetTableColorsSeriesOverridesOutputReference;
2472
+ }
2473
+ export interface OneDashboardPageWidgetTableColors {
2474
+ /**
2475
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#color OneDashboard#color}
2476
+ */
2477
+ readonly color?: string;
2478
+ /**
2479
+ * series_overrides block
2480
+ *
2481
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides}
2482
+ */
2483
+ readonly seriesOverrides?: OneDashboardPageWidgetTableColorsSeriesOverrides[] | cdktn.IResolvable;
2484
+ }
2485
+ export declare function oneDashboardPageWidgetTableColorsToTerraform(struct?: OneDashboardPageWidgetTableColors | cdktn.IResolvable): any;
2486
+ export declare function oneDashboardPageWidgetTableColorsToHclTerraform(struct?: OneDashboardPageWidgetTableColors | cdktn.IResolvable): any;
2487
+ export declare class OneDashboardPageWidgetTableColorsOutputReference extends cdktn.ComplexObject {
2488
+ private isEmptyObject;
2489
+ private resolvableValue?;
2490
+ /**
2491
+ * @param terraformResource The parent resource
2492
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2493
+ * @param complexObjectIndex the index of this item in the list
2494
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
2495
+ */
2496
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
2497
+ get internalValue(): OneDashboardPageWidgetTableColors | cdktn.IResolvable | undefined;
2498
+ set internalValue(value: OneDashboardPageWidgetTableColors | cdktn.IResolvable | undefined);
2499
+ private _color?;
2500
+ get color(): string;
2501
+ set color(value: string);
2502
+ resetColor(): void;
2503
+ get colorInput(): string | undefined;
2504
+ private _seriesOverrides;
2505
+ get seriesOverrides(): OneDashboardPageWidgetTableColorsSeriesOverridesList;
2506
+ putSeriesOverrides(value: OneDashboardPageWidgetTableColorsSeriesOverrides[] | cdktn.IResolvable): void;
2507
+ resetSeriesOverrides(): void;
2508
+ get seriesOverridesInput(): cdktn.IResolvable | OneDashboardPageWidgetTableColorsSeriesOverrides[] | undefined;
2509
+ }
2510
+ export declare class OneDashboardPageWidgetTableColorsList extends cdktn.ComplexList {
2511
+ protected terraformResource: cdktn.IInterpolatingParent;
2512
+ protected terraformAttribute: string;
2513
+ protected wrapsSet: boolean;
2514
+ internalValue?: OneDashboardPageWidgetTableColors[] | cdktn.IResolvable;
2515
+ /**
2516
+ * @param terraformResource The parent resource
2517
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2518
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
2519
+ */
2520
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
2521
+ /**
2522
+ * @param index the index of the item to return
2523
+ */
2524
+ get(index: number): OneDashboardPageWidgetTableColorsOutputReference;
2525
+ }
2526
+ export interface OneDashboardPageWidgetTableDataFormat {
2527
+ /**
2528
+ * Defines the format of the mentioned type
2529
+ *
2530
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#format OneDashboard#format}
2531
+ */
2532
+ readonly format?: string;
2533
+ /**
2534
+ * The column name to be sorted
2535
+ *
2536
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#name OneDashboard#name}
2537
+ */
2538
+ readonly name: string;
2539
+ /**
2540
+ * The precision of the type
2541
+ *
2542
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#precision OneDashboard#precision}
2543
+ */
2544
+ readonly precision?: number;
2545
+ /**
2546
+ * Defines the type of the mentioned column
2547
+ *
2548
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#type OneDashboard#type}
2549
+ */
2550
+ readonly type: string;
2551
+ }
2552
+ export declare function oneDashboardPageWidgetTableDataFormatToTerraform(struct?: OneDashboardPageWidgetTableDataFormat | cdktn.IResolvable): any;
2553
+ export declare function oneDashboardPageWidgetTableDataFormatToHclTerraform(struct?: OneDashboardPageWidgetTableDataFormat | cdktn.IResolvable): any;
2554
+ export declare class OneDashboardPageWidgetTableDataFormatOutputReference extends cdktn.ComplexObject {
2555
+ private isEmptyObject;
2556
+ private resolvableValue?;
2557
+ /**
2558
+ * @param terraformResource The parent resource
2559
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2560
+ * @param complexObjectIndex the index of this item in the list
2561
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
2562
+ */
2563
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
2564
+ get internalValue(): OneDashboardPageWidgetTableDataFormat | cdktn.IResolvable | undefined;
2565
+ set internalValue(value: OneDashboardPageWidgetTableDataFormat | cdktn.IResolvable | undefined);
2566
+ private _format?;
2567
+ get format(): string;
2568
+ set format(value: string);
2569
+ resetFormat(): void;
2570
+ get formatInput(): string | undefined;
2571
+ private _name?;
2572
+ get name(): string;
2573
+ set name(value: string);
2574
+ get nameInput(): string | undefined;
2575
+ private _precision?;
2576
+ get precision(): number;
2577
+ set precision(value: number);
2578
+ resetPrecision(): void;
2579
+ get precisionInput(): number | undefined;
2580
+ private _type?;
2581
+ get type(): string;
2582
+ set type(value: string);
2583
+ get typeInput(): string | undefined;
2584
+ }
2585
+ export declare class OneDashboardPageWidgetTableDataFormatList extends cdktn.ComplexList {
2586
+ protected terraformResource: cdktn.IInterpolatingParent;
2587
+ protected terraformAttribute: string;
2588
+ protected wrapsSet: boolean;
2589
+ internalValue?: OneDashboardPageWidgetTableDataFormat[] | cdktn.IResolvable;
2590
+ /**
2591
+ * @param terraformResource The parent resource
2592
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2593
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
2594
+ */
2595
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
2596
+ /**
2597
+ * @param index the index of the item to return
2598
+ */
2599
+ get(index: number): OneDashboardPageWidgetTableDataFormatOutputReference;
2600
+ }
2601
+ export interface OneDashboardPageWidgetTableInitialSorting {
2602
+ /**
2603
+ * Defines the sort order. Either ascending or descending.
2604
+ *
2605
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#direction OneDashboard#direction}
2606
+ */
2607
+ readonly direction: string;
2608
+ /**
2609
+ * The column name to be sorted
2610
+ *
2611
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#name OneDashboard#name}
2612
+ */
2613
+ readonly name: string;
2614
+ }
2615
+ export declare function oneDashboardPageWidgetTableInitialSortingToTerraform(struct?: OneDashboardPageWidgetTableInitialSortingOutputReference | OneDashboardPageWidgetTableInitialSorting): any;
2616
+ export declare function oneDashboardPageWidgetTableInitialSortingToHclTerraform(struct?: OneDashboardPageWidgetTableInitialSortingOutputReference | OneDashboardPageWidgetTableInitialSorting): any;
2617
+ export declare class OneDashboardPageWidgetTableInitialSortingOutputReference extends cdktn.ComplexObject {
2618
+ private isEmptyObject;
2619
+ /**
2620
+ * @param terraformResource The parent resource
2621
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2622
+ */
2623
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
2624
+ get internalValue(): OneDashboardPageWidgetTableInitialSorting | undefined;
2625
+ set internalValue(value: OneDashboardPageWidgetTableInitialSorting | undefined);
2626
+ private _direction?;
2627
+ get direction(): string;
2628
+ set direction(value: string);
2629
+ get directionInput(): string | undefined;
2630
+ private _name?;
2631
+ get name(): string;
2632
+ set name(value: string);
2633
+ get nameInput(): string | undefined;
2634
+ }
2635
+ export interface OneDashboardPageWidgetTableNrqlQuery {
2636
+ /**
2637
+ * The account ID(s) used for the NRQL query. Can be a single account ID or multiple account IDs in a JSON-encoded array.
2638
+ *
2639
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#account_id OneDashboard#account_id}
2640
+ */
2641
+ readonly accountId?: string;
2642
+ /**
2643
+ * The NRQL query.
2644
+ *
2645
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#query OneDashboard#query}
2646
+ */
2647
+ readonly query: string;
2648
+ }
2649
+ export declare function oneDashboardPageWidgetTableNrqlQueryToTerraform(struct?: OneDashboardPageWidgetTableNrqlQuery | cdktn.IResolvable): any;
2650
+ export declare function oneDashboardPageWidgetTableNrqlQueryToHclTerraform(struct?: OneDashboardPageWidgetTableNrqlQuery | cdktn.IResolvable): any;
2651
+ export declare class OneDashboardPageWidgetTableNrqlQueryOutputReference extends cdktn.ComplexObject {
2652
+ private isEmptyObject;
2653
+ private resolvableValue?;
2654
+ /**
2655
+ * @param terraformResource The parent resource
2656
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2657
+ * @param complexObjectIndex the index of this item in the list
2658
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
2659
+ */
2660
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
2661
+ get internalValue(): OneDashboardPageWidgetTableNrqlQuery | cdktn.IResolvable | undefined;
2662
+ set internalValue(value: OneDashboardPageWidgetTableNrqlQuery | cdktn.IResolvable | undefined);
2663
+ private _accountId?;
2664
+ get accountId(): string;
2665
+ set accountId(value: string);
2666
+ resetAccountId(): void;
2667
+ get accountIdInput(): string | undefined;
2668
+ private _query?;
2669
+ get query(): string;
2670
+ set query(value: string);
2671
+ get queryInput(): string | undefined;
2672
+ }
2673
+ export declare class OneDashboardPageWidgetTableNrqlQueryList extends cdktn.ComplexList {
2674
+ protected terraformResource: cdktn.IInterpolatingParent;
2675
+ protected terraformAttribute: string;
2676
+ protected wrapsSet: boolean;
2677
+ internalValue?: OneDashboardPageWidgetTableNrqlQuery[] | cdktn.IResolvable;
2678
+ /**
2679
+ * @param terraformResource The parent resource
2680
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2681
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
2682
+ */
2683
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
2684
+ /**
2685
+ * @param index the index of the item to return
2686
+ */
2687
+ get(index: number): OneDashboardPageWidgetTableNrqlQueryOutputReference;
2688
+ }
2689
+ export interface OneDashboardPageWidgetTableNullValuesSeriesOverrides {
2690
+ /**
2691
+ * Null value
2692
+ *
2693
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}
2694
+ */
2695
+ readonly nullValue?: string;
2696
+ /**
2697
+ * Series name
2698
+ *
2699
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#series_name OneDashboard#series_name}
2700
+ */
2701
+ readonly seriesName?: string;
2702
+ }
2703
+ export declare function oneDashboardPageWidgetTableNullValuesSeriesOverridesToTerraform(struct?: OneDashboardPageWidgetTableNullValuesSeriesOverrides | cdktn.IResolvable): any;
2704
+ export declare function oneDashboardPageWidgetTableNullValuesSeriesOverridesToHclTerraform(struct?: OneDashboardPageWidgetTableNullValuesSeriesOverrides | cdktn.IResolvable): any;
2705
+ export declare class OneDashboardPageWidgetTableNullValuesSeriesOverridesOutputReference extends cdktn.ComplexObject {
2706
+ private isEmptyObject;
2707
+ private resolvableValue?;
2708
+ /**
2709
+ * @param terraformResource The parent resource
2710
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2711
+ * @param complexObjectIndex the index of this item in the list
2712
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
2713
+ */
2714
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
2715
+ get internalValue(): OneDashboardPageWidgetTableNullValuesSeriesOverrides | cdktn.IResolvable | undefined;
2716
+ set internalValue(value: OneDashboardPageWidgetTableNullValuesSeriesOverrides | cdktn.IResolvable | undefined);
2717
+ private _nullValue?;
2718
+ get nullValue(): string;
2719
+ set nullValue(value: string);
2720
+ resetNullValue(): void;
2721
+ get nullValueInput(): string | undefined;
2722
+ private _seriesName?;
2723
+ get seriesName(): string;
2724
+ set seriesName(value: string);
2725
+ resetSeriesName(): void;
2726
+ get seriesNameInput(): string | undefined;
2727
+ }
2728
+ export declare class OneDashboardPageWidgetTableNullValuesSeriesOverridesList extends cdktn.ComplexList {
2729
+ protected terraformResource: cdktn.IInterpolatingParent;
2730
+ protected terraformAttribute: string;
2731
+ protected wrapsSet: boolean;
2732
+ internalValue?: OneDashboardPageWidgetTableNullValuesSeriesOverrides[] | cdktn.IResolvable;
2733
+ /**
2734
+ * @param terraformResource The parent resource
2735
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2736
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
2737
+ */
2738
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
2739
+ /**
2740
+ * @param index the index of the item to return
2741
+ */
2742
+ get(index: number): OneDashboardPageWidgetTableNullValuesSeriesOverridesOutputReference;
2743
+ }
2744
+ export interface OneDashboardPageWidgetTableNullValues {
2745
+ /**
2746
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}
2747
+ */
2748
+ readonly nullValue?: string;
2749
+ /**
2750
+ * series_overrides block
2751
+ *
2752
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides}
2753
+ */
2754
+ readonly seriesOverrides?: OneDashboardPageWidgetTableNullValuesSeriesOverrides[] | cdktn.IResolvable;
2755
+ }
2756
+ export declare function oneDashboardPageWidgetTableNullValuesToTerraform(struct?: OneDashboardPageWidgetTableNullValues | cdktn.IResolvable): any;
2757
+ export declare function oneDashboardPageWidgetTableNullValuesToHclTerraform(struct?: OneDashboardPageWidgetTableNullValues | cdktn.IResolvable): any;
2758
+ export declare class OneDashboardPageWidgetTableNullValuesOutputReference extends cdktn.ComplexObject {
2759
+ private isEmptyObject;
2760
+ private resolvableValue?;
2761
+ /**
2762
+ * @param terraformResource The parent resource
2763
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2764
+ * @param complexObjectIndex the index of this item in the list
2765
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
2766
+ */
2767
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
2768
+ get internalValue(): OneDashboardPageWidgetTableNullValues | cdktn.IResolvable | undefined;
2769
+ set internalValue(value: OneDashboardPageWidgetTableNullValues | cdktn.IResolvable | undefined);
2770
+ private _nullValue?;
2771
+ get nullValue(): string;
2772
+ set nullValue(value: string);
2773
+ resetNullValue(): void;
2774
+ get nullValueInput(): string | undefined;
2775
+ private _seriesOverrides;
2776
+ get seriesOverrides(): OneDashboardPageWidgetTableNullValuesSeriesOverridesList;
2777
+ putSeriesOverrides(value: OneDashboardPageWidgetTableNullValuesSeriesOverrides[] | cdktn.IResolvable): void;
2778
+ resetSeriesOverrides(): void;
2779
+ get seriesOverridesInput(): cdktn.IResolvable | OneDashboardPageWidgetTableNullValuesSeriesOverrides[] | undefined;
2780
+ }
2781
+ export declare class OneDashboardPageWidgetTableNullValuesList extends cdktn.ComplexList {
2782
+ protected terraformResource: cdktn.IInterpolatingParent;
2783
+ protected terraformAttribute: string;
2784
+ protected wrapsSet: boolean;
2785
+ internalValue?: OneDashboardPageWidgetTableNullValues[] | cdktn.IResolvable;
2786
+ /**
2787
+ * @param terraformResource The parent resource
2788
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2789
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
2790
+ */
2791
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
2792
+ /**
2793
+ * @param index the index of the item to return
2794
+ */
2795
+ get(index: number): OneDashboardPageWidgetTableNullValuesOutputReference;
2796
+ }
2797
+ export interface OneDashboardPageWidgetTableThreshold {
2798
+ /**
2799
+ * Name of the column in the table, to which the threshold would be applied.
2800
+ *
2801
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#column_name OneDashboard#column_name}
2802
+ */
2803
+ readonly columnName?: string;
2804
+ /**
2805
+ * The number from which the range starts in thresholds.
2806
+ *
2807
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#from OneDashboard#from}
2808
+ */
2809
+ readonly from?: string;
2810
+ /**
2811
+ * Severity of the threshold, which would reflect in the widget, in the range of the threshold specified.
2812
+ *
2813
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#severity OneDashboard#severity}
2814
+ */
2815
+ readonly severity?: string;
2816
+ /**
2817
+ * The number at which the range ends in thresholds.
2818
+ *
2819
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#to OneDashboard#to}
2820
+ */
2821
+ readonly to?: string;
2822
+ }
2823
+ export declare function oneDashboardPageWidgetTableThresholdToTerraform(struct?: OneDashboardPageWidgetTableThreshold | cdktn.IResolvable): any;
2824
+ export declare function oneDashboardPageWidgetTableThresholdToHclTerraform(struct?: OneDashboardPageWidgetTableThreshold | cdktn.IResolvable): any;
2825
+ export declare class OneDashboardPageWidgetTableThresholdOutputReference extends cdktn.ComplexObject {
2826
+ private isEmptyObject;
2827
+ private resolvableValue?;
2828
+ /**
2829
+ * @param terraformResource The parent resource
2830
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2831
+ * @param complexObjectIndex the index of this item in the list
2832
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
2833
+ */
2834
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
2835
+ get internalValue(): OneDashboardPageWidgetTableThreshold | cdktn.IResolvable | undefined;
2836
+ set internalValue(value: OneDashboardPageWidgetTableThreshold | cdktn.IResolvable | undefined);
2837
+ private _columnName?;
2838
+ get columnName(): string;
2839
+ set columnName(value: string);
2840
+ resetColumnName(): void;
2841
+ get columnNameInput(): string | undefined;
2842
+ private _from?;
2843
+ get from(): string;
2844
+ set from(value: string);
2845
+ resetFrom(): void;
2846
+ get fromInput(): string | undefined;
2847
+ private _severity?;
2848
+ get severity(): string;
2849
+ set severity(value: string);
2850
+ resetSeverity(): void;
2851
+ get severityInput(): string | undefined;
2852
+ private _to?;
2853
+ get to(): string;
2854
+ set to(value: string);
2855
+ resetTo(): void;
2856
+ get toInput(): string | undefined;
2857
+ }
2858
+ export declare class OneDashboardPageWidgetTableThresholdList extends cdktn.ComplexList {
2859
+ protected terraformResource: cdktn.IInterpolatingParent;
2860
+ protected terraformAttribute: string;
2861
+ protected wrapsSet: boolean;
2862
+ internalValue?: OneDashboardPageWidgetTableThreshold[] | cdktn.IResolvable;
2863
+ /**
2864
+ * @param terraformResource The parent resource
2865
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2866
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
2867
+ */
2868
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
2869
+ /**
2870
+ * @param index the index of the item to return
2871
+ */
2872
+ get(index: number): OneDashboardPageWidgetTableThresholdOutputReference;
2873
+ }
2874
+ export interface OneDashboardPageWidgetTableUnitsSeriesOverrides {
2875
+ /**
2876
+ * Series name
2877
+ *
2878
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#series_name OneDashboard#series_name}
2879
+ */
2880
+ readonly seriesName?: string;
2881
+ /**
2882
+ * Unit name
2883
+ *
2884
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#unit OneDashboard#unit}
2885
+ */
2886
+ readonly unit?: string;
2887
+ }
2888
+ export declare function oneDashboardPageWidgetTableUnitsSeriesOverridesToTerraform(struct?: OneDashboardPageWidgetTableUnitsSeriesOverrides | cdktn.IResolvable): any;
2889
+ export declare function oneDashboardPageWidgetTableUnitsSeriesOverridesToHclTerraform(struct?: OneDashboardPageWidgetTableUnitsSeriesOverrides | cdktn.IResolvable): any;
2890
+ export declare class OneDashboardPageWidgetTableUnitsSeriesOverridesOutputReference extends cdktn.ComplexObject {
2891
+ private isEmptyObject;
2892
+ private resolvableValue?;
2893
+ /**
2894
+ * @param terraformResource The parent resource
2895
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2896
+ * @param complexObjectIndex the index of this item in the list
2897
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
2898
+ */
2899
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
2900
+ get internalValue(): OneDashboardPageWidgetTableUnitsSeriesOverrides | cdktn.IResolvable | undefined;
2901
+ set internalValue(value: OneDashboardPageWidgetTableUnitsSeriesOverrides | cdktn.IResolvable | undefined);
2902
+ private _seriesName?;
2903
+ get seriesName(): string;
2904
+ set seriesName(value: string);
2905
+ resetSeriesName(): void;
2906
+ get seriesNameInput(): string | undefined;
2907
+ private _unit?;
2908
+ get unit(): string;
2909
+ set unit(value: string);
2910
+ resetUnit(): void;
2911
+ get unitInput(): string | undefined;
2912
+ }
2913
+ export declare class OneDashboardPageWidgetTableUnitsSeriesOverridesList extends cdktn.ComplexList {
2914
+ protected terraformResource: cdktn.IInterpolatingParent;
2915
+ protected terraformAttribute: string;
2916
+ protected wrapsSet: boolean;
2917
+ internalValue?: OneDashboardPageWidgetTableUnitsSeriesOverrides[] | cdktn.IResolvable;
2918
+ /**
2919
+ * @param terraformResource The parent resource
2920
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2921
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
2922
+ */
2923
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
2924
+ /**
2925
+ * @param index the index of the item to return
2926
+ */
2927
+ get(index: number): OneDashboardPageWidgetTableUnitsSeriesOverridesOutputReference;
2928
+ }
2929
+ export interface OneDashboardPageWidgetTableUnits {
2930
+ /**
2931
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#unit OneDashboard#unit}
2932
+ */
2933
+ readonly unit?: string;
2934
+ /**
2935
+ * series_overrides block
2936
+ *
2937
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides}
2938
+ */
2939
+ readonly seriesOverrides?: OneDashboardPageWidgetTableUnitsSeriesOverrides[] | cdktn.IResolvable;
2940
+ }
2941
+ export declare function oneDashboardPageWidgetTableUnitsToTerraform(struct?: OneDashboardPageWidgetTableUnits | cdktn.IResolvable): any;
2942
+ export declare function oneDashboardPageWidgetTableUnitsToHclTerraform(struct?: OneDashboardPageWidgetTableUnits | cdktn.IResolvable): any;
2943
+ export declare class OneDashboardPageWidgetTableUnitsOutputReference extends cdktn.ComplexObject {
2944
+ private isEmptyObject;
2945
+ private resolvableValue?;
2946
+ /**
2947
+ * @param terraformResource The parent resource
2948
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2949
+ * @param complexObjectIndex the index of this item in the list
2950
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
2951
+ */
2952
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
2953
+ get internalValue(): OneDashboardPageWidgetTableUnits | cdktn.IResolvable | undefined;
2954
+ set internalValue(value: OneDashboardPageWidgetTableUnits | cdktn.IResolvable | undefined);
2955
+ private _unit?;
2956
+ get unit(): string;
2957
+ set unit(value: string);
2958
+ resetUnit(): void;
2959
+ get unitInput(): string | undefined;
2960
+ private _seriesOverrides;
2961
+ get seriesOverrides(): OneDashboardPageWidgetTableUnitsSeriesOverridesList;
2962
+ putSeriesOverrides(value: OneDashboardPageWidgetTableUnitsSeriesOverrides[] | cdktn.IResolvable): void;
2963
+ resetSeriesOverrides(): void;
2964
+ get seriesOverridesInput(): cdktn.IResolvable | OneDashboardPageWidgetTableUnitsSeriesOverrides[] | undefined;
2965
+ }
2966
+ export declare class OneDashboardPageWidgetTableUnitsList extends cdktn.ComplexList {
2967
+ protected terraformResource: cdktn.IInterpolatingParent;
2968
+ protected terraformAttribute: string;
2969
+ protected wrapsSet: boolean;
2970
+ internalValue?: OneDashboardPageWidgetTableUnits[] | cdktn.IResolvable;
2971
+ /**
2972
+ * @param terraformResource The parent resource
2973
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2974
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
2975
+ */
2976
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
2977
+ /**
2978
+ * @param index the index of the item to return
2979
+ */
2980
+ get(index: number): OneDashboardPageWidgetTableUnitsOutputReference;
2981
+ }
2982
+ export interface OneDashboardPageWidgetTable {
2983
+ /**
2984
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#column OneDashboard#column}
2985
+ */
2986
+ readonly column: number;
2987
+ /**
2988
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}
2989
+ */
2990
+ readonly facetShowOtherSeries?: boolean | cdktn.IResolvable;
2991
+ /**
2992
+ * Use this item to filter the current dashboard
2993
+ *
2994
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard}
2995
+ */
2996
+ readonly filterCurrentDashboard?: boolean | cdktn.IResolvable;
2997
+ /**
2998
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#height OneDashboard#height}
2999
+ */
3000
+ readonly height?: number;
3001
+ /**
3002
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}
3003
+ */
3004
+ readonly ignoreTimeRange?: boolean | cdktn.IResolvable;
3005
+ /**
3006
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}
3007
+ */
3008
+ readonly legendEnabled?: boolean | cdktn.IResolvable;
3009
+ /**
3010
+ * Related entities. Currently only supports Dashboard entities, but may allow other cases in the future.
3011
+ *
3012
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids}
3013
+ */
3014
+ readonly linkedEntityGuids?: string[];
3015
+ /**
3016
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}
3017
+ */
3018
+ readonly refreshRate?: string;
3019
+ /**
3020
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#row OneDashboard#row}
3021
+ */
3022
+ readonly row: number;
3023
+ /**
3024
+ * A title for the widget.
3025
+ *
3026
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#title OneDashboard#title}
3027
+ */
3028
+ readonly title: string;
3029
+ /**
3030
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#width OneDashboard#width}
3031
+ */
3032
+ readonly width?: number;
3033
+ /**
3034
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}
3035
+ */
3036
+ readonly yAxisLeftMax?: number;
3037
+ /**
3038
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}
3039
+ */
3040
+ readonly yAxisLeftMin?: number;
3041
+ /**
3042
+ * colors block
3043
+ *
3044
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#colors OneDashboard#colors}
3045
+ */
3046
+ readonly colors?: OneDashboardPageWidgetTableColors[] | cdktn.IResolvable;
3047
+ /**
3048
+ * data_format block
3049
+ *
3050
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#data_format OneDashboard#data_format}
3051
+ */
3052
+ readonly dataFormat?: OneDashboardPageWidgetTableDataFormat[] | cdktn.IResolvable;
3053
+ /**
3054
+ * initial_sorting block
3055
+ *
3056
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting}
3057
+ */
3058
+ readonly initialSorting?: OneDashboardPageWidgetTableInitialSorting;
3059
+ /**
3060
+ * nrql_query block
3061
+ *
3062
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query}
3063
+ */
3064
+ readonly nrqlQuery: OneDashboardPageWidgetTableNrqlQuery[] | cdktn.IResolvable;
3065
+ /**
3066
+ * null_values block
3067
+ *
3068
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#null_values OneDashboard#null_values}
3069
+ */
3070
+ readonly nullValues?: OneDashboardPageWidgetTableNullValues[] | cdktn.IResolvable;
3071
+ /**
3072
+ * threshold block
3073
+ *
3074
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#threshold OneDashboard#threshold}
3075
+ */
3076
+ readonly threshold?: OneDashboardPageWidgetTableThreshold[] | cdktn.IResolvable;
3077
+ /**
3078
+ * units block
3079
+ *
3080
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#units OneDashboard#units}
3081
+ */
3082
+ readonly units?: OneDashboardPageWidgetTableUnits[] | cdktn.IResolvable;
3083
+ }
3084
+ export declare function oneDashboardPageWidgetTableToTerraform(struct?: OneDashboardPageWidgetTable | cdktn.IResolvable): any;
3085
+ export declare function oneDashboardPageWidgetTableToHclTerraform(struct?: OneDashboardPageWidgetTable | cdktn.IResolvable): any;
3086
+ export declare class OneDashboardPageWidgetTableOutputReference extends cdktn.ComplexObject {
3087
+ private isEmptyObject;
3088
+ private resolvableValue?;
3089
+ /**
3090
+ * @param terraformResource The parent resource
3091
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
3092
+ * @param complexObjectIndex the index of this item in the list
3093
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
3094
+ */
3095
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
3096
+ get internalValue(): OneDashboardPageWidgetTable | cdktn.IResolvable | undefined;
3097
+ set internalValue(value: OneDashboardPageWidgetTable | cdktn.IResolvable | undefined);
3098
+ private _column?;
3099
+ get column(): number;
3100
+ set column(value: number);
3101
+ get columnInput(): number | undefined;
3102
+ private _facetShowOtherSeries?;
3103
+ get facetShowOtherSeries(): boolean | cdktn.IResolvable;
3104
+ set facetShowOtherSeries(value: boolean | cdktn.IResolvable);
3105
+ resetFacetShowOtherSeries(): void;
3106
+ get facetShowOtherSeriesInput(): boolean | cdktn.IResolvable | undefined;
3107
+ private _filterCurrentDashboard?;
3108
+ get filterCurrentDashboard(): boolean | cdktn.IResolvable;
3109
+ set filterCurrentDashboard(value: boolean | cdktn.IResolvable);
3110
+ resetFilterCurrentDashboard(): void;
3111
+ get filterCurrentDashboardInput(): boolean | cdktn.IResolvable | undefined;
3112
+ private _height?;
3113
+ get height(): number;
3114
+ set height(value: number);
3115
+ resetHeight(): void;
3116
+ get heightInput(): number | undefined;
3117
+ get id(): string;
3118
+ private _ignoreTimeRange?;
3119
+ get ignoreTimeRange(): boolean | cdktn.IResolvable;
3120
+ set ignoreTimeRange(value: boolean | cdktn.IResolvable);
3121
+ resetIgnoreTimeRange(): void;
3122
+ get ignoreTimeRangeInput(): boolean | cdktn.IResolvable | undefined;
3123
+ private _legendEnabled?;
3124
+ get legendEnabled(): boolean | cdktn.IResolvable;
3125
+ set legendEnabled(value: boolean | cdktn.IResolvable);
3126
+ resetLegendEnabled(): void;
3127
+ get legendEnabledInput(): boolean | cdktn.IResolvable | undefined;
3128
+ private _linkedEntityGuids?;
3129
+ get linkedEntityGuids(): string[];
3130
+ set linkedEntityGuids(value: string[]);
3131
+ resetLinkedEntityGuids(): void;
3132
+ get linkedEntityGuidsInput(): string[] | undefined;
3133
+ private _refreshRate?;
3134
+ get refreshRate(): string;
3135
+ set refreshRate(value: string);
3136
+ resetRefreshRate(): void;
3137
+ get refreshRateInput(): string | undefined;
3138
+ private _row?;
3139
+ get row(): number;
3140
+ set row(value: number);
3141
+ get rowInput(): number | undefined;
3142
+ private _title?;
3143
+ get title(): string;
3144
+ set title(value: string);
3145
+ get titleInput(): string | undefined;
3146
+ private _width?;
3147
+ get width(): number;
3148
+ set width(value: number);
3149
+ resetWidth(): void;
3150
+ get widthInput(): number | undefined;
3151
+ private _yAxisLeftMax?;
3152
+ get yAxisLeftMax(): number;
3153
+ set yAxisLeftMax(value: number);
3154
+ resetYAxisLeftMax(): void;
3155
+ get yAxisLeftMaxInput(): number | undefined;
3156
+ private _yAxisLeftMin?;
3157
+ get yAxisLeftMin(): number;
3158
+ set yAxisLeftMin(value: number);
3159
+ resetYAxisLeftMin(): void;
3160
+ get yAxisLeftMinInput(): number | undefined;
3161
+ private _colors;
3162
+ get colors(): OneDashboardPageWidgetTableColorsList;
3163
+ putColors(value: OneDashboardPageWidgetTableColors[] | cdktn.IResolvable): void;
3164
+ resetColors(): void;
3165
+ get colorsInput(): cdktn.IResolvable | OneDashboardPageWidgetTableColors[] | undefined;
3166
+ private _dataFormat;
3167
+ get dataFormat(): OneDashboardPageWidgetTableDataFormatList;
3168
+ putDataFormat(value: OneDashboardPageWidgetTableDataFormat[] | cdktn.IResolvable): void;
3169
+ resetDataFormat(): void;
3170
+ get dataFormatInput(): cdktn.IResolvable | OneDashboardPageWidgetTableDataFormat[] | undefined;
3171
+ private _initialSorting;
3172
+ get initialSorting(): OneDashboardPageWidgetTableInitialSortingOutputReference;
3173
+ putInitialSorting(value: OneDashboardPageWidgetTableInitialSorting): void;
3174
+ resetInitialSorting(): void;
3175
+ get initialSortingInput(): OneDashboardPageWidgetTableInitialSorting | undefined;
3176
+ private _nrqlQuery;
3177
+ get nrqlQuery(): OneDashboardPageWidgetTableNrqlQueryList;
3178
+ putNrqlQuery(value: OneDashboardPageWidgetTableNrqlQuery[] | cdktn.IResolvable): void;
3179
+ get nrqlQueryInput(): cdktn.IResolvable | OneDashboardPageWidgetTableNrqlQuery[] | undefined;
3180
+ private _nullValues;
3181
+ get nullValues(): OneDashboardPageWidgetTableNullValuesList;
3182
+ putNullValues(value: OneDashboardPageWidgetTableNullValues[] | cdktn.IResolvable): void;
3183
+ resetNullValues(): void;
3184
+ get nullValuesInput(): cdktn.IResolvable | OneDashboardPageWidgetTableNullValues[] | undefined;
3185
+ private _threshold;
3186
+ get threshold(): OneDashboardPageWidgetTableThresholdList;
3187
+ putThreshold(value: OneDashboardPageWidgetTableThreshold[] | cdktn.IResolvable): void;
3188
+ resetThreshold(): void;
3189
+ get thresholdInput(): cdktn.IResolvable | OneDashboardPageWidgetTableThreshold[] | undefined;
3190
+ private _units;
3191
+ get units(): OneDashboardPageWidgetTableUnitsList;
3192
+ putUnits(value: OneDashboardPageWidgetTableUnits[] | cdktn.IResolvable): void;
3193
+ resetUnits(): void;
3194
+ get unitsInput(): cdktn.IResolvable | OneDashboardPageWidgetTableUnits[] | undefined;
3195
+ }
3196
+ export declare class OneDashboardPageWidgetTableList extends cdktn.ComplexList {
3197
+ protected terraformResource: cdktn.IInterpolatingParent;
3198
+ protected terraformAttribute: string;
3199
+ protected wrapsSet: boolean;
3200
+ internalValue?: OneDashboardPageWidgetTable[] | cdktn.IResolvable;
3201
+ /**
3202
+ * @param terraformResource The parent resource
3203
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
3204
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
3205
+ */
3206
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
3207
+ /**
3208
+ * @param index the index of the item to return
3209
+ */
3210
+ get(index: number): OneDashboardPageWidgetTableOutputReference;
3211
+ }
3212
+ export interface OneDashboardPage {
3213
+ /**
3214
+ * The dashboard page's description.
3215
+ *
3216
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#description OneDashboard#description}
3217
+ */
3218
+ readonly description?: string;
3219
+ /**
3220
+ * The dashboard page's name.
3221
+ *
3222
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#name OneDashboard#name}
3223
+ */
3224
+ readonly name: string;
3225
+ /**
3226
+ * widget_area block
3227
+ *
3228
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#widget_area OneDashboard#widget_area}
3229
+ */
3230
+ readonly widgetArea?: OneDashboardPageWidgetArea[] | cdktn.IResolvable;
3231
+ /**
3232
+ * widget_bar block
3233
+ *
3234
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#widget_bar OneDashboard#widget_bar}
3235
+ */
3236
+ readonly widgetBar?: OneDashboardPageWidgetBar[] | cdktn.IResolvable;
3237
+ /**
3238
+ * widget_billboard block
3239
+ *
3240
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#widget_billboard OneDashboard#widget_billboard}
3241
+ */
3242
+ readonly widgetBillboard?: OneDashboardPageWidgetBillboard[] | cdktn.IResolvable;
3243
+ /**
3244
+ * widget_bullet block
3245
+ *
3246
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#widget_bullet OneDashboard#widget_bullet}
3247
+ */
3248
+ readonly widgetBullet?: OneDashboardPageWidgetBullet[] | cdktn.IResolvable;
3249
+ /**
3250
+ * widget_funnel block
3251
+ *
3252
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#widget_funnel OneDashboard#widget_funnel}
3253
+ */
3254
+ readonly widgetFunnel?: OneDashboardPageWidgetFunnel[] | cdktn.IResolvable;
3255
+ /**
3256
+ * widget_heatmap block
3257
+ *
3258
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#widget_heatmap OneDashboard#widget_heatmap}
3259
+ */
3260
+ readonly widgetHeatmap?: OneDashboardPageWidgetHeatmap[] | cdktn.IResolvable;
3261
+ /**
3262
+ * widget_histogram block
3263
+ *
3264
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#widget_histogram OneDashboard#widget_histogram}
3265
+ */
3266
+ readonly widgetHistogram?: OneDashboardPageWidgetHistogram[] | cdktn.IResolvable;
3267
+ /**
3268
+ * widget_json block
3269
+ *
3270
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#widget_json OneDashboard#widget_json}
3271
+ */
3272
+ readonly widgetJson?: OneDashboardPageWidgetJson[] | cdktn.IResolvable;
3273
+ /**
3274
+ * widget_line block
3275
+ *
3276
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#widget_line OneDashboard#widget_line}
3277
+ */
3278
+ readonly widgetLine?: OneDashboardPageWidgetLine[] | cdktn.IResolvable;
3279
+ /**
3280
+ * widget_log_table block
3281
+ *
3282
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#widget_log_table OneDashboard#widget_log_table}
3283
+ */
3284
+ readonly widgetLogTable?: OneDashboardPageWidgetLogTable[] | cdktn.IResolvable;
3285
+ /**
3286
+ * widget_markdown block
3287
+ *
3288
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#widget_markdown OneDashboard#widget_markdown}
3289
+ */
3290
+ readonly widgetMarkdown?: OneDashboardPageWidgetMarkdown[] | cdktn.IResolvable;
3291
+ /**
3292
+ * widget_pie block
3293
+ *
3294
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#widget_pie OneDashboard#widget_pie}
3295
+ */
3296
+ readonly widgetPie?: OneDashboardPageWidgetPie[] | cdktn.IResolvable;
3297
+ /**
3298
+ * widget_stacked_bar block
3299
+ *
3300
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#widget_stacked_bar OneDashboard#widget_stacked_bar}
3301
+ */
3302
+ readonly widgetStackedBar?: OneDashboardPageWidgetStackedBar[] | cdktn.IResolvable;
3303
+ /**
3304
+ * widget_table block
3305
+ *
3306
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#widget_table OneDashboard#widget_table}
3307
+ */
3308
+ readonly widgetTable?: OneDashboardPageWidgetTable[] | cdktn.IResolvable;
3309
+ }
3310
+ export declare function oneDashboardPageToTerraform(struct?: OneDashboardPage | cdktn.IResolvable): any;
3311
+ export declare function oneDashboardPageToHclTerraform(struct?: OneDashboardPage | cdktn.IResolvable): any;
3312
+ export declare class OneDashboardPageOutputReference extends cdktn.ComplexObject {
3313
+ private isEmptyObject;
3314
+ private resolvableValue?;
3315
+ /**
3316
+ * @param terraformResource The parent resource
3317
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
3318
+ * @param complexObjectIndex the index of this item in the list
3319
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
3320
+ */
3321
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
3322
+ get internalValue(): OneDashboardPage | cdktn.IResolvable | undefined;
3323
+ set internalValue(value: OneDashboardPage | cdktn.IResolvable | undefined);
3324
+ private _description?;
3325
+ get description(): string;
3326
+ set description(value: string);
3327
+ resetDescription(): void;
3328
+ get descriptionInput(): string | undefined;
3329
+ get guid(): string;
3330
+ private _name?;
3331
+ get name(): string;
3332
+ set name(value: string);
3333
+ get nameInput(): string | undefined;
3334
+ private _widgetArea;
3335
+ get widgetArea(): OneDashboardPageWidgetAreaList;
3336
+ putWidgetArea(value: OneDashboardPageWidgetArea[] | cdktn.IResolvable): void;
3337
+ resetWidgetArea(): void;
3338
+ get widgetAreaInput(): cdktn.IResolvable | OneDashboardPageWidgetArea[] | undefined;
3339
+ private _widgetBar;
3340
+ get widgetBar(): OneDashboardPageWidgetBarList;
3341
+ putWidgetBar(value: OneDashboardPageWidgetBar[] | cdktn.IResolvable): void;
3342
+ resetWidgetBar(): void;
3343
+ get widgetBarInput(): cdktn.IResolvable | OneDashboardPageWidgetBar[] | undefined;
3344
+ private _widgetBillboard;
3345
+ get widgetBillboard(): OneDashboardPageWidgetBillboardList;
3346
+ putWidgetBillboard(value: OneDashboardPageWidgetBillboard[] | cdktn.IResolvable): void;
3347
+ resetWidgetBillboard(): void;
3348
+ get widgetBillboardInput(): cdktn.IResolvable | OneDashboardPageWidgetBillboard[] | undefined;
3349
+ private _widgetBullet;
3350
+ get widgetBullet(): OneDashboardPageWidgetBulletList;
3351
+ putWidgetBullet(value: OneDashboardPageWidgetBullet[] | cdktn.IResolvable): void;
3352
+ resetWidgetBullet(): void;
3353
+ get widgetBulletInput(): cdktn.IResolvable | OneDashboardPageWidgetBullet[] | undefined;
3354
+ private _widgetFunnel;
3355
+ get widgetFunnel(): OneDashboardPageWidgetFunnelList;
3356
+ putWidgetFunnel(value: OneDashboardPageWidgetFunnel[] | cdktn.IResolvable): void;
3357
+ resetWidgetFunnel(): void;
3358
+ get widgetFunnelInput(): cdktn.IResolvable | OneDashboardPageWidgetFunnel[] | undefined;
3359
+ private _widgetHeatmap;
3360
+ get widgetHeatmap(): OneDashboardPageWidgetHeatmapList;
3361
+ putWidgetHeatmap(value: OneDashboardPageWidgetHeatmap[] | cdktn.IResolvable): void;
3362
+ resetWidgetHeatmap(): void;
3363
+ get widgetHeatmapInput(): cdktn.IResolvable | OneDashboardPageWidgetHeatmap[] | undefined;
3364
+ private _widgetHistogram;
3365
+ get widgetHistogram(): OneDashboardPageWidgetHistogramList;
3366
+ putWidgetHistogram(value: OneDashboardPageWidgetHistogram[] | cdktn.IResolvable): void;
3367
+ resetWidgetHistogram(): void;
3368
+ get widgetHistogramInput(): cdktn.IResolvable | OneDashboardPageWidgetHistogram[] | undefined;
3369
+ private _widgetJson;
3370
+ get widgetJson(): OneDashboardPageWidgetJsonList;
3371
+ putWidgetJson(value: OneDashboardPageWidgetJson[] | cdktn.IResolvable): void;
3372
+ resetWidgetJson(): void;
3373
+ get widgetJsonInput(): cdktn.IResolvable | OneDashboardPageWidgetJson[] | undefined;
3374
+ private _widgetLine;
3375
+ get widgetLine(): OneDashboardPageWidgetLineList;
3376
+ putWidgetLine(value: OneDashboardPageWidgetLine[] | cdktn.IResolvable): void;
3377
+ resetWidgetLine(): void;
3378
+ get widgetLineInput(): cdktn.IResolvable | OneDashboardPageWidgetLine[] | undefined;
3379
+ private _widgetLogTable;
3380
+ get widgetLogTable(): OneDashboardPageWidgetLogTableList;
3381
+ putWidgetLogTable(value: OneDashboardPageWidgetLogTable[] | cdktn.IResolvable): void;
3382
+ resetWidgetLogTable(): void;
3383
+ get widgetLogTableInput(): cdktn.IResolvable | OneDashboardPageWidgetLogTable[] | undefined;
3384
+ private _widgetMarkdown;
3385
+ get widgetMarkdown(): OneDashboardPageWidgetMarkdownList;
3386
+ putWidgetMarkdown(value: OneDashboardPageWidgetMarkdown[] | cdktn.IResolvable): void;
3387
+ resetWidgetMarkdown(): void;
3388
+ get widgetMarkdownInput(): cdktn.IResolvable | OneDashboardPageWidgetMarkdown[] | undefined;
3389
+ private _widgetPie;
3390
+ get widgetPie(): OneDashboardPageWidgetPieList;
3391
+ putWidgetPie(value: OneDashboardPageWidgetPie[] | cdktn.IResolvable): void;
3392
+ resetWidgetPie(): void;
3393
+ get widgetPieInput(): cdktn.IResolvable | OneDashboardPageWidgetPie[] | undefined;
3394
+ private _widgetStackedBar;
3395
+ get widgetStackedBar(): OneDashboardPageWidgetStackedBarList;
3396
+ putWidgetStackedBar(value: OneDashboardPageWidgetStackedBar[] | cdktn.IResolvable): void;
3397
+ resetWidgetStackedBar(): void;
3398
+ get widgetStackedBarInput(): cdktn.IResolvable | OneDashboardPageWidgetStackedBar[] | undefined;
3399
+ private _widgetTable;
3400
+ get widgetTable(): OneDashboardPageWidgetTableList;
3401
+ putWidgetTable(value: OneDashboardPageWidgetTable[] | cdktn.IResolvable): void;
3402
+ resetWidgetTable(): void;
3403
+ get widgetTableInput(): cdktn.IResolvable | OneDashboardPageWidgetTable[] | undefined;
3404
+ }
3405
+ export declare class OneDashboardPageList extends cdktn.ComplexList {
3406
+ protected terraformResource: cdktn.IInterpolatingParent;
3407
+ protected terraformAttribute: string;
3408
+ protected wrapsSet: boolean;
3409
+ internalValue?: OneDashboardPage[] | cdktn.IResolvable;
3410
+ /**
3411
+ * @param terraformResource The parent resource
3412
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
3413
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
3414
+ */
3415
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
3416
+ /**
3417
+ * @param index the index of the item to return
3418
+ */
3419
+ get(index: number): OneDashboardPageOutputReference;
3420
+ }
3421
+ export interface OneDashboardVariableItem {
3422
+ /**
3423
+ * A human-friendly display string for this value.
3424
+ *
3425
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#title OneDashboard#title}
3426
+ */
3427
+ readonly title?: string;
3428
+ /**
3429
+ * A possible variable value
3430
+ *
3431
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#value OneDashboard#value}
3432
+ */
3433
+ readonly value: string;
3434
+ }
3435
+ export declare function oneDashboardVariableItemToTerraform(struct?: OneDashboardVariableItem | cdktn.IResolvable): any;
3436
+ export declare function oneDashboardVariableItemToHclTerraform(struct?: OneDashboardVariableItem | cdktn.IResolvable): any;
3437
+ export declare class OneDashboardVariableItemOutputReference extends cdktn.ComplexObject {
3438
+ private isEmptyObject;
3439
+ private resolvableValue?;
3440
+ /**
3441
+ * @param terraformResource The parent resource
3442
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
3443
+ * @param complexObjectIndex the index of this item in the list
3444
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
3445
+ */
3446
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
3447
+ get internalValue(): OneDashboardVariableItem | cdktn.IResolvable | undefined;
3448
+ set internalValue(value: OneDashboardVariableItem | cdktn.IResolvable | undefined);
3449
+ private _title?;
3450
+ get title(): string;
3451
+ set title(value: string);
3452
+ resetTitle(): void;
3453
+ get titleInput(): string | undefined;
3454
+ private _value?;
3455
+ get value(): string;
3456
+ set value(value: string);
3457
+ get valueInput(): string | undefined;
3458
+ }
3459
+ export declare class OneDashboardVariableItemList extends cdktn.ComplexList {
3460
+ protected terraformResource: cdktn.IInterpolatingParent;
3461
+ protected terraformAttribute: string;
3462
+ protected wrapsSet: boolean;
3463
+ internalValue?: OneDashboardVariableItem[] | cdktn.IResolvable;
3464
+ /**
3465
+ * @param terraformResource The parent resource
3466
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
3467
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
3468
+ */
3469
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
3470
+ /**
3471
+ * @param index the index of the item to return
3472
+ */
3473
+ get(index: number): OneDashboardVariableItemOutputReference;
3474
+ }
3475
+ export interface OneDashboardVariableNrqlQuery {
3476
+ /**
3477
+ * New Relic account ID(s) to issue the query against.
3478
+ *
3479
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#account_ids OneDashboard#account_ids}
3480
+ */
3481
+ readonly accountIds?: number[];
3482
+ /**
3483
+ * NRQL formatted query.
3484
+ *
3485
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#query OneDashboard#query}
3486
+ */
3487
+ readonly query: string;
3488
+ }
3489
+ export declare function oneDashboardVariableNrqlQueryToTerraform(struct?: OneDashboardVariableNrqlQueryOutputReference | OneDashboardVariableNrqlQuery): any;
3490
+ export declare function oneDashboardVariableNrqlQueryToHclTerraform(struct?: OneDashboardVariableNrqlQueryOutputReference | OneDashboardVariableNrqlQuery): any;
3491
+ export declare class OneDashboardVariableNrqlQueryOutputReference extends cdktn.ComplexObject {
3492
+ private isEmptyObject;
3493
+ /**
3494
+ * @param terraformResource The parent resource
3495
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
3496
+ */
3497
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
3498
+ get internalValue(): OneDashboardVariableNrqlQuery | undefined;
3499
+ set internalValue(value: OneDashboardVariableNrqlQuery | undefined);
3500
+ private _accountIds?;
3501
+ get accountIds(): number[];
3502
+ set accountIds(value: number[]);
3503
+ resetAccountIds(): void;
3504
+ get accountIdsInput(): number[] | undefined;
3505
+ private _query?;
3506
+ get query(): string;
3507
+ set query(value: string);
3508
+ get queryInput(): string | undefined;
3509
+ }
3510
+ export interface OneDashboardVariableOptions {
3511
+ /**
3512
+ * Only applies to variables of type NRQL. With this turned on, query condition defined with the variable will not be included in the query.
3513
+ *
3514
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#excluded OneDashboard#excluded}
3515
+ */
3516
+ readonly excluded?: boolean | cdktn.IResolvable;
3517
+ /**
3518
+ * Only applies to variables of type NRQL. With this turned on, the time range for the NRQL query will override the time picker on dashboards and other pages. Turn this off to use the time picker as normal.
3519
+ *
3520
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}
3521
+ */
3522
+ readonly ignoreTimeRange?: boolean | cdktn.IResolvable;
3523
+ /**
3524
+ * Show apply button when multi-selecting
3525
+ *
3526
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#show_apply_action OneDashboard#show_apply_action}
3527
+ */
3528
+ readonly showApplyAction?: boolean | cdktn.IResolvable;
3529
+ }
3530
+ export declare function oneDashboardVariableOptionsToTerraform(struct?: OneDashboardVariableOptions | cdktn.IResolvable): any;
3531
+ export declare function oneDashboardVariableOptionsToHclTerraform(struct?: OneDashboardVariableOptions | cdktn.IResolvable): any;
3532
+ export declare class OneDashboardVariableOptionsOutputReference extends cdktn.ComplexObject {
3533
+ private isEmptyObject;
3534
+ private resolvableValue?;
3535
+ /**
3536
+ * @param terraformResource The parent resource
3537
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
3538
+ * @param complexObjectIndex the index of this item in the list
3539
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
3540
+ */
3541
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
3542
+ get internalValue(): OneDashboardVariableOptions | cdktn.IResolvable | undefined;
3543
+ set internalValue(value: OneDashboardVariableOptions | cdktn.IResolvable | undefined);
3544
+ private _excluded?;
3545
+ get excluded(): boolean | cdktn.IResolvable;
3546
+ set excluded(value: boolean | cdktn.IResolvable);
3547
+ resetExcluded(): void;
3548
+ get excludedInput(): boolean | cdktn.IResolvable | undefined;
3549
+ private _ignoreTimeRange?;
3550
+ get ignoreTimeRange(): boolean | cdktn.IResolvable;
3551
+ set ignoreTimeRange(value: boolean | cdktn.IResolvable);
3552
+ resetIgnoreTimeRange(): void;
3553
+ get ignoreTimeRangeInput(): boolean | cdktn.IResolvable | undefined;
3554
+ private _showApplyAction?;
3555
+ get showApplyAction(): boolean | cdktn.IResolvable;
3556
+ set showApplyAction(value: boolean | cdktn.IResolvable);
3557
+ resetShowApplyAction(): void;
3558
+ get showApplyActionInput(): boolean | cdktn.IResolvable | undefined;
3559
+ }
3560
+ export declare class OneDashboardVariableOptionsList extends cdktn.ComplexList {
3561
+ protected terraformResource: cdktn.IInterpolatingParent;
3562
+ protected terraformAttribute: string;
3563
+ protected wrapsSet: boolean;
3564
+ internalValue?: OneDashboardVariableOptions[] | cdktn.IResolvable;
3565
+ /**
3566
+ * @param terraformResource The parent resource
3567
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
3568
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
3569
+ */
3570
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
3571
+ /**
3572
+ * @param index the index of the item to return
3573
+ */
3574
+ get(index: number): OneDashboardVariableOptionsOutputReference;
3575
+ }
3576
+ export interface OneDashboardVariable {
3577
+ /**
3578
+ * Default values for this variable.
3579
+ *
3580
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#default_values OneDashboard#default_values}
3581
+ */
3582
+ readonly defaultValues?: string[];
3583
+ /**
3584
+ * Indicates whether this variable supports multiple selection or not. Only applies to variables of type NRQL or ENUM.
3585
+ *
3586
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#is_multi_selection OneDashboard#is_multi_selection}
3587
+ */
3588
+ readonly isMultiSelection?: boolean | cdktn.IResolvable;
3589
+ /**
3590
+ * The variable identifier.
3591
+ *
3592
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#name OneDashboard#name}
3593
+ */
3594
+ readonly name: string;
3595
+ /**
3596
+ * Indicates the strategy to apply when replacing a variable in a NRQL query.
3597
+ *
3598
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#replacement_strategy OneDashboard#replacement_strategy}
3599
+ */
3600
+ readonly replacementStrategy: string;
3601
+ /**
3602
+ * Human-friendly display string for this variable.
3603
+ *
3604
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#title OneDashboard#title}
3605
+ */
3606
+ readonly title: string;
3607
+ /**
3608
+ * Specifies the data type of the variable and where its possible values may come from.
3609
+ *
3610
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#type OneDashboard#type}
3611
+ */
3612
+ readonly type: string;
3613
+ /**
3614
+ * item block
3615
+ *
3616
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#item OneDashboard#item}
3617
+ */
3618
+ readonly item?: OneDashboardVariableItem[] | cdktn.IResolvable;
3619
+ /**
3620
+ * nrql_query block
3621
+ *
3622
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query}
3623
+ */
3624
+ readonly nrqlQuery?: OneDashboardVariableNrqlQuery;
3625
+ /**
3626
+ * options block
3627
+ *
3628
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/one_dashboard#options OneDashboard#options}
3629
+ */
3630
+ readonly options?: OneDashboardVariableOptions[] | cdktn.IResolvable;
3631
+ }
3632
+ export declare function oneDashboardVariableToTerraform(struct?: OneDashboardVariable | cdktn.IResolvable): any;
3633
+ export declare function oneDashboardVariableToHclTerraform(struct?: OneDashboardVariable | cdktn.IResolvable): any;
3634
+ export declare class OneDashboardVariableOutputReference extends cdktn.ComplexObject {
3635
+ private isEmptyObject;
3636
+ private resolvableValue?;
3637
+ /**
3638
+ * @param terraformResource The parent resource
3639
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
3640
+ * @param complexObjectIndex the index of this item in the list
3641
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
3642
+ */
3643
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
3644
+ get internalValue(): OneDashboardVariable | cdktn.IResolvable | undefined;
3645
+ set internalValue(value: OneDashboardVariable | cdktn.IResolvable | undefined);
3646
+ private _defaultValues?;
3647
+ get defaultValues(): string[];
3648
+ set defaultValues(value: string[]);
3649
+ resetDefaultValues(): void;
3650
+ get defaultValuesInput(): string[] | undefined;
3651
+ private _isMultiSelection?;
3652
+ get isMultiSelection(): boolean | cdktn.IResolvable;
3653
+ set isMultiSelection(value: boolean | cdktn.IResolvable);
3654
+ resetIsMultiSelection(): void;
3655
+ get isMultiSelectionInput(): boolean | cdktn.IResolvable | undefined;
3656
+ private _name?;
3657
+ get name(): string;
3658
+ set name(value: string);
3659
+ get nameInput(): string | undefined;
3660
+ private _replacementStrategy?;
3661
+ get replacementStrategy(): string;
3662
+ set replacementStrategy(value: string);
3663
+ get replacementStrategyInput(): string | undefined;
3664
+ private _title?;
3665
+ get title(): string;
3666
+ set title(value: string);
3667
+ get titleInput(): string | undefined;
3668
+ private _type?;
3669
+ get type(): string;
3670
+ set type(value: string);
3671
+ get typeInput(): string | undefined;
3672
+ private _item;
3673
+ get item(): OneDashboardVariableItemList;
3674
+ putItem(value: OneDashboardVariableItem[] | cdktn.IResolvable): void;
3675
+ resetItem(): void;
3676
+ get itemInput(): cdktn.IResolvable | OneDashboardVariableItem[] | undefined;
3677
+ private _nrqlQuery;
3678
+ get nrqlQuery(): OneDashboardVariableNrqlQueryOutputReference;
3679
+ putNrqlQuery(value: OneDashboardVariableNrqlQuery): void;
3680
+ resetNrqlQuery(): void;
3681
+ get nrqlQueryInput(): OneDashboardVariableNrqlQuery | undefined;
3682
+ private _options;
3683
+ get options(): OneDashboardVariableOptionsList;
3684
+ putOptions(value: OneDashboardVariableOptions[] | cdktn.IResolvable): void;
3685
+ resetOptions(): void;
3686
+ get optionsInput(): cdktn.IResolvable | OneDashboardVariableOptions[] | undefined;
3687
+ }
3688
+ export declare class OneDashboardVariableList extends cdktn.ComplexList {
3689
+ protected terraformResource: cdktn.IInterpolatingParent;
3690
+ protected terraformAttribute: string;
3691
+ protected wrapsSet: boolean;
3692
+ internalValue?: OneDashboardVariable[] | cdktn.IResolvable;
3693
+ /**
3694
+ * @param terraformResource The parent resource
3695
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
3696
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
3697
+ */
3698
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
3699
+ /**
3700
+ * @param index the index of the item to return
3701
+ */
3702
+ get(index: number): OneDashboardVariableOutputReference;
3703
+ }