@cdktn/provider-newrelic 15.0.5 → 15.2.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 (174) hide show
  1. package/.jsii +32021 -24172
  2. package/README.md +3 -3
  3. package/lib/account-management/index.d.ts +10 -10
  4. package/lib/account-management/index.js +9 -9
  5. package/lib/alert-channel/index.d.ts +30 -30
  6. package/lib/alert-channel/index.js +9 -9
  7. package/lib/alert-compound-condition/index.d.ts +17 -17
  8. package/lib/alert-compound-condition/index.js +13 -13
  9. package/lib/alert-condition/index.d.ts +23 -23
  10. package/lib/alert-condition/index.js +10 -10
  11. package/lib/alert-muting-rule/index.d.ts +23 -23
  12. package/lib/alert-muting-rule/index.js +16 -16
  13. package/lib/alert-policy/index.d.ts +8 -8
  14. package/lib/alert-policy/index.js +6 -6
  15. package/lib/alert-policy-channel/index.d.ts +9 -9
  16. package/lib/alert-policy-channel/index.js +9 -9
  17. package/lib/api-access-key/index.d.ts +10 -10
  18. package/lib/api-access-key/index.js +6 -6
  19. package/lib/application-settings/index.d.ts +27 -27
  20. package/lib/application-settings/index.js +21 -21
  21. package/lib/aws-connection/index.d.ts +326 -0
  22. package/lib/aws-connection/index.js +750 -0
  23. package/lib/browser-application/index.d.ts +12 -12
  24. package/lib/browser-application/index.js +9 -9
  25. package/lib/cardinality-management/index.d.ts +9 -9
  26. package/lib/cardinality-management/index.js +10 -10
  27. package/lib/cloud-aws-eu-sovereign-integrations/index.d.ts +14 -14
  28. package/lib/cloud-aws-eu-sovereign-integrations/index.js +15 -15
  29. package/lib/cloud-aws-eu-sovereign-link-account/index.d.ts +8 -8
  30. package/lib/cloud-aws-eu-sovereign-link-account/index.js +6 -6
  31. package/lib/cloud-aws-govcloud-integrations/index.d.ts +110 -110
  32. package/lib/cloud-aws-govcloud-integrations/index.js +66 -66
  33. package/lib/cloud-aws-govcloud-link-account/index.d.ts +8 -8
  34. package/lib/cloud-aws-govcloud-link-account/index.js +6 -6
  35. package/lib/cloud-aws-integrations/index.d.ts +234 -234
  36. package/lib/cloud-aws-integrations/index.js +168 -168
  37. package/lib/cloud-aws-link-account/index.d.ts +8 -8
  38. package/lib/cloud-aws-link-account/index.js +6 -6
  39. package/lib/cloud-azure-integrations/index.d.ts +109 -109
  40. package/lib/cloud-azure-integrations/index.js +105 -105
  41. package/lib/cloud-azure-link-account/index.d.ts +10 -10
  42. package/lib/cloud-azure-link-account/index.js +6 -6
  43. package/lib/cloud-gcp-integrations/index.d.ts +62 -62
  44. package/lib/cloud-gcp-integrations/index.js +84 -84
  45. package/lib/cloud-gcp-link-account/index.d.ts +7 -7
  46. package/lib/cloud-gcp-link-account/index.js +6 -6
  47. package/lib/cloud-oci-link-account/index.d.ts +40 -18
  48. package/lib/cloud-oci-link-account/index.js +48 -6
  49. package/lib/data-newrelic-account/index.d.ts +7 -7
  50. package/lib/data-newrelic-account/index.js +6 -6
  51. package/lib/data-newrelic-alert-channel/index.d.ts +6 -6
  52. package/lib/data-newrelic-alert-channel/index.js +10 -10
  53. package/lib/data-newrelic-alert-policy/index.d.ts +7 -7
  54. package/lib/data-newrelic-alert-policy/index.js +6 -6
  55. package/lib/data-newrelic-application/index.d.ts +5 -5
  56. package/lib/data-newrelic-application/index.js +6 -6
  57. package/lib/data-newrelic-authentication-domain/index.d.ts +4 -4
  58. package/lib/data-newrelic-authentication-domain/index.js +6 -6
  59. package/lib/data-newrelic-cloud-account/index.d.ts +7 -7
  60. package/lib/data-newrelic-cloud-account/index.js +6 -6
  61. package/lib/data-newrelic-entity/index.d.ts +14 -14
  62. package/lib/data-newrelic-entity/index.js +10 -10
  63. package/lib/data-newrelic-fleet-configuration/index.d.ts +8 -8
  64. package/lib/data-newrelic-fleet-configuration/index.js +6 -6
  65. package/lib/data-newrelic-fleet-members/index.d.ts +6 -6
  66. package/lib/data-newrelic-fleet-members/index.js +10 -10
  67. package/lib/data-newrelic-group/index.d.ts +5 -5
  68. package/lib/data-newrelic-group/index.js +6 -6
  69. package/lib/data-newrelic-key-transaction/index.d.ts +7 -7
  70. package/lib/data-newrelic-key-transaction/index.js +6 -6
  71. package/lib/data-newrelic-notification-destination/index.d.ts +12 -12
  72. package/lib/data-newrelic-notification-destination/index.js +17 -17
  73. package/lib/data-newrelic-obfuscation-expression/index.d.ts +6 -6
  74. package/lib/data-newrelic-obfuscation-expression/index.js +6 -6
  75. package/lib/data-newrelic-service-level-alert-helper/index.d.ts +11 -11
  76. package/lib/data-newrelic-service-level-alert-helper/index.js +6 -6
  77. package/lib/data-newrelic-synthetics-private-location/index.d.ts +7 -7
  78. package/lib/data-newrelic-synthetics-private-location/index.js +6 -6
  79. package/lib/data-newrelic-synthetics-secure-credential/index.d.ts +6 -6
  80. package/lib/data-newrelic-synthetics-secure-credential/index.js +6 -6
  81. package/lib/data-newrelic-test-grok-pattern/index.d.ts +7 -7
  82. package/lib/data-newrelic-test-grok-pattern/index.js +14 -14
  83. package/lib/data-newrelic-user/index.d.ts +6 -6
  84. package/lib/data-newrelic-user/index.js +6 -6
  85. package/lib/data-partition-rule/index.d.ts +12 -12
  86. package/lib/data-partition-rule/index.js +9 -9
  87. package/lib/entity-tags/index.d.ts +10 -10
  88. package/lib/entity-tags/index.js +13 -13
  89. package/lib/events-to-metrics-rule/index.d.ts +9 -9
  90. package/lib/events-to-metrics-rule/index.js +6 -6
  91. package/lib/federated-logs-partition/index.d.ts +418 -0
  92. package/lib/federated-logs-partition/index.js +1046 -0
  93. package/lib/federated-logs-setup/index.d.ts +550 -0
  94. package/lib/federated-logs-setup/index.js +1414 -0
  95. package/lib/fleet/index.d.ts +10 -10
  96. package/lib/fleet/index.js +6 -6
  97. package/lib/fleet-configuration/index.d.ts +11 -11
  98. package/lib/fleet-configuration/index.js +10 -10
  99. package/lib/fleet-deployment/index.d.ts +13 -13
  100. package/lib/fleet-deployment/index.js +10 -10
  101. package/lib/fleet-members/index.d.ts +8 -8
  102. package/lib/fleet-members/index.js +10 -10
  103. package/lib/group/index.d.ts +7 -7
  104. package/lib/group/index.js +6 -6
  105. package/lib/index.d.ts +3 -0
  106. package/lib/index.js +6 -3
  107. package/lib/infra-alert-condition/index.d.ts +25 -25
  108. package/lib/infra-alert-condition/index.js +12 -12
  109. package/lib/insights-event/index.d.ts +11 -11
  110. package/lib/insights-event/index.js +14 -14
  111. package/lib/key-transaction/index.d.ts +9 -9
  112. package/lib/key-transaction/index.js +6 -6
  113. package/lib/lazy-index.js +4 -1
  114. package/lib/log-parsing-rule/index.d.ts +12 -12
  115. package/lib/log-parsing-rule/index.js +6 -6
  116. package/lib/metric-pruning-rule/index.d.ts +7 -7
  117. package/lib/metric-pruning-rule/index.js +6 -6
  118. package/lib/monitor-downtime/index.d.ts +20 -20
  119. package/lib/monitor-downtime/index.js +15 -15
  120. package/lib/notification-channel/index.d.ts +18 -18
  121. package/lib/notification-channel/index.js +13 -13
  122. package/lib/notification-destination/index.d.ts +31 -31
  123. package/lib/notification-destination/index.js +29 -29
  124. package/lib/nrql-alert-condition/index.d.ts +75 -75
  125. package/lib/nrql-alert-condition/index.js +37 -37
  126. package/lib/nrql-drop-rule/index.d.ts +10 -10
  127. package/lib/nrql-drop-rule/index.js +9 -9
  128. package/lib/obfuscation-expression/index.d.ts +8 -8
  129. package/lib/obfuscation-expression/index.js +6 -6
  130. package/lib/obfuscation-rule/index.d.ts +13 -13
  131. package/lib/obfuscation-rule/index.js +10 -10
  132. package/lib/one-dashboard/index-structs/structs0.d.ts +364 -364
  133. package/lib/one-dashboard/index-structs/structs0.js +401 -401
  134. package/lib/one-dashboard/index-structs/structs400.d.ts +286 -286
  135. package/lib/one-dashboard/index-structs/structs400.js +278 -278
  136. package/lib/one-dashboard/index.d.ts +10 -10
  137. package/lib/one-dashboard/index.js +6 -6
  138. package/lib/one-dashboard-json/index.d.ts +9 -9
  139. package/lib/one-dashboard-json/index.js +9 -9
  140. package/lib/one-dashboard-raw/index.d.ts +20 -20
  141. package/lib/one-dashboard-raw/index.js +14 -14
  142. package/lib/pipeline-cloud-rule/index.d.ts +8 -8
  143. package/lib/pipeline-cloud-rule/index.js +6 -6
  144. package/lib/provider/index.d.ts +17 -17
  145. package/lib/provider/index.js +6 -6
  146. package/lib/service-level/index.d.ts +38 -38
  147. package/lib/service-level/index.js +36 -36
  148. package/lib/synthetics-alert-condition/index.d.ts +9 -9
  149. package/lib/synthetics-alert-condition/index.js +6 -6
  150. package/lib/synthetics-broken-links-monitor/index.d.ts +17 -17
  151. package/lib/synthetics-broken-links-monitor/index.js +10 -10
  152. package/lib/synthetics-cert-check-monitor/index.d.ts +18 -18
  153. package/lib/synthetics-cert-check-monitor/index.js +10 -10
  154. package/lib/synthetics-monitor/index.d.ts +31 -31
  155. package/lib/synthetics-monitor/index.js +14 -14
  156. package/lib/synthetics-multilocation-alert-condition/index.d.ts +14 -14
  157. package/lib/synthetics-multilocation-alert-condition/index.js +12 -12
  158. package/lib/synthetics-private-location/index.d.ts +9 -9
  159. package/lib/synthetics-private-location/index.js +6 -6
  160. package/lib/synthetics-script-monitor/index.d.ts +26 -26
  161. package/lib/synthetics-script-monitor/index.js +14 -14
  162. package/lib/synthetics-secure-credential/index.d.ts +11 -11
  163. package/lib/synthetics-secure-credential/index.js +9 -9
  164. package/lib/synthetics-step-monitor/index.d.ts +25 -25
  165. package/lib/synthetics-step-monitor/index.js +18 -18
  166. package/lib/user/index.d.ts +8 -8
  167. package/lib/user/index.js +6 -6
  168. package/lib/workflow/index.d.ts +26 -26
  169. package/lib/workflow/index.js +28 -28
  170. package/lib/workflow-automation/index.d.ts +8 -8
  171. package/lib/workflow-automation/index.js +6 -6
  172. package/lib/workload/index.d.ts +32 -32
  173. package/lib/workload/index.js +33 -33
  174. package/package.json +6 -6
