@cdktn/provider-newrelic 14.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (154) hide show
  1. package/.jsii +198156 -0
  2. package/LICENSE +355 -0
  3. package/README.md +94 -0
  4. package/lib/account-management/index.d.ts +122 -0
  5. package/lib/account-management/index.js +293 -0
  6. package/lib/alert-channel/index.d.ts +351 -0
  7. package/lib/alert-channel/index.js +769 -0
  8. package/lib/alert-compound-condition/index.d.ts +233 -0
  9. package/lib/alert-compound-condition/index.js +506 -0
  10. package/lib/alert-condition/index.d.ts +271 -0
  11. package/lib/alert-condition/index.js +558 -0
  12. package/lib/alert-muting-rule/index.d.ts +309 -0
  13. package/lib/alert-muting-rule/index.js +714 -0
  14. package/lib/alert-policy/index.d.ts +91 -0
  15. package/lib/alert-policy/index.js +174 -0
  16. package/lib/alert-policy-channel/index.d.ts +114 -0
  17. package/lib/alert-policy-channel/index.js +258 -0
  18. package/lib/api-access-key/index.d.ts +102 -0
  19. package/lib/api-access-key/index.js +220 -0
  20. package/lib/application-settings/index.d.ts +414 -0
  21. package/lib/application-settings/index.js +944 -0
  22. package/lib/browser-application/index.d.ts +149 -0
  23. package/lib/browser-application/index.js +341 -0
  24. package/lib/cloud-aws-eu-sovereign-integrations/index.d.ts +199 -0
  25. package/lib/cloud-aws-eu-sovereign-integrations/index.js +481 -0
  26. package/lib/cloud-aws-eu-sovereign-link-account/index.d.ts +90 -0
  27. package/lib/cloud-aws-eu-sovereign-link-account/index.js +171 -0
  28. package/lib/cloud-aws-govcloud-integrations/index.d.ts +1523 -0
  29. package/lib/cloud-aws-govcloud-integrations/index.js +3776 -0
  30. package/lib/cloud-aws-govcloud-link-account/index.d.ts +90 -0
  31. package/lib/cloud-aws-govcloud-link-account/index.js +171 -0
  32. package/lib/cloud-aws-integrations/index.d.ts +3345 -0
  33. package/lib/cloud-aws-integrations/index.js +8599 -0
  34. package/lib/cloud-aws-link-account/index.d.ts +90 -0
  35. package/lib/cloud-aws-link-account/index.js +171 -0
  36. package/lib/cloud-azure-integrations/index.d.ts +1666 -0
  37. package/lib/cloud-azure-integrations/index.js +4361 -0
  38. package/lib/cloud-azure-link-account/index.d.ts +109 -0
  39. package/lib/cloud-azure-link-account/index.js +204 -0
  40. package/lib/cloud-gcp-integrations/index.d.ts +1049 -0
  41. package/lib/cloud-gcp-integrations/index.js +2810 -0
  42. package/lib/cloud-gcp-link-account/index.d.ts +79 -0
  43. package/lib/cloud-gcp-link-account/index.js +150 -0
  44. package/lib/cloud-oci-link-account/index.d.ts +195 -0
  45. package/lib/cloud-oci-link-account/index.js +366 -0
  46. package/lib/data-newrelic-account/index.d.ts +82 -0
  47. package/lib/data-newrelic-account/index.js +160 -0
  48. package/lib/data-newrelic-alert-channel/index.d.ts +126 -0
  49. package/lib/data-newrelic-alert-channel/index.js +298 -0
  50. package/lib/data-newrelic-alert-policy/index.d.ts +82 -0
  51. package/lib/data-newrelic-alert-policy/index.js +161 -0
  52. package/lib/data-newrelic-application/index.d.ts +60 -0
  53. package/lib/data-newrelic-application/index.js +122 -0
  54. package/lib/data-newrelic-authentication-domain/index.d.ts +47 -0
  55. package/lib/data-newrelic-authentication-domain/index.js +97 -0
  56. package/lib/data-newrelic-cloud-account/index.d.ts +79 -0
  57. package/lib/data-newrelic-cloud-account/index.js +150 -0
  58. package/lib/data-newrelic-entity/index.d.ts +189 -0
  59. package/lib/data-newrelic-entity/index.js +401 -0
  60. package/lib/data-newrelic-group/index.d.ts +58 -0
  61. package/lib/data-newrelic-group/index.js +116 -0
  62. package/lib/data-newrelic-key-transaction/index.d.ts +82 -0
  63. package/lib/data-newrelic-key-transaction/index.js +161 -0
  64. package/lib/data-newrelic-notification-destination/index.d.ts +165 -0
  65. package/lib/data-newrelic-notification-destination/index.js +372 -0
  66. package/lib/data-newrelic-obfuscation-expression/index.d.ts +69 -0
  67. package/lib/data-newrelic-obfuscation-expression/index.js +132 -0
  68. package/lib/data-newrelic-service-level-alert-helper/index.d.ts +111 -0
  69. package/lib/data-newrelic-service-level-alert-helper/index.js +244 -0
  70. package/lib/data-newrelic-synthetics-private-location/index.d.ts +80 -0
  71. package/lib/data-newrelic-synthetics-private-location/index.js +153 -0
  72. package/lib/data-newrelic-synthetics-secure-credential/index.d.ts +71 -0
  73. package/lib/data-newrelic-synthetics-secure-credential/index.js +140 -0
  74. package/lib/data-newrelic-test-grok-pattern/index.d.ts +149 -0
  75. package/lib/data-newrelic-test-grok-pattern/index.js +318 -0
  76. package/lib/data-newrelic-user/index.d.ts +69 -0
  77. package/lib/data-newrelic-user/index.js +136 -0
  78. package/lib/data-partition-rule/index.d.ts +146 -0
  79. package/lib/data-partition-rule/index.js +319 -0
  80. package/lib/entity-tags/index.d.ts +156 -0
  81. package/lib/entity-tags/index.js +368 -0
  82. package/lib/events-to-metrics-rule/index.d.ts +102 -0
  83. package/lib/events-to-metrics-rule/index.js +196 -0
  84. package/lib/group/index.d.ts +79 -0
  85. package/lib/group/index.js +150 -0
  86. package/lib/index.d.ts +74 -0
  87. package/lib/index.js +80 -0
  88. package/lib/infra-alert-condition/index.d.ts +293 -0
  89. package/lib/infra-alert-condition/index.js +665 -0
  90. package/lib/insights-event/index.d.ts +186 -0
  91. package/lib/insights-event/index.js +425 -0
  92. package/lib/key-transaction/index.d.ts +100 -0
  93. package/lib/key-transaction/index.js +191 -0
  94. package/lib/lazy-index.d.ts +4 -0
  95. package/lib/lazy-index.js +77 -0
  96. package/lib/log-parsing-rule/index.d.ts +132 -0
  97. package/lib/log-parsing-rule/index.js +250 -0
  98. package/lib/monitor-downtime/index.d.ts +259 -0
  99. package/lib/monitor-downtime/index.js +594 -0
  100. package/lib/notification-channel/index.d.ts +240 -0
  101. package/lib/notification-channel/index.js +546 -0
  102. package/lib/notification-destination/index.d.ts +406 -0
  103. package/lib/notification-destination/index.js +1030 -0
  104. package/lib/nrql-alert-condition/index.d.ts +976 -0
  105. package/lib/nrql-alert-condition/index.js +2320 -0
  106. package/lib/nrql-drop-rule/index.d.ts +127 -0
  107. package/lib/nrql-drop-rule/index.js +287 -0
  108. package/lib/obfuscation-expression/index.d.ts +90 -0
  109. package/lib/obfuscation-expression/index.js +171 -0
  110. package/lib/obfuscation-rule/index.d.ts +173 -0
  111. package/lib/obfuscation-rule/index.js +361 -0
  112. package/lib/one-dashboard/index-structs/index.d.ts +6 -0
  113. package/lib/one-dashboard/index-structs/index.js +23 -0
  114. package/lib/one-dashboard/index-structs/structs0.d.ts +7000 -0
  115. package/lib/one-dashboard/index-structs/structs0.js +17966 -0
  116. package/lib/one-dashboard/index-structs/structs400.d.ts +3703 -0
  117. package/lib/one-dashboard/index-structs/structs400.js +9484 -0
  118. package/lib/one-dashboard/index.d.ts +116 -0
  119. package/lib/one-dashboard/index.js +246 -0
  120. package/lib/one-dashboard-json/index.d.ts +116 -0
  121. package/lib/one-dashboard-json/index.js +278 -0
  122. package/lib/one-dashboard-raw/index.d.ts +278 -0
  123. package/lib/one-dashboard-raw/index.js +646 -0
  124. package/lib/pipeline-cloud-rule/index.d.ts +90 -0
  125. package/lib/pipeline-cloud-rule/index.js +171 -0
  126. package/lib/provider/index.d.ts +164 -0
  127. package/lib/provider/index.js +354 -0
  128. package/lib/service-level/index.d.ts +505 -0
  129. package/lib/service-level/index.js +1429 -0
  130. package/lib/synthetics-alert-condition/index.d.ts +101 -0
  131. package/lib/synthetics-alert-condition/index.js +193 -0
  132. package/lib/synthetics-broken-links-monitor/index.d.ts +221 -0
  133. package/lib/synthetics-broken-links-monitor/index.js +455 -0
  134. package/lib/synthetics-cert-check-monitor/index.d.ts +226 -0
  135. package/lib/synthetics-cert-check-monitor/index.js +469 -0
  136. package/lib/synthetics-monitor/index.d.ts +408 -0
  137. package/lib/synthetics-monitor/index.js +843 -0
  138. package/lib/synthetics-multilocation-alert-condition/index.d.ts +181 -0
  139. package/lib/synthetics-multilocation-alert-condition/index.js +403 -0
  140. package/lib/synthetics-private-location/index.d.ts +94 -0
  141. package/lib/synthetics-private-location/index.js +187 -0
  142. package/lib/synthetics-script-monitor/index.d.ts +352 -0
  143. package/lib/synthetics-script-monitor/index.js +736 -0
  144. package/lib/synthetics-secure-credential/index.d.ts +136 -0
  145. package/lib/synthetics-secure-credential/index.js +300 -0
  146. package/lib/synthetics-step-monitor/index.d.ts +372 -0
  147. package/lib/synthetics-step-monitor/index.js +809 -0
  148. package/lib/user/index.d.ts +89 -0
  149. package/lib/user/index.js +168 -0
  150. package/lib/workflow/index.d.ts +445 -0
  151. package/lib/workflow/index.js +1058 -0
  152. package/lib/workload/index.d.ts +518 -0
  153. package/lib/workload/index.js +1279 -0
  154. package/package.json +155 -0
