@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,406 @@
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 NotificationDestinationConfig extends cdktn.TerraformMetaArguments {
8
+ /**
9
+ * The account ID under which to put the destination.
10
+ *
11
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/notification_destination#account_id NotificationDestination#account_id}
12
+ */
13
+ readonly accountId?: number;
14
+ /**
15
+ * Indicates whether the destination is active.
16
+ *
17
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/notification_destination#active NotificationDestination#active}
18
+ */
19
+ readonly active?: boolean | cdktn.IResolvable;
20
+ /**
21
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/notification_destination#id NotificationDestination#id}
22
+ *
23
+ * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
24
+ * 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.
25
+ */
26
+ readonly id?: string;
27
+ /**
28
+ * (Required) The name of the destination.
29
+ *
30
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/notification_destination#name NotificationDestination#name}
31
+ */
32
+ readonly name: string;
33
+ /**
34
+ * (Required) The type of the destination. One of: (WEBHOOK, EMAIL, SERVICE_NOW, SERVICE_NOW_APP, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA, SLACK, SLACK_COLLABORATION, SLACK_LEGACY, MOBILE_PUSH, EVENT_BRIDGE, MICROSOFT_TEAMS, WORKFLOW_AUTOMATION).
35
+ *
36
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/notification_destination#type NotificationDestination#type}
37
+ */
38
+ readonly type: string;
39
+ /**
40
+ * auth_basic block
41
+ *
42
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/notification_destination#auth_basic NotificationDestination#auth_basic}
43
+ */
44
+ readonly authBasic?: NotificationDestinationAuthBasic;
45
+ /**
46
+ * auth_custom_header block
47
+ *
48
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/notification_destination#auth_custom_header NotificationDestination#auth_custom_header}
49
+ */
50
+ readonly authCustomHeader?: NotificationDestinationAuthCustomHeader[] | cdktn.IResolvable;
51
+ /**
52
+ * auth_token block
53
+ *
54
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/notification_destination#auth_token NotificationDestination#auth_token}
55
+ */
56
+ readonly authToken?: NotificationDestinationAuthToken;
57
+ /**
58
+ * property block
59
+ *
60
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/notification_destination#property NotificationDestination#property}
61
+ */
62
+ readonly property: NotificationDestinationProperty[] | cdktn.IResolvable;
63
+ /**
64
+ * secure_url block
65
+ *
66
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/notification_destination#secure_url NotificationDestination#secure_url}
67
+ */
68
+ readonly secureUrl?: NotificationDestinationSecureUrl;
69
+ /**
70
+ * timeouts block
71
+ *
72
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/notification_destination#timeouts NotificationDestination#timeouts}
73
+ */
74
+ readonly timeouts?: NotificationDestinationTimeouts;
75
+ }
76
+ export interface NotificationDestinationAuthBasic {
77
+ /**
78
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/notification_destination#password NotificationDestination#password}
79
+ */
80
+ readonly password: string;
81
+ /**
82
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/notification_destination#user NotificationDestination#user}
83
+ */
84
+ readonly user: string;
85
+ }
86
+ export declare function notificationDestinationAuthBasicToTerraform(struct?: NotificationDestinationAuthBasicOutputReference | NotificationDestinationAuthBasic): any;
87
+ export declare function notificationDestinationAuthBasicToHclTerraform(struct?: NotificationDestinationAuthBasicOutputReference | NotificationDestinationAuthBasic): any;
88
+ export declare class NotificationDestinationAuthBasicOutputReference extends cdktn.ComplexObject {
89
+ private isEmptyObject;
90
+ /**
91
+ * @param terraformResource The parent resource
92
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
93
+ */
94
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
95
+ get internalValue(): NotificationDestinationAuthBasic | undefined;
96
+ set internalValue(value: NotificationDestinationAuthBasic | undefined);
97
+ private _password?;
98
+ get password(): string;
99
+ set password(value: string);
100
+ get passwordInput(): string | undefined;
101
+ private _user?;
102
+ get user(): string;
103
+ set user(value: string);
104
+ get userInput(): string | undefined;
105
+ }
106
+ export interface NotificationDestinationAuthCustomHeader {
107
+ /**
108
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/notification_destination#key NotificationDestination#key}
109
+ */
110
+ readonly key: string;
111
+ /**
112
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/notification_destination#value NotificationDestination#value}
113
+ */
114
+ readonly value: string;
115
+ }
116
+ export declare function notificationDestinationAuthCustomHeaderToTerraform(struct?: NotificationDestinationAuthCustomHeader | cdktn.IResolvable): any;
117
+ export declare function notificationDestinationAuthCustomHeaderToHclTerraform(struct?: NotificationDestinationAuthCustomHeader | cdktn.IResolvable): any;
118
+ export declare class NotificationDestinationAuthCustomHeaderOutputReference extends cdktn.ComplexObject {
119
+ private isEmptyObject;
120
+ private resolvableValue?;
121
+ /**
122
+ * @param terraformResource The parent resource
123
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
124
+ * @param complexObjectIndex the index of this item in the list
125
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
126
+ */
127
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
128
+ get internalValue(): NotificationDestinationAuthCustomHeader | cdktn.IResolvable | undefined;
129
+ set internalValue(value: NotificationDestinationAuthCustomHeader | cdktn.IResolvable | undefined);
130
+ private _key?;
131
+ get key(): string;
132
+ set key(value: string);
133
+ get keyInput(): string | undefined;
134
+ private _value?;
135
+ get value(): string;
136
+ set value(value: string);
137
+ get valueInput(): string | undefined;
138
+ }
139
+ export declare class NotificationDestinationAuthCustomHeaderList extends cdktn.ComplexList {
140
+ protected terraformResource: cdktn.IInterpolatingParent;
141
+ protected terraformAttribute: string;
142
+ protected wrapsSet: boolean;
143
+ internalValue?: NotificationDestinationAuthCustomHeader[] | cdktn.IResolvable;
144
+ /**
145
+ * @param terraformResource The parent resource
146
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
147
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
148
+ */
149
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
150
+ /**
151
+ * @param index the index of the item to return
152
+ */
153
+ get(index: number): NotificationDestinationAuthCustomHeaderOutputReference;
154
+ }
155
+ export interface NotificationDestinationAuthToken {
156
+ /**
157
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/notification_destination#prefix NotificationDestination#prefix}
158
+ */
159
+ readonly prefix?: string;
160
+ /**
161
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/notification_destination#token NotificationDestination#token}
162
+ */
163
+ readonly token: string;
164
+ }
165
+ export declare function notificationDestinationAuthTokenToTerraform(struct?: NotificationDestinationAuthTokenOutputReference | NotificationDestinationAuthToken): any;
166
+ export declare function notificationDestinationAuthTokenToHclTerraform(struct?: NotificationDestinationAuthTokenOutputReference | NotificationDestinationAuthToken): any;
167
+ export declare class NotificationDestinationAuthTokenOutputReference extends cdktn.ComplexObject {
168
+ private isEmptyObject;
169
+ /**
170
+ * @param terraformResource The parent resource
171
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
172
+ */
173
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
174
+ get internalValue(): NotificationDestinationAuthToken | undefined;
175
+ set internalValue(value: NotificationDestinationAuthToken | undefined);
176
+ private _prefix?;
177
+ get prefix(): string;
178
+ set prefix(value: string);
179
+ resetPrefix(): void;
180
+ get prefixInput(): string | undefined;
181
+ private _token?;
182
+ get token(): string;
183
+ set token(value: string);
184
+ get tokenInput(): string | undefined;
185
+ }
186
+ export interface NotificationDestinationProperty {
187
+ /**
188
+ * Notification property display key.
189
+ *
190
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/notification_destination#display_value NotificationDestination#display_value}
191
+ */
192
+ readonly displayValue?: string;
193
+ /**
194
+ * Notification property key.
195
+ *
196
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/notification_destination#key NotificationDestination#key}
197
+ */
198
+ readonly key: string;
199
+ /**
200
+ * Notification property label.
201
+ *
202
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/notification_destination#label NotificationDestination#label}
203
+ */
204
+ readonly label?: string;
205
+ /**
206
+ * Notification property value.
207
+ *
208
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/notification_destination#value NotificationDestination#value}
209
+ */
210
+ readonly value: string;
211
+ }
212
+ export declare function notificationDestinationPropertyToTerraform(struct?: NotificationDestinationProperty | cdktn.IResolvable): any;
213
+ export declare function notificationDestinationPropertyToHclTerraform(struct?: NotificationDestinationProperty | cdktn.IResolvable): any;
214
+ export declare class NotificationDestinationPropertyOutputReference extends cdktn.ComplexObject {
215
+ private isEmptyObject;
216
+ private resolvableValue?;
217
+ /**
218
+ * @param terraformResource The parent resource
219
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
220
+ * @param complexObjectIndex the index of this item in the list
221
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
222
+ */
223
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
224
+ get internalValue(): NotificationDestinationProperty | cdktn.IResolvable | undefined;
225
+ set internalValue(value: NotificationDestinationProperty | cdktn.IResolvable | undefined);
226
+ private _displayValue?;
227
+ get displayValue(): string;
228
+ set displayValue(value: string);
229
+ resetDisplayValue(): void;
230
+ get displayValueInput(): string | undefined;
231
+ private _key?;
232
+ get key(): string;
233
+ set key(value: string);
234
+ get keyInput(): string | undefined;
235
+ private _label?;
236
+ get label(): string;
237
+ set label(value: string);
238
+ resetLabel(): void;
239
+ get labelInput(): string | undefined;
240
+ private _value?;
241
+ get value(): string;
242
+ set value(value: string);
243
+ get valueInput(): string | undefined;
244
+ }
245
+ export declare class NotificationDestinationPropertyList extends cdktn.ComplexList {
246
+ protected terraformResource: cdktn.IInterpolatingParent;
247
+ protected terraformAttribute: string;
248
+ protected wrapsSet: boolean;
249
+ internalValue?: NotificationDestinationProperty[] | cdktn.IResolvable;
250
+ /**
251
+ * @param terraformResource The parent resource
252
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
253
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
254
+ */
255
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
256
+ /**
257
+ * @param index the index of the item to return
258
+ */
259
+ get(index: number): NotificationDestinationPropertyOutputReference;
260
+ }
261
+ export interface NotificationDestinationSecureUrl {
262
+ /**
263
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/notification_destination#prefix NotificationDestination#prefix}
264
+ */
265
+ readonly prefix: string;
266
+ /**
267
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/notification_destination#secure_suffix NotificationDestination#secure_suffix}
268
+ */
269
+ readonly secureSuffix: string;
270
+ }
271
+ export declare function notificationDestinationSecureUrlToTerraform(struct?: NotificationDestinationSecureUrlOutputReference | NotificationDestinationSecureUrl): any;
272
+ export declare function notificationDestinationSecureUrlToHclTerraform(struct?: NotificationDestinationSecureUrlOutputReference | NotificationDestinationSecureUrl): any;
273
+ export declare class NotificationDestinationSecureUrlOutputReference extends cdktn.ComplexObject {
274
+ private isEmptyObject;
275
+ /**
276
+ * @param terraformResource The parent resource
277
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
278
+ */
279
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
280
+ get internalValue(): NotificationDestinationSecureUrl | undefined;
281
+ set internalValue(value: NotificationDestinationSecureUrl | undefined);
282
+ private _prefix?;
283
+ get prefix(): string;
284
+ set prefix(value: string);
285
+ get prefixInput(): string | undefined;
286
+ private _secureSuffix?;
287
+ get secureSuffix(): string;
288
+ set secureSuffix(value: string);
289
+ get secureSuffixInput(): string | undefined;
290
+ }
291
+ export interface NotificationDestinationTimeouts {
292
+ /**
293
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/notification_destination#create NotificationDestination#create}
294
+ */
295
+ readonly create?: string;
296
+ /**
297
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/notification_destination#update NotificationDestination#update}
298
+ */
299
+ readonly update?: string;
300
+ }
301
+ export declare function notificationDestinationTimeoutsToTerraform(struct?: NotificationDestinationTimeouts | cdktn.IResolvable): any;
302
+ export declare function notificationDestinationTimeoutsToHclTerraform(struct?: NotificationDestinationTimeouts | cdktn.IResolvable): any;
303
+ export declare class NotificationDestinationTimeoutsOutputReference extends cdktn.ComplexObject {
304
+ private isEmptyObject;
305
+ private resolvableValue?;
306
+ /**
307
+ * @param terraformResource The parent resource
308
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
309
+ */
310
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
311
+ get internalValue(): NotificationDestinationTimeouts | cdktn.IResolvable | undefined;
312
+ set internalValue(value: NotificationDestinationTimeouts | cdktn.IResolvable | undefined);
313
+ private _create?;
314
+ get create(): string;
315
+ set create(value: string);
316
+ resetCreate(): void;
317
+ get createInput(): string | undefined;
318
+ private _update?;
319
+ get update(): string;
320
+ set update(value: string);
321
+ resetUpdate(): void;
322
+ get updateInput(): string | undefined;
323
+ }
324
+ /**
325
+ * Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/notification_destination newrelic_notification_destination}
326
+ */
327
+ export declare class NotificationDestination extends cdktn.TerraformResource {
328
+ static readonly tfResourceType = "newrelic_notification_destination";
329
+ /**
330
+ * Generates CDKTN code for importing a NotificationDestination resource upon running "cdktn plan <stack-name>"
331
+ * @param scope The scope in which to define this construct
332
+ * @param importToId The construct id used in the generated config for the NotificationDestination to import
333
+ * @param importFromId The id of the existing NotificationDestination that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/notification_destination#import import section} in the documentation of this resource for the id to use
334
+ * @param provider? Optional instance of the provider where the NotificationDestination to import is found
335
+ */
336
+ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktn.TerraformProvider): cdktn.ImportableResource;
337
+ /**
338
+ * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/notification_destination newrelic_notification_destination} Resource
339
+ *
340
+ * @param scope The scope in which to define this construct
341
+ * @param id The scoped construct ID. Must be unique amongst siblings in the same scope
342
+ * @param options NotificationDestinationConfig
343
+ */
344
+ constructor(scope: Construct, id: string, config: NotificationDestinationConfig);
345
+ private _accountId?;
346
+ get accountId(): number;
347
+ set accountId(value: number);
348
+ resetAccountId(): void;
349
+ get accountIdInput(): number | undefined;
350
+ private _active?;
351
+ get active(): boolean | cdktn.IResolvable;
352
+ set active(value: boolean | cdktn.IResolvable);
353
+ resetActive(): void;
354
+ get activeInput(): boolean | cdktn.IResolvable | undefined;
355
+ get guid(): string;
356
+ private _id?;
357
+ get id(): string;
358
+ set id(value: string);
359
+ resetId(): void;
360
+ get idInput(): string | undefined;
361
+ get lastSent(): string;
362
+ private _name?;
363
+ get name(): string;
364
+ set name(value: string);
365
+ get nameInput(): string | undefined;
366
+ get status(): string;
367
+ private _type?;
368
+ get type(): string;
369
+ set type(value: string);
370
+ get typeInput(): string | undefined;
371
+ private _authBasic;
372
+ get authBasic(): NotificationDestinationAuthBasicOutputReference;
373
+ putAuthBasic(value: NotificationDestinationAuthBasic): void;
374
+ resetAuthBasic(): void;
375
+ get authBasicInput(): NotificationDestinationAuthBasic | undefined;
376
+ private _authCustomHeader;
377
+ get authCustomHeader(): NotificationDestinationAuthCustomHeaderList;
378
+ putAuthCustomHeader(value: NotificationDestinationAuthCustomHeader[] | cdktn.IResolvable): void;
379
+ resetAuthCustomHeader(): void;
380
+ get authCustomHeaderInput(): cdktn.IResolvable | NotificationDestinationAuthCustomHeader[] | undefined;
381
+ private _authToken;
382
+ get authToken(): NotificationDestinationAuthTokenOutputReference;
383
+ putAuthToken(value: NotificationDestinationAuthToken): void;
384
+ resetAuthToken(): void;
385
+ get authTokenInput(): NotificationDestinationAuthToken | undefined;
386
+ private _property;
387
+ get property(): NotificationDestinationPropertyList;
388
+ putProperty(value: NotificationDestinationProperty[] | cdktn.IResolvable): void;
389
+ get propertyInput(): cdktn.IResolvable | NotificationDestinationProperty[] | undefined;
390
+ private _secureUrl;
391
+ get secureUrl(): NotificationDestinationSecureUrlOutputReference;
392
+ putSecureUrl(value: NotificationDestinationSecureUrl): void;
393
+ resetSecureUrl(): void;
394
+ get secureUrlInput(): NotificationDestinationSecureUrl | undefined;
395
+ private _timeouts;
396
+ get timeouts(): NotificationDestinationTimeoutsOutputReference;
397
+ putTimeouts(value: NotificationDestinationTimeouts): void;
398
+ resetTimeouts(): void;
399
+ get timeoutsInput(): cdktn.IResolvable | NotificationDestinationTimeouts | undefined;
400
+ protected synthesizeAttributes(): {
401
+ [name: string]: any;
402
+ };
403
+ protected synthesizeHclAttributes(): {
404
+ [name: string]: any;
405
+ };
406
+ }