@@ -8,17 +8,17 @@ export interface NotificationDestinationConfig extends cdktn.TerraformMetaArgume
8
8
  /**
9
9
  * The account ID under which to put the destination.
10
10
  *
11
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.90.0/docs/resources/notification_destination#account_id NotificationDestination#account_id}
11
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/notification_destination#account_id NotificationDestination#account_id}
12
12
  */
13
13
  readonly accountId?: number;
14
14
  /**
15
15
  * Indicates whether the destination is active.
16
16
  *
17
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.90.0/docs/resources/notification_destination#active NotificationDestination#active}
17
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/notification_destination#active NotificationDestination#active}
18
18
  */
19
19
  readonly active?: boolean | cdktn.IResolvable;
20
20
  /**
21
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.90.0/docs/resources/notification_destination#id NotificationDestination#id}
21
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/notification_destination#id NotificationDestination#id}
22
22
  *
23
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
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.
@@ -27,65 +27,65 @@ export interface NotificationDestinationConfig extends cdktn.TerraformMetaArgume
27
27
  /**
28
28
  * (Required) The name of the destination.
29
29
  *
30
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.90.0/docs/resources/notification_destination#name NotificationDestination#name}
30
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/notification_destination#name NotificationDestination#name}
31
31
  */
32
32
  readonly name: string;
