@cdktf-providers/newrelic 3.75.4

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