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