33
33
  /**
34
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
35
  *
36
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.90.0/docs/resources/notification_destination#type NotificationDestination#type}
36
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/notification_destination#type NotificationDestination#type}
37
37
  */
38
38
  readonly type: string;
39
39
  /**
40
40
  * auth_basic block
41
41
  *
42
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.90.0/docs/resources/notification_destination#auth_basic NotificationDestination#auth_basic}
42
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/notification_destination#auth_basic NotificationDestination#auth_basic}
43
43
  */
44
44
  readonly authBasic?: NotificationDestinationAuthBasic;
45
45
  /**
46
46
  * auth_custom_header block
47
47
  *
48
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.90.0/docs/resources/notification_destination#auth_custom_header NotificationDestination#auth_custom_header}
48
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/notification_destination#auth_custom_header NotificationDestination#auth_custom_header}
49
49
  */
50
50
  readonly authCustomHeader?: NotificationDestinationAuthCustomHeader[] | cdktn.IResolvable;
51
51
  /**
52
52
  * auth_token block
53
53
  *
54
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.90.0/docs/resources/notification_destination#auth_token NotificationDestination#auth_token}
54
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/notification_destination#auth_token NotificationDestination#auth_token}
55
55
  */
56
56
  readonly authToken?: NotificationDestinationAuthToken;