@@ -0,0 +1,445 @@
1
+ /**
2
+ * Copyright IBM Corp. 2021, 2026
3
+ * SPDX-License-Identifier: MPL-2.0
4
+ */
5
+ import { Construct } from 'constructs';
6
+ import * as cdktn from 'cdktn';
7
+ export interface WorkflowConfig extends cdktn.TerraformMetaArguments {
8
+ /**
9
+ * The account id of the workflow.
10
+ *
11
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/workflow#account_id Workflow#account_id}
12
+ */
13
+ readonly accountId?: number;
14
+ /**
15
+ * Indicates whether the destinations are enabled.
16
+ *
17
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/workflow#destinations_enabled Workflow#destinations_enabled}
18
+ */
19
+ readonly destinationsEnabled?: boolean | cdktn.IResolvable;
20
+ /**
21
+ * Indicates whether the workflow is enabled.
22
+ *
23
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/workflow#enabled Workflow#enabled}
24
+ */
25
+ readonly enabled?: boolean | cdktn.IResolvable;
26
+ /**
27
+ * Indicates whether the enrichments are enabled.
28
+ *
29
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/workflow#enrichments_enabled Workflow#enrichments_enabled}
30
+ */
31
+ readonly enrichmentsEnabled?: boolean | cdktn.IResolvable;
32
+ /**
33
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/workflow#id Workflow#id}
34
+ *
35
+ * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
36
+ * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
37
+ */
38
+ readonly id?: string;
39
+ /**
40
+ * The type of the muting rule handling. One of: (NOTIFY_ALL_ISSUES, DONT_NOTIFY_FULLY_MUTED_ISSUES, DONT_NOTIFY_FULLY_OR_PARTIALLY_MUTED_ISSUES).
41
+ *
42
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/workflow#muting_rules_handling Workflow#muting_rules_handling}
43
+ */
44
+ readonly mutingRulesHandling: string;
45
+ /**
46
+ * (Required) The name of the workflow.
47
+ *
48
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/workflow#name Workflow#name}
49
+ */
50
+ readonly name: string;
51
+ /**
52
+ * destination block
53
+ *
54
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/workflow#destination Workflow#destination}
55
+ */
56
+ readonly destination: WorkflowDestination[] | cdktn.IResolvable;
57
+ /**
58
+ * enrichments block
59
+ *
60
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/workflow#enrichments Workflow#enrichments}
61
+ */
62
+ readonly enrichments?: WorkflowEnrichments;
63
+ /**
64
+ * issues_filter block
65
+ *
66
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/workflow#issues_filter Workflow#issues_filter}
67
+ */
68
+ readonly issuesFilter: WorkflowIssuesFilter;
69
+ }
70
+ export interface WorkflowDestination {
71
+ /**
72
+ * (Required) Destination's channel id.
73
+ *
74
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/workflow#channel_id Workflow#channel_id}
75
+ */
76
+ readonly channelId: string;
77
+ /**
78
+ * List of triggers to notify about in this destination configuration.
79
+ *
80
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/workflow#notification_triggers Workflow#notification_triggers}
81
+ */
82
+ readonly notificationTriggers?: string[];
83
+ /**
84
+ * Update original notification message (Slack channels only)
85
+ *
86
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/workflow#update_original_message Workflow#update_original_message}
87
+ */
88
+ readonly updateOriginalMessage?: boolean | cdktn.IResolvable;
89
+ }
90
+ export declare function workflowDestinationToTerraform(struct?: WorkflowDestination | cdktn.IResolvable): any;
91
+ export declare function workflowDestinationToHclTerraform(struct?: WorkflowDestination | cdktn.IResolvable): any;
92
+ export declare class WorkflowDestinationOutputReference extends cdktn.ComplexObject {
93
+ private isEmptyObject;
94
+ private resolvableValue?;
95
+ /**
96
+ * @param terraformResource The parent resource
97
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
98
+ * @param complexObjectIndex the index of this item in the list
99
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
100
+ */
101
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
102
+ get internalValue(): WorkflowDestination | cdktn.IResolvable | undefined;
103
+ set internalValue(value: WorkflowDestination | cdktn.IResolvable | undefined);
104
+ private _channelId?;
105
+ get channelId(): string;
106
+ set channelId(value: string);
107
+ get channelIdInput(): string | undefined;
108
+ get name(): string;
109
+ private _notificationTriggers?;
110
+ get notificationTriggers(): string[];
111
+ set notificationTriggers(value: string[]);
112
+ resetNotificationTriggers(): void;
113
+ get notificationTriggersInput(): string[] | undefined;
114
+ get type(): string;
115
+ private _updateOriginalMessage?;
116
+ get updateOriginalMessage(): boolean | cdktn.IResolvable;
117
+ set updateOriginalMessage(value: boolean | cdktn.IResolvable);
118
+ resetUpdateOriginalMessage(): void;
119
+ get updateOriginalMessageInput(): boolean | cdktn.IResolvable | undefined;
120
+ }
121
+ export declare class WorkflowDestinationList extends cdktn.ComplexList {
122
+ protected terraformResource: cdktn.IInterpolatingParent;
123
+ protected terraformAttribute: string;
124
+ protected wrapsSet: boolean;
125
+ internalValue?: WorkflowDestination[] | cdktn.IResolvable;
126
+ /**
127
+ * @param terraformResource The parent resource
128
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
129
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
130
+ */
131
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
132
+ /**
133
+ * @param index the index of the item to return
134
+ */
135
+ get(index: number): WorkflowDestinationOutputReference;
136
+ }
137
+ export interface WorkflowEnrichmentsNrqlConfiguration {
138
+ /**
139
+ * enrichment's NRQL query
140
+ *
141
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/workflow#query Workflow#query}
142
+ */
143
+ readonly query: string;
144
+ }
145
+ export declare function workflowEnrichmentsNrqlConfigurationToTerraform(struct?: WorkflowEnrichmentsNrqlConfiguration | cdktn.IResolvable): any;
146
+ export declare function workflowEnrichmentsNrqlConfigurationToHclTerraform(struct?: WorkflowEnrichmentsNrqlConfiguration | cdktn.IResolvable): any;
147
+ export declare class WorkflowEnrichmentsNrqlConfigurationOutputReference extends cdktn.ComplexObject {
148
+ private isEmptyObject;
149
+ private resolvableValue?;
150
+ /**
151
+ * @param terraformResource The parent resource
152
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
153
+ * @param complexObjectIndex the index of this item in the list
154
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
155
+ */
156
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
157
+ get internalValue(): WorkflowEnrichmentsNrqlConfiguration | cdktn.IResolvable | undefined;
158
+ set internalValue(value: WorkflowEnrichmentsNrqlConfiguration | cdktn.IResolvable | undefined);
159
+ private _query?;
160
+ get query(): string;
161
+ set query(value: string);
162
+ get queryInput(): string | undefined;
163
+ }
164
+ export declare class WorkflowEnrichmentsNrqlConfigurationList extends cdktn.ComplexList {
165
+ protected terraformResource: cdktn.IInterpolatingParent;
166
+ protected terraformAttribute: string;
167
+ protected wrapsSet: boolean;
168
+ internalValue?: WorkflowEnrichmentsNrqlConfiguration[] | cdktn.IResolvable;
169
+ /**
170
+ * @param terraformResource The parent resource
171
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
172
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
173
+ */
174
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
175
+ /**
176
+ * @param index the index of the item to return
177
+ */
178
+ get(index: number): WorkflowEnrichmentsNrqlConfigurationOutputReference;
179
+ }
180
+ export interface WorkflowEnrichmentsNrql {
181
+ /**
182
+ * (Required) Enrichment's name.
183
+ *
184
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/workflow#name Workflow#name}
185
+ */
186
+ readonly name: string;
187
+ /**
188
+ * configuration block
189
+ *
190
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/workflow#configuration Workflow#configuration}
191
+ */
192
+ readonly configuration: WorkflowEnrichmentsNrqlConfiguration[] | cdktn.IResolvable;
193
+ }
194
+ export declare function workflowEnrichmentsNrqlToTerraform(struct?: WorkflowEnrichmentsNrql | cdktn.IResolvable): any;
195
+ export declare function workflowEnrichmentsNrqlToHclTerraform(struct?: WorkflowEnrichmentsNrql | cdktn.IResolvable): any;
196
+ export declare class WorkflowEnrichmentsNrqlOutputReference extends cdktn.ComplexObject {
197
+ private isEmptyObject;
198
+ private resolvableValue?;
199
+ /**
200
+ * @param terraformResource The parent resource
201
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
202
+ * @param complexObjectIndex the index of this item in the list
203
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
204
+ */
205
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
206
+ get internalValue(): WorkflowEnrichmentsNrql | cdktn.IResolvable | undefined;
207
+ set internalValue(value: WorkflowEnrichmentsNrql | cdktn.IResolvable | undefined);
208
+ get accountId(): number;
209
+ get enrichmentId(): string;
210
+ private _name?;
211
+ get name(): string;
212
+ set name(value: string);
213
+ get nameInput(): string | undefined;
214
+ get type(): string;
215
+ private _configuration;
216
+ get configuration(): WorkflowEnrichmentsNrqlConfigurationList;
217
+ putConfiguration(value: WorkflowEnrichmentsNrqlConfiguration[] | cdktn.IResolvable): void;
218
+ get configurationInput(): cdktn.IResolvable | WorkflowEnrichmentsNrqlConfiguration[] | undefined;
219
+ }
220
+ export declare class WorkflowEnrichmentsNrqlList extends cdktn.ComplexList {
221
+ protected terraformResource: cdktn.IInterpolatingParent;
222
+ protected terraformAttribute: string;
223
+ protected wrapsSet: boolean;
224
+ internalValue?: WorkflowEnrichmentsNrql[] | cdktn.IResolvable;
225
+ /**
226
+ * @param terraformResource The parent resource
227
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
228
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
229
+ */
230
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
231
+ /**
232
+ * @param index the index of the item to return
233
+ */
234
+ get(index: number): WorkflowEnrichmentsNrqlOutputReference;
235
+ }
236
+ export interface WorkflowEnrichments {
237
+ /**
238
+ * nrql block
239
+ *
240
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/workflow#nrql Workflow#nrql}
241
+ */
242
+ readonly nrql: WorkflowEnrichmentsNrql[] | cdktn.IResolvable;
243
+ }
244
+ export declare function workflowEnrichmentsToTerraform(struct?: WorkflowEnrichmentsOutputReference | WorkflowEnrichments): any;
245
+ export declare function workflowEnrichmentsToHclTerraform(struct?: WorkflowEnrichmentsOutputReference | WorkflowEnrichments): any;
246
+ export declare class WorkflowEnrichmentsOutputReference extends cdktn.ComplexObject {
247
+ private isEmptyObject;
248
+ /**
249
+ * @param terraformResource The parent resource
250
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
251
+ */
252
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
253
+ get internalValue(): WorkflowEnrichments | undefined;
254
+ set internalValue(value: WorkflowEnrichments | undefined);
255
+ private _nrql;
256
+ get nrql(): WorkflowEnrichmentsNrqlList;
257
+ putNrql(value: WorkflowEnrichmentsNrql[] | cdktn.IResolvable): void;
258
+ get nrqlInput(): cdktn.IResolvable | WorkflowEnrichmentsNrql[] | undefined;
259
+ }
260
+ export interface WorkflowIssuesFilterPredicate {
261
+ /**
262
+ * (Required) predicate's attribute.
263
+ *
264
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/workflow#attribute Workflow#attribute}
265
+ */
266
+ readonly attribute: string;
267
+ /**
268
+ * The type of the operator. One of: (CONTAINS, DOES_NOT_CONTAIN, DOES_NOT_EQUAL, DOES_NOT_EXACTLY_MATCH, ENDS_WITH, EQUAL, EXACTLY_MATCHES, GREATER_OR_EQUAL, GREATER_THAN, IS, IS_NOT, LESS_OR_EQUAL, LESS_THAN, STARTS_WITH).
269
+ *
270
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/workflow#operator Workflow#operator}
271
+ */
272
+ readonly operator: string;
273
+ /**
274
+ * List of predicate values.
275
+ *
276
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/workflow#values Workflow#values}
277
+ */
278
+ readonly values: string[];
279
+ }
280
+ export declare function workflowIssuesFilterPredicateToTerraform(struct?: WorkflowIssuesFilterPredicate | cdktn.IResolvable): any;
281
+ export declare function workflowIssuesFilterPredicateToHclTerraform(struct?: WorkflowIssuesFilterPredicate | cdktn.IResolvable): any;
282
+ export declare class WorkflowIssuesFilterPredicateOutputReference extends cdktn.ComplexObject {
283
+ private isEmptyObject;
284
+ private resolvableValue?;
285
+ /**
286
+ * @param terraformResource The parent resource
287
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
288
+ * @param complexObjectIndex the index of this item in the list
289
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
290
+ */
291
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
292
+ get internalValue(): WorkflowIssuesFilterPredicate | cdktn.IResolvable | undefined;
293
+ set internalValue(value: WorkflowIssuesFilterPredicate | cdktn.IResolvable | undefined);
294
+ private _attribute?;
295
+ get attribute(): string;
296
+ set attribute(value: string);
297
+ get attributeInput(): string | undefined;
298
+ private _operator?;
299
+ get operator(): string;
300
+ set operator(value: string);
301
+ get operatorInput(): string | undefined;
302
+ private _values?;
303
+ get values(): string[];
304
+ set values(value: string[]);
305
+ get valuesInput(): string[] | undefined;
306
+ }
307
+ export declare class WorkflowIssuesFilterPredicateList extends cdktn.ComplexList {
308
+ protected terraformResource: cdktn.IInterpolatingParent;
309
+ protected terraformAttribute: string;
310
+ protected wrapsSet: boolean;
311
+ internalValue?: WorkflowIssuesFilterPredicate[] | cdktn.IResolvable;
312
+ /**
313
+ * @param terraformResource The parent resource
314
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
315
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
316
+ */
317
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
318
+ /**
319
+ * @param index the index of the item to return
320
+ */
321
+ get(index: number): WorkflowIssuesFilterPredicateOutputReference;
322
+ }
323
+ export interface WorkflowIssuesFilter {
324
+ /**
325
+ * (Required) Filter's name.
326
+ *
327
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/workflow#name Workflow#name}
328
+ */
329
+ readonly name: string;
330
+ /**
331
+ * (Required) The type of the filter. One of: (FILTER, VIEW).
332
+ *
333
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/workflow#type Workflow#type}
334
+ */
335
+ readonly type: string;
336
+ /**
337
+ * predicate block
338
+ *
339
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/workflow#predicate Workflow#predicate}
340
+ */
341
+ readonly predicate?: WorkflowIssuesFilterPredicate[] | cdktn.IResolvable;
342
+ }
343
+ export declare function workflowIssuesFilterToTerraform(struct?: WorkflowIssuesFilterOutputReference | WorkflowIssuesFilter): any;
344
+ export declare function workflowIssuesFilterToHclTerraform(struct?: WorkflowIssuesFilterOutputReference | WorkflowIssuesFilter): any;
345
+ export declare class WorkflowIssuesFilterOutputReference extends cdktn.ComplexObject {
346
+ private isEmptyObject;
347
+ /**
348
+ * @param terraformResource The parent resource
349
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
350
+ */
351
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
352
+ get internalValue(): WorkflowIssuesFilter | undefined;
353
+ set internalValue(value: WorkflowIssuesFilter | undefined);
354
+ get filterId(): string;
355
+ private _name?;
356
+ get name(): string;
357
+ set name(value: string);
358
+ get nameInput(): string | undefined;
359
+ private _type?;
360
+ get type(): string;
361
+ set type(value: string);
362
+ get typeInput(): string | undefined;
363
+ private _predicate;
364
+ get predicate(): WorkflowIssuesFilterPredicateList;
365
+ putPredicate(value: WorkflowIssuesFilterPredicate[] | cdktn.IResolvable): void;
366
+ resetPredicate(): void;
367
+ get predicateInput(): cdktn.IResolvable | WorkflowIssuesFilterPredicate[] | undefined;
368
+ }
369
+ /**
370
+ * Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/workflow newrelic_workflow}
371
+ */
372
+ export declare class Workflow extends cdktn.TerraformResource {
373
+ static readonly tfResourceType = "newrelic_workflow";
374
+ /**
375
+ * Generates CDKTN code for importing a Workflow resource upon running "cdktn plan <stack-name>"
376
+ * @param scope The scope in which to define this construct
377
+ * @param importToId The construct id used in the generated config for the Workflow to import
378
+ * @param importFromId The id of the existing Workflow that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/workflow#import import section} in the documentation of this resource for the id to use
379
+ * @param provider? Optional instance of the provider where the Workflow to import is found
380
+ */
381
+ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktn.TerraformProvider): cdktn.ImportableResource;
382
+ /**
383
+ * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/workflow newrelic_workflow} Resource
384
+ *
385
+ * @param scope The scope in which to define this construct
386
+ * @param id The scoped construct ID. Must be unique amongst siblings in the same scope
387
+ * @param options WorkflowConfig
388
+ */
389
+ constructor(scope: Construct, id: string, config: WorkflowConfig);
390
+ private _accountId?;
391
+ get accountId(): number;
392
+ set accountId(value: number);
393
+ resetAccountId(): void;
394
+ get accountIdInput(): number | undefined;
395
+ private _destinationsEnabled?;
396
+ get destinationsEnabled(): boolean | cdktn.IResolvable;
397
+ set destinationsEnabled(value: boolean | cdktn.IResolvable);
398
+ resetDestinationsEnabled(): void;
399
+ get destinationsEnabledInput(): boolean | cdktn.IResolvable | undefined;
400
+ private _enabled?;
401
+ get enabled(): boolean | cdktn.IResolvable;
402
+ set enabled(value: boolean | cdktn.IResolvable);
403
+ resetEnabled(): void;
404
+ get enabledInput(): boolean | cdktn.IResolvable | undefined;
405
+ private _enrichmentsEnabled?;
406
+ get enrichmentsEnabled(): boolean | cdktn.IResolvable;
407
+ set enrichmentsEnabled(value: boolean | cdktn.IResolvable);
408
+ resetEnrichmentsEnabled(): void;
409
+ get enrichmentsEnabledInput(): boolean | cdktn.IResolvable | undefined;
410
+ get guid(): string;
411
+ private _id?;
412
+ get id(): string;
413
+ set id(value: string);
414
+ resetId(): void;
415
+ get idInput(): string | undefined;
416
+ get lastRun(): string;
417
+ private _mutingRulesHandling?;
418
+ get mutingRulesHandling(): string;
419
+ set mutingRulesHandling(value: string);
420
+ get mutingRulesHandlingInput(): string | undefined;
421
+ private _name?;
422
+ get name(): string;
423
+ set name(value: string);
424
+ get nameInput(): string | undefined;
425
+ get workflowId(): string;
426
+ private _destination;
427
+ get destination(): WorkflowDestinationList;
428
+ putDestination(value: WorkflowDestination[] | cdktn.IResolvable): void;
429
+ get destinationInput(): cdktn.IResolvable | WorkflowDestination[] | undefined;
430
+ private _enrichments;
431
+ get enrichments(): WorkflowEnrichmentsOutputReference;
432
+ putEnrichments(value: WorkflowEnrichments): void;
433
+ resetEnrichments(): void;
434
+ get enrichmentsInput(): WorkflowEnrichments | undefined;
435
+ private _issuesFilter;
436
+ get issuesFilter(): WorkflowIssuesFilterOutputReference;
437
+ putIssuesFilter(value: WorkflowIssuesFilter): void;
438
+ get issuesFilterInput(): WorkflowIssuesFilter | undefined;
439
+ protected synthesizeAttributes(): {
440
+ [name: string]: any;
441
+ };
442
+ protected synthesizeHclAttributes(): {
443
+ [name: string]: any;
444
+ };
445
+ }