@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,441 @@
1
+ import { Construct } from 'constructs';
2
+ import * as cdktf from 'cdktf';
3
+ export interface WorkflowConfig extends cdktf.TerraformMetaArguments {
4
+ /**
5
+ * The account id of the workflow.
6
+ *
7
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/workflow#account_id Workflow#account_id}
8
+ */
9
+ readonly accountId?: number;
10
+ /**
11
+ * Indicates whether the destinations are enabled.
12
+ *
13
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/workflow#destinations_enabled Workflow#destinations_enabled}
14
+ */
15
+ readonly destinationsEnabled?: boolean | cdktf.IResolvable;
16
+ /**
17
+ * Indicates whether the workflow is enabled.
18
+ *
19
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/workflow#enabled Workflow#enabled}
20
+ */
21
+ readonly enabled?: boolean | cdktf.IResolvable;
22
+ /**
23
+ * Indicates whether the enrichments are enabled.
24
+ *
25
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/workflow#enrichments_enabled Workflow#enrichments_enabled}
26
+ */
27
+ readonly enrichmentsEnabled?: boolean | cdktf.IResolvable;
28
+ /**
29
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/workflow#id Workflow#id}
30
+ *
31
+ * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
32
+ * 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.
33
+ */
34
+ readonly id?: string;
35
+ /**
36
+ * The type of the muting rule handling. One of: (NOTIFY_ALL_ISSUES, DONT_NOTIFY_FULLY_MUTED_ISSUES, DONT_NOTIFY_FULLY_OR_PARTIALLY_MUTED_ISSUES).
37
+ *
38
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/workflow#muting_rules_handling Workflow#muting_rules_handling}
39
+ */
40
+ readonly mutingRulesHandling: string;
41
+ /**
42
+ * (Required) The name of the workflow.
43
+ *
44
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/workflow#name Workflow#name}
45
+ */
46
+ readonly name: string;
47
+ /**
48
+ * destination block
49
+ *
50
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/workflow#destination Workflow#destination}
51
+ */
52
+ readonly destination: WorkflowDestination[] | cdktf.IResolvable;
53
+ /**
54
+ * enrichments block
55
+ *
56
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/workflow#enrichments Workflow#enrichments}
57
+ */
58
+ readonly enrichments?: WorkflowEnrichments;
59
+ /**
60
+ * issues_filter block
61
+ *
62
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/workflow#issues_filter Workflow#issues_filter}
63
+ */
64
+ readonly issuesFilter: WorkflowIssuesFilter;
65
+ }
66
+ export interface WorkflowDestination {
67
+ /**
68
+ * (Required) Destination's channel id.
69
+ *
70
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/workflow#channel_id Workflow#channel_id}
71
+ */
72
+ readonly channelId: string;
73
+ /**
74
+ * List of triggers to notify about in this destination configuration.
75
+ *
76
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/workflow#notification_triggers Workflow#notification_triggers}
77
+ */
78
+ readonly notificationTriggers?: string[];
79
+ /**
80
+ * Update original notification message (Slack channels only)
81
+ *
82
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/workflow#update_original_message Workflow#update_original_message}
83
+ */
84
+ readonly updateOriginalMessage?: boolean | cdktf.IResolvable;
85
+ }
86
+ export declare function workflowDestinationToTerraform(struct?: WorkflowDestination | cdktf.IResolvable): any;
87
+ export declare function workflowDestinationToHclTerraform(struct?: WorkflowDestination | cdktf.IResolvable): any;
88
+ export declare class WorkflowDestinationOutputReference extends cdktf.ComplexObject {
89
+ private isEmptyObject;
90
+ private resolvableValue?;
91
+ /**
92
+ * @param terraformResource The parent resource
93
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
94
+ * @param complexObjectIndex the index of this item in the list
95
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
96
+ */
97
+ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
98
+ get internalValue(): WorkflowDestination | cdktf.IResolvable | undefined;
99
+ set internalValue(value: WorkflowDestination | cdktf.IResolvable | undefined);
100
+ private _channelId?;
101
+ get channelId(): string;
102
+ set channelId(value: string);
103
+ get channelIdInput(): string;
104
+ get name(): any;
105
+ private _notificationTriggers?;
106
+ get notificationTriggers(): string[];
107
+ set notificationTriggers(value: string[]);
108
+ resetNotificationTriggers(): void;
109
+ get notificationTriggersInput(): string[];
110
+ get type(): any;
111
+ private _updateOriginalMessage?;
112
+ get updateOriginalMessage(): boolean | cdktf.IResolvable;
113
+ set updateOriginalMessage(value: boolean | cdktf.IResolvable);
114
+ resetUpdateOriginalMessage(): void;
115
+ get updateOriginalMessageInput(): any;
116
+ }
117
+ export declare class WorkflowDestinationList extends cdktf.ComplexList {
118
+ protected terraformResource: cdktf.IInterpolatingParent;
119
+ protected terraformAttribute: string;
120
+ protected wrapsSet: boolean;
121
+ internalValue?: WorkflowDestination[] | cdktf.IResolvable;
122
+ /**
123
+ * @param terraformResource The parent resource
124
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
125
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
126
+ */
127
+ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
128
+ /**
129
+ * @param index the index of the item to return
130
+ */
131
+ get(index: number): WorkflowDestinationOutputReference;
132
+ }
133
+ export interface WorkflowEnrichmentsNrqlConfiguration {
134
+ /**
135
+ * enrichment's NRQL query
136
+ *
137
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/workflow#query Workflow#query}
138
+ */
139
+ readonly query: string;
140
+ }
141
+ export declare function workflowEnrichmentsNrqlConfigurationToTerraform(struct?: WorkflowEnrichmentsNrqlConfiguration | cdktf.IResolvable): any;
142
+ export declare function workflowEnrichmentsNrqlConfigurationToHclTerraform(struct?: WorkflowEnrichmentsNrqlConfiguration | cdktf.IResolvable): any;
143
+ export declare class WorkflowEnrichmentsNrqlConfigurationOutputReference extends cdktf.ComplexObject {
144
+ private isEmptyObject;
145
+ private resolvableValue?;
146
+ /**
147
+ * @param terraformResource The parent resource
148
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
149
+ * @param complexObjectIndex the index of this item in the list
150
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
151
+ */
152
+ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
153
+ get internalValue(): WorkflowEnrichmentsNrqlConfiguration | cdktf.IResolvable | undefined;
154
+ set internalValue(value: WorkflowEnrichmentsNrqlConfiguration | cdktf.IResolvable | undefined);
155
+ private _query?;
156
+ get query(): string;
157
+ set query(value: string);
158
+ get queryInput(): string;
159
+ }
160
+ export declare class WorkflowEnrichmentsNrqlConfigurationList extends cdktf.ComplexList {
161
+ protected terraformResource: cdktf.IInterpolatingParent;
162
+ protected terraformAttribute: string;
163
+ protected wrapsSet: boolean;
164
+ internalValue?: WorkflowEnrichmentsNrqlConfiguration[] | cdktf.IResolvable;
165
+ /**
166
+ * @param terraformResource The parent resource
167
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
168
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
169
+ */
170
+ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
171
+ /**
172
+ * @param index the index of the item to return
173
+ */
174
+ get(index: number): WorkflowEnrichmentsNrqlConfigurationOutputReference;
175
+ }
176
+ export interface WorkflowEnrichmentsNrql {
177
+ /**
178
+ * (Required) Enrichment's name.
179
+ *
180
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/workflow#name Workflow#name}
181
+ */
182
+ readonly name: string;
183
+ /**
184
+ * configuration block
185
+ *
186
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/workflow#configuration Workflow#configuration}
187
+ */
188
+ readonly configuration: WorkflowEnrichmentsNrqlConfiguration[] | cdktf.IResolvable;
189
+ }
190
+ export declare function workflowEnrichmentsNrqlToTerraform(struct?: WorkflowEnrichmentsNrql | cdktf.IResolvable): any;
191
+ export declare function workflowEnrichmentsNrqlToHclTerraform(struct?: WorkflowEnrichmentsNrql | cdktf.IResolvable): any;
192
+ export declare class WorkflowEnrichmentsNrqlOutputReference extends cdktf.ComplexObject {
193
+ private isEmptyObject;
194
+ private resolvableValue?;
195
+ /**
196
+ * @param terraformResource The parent resource
197
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
198
+ * @param complexObjectIndex the index of this item in the list
199
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
200
+ */
201
+ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
202
+ get internalValue(): WorkflowEnrichmentsNrql | cdktf.IResolvable | undefined;
203
+ set internalValue(value: WorkflowEnrichmentsNrql | cdktf.IResolvable | undefined);
204
+ get accountId(): any;
205
+ get enrichmentId(): any;
206
+ private _name?;
207
+ get name(): string;
208
+ set name(value: string);
209
+ get nameInput(): string;
210
+ get type(): any;
211
+ private _configuration;
212
+ get configuration(): WorkflowEnrichmentsNrqlConfigurationList;
213
+ putConfiguration(value: WorkflowEnrichmentsNrqlConfiguration[] | cdktf.IResolvable): void;
214
+ get configurationInput(): any;
215
+ }
216
+ export declare class WorkflowEnrichmentsNrqlList extends cdktf.ComplexList {
217
+ protected terraformResource: cdktf.IInterpolatingParent;
218
+ protected terraformAttribute: string;
219
+ protected wrapsSet: boolean;
220
+ internalValue?: WorkflowEnrichmentsNrql[] | cdktf.IResolvable;
221
+ /**
222
+ * @param terraformResource The parent resource
223
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
224
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
225
+ */
226
+ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
227
+ /**
228
+ * @param index the index of the item to return
229
+ */
230
+ get(index: number): WorkflowEnrichmentsNrqlOutputReference;
231
+ }
232
+ export interface WorkflowEnrichments {
233
+ /**
234
+ * nrql block
235
+ *
236
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/workflow#nrql Workflow#nrql}
237
+ */
238
+ readonly nrql: WorkflowEnrichmentsNrql[] | cdktf.IResolvable;
239
+ }
240
+ export declare function workflowEnrichmentsToTerraform(struct?: WorkflowEnrichmentsOutputReference | WorkflowEnrichments): any;
241
+ export declare function workflowEnrichmentsToHclTerraform(struct?: WorkflowEnrichmentsOutputReference | WorkflowEnrichments): any;
242
+ export declare class WorkflowEnrichmentsOutputReference extends cdktf.ComplexObject {
243
+ private isEmptyObject;
244
+ /**
245
+ * @param terraformResource The parent resource
246
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
247
+ */
248
+ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
249
+ get internalValue(): WorkflowEnrichments | undefined;
250
+ set internalValue(value: WorkflowEnrichments | undefined);
251
+ private _nrql;
252
+ get nrql(): WorkflowEnrichmentsNrqlList;
253
+ putNrql(value: WorkflowEnrichmentsNrql[] | cdktf.IResolvable): void;
254
+ get nrqlInput(): any;
255
+ }
256
+ export interface WorkflowIssuesFilterPredicate {
257
+ /**
258
+ * (Required) predicate's attribute.
259
+ *
260
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/workflow#attribute Workflow#attribute}
261
+ */
262
+ readonly attribute: string;
263
+ /**
264
+ * 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).
265
+ *
266
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/workflow#operator Workflow#operator}
267
+ */
268
+ readonly operator: string;
269
+ /**
270
+ * List of predicate values.
271
+ *
272
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/workflow#values Workflow#values}
273
+ */
274
+ readonly values: string[];
275
+ }
276
+ export declare function workflowIssuesFilterPredicateToTerraform(struct?: WorkflowIssuesFilterPredicate | cdktf.IResolvable): any;
277
+ export declare function workflowIssuesFilterPredicateToHclTerraform(struct?: WorkflowIssuesFilterPredicate | cdktf.IResolvable): any;
278
+ export declare class WorkflowIssuesFilterPredicateOutputReference extends cdktf.ComplexObject {
279
+ private isEmptyObject;
280
+ private resolvableValue?;
281
+ /**
282
+ * @param terraformResource The parent resource
283
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
284
+ * @param complexObjectIndex the index of this item in the list
285
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
286
+ */
287
+ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
288
+ get internalValue(): WorkflowIssuesFilterPredicate | cdktf.IResolvable | undefined;
289
+ set internalValue(value: WorkflowIssuesFilterPredicate | cdktf.IResolvable | undefined);
290
+ private _attribute?;
291
+ get attribute(): string;
292
+ set attribute(value: string);
293
+ get attributeInput(): string;
294
+ private _operator?;
295
+ get operator(): string;
296
+ set operator(value: string);
297
+ get operatorInput(): string;
298
+ private _values?;
299
+ get values(): string[];
300
+ set values(value: string[]);
301
+ get valuesInput(): string[];
302
+ }
303
+ export declare class WorkflowIssuesFilterPredicateList extends cdktf.ComplexList {
304
+ protected terraformResource: cdktf.IInterpolatingParent;
305
+ protected terraformAttribute: string;
306
+ protected wrapsSet: boolean;
307
+ internalValue?: WorkflowIssuesFilterPredicate[] | cdktf.IResolvable;
308
+ /**
309
+ * @param terraformResource The parent resource
310
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
311
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
312
+ */
313
+ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
314
+ /**
315
+ * @param index the index of the item to return
316
+ */
317
+ get(index: number): WorkflowIssuesFilterPredicateOutputReference;
318
+ }
319
+ export interface WorkflowIssuesFilter {
320
+ /**
321
+ * (Required) Filter's name.
322
+ *
323
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/workflow#name Workflow#name}
324
+ */
325
+ readonly name: string;
326
+ /**
327
+ * (Required) The type of the filter. One of: (FILTER, VIEW).
328
+ *
329
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/workflow#type Workflow#type}
330
+ */
331
+ readonly type: string;
332
+ /**
333
+ * predicate block
334
+ *
335
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/workflow#predicate Workflow#predicate}
336
+ */
337
+ readonly predicate?: WorkflowIssuesFilterPredicate[] | cdktf.IResolvable;
338
+ }
339
+ export declare function workflowIssuesFilterToTerraform(struct?: WorkflowIssuesFilterOutputReference | WorkflowIssuesFilter): any;
340
+ export declare function workflowIssuesFilterToHclTerraform(struct?: WorkflowIssuesFilterOutputReference | WorkflowIssuesFilter): any;
341
+ export declare class WorkflowIssuesFilterOutputReference extends cdktf.ComplexObject {
342
+ private isEmptyObject;
343
+ /**
344
+ * @param terraformResource The parent resource
345
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
346
+ */
347
+ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
348
+ get internalValue(): WorkflowIssuesFilter | undefined;
349
+ set internalValue(value: WorkflowIssuesFilter | undefined);
350
+ get filterId(): any;
351
+ private _name?;
352
+ get name(): string;
353
+ set name(value: string);
354
+ get nameInput(): string;
355
+ private _type?;
356
+ get type(): string;
357
+ set type(value: string);
358
+ get typeInput(): string;
359
+ private _predicate;
360
+ get predicate(): WorkflowIssuesFilterPredicateList;
361
+ putPredicate(value: WorkflowIssuesFilterPredicate[] | cdktf.IResolvable): void;
362
+ resetPredicate(): void;
363
+ get predicateInput(): any;
364
+ }
365
+ /**
366
+ * Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/workflow newrelic_workflow}
367
+ */
368
+ export declare class Workflow extends cdktf.TerraformResource {
369
+ static readonly tfResourceType = "newrelic_workflow";
370
+ /**
371
+ * Generates CDKTF code for importing a Workflow resource upon running "cdktf plan <stack-name>"
372
+ * @param scope The scope in which to define this construct
373
+ * @param importToId The construct id used in the generated config for the Workflow to import
374
+ * @param importFromId The id of the existing Workflow that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/workflow#import import section} in the documentation of this resource for the id to use
375
+ * @param provider? Optional instance of the provider where the Workflow to import is found
376
+ */
377
+ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
378
+ /**
379
+ * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/workflow newrelic_workflow} Resource
380
+ *
381
+ * @param scope The scope in which to define this construct
382
+ * @param id The scoped construct ID. Must be unique amongst siblings in the same scope
383
+ * @param options WorkflowConfig
384
+ */
385
+ constructor(scope: Construct, id: string, config: WorkflowConfig);
386
+ private _accountId?;
387
+ get accountId(): number;
388
+ set accountId(value: number);
389
+ resetAccountId(): void;
390
+ get accountIdInput(): number;
391
+ private _destinationsEnabled?;
392
+ get destinationsEnabled(): boolean | cdktf.IResolvable;
393
+ set destinationsEnabled(value: boolean | cdktf.IResolvable);
394
+ resetDestinationsEnabled(): void;
395
+ get destinationsEnabledInput(): any;
396
+ private _enabled?;
397
+ get enabled(): boolean | cdktf.IResolvable;
398
+ set enabled(value: boolean | cdktf.IResolvable);
399
+ resetEnabled(): void;
400
+ get enabledInput(): any;
401
+ private _enrichmentsEnabled?;
402
+ get enrichmentsEnabled(): boolean | cdktf.IResolvable;
403
+ set enrichmentsEnabled(value: boolean | cdktf.IResolvable);
404
+ resetEnrichmentsEnabled(): void;
405
+ get enrichmentsEnabledInput(): any;
406
+ get guid(): any;
407
+ private _id?;
408
+ get id(): string;
409
+ set id(value: string);
410
+ resetId(): void;
411
+ get idInput(): string;
412
+ get lastRun(): any;
413
+ private _mutingRulesHandling?;
414
+ get mutingRulesHandling(): string;
415
+ set mutingRulesHandling(value: string);
416
+ get mutingRulesHandlingInput(): string;
417
+ private _name?;
418
+ get name(): string;
419
+ set name(value: string);
420
+ get nameInput(): string;
421
+ get workflowId(): any;
422
+ private _destination;
423
+ get destination(): WorkflowDestinationList;
424
+ putDestination(value: WorkflowDestination[] | cdktf.IResolvable): void;
425
+ get destinationInput(): any;
426
+ private _enrichments;
427
+ get enrichments(): WorkflowEnrichmentsOutputReference;
428
+ putEnrichments(value: WorkflowEnrichments): void;
429
+ resetEnrichments(): void;
430
+ get enrichmentsInput(): WorkflowEnrichments;
431
+ private _issuesFilter;
432
+ get issuesFilter(): WorkflowIssuesFilterOutputReference;
433
+ putIssuesFilter(value: WorkflowIssuesFilter): void;
434
+ get issuesFilterInput(): WorkflowIssuesFilter;
435
+ protected synthesizeAttributes(): {
436
+ [name: string]: any;
437
+ };
438
+ protected synthesizeHclAttributes(): {
439
+ [name: string]: any;
440
+ };
441
+ }