57
57
  /**
58
58
  * property block
59
59
  *
60
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.90.0/docs/resources/notification_destination#property NotificationDestination#property}
60
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/notification_destination#property NotificationDestination#property}
61
61
  */
62
62
  readonly property: NotificationDestinationProperty[] | cdktn.IResolvable;
63
63
  /**
64
64
  * scope block
65
65
  *
66
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.90.0/docs/resources/notification_destination#scope NotificationDestination#scope}
66
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/notification_destination#scope NotificationDestination#scope}
67
67
  */
68
68
  readonly scope?: NotificationDestinationScope;
69
69
  /**
70
70
  * secure_url block
71
71
  *
72
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.90.0/docs/resources/notification_destination#secure_url NotificationDestination#secure_url}
72
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/notification_destination#secure_url NotificationDestination#secure_url}
73
73
  */
74
74
  readonly secureUrl?: NotificationDestinationSecureUrl;
75
75
  /**
76
76
  * timeouts block
77
77
  *
78
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.90.0/docs/resources/notification_destination#timeouts NotificationDestination#timeouts}
78
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/notification_destination#timeouts NotificationDestination#timeouts}
79
79
  */
80
80
  readonly timeouts?: NotificationDestinationTimeouts;
81
81
  }
82
82
  export interface NotificationDestinationAuthBasic {
83
83
  /**
84
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.90.0/docs/resources/notification_destination#password NotificationDestination#password}
84
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/notification_destination#password NotificationDestination#password}
85
85
  */
86
86
  readonly password: string;
87
87
  /**
88
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.90.0/docs/resources/notification_destination#user NotificationDestination#user}
88
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/notification_destination#user NotificationDestination#user}
89
89
  */
90
90
  readonly user: string;
91
91
  }
@@ -111,11 +111,11 @@ export declare class NotificationDestinationAuthBasicOutputReference extends cdk
111
111
  }
112
112
  export interface NotificationDestinationAuthCustomHeader {
113
113
  /**
114
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.90.0/docs/resources/notification_destination#key NotificationDestination#key}
114
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/notification_destination#key NotificationDestination#key}
115
115
  */
116
116
  readonly key: string;
117
117
  /**
118
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.90.0/docs/resources/notification_destination#value NotificationDestination#value}
118
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/notification_destination#value NotificationDestination#value}
119
119
  */
120
120
  readonly value: string;
121
121
  }
@@ -157,11 +157,11 @@ export declare class NotificationDestinationAuthCustomHeaderList extends cdktn.C
157
157
  }
158
158
  export interface NotificationDestinationAuthToken {
159
159
  /**
160
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.90.0/docs/resources/notification_destination#prefix NotificationDestination#prefix}
160
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/notification_destination#prefix NotificationDestination#prefix}
161
161
  */
162
162
  readonly prefix?: string;
163
163
  /**
164
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.90.0/docs/resources/notification_destination#token NotificationDestination#token}
164
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/notification_destination#token NotificationDestination#token}
165
165
  */
166
166
  readonly token: string;
167
167
  }
@@ -190,25 +190,25 @@ export interface NotificationDestinationProperty {
190
190
  /**
191
191
  * Notification property display key.
192
192
  *
193
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.90.0/docs/resources/notification_destination#display_value NotificationDestination#display_value}
193
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/notification_destination#display_value NotificationDestination#display_value}
194
194
  */
195
195
  readonly displayValue?: string;
196
196
  /**
197
197
  * Notification property key.
198
198
  *
199
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.90.0/docs/resources/notification_destination#key NotificationDestination#key}
199
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/notification_destination#key NotificationDestination#key}
200
200
  */
201
201
  readonly key: string;
202
202
  /**
203
203
  * Notification property label.
204
204
  *
205
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.90.0/docs/resources/notification_destination#label NotificationDestination#label}
205
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/notification_destination#label NotificationDestination#label}
206
206
  */
207
207
  readonly label?: string;
208
208
  /**
209
209
  * Notification property value.
210
210
  *
211
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.90.0/docs/resources/notification_destination#value NotificationDestination#value}
211
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/notification_destination#value NotificationDestination#value}
212
212
  */
213
213
  readonly value: string;
214
214
  }
@@ -262,7 +262,7 @@ export interface NotificationDestinationScope {
262
262
  /**
263
263
  * The ID of the Scope (Organization UUID for ORGANIZATION scope, Account ID for ACCOUNT scope)
264
264
  *
265
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.90.0/docs/resources/notification_destination#id NotificationDestination#id}
265
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/notification_destination#id NotificationDestination#id}
266
266
  *
267
267
  * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
268
268
  * 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.
@@ -271,7 +271,7 @@ export interface NotificationDestinationScope {
271
271
  /**
272
272
  * (Required) The scope type of the destination. One of: (ACCOUNT, ORGANIZATION).
273
273
  *
274
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.90.0/docs/resources/notification_destination#type NotificationDestination#type}
274
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/notification_destination#type NotificationDestination#type}
275
275
  */
276
276
  readonly type: string;
277
277
  }
@@ -297,11 +297,11 @@ export declare class NotificationDestinationScopeOutputReference extends cdktn.C
297
297
  }
298
298
  export interface NotificationDestinationSecureUrl {
299
299
  /**
300
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.90.0/docs/resources/notification_destination#prefix NotificationDestination#prefix}
300
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/notification_destination#prefix NotificationDestination#prefix}
301
301
  */
302
302
  readonly prefix: string;
303
303
  /**
304
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.90.0/docs/resources/notification_destination#secure_suffix NotificationDestination#secure_suffix}
304
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/notification_destination#secure_suffix NotificationDestination#secure_suffix}
305
305
  */
306
306
  readonly secureSuffix: string;
307
307
  }
@@ -327,11 +327,11 @@ export declare class NotificationDestinationSecureUrlOutputReference extends cdk
327
327
  }
328
328
  export interface NotificationDestinationTimeouts {
329
329
  /**
330
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.90.0/docs/resources/notification_destination#create NotificationDestination#create}
330
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/notification_destination#create NotificationDestination#create}
331
331
  */
332
332
  readonly create?: string;
333
333
  /**
334
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.90.0/docs/resources/notification_destination#update NotificationDestination#update}
334
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/notification_destination#update NotificationDestination#update}
335
335
  */
336
336
  readonly update?: string;
337
337
  }
@@ -359,7 +359,7 @@ export declare class NotificationDestinationTimeoutsOutputReference extends cdkt
359
359
  get updateInput(): string | undefined;
360
360
  }
361
361
  /**
362
- * Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.90.0/docs/resources/notification_destination newrelic_notification_destination}
362
+ * Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/notification_destination newrelic_notification_destination}
363
363
  */
364
364
  export declare class NotificationDestination extends cdktn.TerraformResource {
365
365
  static readonly tfResourceType = "newrelic_notification_destination";
@@ -367,12 +367,12 @@ export declare class NotificationDestination extends cdktn.TerraformResource {
367
367
  * Generates CDKTN code for importing a NotificationDestination resource upon running "cdktn plan <stack-name>"
368
368
  * @param scope The scope in which to define this construct
369
369
  * @param importToId The construct id used in the generated config for the NotificationDestination to import
370
- * @param importFromId The id of the existing NotificationDestination that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.90.0/docs/resources/notification_destination#import import section} in the documentation of this resource for the id to use
370
+ * @param importFromId The id of the existing NotificationDestination that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/notification_destination#import import section} in the documentation of this resource for the id to use
371
371
  * @param provider? Optional instance of the provider where the NotificationDestination to import is found
372
372
  */
373
373
  static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktn.TerraformProvider): cdktn.ImportableResource;
374
374
  /**
375
- * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.90.0/docs/resources/notification_destination newrelic_notification_destination} Resource
375
+ * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/notification_destination newrelic_notification_destination} Resource
376
376
  *
377
377
  * @param scope The scope in which to define this construct
378
378
  * @param id The scoped construct ID. Must be unique amongst siblings in the same scope