@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,3345 @@
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 CloudAwsIntegrationsConfig extends cdktn.TerraformMetaArguments {
8
+ /**
9
+ * The ID of the account in New Relic.
10
+ *
11
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#account_id CloudAwsIntegrations#account_id}
12
+ */
13
+ readonly accountId?: number;
14
+ /**
15
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#id CloudAwsIntegrations#id}
16
+ *
17
+ * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
18
+ * 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.
19
+ */
20
+ readonly id?: string;
21
+ /**
22
+ * The ID of the linked AWS account in New Relic
23
+ *
24
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#linked_account_id CloudAwsIntegrations#linked_account_id}
25
+ */
26
+ readonly linkedAccountId: number;
27
+ /**
28
+ * alb block
29
+ *
30
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#alb CloudAwsIntegrations#alb}
31
+ */
32
+ readonly alb?: CloudAwsIntegrationsAlb;
33
+ /**
34
+ * api_gateway block
35
+ *
36
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#api_gateway CloudAwsIntegrations#api_gateway}
37
+ */
38
+ readonly apiGateway?: CloudAwsIntegrationsApiGateway;
39
+ /**
40
+ * auto_scaling block
41
+ *
42
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#auto_scaling CloudAwsIntegrations#auto_scaling}
43
+ */
44
+ readonly autoScaling?: CloudAwsIntegrationsAutoScaling;
45
+ /**
46
+ * aws_app_sync block
47
+ *
48
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_app_sync CloudAwsIntegrations#aws_app_sync}
49
+ */
50
+ readonly awsAppSync?: CloudAwsIntegrationsAwsAppSync;
51
+ /**
52
+ * aws_athena block
53
+ *
54
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_athena CloudAwsIntegrations#aws_athena}
55
+ */
56
+ readonly awsAthena?: CloudAwsIntegrationsAwsAthena;
57
+ /**
58
+ * aws_auto_discovery block
59
+ *
60
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_auto_discovery CloudAwsIntegrations#aws_auto_discovery}
61
+ */
62
+ readonly awsAutoDiscovery?: CloudAwsIntegrationsAwsAutoDiscovery;
63
+ /**
64
+ * aws_cognito block
65
+ *
66
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_cognito CloudAwsIntegrations#aws_cognito}
67
+ */
68
+ readonly awsCognito?: CloudAwsIntegrationsAwsCognito;
69
+ /**
70
+ * aws_connect block
71
+ *
72
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_connect CloudAwsIntegrations#aws_connect}
73
+ */
74
+ readonly awsConnect?: CloudAwsIntegrationsAwsConnect;
75
+ /**
76
+ * aws_direct_connect block
77
+ *
78
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_direct_connect CloudAwsIntegrations#aws_direct_connect}
79
+ */
80
+ readonly awsDirectConnect?: CloudAwsIntegrationsAwsDirectConnect;
81
+ /**
82
+ * aws_fsx block
83
+ *
84
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_fsx CloudAwsIntegrations#aws_fsx}
85
+ */
86
+ readonly awsFsx?: CloudAwsIntegrationsAwsFsx;
87
+ /**
88
+ * aws_glue block
89
+ *
90
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_glue CloudAwsIntegrations#aws_glue}
91
+ */
92
+ readonly awsGlue?: CloudAwsIntegrationsAwsGlue;
93
+ /**
94
+ * aws_kinesis_analytics block
95
+ *
96
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_kinesis_analytics CloudAwsIntegrations#aws_kinesis_analytics}
97
+ */
98
+ readonly awsKinesisAnalytics?: CloudAwsIntegrationsAwsKinesisAnalytics;
99
+ /**
100
+ * aws_media_convert block
101
+ *
102
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_media_convert CloudAwsIntegrations#aws_media_convert}
103
+ */
104
+ readonly awsMediaConvert?: CloudAwsIntegrationsAwsMediaConvert;
105
+ /**
106
+ * aws_media_package_vod block
107
+ *
108
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_media_package_vod CloudAwsIntegrations#aws_media_package_vod}
109
+ */
110
+ readonly awsMediaPackageVod?: CloudAwsIntegrationsAwsMediaPackageVod;
111
+ /**
112
+ * aws_mq block
113
+ *
114
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_mq CloudAwsIntegrations#aws_mq}
115
+ */
116
+ readonly awsMq?: CloudAwsIntegrationsAwsMq;
117
+ /**
118
+ * aws_msk block
119
+ *
120
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_msk CloudAwsIntegrations#aws_msk}
121
+ */
122
+ readonly awsMsk?: CloudAwsIntegrationsAwsMsk;
123
+ /**
124
+ * aws_neptune block
125
+ *
126
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_neptune CloudAwsIntegrations#aws_neptune}
127
+ */
128
+ readonly awsNeptune?: CloudAwsIntegrationsAwsNeptune;
129
+ /**
130
+ * aws_qldb block
131
+ *
132
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_qldb CloudAwsIntegrations#aws_qldb}
133
+ */
134
+ readonly awsQldb?: CloudAwsIntegrationsAwsQldb;
135
+ /**
136
+ * aws_route53resolver block
137
+ *
138
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_route53resolver CloudAwsIntegrations#aws_route53resolver}
139
+ */
140
+ readonly awsRoute53Resolver?: CloudAwsIntegrationsAwsRoute53Resolver;
141
+ /**
142
+ * aws_states block
143
+ *
144
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_states CloudAwsIntegrations#aws_states}
145
+ */
146
+ readonly awsStates?: CloudAwsIntegrationsAwsStates;
147
+ /**
148
+ * aws_transit_gateway block
149
+ *
150
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_transit_gateway CloudAwsIntegrations#aws_transit_gateway}
151
+ */
152
+ readonly awsTransitGateway?: CloudAwsIntegrationsAwsTransitGateway;
153
+ /**
154
+ * aws_waf block
155
+ *
156
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_waf CloudAwsIntegrations#aws_waf}
157
+ */
158
+ readonly awsWaf?: CloudAwsIntegrationsAwsWaf;
159
+ /**
160
+ * aws_wafv2 block
161
+ *
162
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_wafv2 CloudAwsIntegrations#aws_wafv2}
163
+ */
164
+ readonly awsWafv2?: CloudAwsIntegrationsAwsWafv2;
165
+ /**
166
+ * billing block
167
+ *
168
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#billing CloudAwsIntegrations#billing}
169
+ */
170
+ readonly billing?: CloudAwsIntegrationsBilling;
171
+ /**
172
+ * cloudfront block
173
+ *
174
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#cloudfront CloudAwsIntegrations#cloudfront}
175
+ */
176
+ readonly cloudfront?: CloudAwsIntegrationsCloudfront;
177
+ /**
178
+ * cloudtrail block
179
+ *
180
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#cloudtrail CloudAwsIntegrations#cloudtrail}
181
+ */
182
+ readonly cloudtrail?: CloudAwsIntegrationsCloudtrail;
183
+ /**
184
+ * doc_db block
185
+ *
186
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#doc_db CloudAwsIntegrations#doc_db}
187
+ */
188
+ readonly docDb?: CloudAwsIntegrationsDocDb;
189
+ /**
190
+ * dynamodb block
191
+ *
192
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#dynamodb CloudAwsIntegrations#dynamodb}
193
+ */
194
+ readonly dynamodb?: CloudAwsIntegrationsDynamodb;
195
+ /**
196
+ * ebs block
197
+ *
198
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#ebs CloudAwsIntegrations#ebs}
199
+ */
200
+ readonly ebs?: CloudAwsIntegrationsEbs;
201
+ /**
202
+ * ec2 block
203
+ *
204
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#ec2 CloudAwsIntegrations#ec2}
205
+ */
206
+ readonly ec2?: CloudAwsIntegrationsEc2;
207
+ /**
208
+ * ecs block
209
+ *
210
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#ecs CloudAwsIntegrations#ecs}
211
+ */
212
+ readonly ecs?: CloudAwsIntegrationsEcs;
213
+ /**
214
+ * efs block
215
+ *
216
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#efs CloudAwsIntegrations#efs}
217
+ */
218
+ readonly efs?: CloudAwsIntegrationsEfs;
219
+ /**
220
+ * elasticache block
221
+ *
222
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#elasticache CloudAwsIntegrations#elasticache}
223
+ */
224
+ readonly elasticache?: CloudAwsIntegrationsElasticache;
225
+ /**
226
+ * elasticbeanstalk block
227
+ *
228
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#elasticbeanstalk CloudAwsIntegrations#elasticbeanstalk}
229
+ */
230
+ readonly elasticbeanstalk?: CloudAwsIntegrationsElasticbeanstalk;
231
+ /**
232
+ * elasticsearch block
233
+ *
234
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#elasticsearch CloudAwsIntegrations#elasticsearch}
235
+ */
236
+ readonly elasticsearch?: CloudAwsIntegrationsElasticsearch;
237
+ /**
238
+ * elb block
239
+ *
240
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#elb CloudAwsIntegrations#elb}
241
+ */
242
+ readonly elb?: CloudAwsIntegrationsElb;
243
+ /**
244
+ * emr block
245
+ *
246
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#emr CloudAwsIntegrations#emr}
247
+ */
248
+ readonly emr?: CloudAwsIntegrationsEmr;
249
+ /**
250
+ * health block
251
+ *
252
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#health CloudAwsIntegrations#health}
253
+ */
254
+ readonly health?: CloudAwsIntegrationsHealth;
255
+ /**
256
+ * iam block
257
+ *
258
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#iam CloudAwsIntegrations#iam}
259
+ */
260
+ readonly iam?: CloudAwsIntegrationsIam;
261
+ /**
262
+ * iot block
263
+ *
264
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#iot CloudAwsIntegrations#iot}
265
+ */
266
+ readonly iot?: CloudAwsIntegrationsIot;
267
+ /**
268
+ * kinesis block
269
+ *
270
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#kinesis CloudAwsIntegrations#kinesis}
271
+ */
272
+ readonly kinesis?: CloudAwsIntegrationsKinesis;
273
+ /**
274
+ * kinesis_firehose block
275
+ *
276
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#kinesis_firehose CloudAwsIntegrations#kinesis_firehose}
277
+ */
278
+ readonly kinesisFirehose?: CloudAwsIntegrationsKinesisFirehose;
279
+ /**
280
+ * lambda block
281
+ *
282
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#lambda CloudAwsIntegrations#lambda}
283
+ */
284
+ readonly lambda?: CloudAwsIntegrationsLambda;
285
+ /**
286
+ * rds block
287
+ *
288
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#rds CloudAwsIntegrations#rds}
289
+ */
290
+ readonly rds?: CloudAwsIntegrationsRds;
291
+ /**
292
+ * redshift block
293
+ *
294
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#redshift CloudAwsIntegrations#redshift}
295
+ */
296
+ readonly redshift?: CloudAwsIntegrationsRedshift;
297
+ /**
298
+ * route53 block
299
+ *
300
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#route53 CloudAwsIntegrations#route53}
301
+ */
302
+ readonly route53?: CloudAwsIntegrationsRoute53;
303
+ /**
304
+ * s3 block
305
+ *
306
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#s3 CloudAwsIntegrations#s3}
307
+ */
308
+ readonly s3?: CloudAwsIntegrationsS3;
309
+ /**
310
+ * security_hub block
311
+ *
312
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#security_hub CloudAwsIntegrations#security_hub}
313
+ */
314
+ readonly securityHub?: CloudAwsIntegrationsSecurityHub;
315
+ /**
316
+ * ses block
317
+ *
318
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#ses CloudAwsIntegrations#ses}
319
+ */
320
+ readonly ses?: CloudAwsIntegrationsSes;
321
+ /**
322
+ * sns block
323
+ *
324
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#sns CloudAwsIntegrations#sns}
325
+ */
326
+ readonly sns?: CloudAwsIntegrationsSns;
327
+ /**
328
+ * sqs block
329
+ *
330
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#sqs CloudAwsIntegrations#sqs}
331
+ */
332
+ readonly sqs?: CloudAwsIntegrationsSqs;
333
+ /**
334
+ * trusted_advisor block
335
+ *
336
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#trusted_advisor CloudAwsIntegrations#trusted_advisor}
337
+ */
338
+ readonly trustedAdvisor?: CloudAwsIntegrationsTrustedAdvisor;
339
+ /**
340
+ * vpc block
341
+ *
342
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#vpc CloudAwsIntegrations#vpc}
343
+ */
344
+ readonly vpc?: CloudAwsIntegrationsVpc;
345
+ /**
346
+ * x_ray block
347
+ *
348
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#x_ray CloudAwsIntegrations#x_ray}
349
+ */
350
+ readonly xRay?: CloudAwsIntegrationsXRay;
351
+ }
352
+ export interface CloudAwsIntegrationsAlb {
353
+ /**
354
+ * Specify each AWS region that includes the resources that you want to monitor.
355
+ *
356
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
357
+ */
358
+ readonly awsRegions?: string[];
359
+ /**
360
+ * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
361
+ *
362
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
363
+ */
364
+ readonly fetchExtendedInventory?: boolean | cdktn.IResolvable;
365
+ /**
366
+ * Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
367
+ *
368
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
369
+ */
370
+ readonly fetchTags?: boolean | cdktn.IResolvable;
371
+ /**
372
+ * Specify each name or prefix for the LBs that you want to monitor. Filter values are case-sensitive.
373
+ *
374
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#load_balancer_prefixes CloudAwsIntegrations#load_balancer_prefixes}
375
+ */
376
+ readonly loadBalancerPrefixes?: string[];
377
+ /**
378
+ * The data polling interval in seconds.
379
+ *
380
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
381
+ */
382
+ readonly metricsPollingInterval?: number;
383
+ /**
384
+ * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
385
+ *
386
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
387
+ */
388
+ readonly tagKey?: string;
389
+ /**
390
+ * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
391
+ *
392
+ *
393
+ *
394
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
395
+ */
396
+ readonly tagValue?: string;
397
+ }
398
+ export declare function cloudAwsIntegrationsAlbToTerraform(struct?: CloudAwsIntegrationsAlbOutputReference | CloudAwsIntegrationsAlb): any;
399
+ export declare function cloudAwsIntegrationsAlbToHclTerraform(struct?: CloudAwsIntegrationsAlbOutputReference | CloudAwsIntegrationsAlb): any;
400
+ export declare class CloudAwsIntegrationsAlbOutputReference extends cdktn.ComplexObject {
401
+ private isEmptyObject;
402
+ /**
403
+ * @param terraformResource The parent resource
404
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
405
+ */
406
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
407
+ get internalValue(): CloudAwsIntegrationsAlb | undefined;
408
+ set internalValue(value: CloudAwsIntegrationsAlb | undefined);
409
+ private _awsRegions?;
410
+ get awsRegions(): string[];
411
+ set awsRegions(value: string[]);
412
+ resetAwsRegions(): void;
413
+ get awsRegionsInput(): string[] | undefined;
414
+ private _fetchExtendedInventory?;
415
+ get fetchExtendedInventory(): boolean | cdktn.IResolvable;
416
+ set fetchExtendedInventory(value: boolean | cdktn.IResolvable);
417
+ resetFetchExtendedInventory(): void;
418
+ get fetchExtendedInventoryInput(): boolean | cdktn.IResolvable | undefined;
419
+ private _fetchTags?;
420
+ get fetchTags(): boolean | cdktn.IResolvable;
421
+ set fetchTags(value: boolean | cdktn.IResolvable);
422
+ resetFetchTags(): void;
423
+ get fetchTagsInput(): boolean | cdktn.IResolvable | undefined;
424
+ private _loadBalancerPrefixes?;
425
+ get loadBalancerPrefixes(): string[];
426
+ set loadBalancerPrefixes(value: string[]);
427
+ resetLoadBalancerPrefixes(): void;
428
+ get loadBalancerPrefixesInput(): string[] | undefined;
429
+ private _metricsPollingInterval?;
430
+ get metricsPollingInterval(): number;
431
+ set metricsPollingInterval(value: number);
432
+ resetMetricsPollingInterval(): void;
433
+ get metricsPollingIntervalInput(): number | undefined;
434
+ private _tagKey?;
435
+ get tagKey(): string;
436
+ set tagKey(value: string);
437
+ resetTagKey(): void;
438
+ get tagKeyInput(): string | undefined;
439
+ private _tagValue?;
440
+ get tagValue(): string;
441
+ set tagValue(value: string);
442
+ resetTagValue(): void;
443
+ get tagValueInput(): string | undefined;
444
+ }
445
+ export interface CloudAwsIntegrationsApiGateway {
446
+ /**
447
+ * Specify each AWS region that includes the resources that you want to monitor
448
+ *
449
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
450
+ */
451
+ readonly awsRegions?: string[];
452
+ /**
453
+ * The data polling interval in seconds.
454
+ *
455
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
456
+ */
457
+ readonly metricsPollingInterval?: number;
458
+ /**
459
+ * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
460
+ *
461
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#stage_prefixes CloudAwsIntegrations#stage_prefixes}
462
+ */
463
+ readonly stagePrefixes?: string[];
464
+ /**
465
+ * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
466
+ *
467
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
468
+ */
469
+ readonly tagKey?: string;
470
+ /**
471
+ * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
472
+ *
473
+ *
474
+ *
475
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
476
+ */
477
+ readonly tagValue?: string;
478
+ }
479
+ export declare function cloudAwsIntegrationsApiGatewayToTerraform(struct?: CloudAwsIntegrationsApiGatewayOutputReference | CloudAwsIntegrationsApiGateway): any;
480
+ export declare function cloudAwsIntegrationsApiGatewayToHclTerraform(struct?: CloudAwsIntegrationsApiGatewayOutputReference | CloudAwsIntegrationsApiGateway): any;
481
+ export declare class CloudAwsIntegrationsApiGatewayOutputReference extends cdktn.ComplexObject {
482
+ private isEmptyObject;
483
+ /**
484
+ * @param terraformResource The parent resource
485
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
486
+ */
487
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
488
+ get internalValue(): CloudAwsIntegrationsApiGateway | undefined;
489
+ set internalValue(value: CloudAwsIntegrationsApiGateway | undefined);
490
+ private _awsRegions?;
491
+ get awsRegions(): string[];
492
+ set awsRegions(value: string[]);
493
+ resetAwsRegions(): void;
494
+ get awsRegionsInput(): string[] | undefined;
495
+ private _metricsPollingInterval?;
496
+ get metricsPollingInterval(): number;
497
+ set metricsPollingInterval(value: number);
498
+ resetMetricsPollingInterval(): void;
499
+ get metricsPollingIntervalInput(): number | undefined;
500
+ private _stagePrefixes?;
501
+ get stagePrefixes(): string[];
502
+ set stagePrefixes(value: string[]);
503
+ resetStagePrefixes(): void;
504
+ get stagePrefixesInput(): string[] | undefined;
505
+ private _tagKey?;
506
+ get tagKey(): string;
507
+ set tagKey(value: string);
508
+ resetTagKey(): void;
509
+ get tagKeyInput(): string | undefined;
510
+ private _tagValue?;
511
+ get tagValue(): string;
512
+ set tagValue(value: string);
513
+ resetTagValue(): void;
514
+ get tagValueInput(): string | undefined;
515
+ }
516
+ export interface CloudAwsIntegrationsAutoScaling {
517
+ /**
518
+ * Specify each AWS region that includes the resources that you want to monitor.
519
+ *
520
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
521
+ */
522
+ readonly awsRegions?: string[];
523
+ /**
524
+ * The data polling interval in seconds.
525
+ *
526
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
527
+ */
528
+ readonly metricsPollingInterval?: number;
529
+ }
530
+ export declare function cloudAwsIntegrationsAutoScalingToTerraform(struct?: CloudAwsIntegrationsAutoScalingOutputReference | CloudAwsIntegrationsAutoScaling): any;
531
+ export declare function cloudAwsIntegrationsAutoScalingToHclTerraform(struct?: CloudAwsIntegrationsAutoScalingOutputReference | CloudAwsIntegrationsAutoScaling): any;
532
+ export declare class CloudAwsIntegrationsAutoScalingOutputReference extends cdktn.ComplexObject {
533
+ private isEmptyObject;
534
+ /**
535
+ * @param terraformResource The parent resource
536
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
537
+ */
538
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
539
+ get internalValue(): CloudAwsIntegrationsAutoScaling | undefined;
540
+ set internalValue(value: CloudAwsIntegrationsAutoScaling | undefined);
541
+ private _awsRegions?;
542
+ get awsRegions(): string[];
543
+ set awsRegions(value: string[]);
544
+ resetAwsRegions(): void;
545
+ get awsRegionsInput(): string[] | undefined;
546
+ private _metricsPollingInterval?;
547
+ get metricsPollingInterval(): number;
548
+ set metricsPollingInterval(value: number);
549
+ resetMetricsPollingInterval(): void;
550
+ get metricsPollingIntervalInput(): number | undefined;
551
+ }
552
+ export interface CloudAwsIntegrationsAwsAppSync {
553
+ /**
554
+ * Specify each AWS region that includes the resources that you want to monitor.
555
+ *
556
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
557
+ */
558
+ readonly awsRegions?: string[];
559
+ /**
560
+ * The data polling interval in seconds.
561
+ *
562
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
563
+ */
564
+ readonly metricsPollingInterval?: number;
565
+ }
566
+ export declare function cloudAwsIntegrationsAwsAppSyncToTerraform(struct?: CloudAwsIntegrationsAwsAppSyncOutputReference | CloudAwsIntegrationsAwsAppSync): any;
567
+ export declare function cloudAwsIntegrationsAwsAppSyncToHclTerraform(struct?: CloudAwsIntegrationsAwsAppSyncOutputReference | CloudAwsIntegrationsAwsAppSync): any;
568
+ export declare class CloudAwsIntegrationsAwsAppSyncOutputReference extends cdktn.ComplexObject {
569
+ private isEmptyObject;
570
+ /**
571
+ * @param terraformResource The parent resource
572
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
573
+ */
574
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
575
+ get internalValue(): CloudAwsIntegrationsAwsAppSync | undefined;
576
+ set internalValue(value: CloudAwsIntegrationsAwsAppSync | undefined);
577
+ private _awsRegions?;
578
+ get awsRegions(): string[];
579
+ set awsRegions(value: string[]);
580
+ resetAwsRegions(): void;
581
+ get awsRegionsInput(): string[] | undefined;
582
+ private _metricsPollingInterval?;
583
+ get metricsPollingInterval(): number;
584
+ set metricsPollingInterval(value: number);
585
+ resetMetricsPollingInterval(): void;
586
+ get metricsPollingIntervalInput(): number | undefined;
587
+ }
588
+ export interface CloudAwsIntegrationsAwsAthena {
589
+ /**
590
+ * Specify each AWS region that includes the resources that you want to monitor.
591
+ *
592
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
593
+ */
594
+ readonly awsRegions?: string[];
595
+ /**
596
+ * The data polling interval in seconds.
597
+ *
598
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
599
+ */
600
+ readonly metricsPollingInterval?: number;
601
+ }
602
+ export declare function cloudAwsIntegrationsAwsAthenaToTerraform(struct?: CloudAwsIntegrationsAwsAthenaOutputReference | CloudAwsIntegrationsAwsAthena): any;
603
+ export declare function cloudAwsIntegrationsAwsAthenaToHclTerraform(struct?: CloudAwsIntegrationsAwsAthenaOutputReference | CloudAwsIntegrationsAwsAthena): any;
604
+ export declare class CloudAwsIntegrationsAwsAthenaOutputReference extends cdktn.ComplexObject {
605
+ private isEmptyObject;
606
+ /**
607
+ * @param terraformResource The parent resource
608
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
609
+ */
610
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
611
+ get internalValue(): CloudAwsIntegrationsAwsAthena | undefined;
612
+ set internalValue(value: CloudAwsIntegrationsAwsAthena | undefined);
613
+ private _awsRegions?;
614
+ get awsRegions(): string[];
615
+ set awsRegions(value: string[]);
616
+ resetAwsRegions(): void;
617
+ get awsRegionsInput(): string[] | undefined;
618
+ private _metricsPollingInterval?;
619
+ get metricsPollingInterval(): number;
620
+ set metricsPollingInterval(value: number);
621
+ resetMetricsPollingInterval(): void;
622
+ get metricsPollingIntervalInput(): number | undefined;
623
+ }
624
+ export interface CloudAwsIntegrationsAwsAutoDiscovery {
625
+ /**
626
+ * Specify each AWS region that includes the resources that you want to monitor.
627
+ *
628
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
629
+ */
630
+ readonly awsRegions?: string[];
631
+ /**
632
+ * The data polling interval in seconds.
633
+ *
634
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
635
+ */
636
+ readonly metricsPollingInterval?: number;
637
+ }
638
+ export declare function cloudAwsIntegrationsAwsAutoDiscoveryToTerraform(struct?: CloudAwsIntegrationsAwsAutoDiscoveryOutputReference | CloudAwsIntegrationsAwsAutoDiscovery): any;
639
+ export declare function cloudAwsIntegrationsAwsAutoDiscoveryToHclTerraform(struct?: CloudAwsIntegrationsAwsAutoDiscoveryOutputReference | CloudAwsIntegrationsAwsAutoDiscovery): any;
640
+ export declare class CloudAwsIntegrationsAwsAutoDiscoveryOutputReference extends cdktn.ComplexObject {
641
+ private isEmptyObject;
642
+ /**
643
+ * @param terraformResource The parent resource
644
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
645
+ */
646
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
647
+ get internalValue(): CloudAwsIntegrationsAwsAutoDiscovery | undefined;
648
+ set internalValue(value: CloudAwsIntegrationsAwsAutoDiscovery | undefined);
649
+ private _awsRegions?;
650
+ get awsRegions(): string[];
651
+ set awsRegions(value: string[]);
652
+ resetAwsRegions(): void;
653
+ get awsRegionsInput(): string[] | undefined;
654
+ private _metricsPollingInterval?;
655
+ get metricsPollingInterval(): number;
656
+ set metricsPollingInterval(value: number);
657
+ resetMetricsPollingInterval(): void;
658
+ get metricsPollingIntervalInput(): number | undefined;
659
+ }
660
+ export interface CloudAwsIntegrationsAwsCognito {
661
+ /**
662
+ * Specify each AWS region that includes the resources that you want to monitor.
663
+ *
664
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
665
+ */
666
+ readonly awsRegions?: string[];
667
+ /**
668
+ * The data polling interval in seconds.
669
+ *
670
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
671
+ */
672
+ readonly metricsPollingInterval?: number;
673
+ }
674
+ export declare function cloudAwsIntegrationsAwsCognitoToTerraform(struct?: CloudAwsIntegrationsAwsCognitoOutputReference | CloudAwsIntegrationsAwsCognito): any;
675
+ export declare function cloudAwsIntegrationsAwsCognitoToHclTerraform(struct?: CloudAwsIntegrationsAwsCognitoOutputReference | CloudAwsIntegrationsAwsCognito): any;
676
+ export declare class CloudAwsIntegrationsAwsCognitoOutputReference extends cdktn.ComplexObject {
677
+ private isEmptyObject;
678
+ /**
679
+ * @param terraformResource The parent resource
680
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
681
+ */
682
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
683
+ get internalValue(): CloudAwsIntegrationsAwsCognito | undefined;
684
+ set internalValue(value: CloudAwsIntegrationsAwsCognito | undefined);
685
+ private _awsRegions?;
686
+ get awsRegions(): string[];
687
+ set awsRegions(value: string[]);
688
+ resetAwsRegions(): void;
689
+ get awsRegionsInput(): string[] | undefined;
690
+ private _metricsPollingInterval?;
691
+ get metricsPollingInterval(): number;
692
+ set metricsPollingInterval(value: number);
693
+ resetMetricsPollingInterval(): void;
694
+ get metricsPollingIntervalInput(): number | undefined;
695
+ }
696
+ export interface CloudAwsIntegrationsAwsConnect {
697
+ /**
698
+ * Specify each AWS region that includes the resources that you want to monitor.
699
+ *
700
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
701
+ */
702
+ readonly awsRegions?: string[];
703
+ /**
704
+ * The data polling interval in seconds.
705
+ *
706
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
707
+ */
708
+ readonly metricsPollingInterval?: number;
709
+ }
710
+ export declare function cloudAwsIntegrationsAwsConnectToTerraform(struct?: CloudAwsIntegrationsAwsConnectOutputReference | CloudAwsIntegrationsAwsConnect): any;
711
+ export declare function cloudAwsIntegrationsAwsConnectToHclTerraform(struct?: CloudAwsIntegrationsAwsConnectOutputReference | CloudAwsIntegrationsAwsConnect): any;
712
+ export declare class CloudAwsIntegrationsAwsConnectOutputReference extends cdktn.ComplexObject {
713
+ private isEmptyObject;
714
+ /**
715
+ * @param terraformResource The parent resource
716
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
717
+ */
718
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
719
+ get internalValue(): CloudAwsIntegrationsAwsConnect | undefined;
720
+ set internalValue(value: CloudAwsIntegrationsAwsConnect | undefined);
721
+ private _awsRegions?;
722
+ get awsRegions(): string[];
723
+ set awsRegions(value: string[]);
724
+ resetAwsRegions(): void;
725
+ get awsRegionsInput(): string[] | undefined;
726
+ private _metricsPollingInterval?;
727
+ get metricsPollingInterval(): number;
728
+ set metricsPollingInterval(value: number);
729
+ resetMetricsPollingInterval(): void;
730
+ get metricsPollingIntervalInput(): number | undefined;
731
+ }
732
+ export interface CloudAwsIntegrationsAwsDirectConnect {
733
+ /**
734
+ * Specify each AWS region that includes the resources that you want to monitor.
735
+ *
736
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
737
+ */
738
+ readonly awsRegions?: string[];
739
+ /**
740
+ * The data polling interval in seconds.
741
+ *
742
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
743
+ */
744
+ readonly metricsPollingInterval?: number;
745
+ }
746
+ export declare function cloudAwsIntegrationsAwsDirectConnectToTerraform(struct?: CloudAwsIntegrationsAwsDirectConnectOutputReference | CloudAwsIntegrationsAwsDirectConnect): any;
747
+ export declare function cloudAwsIntegrationsAwsDirectConnectToHclTerraform(struct?: CloudAwsIntegrationsAwsDirectConnectOutputReference | CloudAwsIntegrationsAwsDirectConnect): any;
748
+ export declare class CloudAwsIntegrationsAwsDirectConnectOutputReference extends cdktn.ComplexObject {
749
+ private isEmptyObject;
750
+ /**
751
+ * @param terraformResource The parent resource
752
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
753
+ */
754
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
755
+ get internalValue(): CloudAwsIntegrationsAwsDirectConnect | undefined;
756
+ set internalValue(value: CloudAwsIntegrationsAwsDirectConnect | undefined);
757
+ private _awsRegions?;
758
+ get awsRegions(): string[];
759
+ set awsRegions(value: string[]);
760
+ resetAwsRegions(): void;
761
+ get awsRegionsInput(): string[] | undefined;
762
+ private _metricsPollingInterval?;
763
+ get metricsPollingInterval(): number;
764
+ set metricsPollingInterval(value: number);
765
+ resetMetricsPollingInterval(): void;
766
+ get metricsPollingIntervalInput(): number | undefined;
767
+ }
768
+ export interface CloudAwsIntegrationsAwsFsx {
769
+ /**
770
+ * Specify each AWS region that includes the resources that you want to monitor.
771
+ *
772
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
773
+ */
774
+ readonly awsRegions?: string[];
775
+ /**
776
+ * The data polling interval in seconds.
777
+ *
778
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
779
+ */
780
+ readonly metricsPollingInterval?: number;
781
+ }
782
+ export declare function cloudAwsIntegrationsAwsFsxToTerraform(struct?: CloudAwsIntegrationsAwsFsxOutputReference | CloudAwsIntegrationsAwsFsx): any;
783
+ export declare function cloudAwsIntegrationsAwsFsxToHclTerraform(struct?: CloudAwsIntegrationsAwsFsxOutputReference | CloudAwsIntegrationsAwsFsx): any;
784
+ export declare class CloudAwsIntegrationsAwsFsxOutputReference extends cdktn.ComplexObject {
785
+ private isEmptyObject;
786
+ /**
787
+ * @param terraformResource The parent resource
788
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
789
+ */
790
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
791
+ get internalValue(): CloudAwsIntegrationsAwsFsx | undefined;
792
+ set internalValue(value: CloudAwsIntegrationsAwsFsx | undefined);
793
+ private _awsRegions?;
794
+ get awsRegions(): string[];
795
+ set awsRegions(value: string[]);
796
+ resetAwsRegions(): void;
797
+ get awsRegionsInput(): string[] | undefined;
798
+ private _metricsPollingInterval?;
799
+ get metricsPollingInterval(): number;
800
+ set metricsPollingInterval(value: number);
801
+ resetMetricsPollingInterval(): void;
802
+ get metricsPollingIntervalInput(): number | undefined;
803
+ }
804
+ export interface CloudAwsIntegrationsAwsGlue {
805
+ /**
806
+ * Specify each AWS region that includes the resources that you want to monitor.
807
+ *
808
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
809
+ */
810
+ readonly awsRegions?: string[];
811
+ /**
812
+ * The data polling interval in seconds.
813
+ *
814
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
815
+ */
816
+ readonly metricsPollingInterval?: number;
817
+ }
818
+ export declare function cloudAwsIntegrationsAwsGlueToTerraform(struct?: CloudAwsIntegrationsAwsGlueOutputReference | CloudAwsIntegrationsAwsGlue): any;
819
+ export declare function cloudAwsIntegrationsAwsGlueToHclTerraform(struct?: CloudAwsIntegrationsAwsGlueOutputReference | CloudAwsIntegrationsAwsGlue): any;
820
+ export declare class CloudAwsIntegrationsAwsGlueOutputReference extends cdktn.ComplexObject {
821
+ private isEmptyObject;
822
+ /**
823
+ * @param terraformResource The parent resource
824
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
825
+ */
826
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
827
+ get internalValue(): CloudAwsIntegrationsAwsGlue | undefined;
828
+ set internalValue(value: CloudAwsIntegrationsAwsGlue | undefined);
829
+ private _awsRegions?;
830
+ get awsRegions(): string[];
831
+ set awsRegions(value: string[]);
832
+ resetAwsRegions(): void;
833
+ get awsRegionsInput(): string[] | undefined;
834
+ private _metricsPollingInterval?;
835
+ get metricsPollingInterval(): number;
836
+ set metricsPollingInterval(value: number);
837
+ resetMetricsPollingInterval(): void;
838
+ get metricsPollingIntervalInput(): number | undefined;
839
+ }
840
+ export interface CloudAwsIntegrationsAwsKinesisAnalytics {
841
+ /**
842
+ * Specify each AWS region that includes the resources that you want to monitor.
843
+ *
844
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
845
+ */
846
+ readonly awsRegions?: string[];
847
+ /**
848
+ * The data polling interval in seconds.
849
+ *
850
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
851
+ */
852
+ readonly metricsPollingInterval?: number;
853
+ }
854
+ export declare function cloudAwsIntegrationsAwsKinesisAnalyticsToTerraform(struct?: CloudAwsIntegrationsAwsKinesisAnalyticsOutputReference | CloudAwsIntegrationsAwsKinesisAnalytics): any;
855
+ export declare function cloudAwsIntegrationsAwsKinesisAnalyticsToHclTerraform(struct?: CloudAwsIntegrationsAwsKinesisAnalyticsOutputReference | CloudAwsIntegrationsAwsKinesisAnalytics): any;
856
+ export declare class CloudAwsIntegrationsAwsKinesisAnalyticsOutputReference extends cdktn.ComplexObject {
857
+ private isEmptyObject;
858
+ /**
859
+ * @param terraformResource The parent resource
860
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
861
+ */
862
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
863
+ get internalValue(): CloudAwsIntegrationsAwsKinesisAnalytics | undefined;
864
+ set internalValue(value: CloudAwsIntegrationsAwsKinesisAnalytics | undefined);
865
+ private _awsRegions?;
866
+ get awsRegions(): string[];
867
+ set awsRegions(value: string[]);
868
+ resetAwsRegions(): void;
869
+ get awsRegionsInput(): string[] | undefined;
870
+ private _metricsPollingInterval?;
871
+ get metricsPollingInterval(): number;
872
+ set metricsPollingInterval(value: number);
873
+ resetMetricsPollingInterval(): void;
874
+ get metricsPollingIntervalInput(): number | undefined;
875
+ }
876
+ export interface CloudAwsIntegrationsAwsMediaConvert {
877
+ /**
878
+ * Specify each AWS region that includes the resources that you want to monitor.
879
+ *
880
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
881
+ */
882
+ readonly awsRegions?: string[];
883
+ /**
884
+ * The data polling interval in seconds.
885
+ *
886
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
887
+ */
888
+ readonly metricsPollingInterval?: number;
889
+ }
890
+ export declare function cloudAwsIntegrationsAwsMediaConvertToTerraform(struct?: CloudAwsIntegrationsAwsMediaConvertOutputReference | CloudAwsIntegrationsAwsMediaConvert): any;
891
+ export declare function cloudAwsIntegrationsAwsMediaConvertToHclTerraform(struct?: CloudAwsIntegrationsAwsMediaConvertOutputReference | CloudAwsIntegrationsAwsMediaConvert): any;
892
+ export declare class CloudAwsIntegrationsAwsMediaConvertOutputReference extends cdktn.ComplexObject {
893
+ private isEmptyObject;
894
+ /**
895
+ * @param terraformResource The parent resource
896
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
897
+ */
898
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
899
+ get internalValue(): CloudAwsIntegrationsAwsMediaConvert | undefined;
900
+ set internalValue(value: CloudAwsIntegrationsAwsMediaConvert | undefined);
901
+ private _awsRegions?;
902
+ get awsRegions(): string[];
903
+ set awsRegions(value: string[]);
904
+ resetAwsRegions(): void;
905
+ get awsRegionsInput(): string[] | undefined;
906
+ private _metricsPollingInterval?;
907
+ get metricsPollingInterval(): number;
908
+ set metricsPollingInterval(value: number);
909
+ resetMetricsPollingInterval(): void;
910
+ get metricsPollingIntervalInput(): number | undefined;
911
+ }
912
+ export interface CloudAwsIntegrationsAwsMediaPackageVod {
913
+ /**
914
+ * Specify each AWS region that includes the resources that you want to monitor.
915
+ *
916
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
917
+ */
918
+ readonly awsRegions?: string[];
919
+ /**
920
+ * The data polling interval in seconds.
921
+ *
922
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
923
+ */
924
+ readonly metricsPollingInterval?: number;
925
+ }
926
+ export declare function cloudAwsIntegrationsAwsMediaPackageVodToTerraform(struct?: CloudAwsIntegrationsAwsMediaPackageVodOutputReference | CloudAwsIntegrationsAwsMediaPackageVod): any;
927
+ export declare function cloudAwsIntegrationsAwsMediaPackageVodToHclTerraform(struct?: CloudAwsIntegrationsAwsMediaPackageVodOutputReference | CloudAwsIntegrationsAwsMediaPackageVod): any;
928
+ export declare class CloudAwsIntegrationsAwsMediaPackageVodOutputReference extends cdktn.ComplexObject {
929
+ private isEmptyObject;
930
+ /**
931
+ * @param terraformResource The parent resource
932
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
933
+ */
934
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
935
+ get internalValue(): CloudAwsIntegrationsAwsMediaPackageVod | undefined;
936
+ set internalValue(value: CloudAwsIntegrationsAwsMediaPackageVod | undefined);
937
+ private _awsRegions?;
938
+ get awsRegions(): string[];
939
+ set awsRegions(value: string[]);
940
+ resetAwsRegions(): void;
941
+ get awsRegionsInput(): string[] | undefined;
942
+ private _metricsPollingInterval?;
943
+ get metricsPollingInterval(): number;
944
+ set metricsPollingInterval(value: number);
945
+ resetMetricsPollingInterval(): void;
946
+ get metricsPollingIntervalInput(): number | undefined;
947
+ }
948
+ export interface CloudAwsIntegrationsAwsMq {
949
+ /**
950
+ * Specify each AWS region that includes the resources that you want to monitor.
951
+ *
952
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
953
+ */
954
+ readonly awsRegions?: string[];
955
+ /**
956
+ * The data polling interval in seconds.
957
+ *
958
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
959
+ */
960
+ readonly metricsPollingInterval?: number;
961
+ }
962
+ export declare function cloudAwsIntegrationsAwsMqToTerraform(struct?: CloudAwsIntegrationsAwsMqOutputReference | CloudAwsIntegrationsAwsMq): any;
963
+ export declare function cloudAwsIntegrationsAwsMqToHclTerraform(struct?: CloudAwsIntegrationsAwsMqOutputReference | CloudAwsIntegrationsAwsMq): any;
964
+ export declare class CloudAwsIntegrationsAwsMqOutputReference extends cdktn.ComplexObject {
965
+ private isEmptyObject;
966
+ /**
967
+ * @param terraformResource The parent resource
968
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
969
+ */
970
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
971
+ get internalValue(): CloudAwsIntegrationsAwsMq | undefined;
972
+ set internalValue(value: CloudAwsIntegrationsAwsMq | undefined);
973
+ private _awsRegions?;
974
+ get awsRegions(): string[];
975
+ set awsRegions(value: string[]);
976
+ resetAwsRegions(): void;
977
+ get awsRegionsInput(): string[] | undefined;
978
+ private _metricsPollingInterval?;
979
+ get metricsPollingInterval(): number;
980
+ set metricsPollingInterval(value: number);
981
+ resetMetricsPollingInterval(): void;
982
+ get metricsPollingIntervalInput(): number | undefined;
983
+ }
984
+ export interface CloudAwsIntegrationsAwsMsk {
985
+ /**
986
+ * Specify each AWS region that includes the resources that you want to monitor.
987
+ *
988
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
989
+ */
990
+ readonly awsRegions?: string[];
991
+ /**
992
+ * The data polling interval in seconds.
993
+ *
994
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
995
+ */
996
+ readonly metricsPollingInterval?: number;
997
+ }
998
+ export declare function cloudAwsIntegrationsAwsMskToTerraform(struct?: CloudAwsIntegrationsAwsMskOutputReference | CloudAwsIntegrationsAwsMsk): any;
999
+ export declare function cloudAwsIntegrationsAwsMskToHclTerraform(struct?: CloudAwsIntegrationsAwsMskOutputReference | CloudAwsIntegrationsAwsMsk): any;
1000
+ export declare class CloudAwsIntegrationsAwsMskOutputReference extends cdktn.ComplexObject {
1001
+ private isEmptyObject;
1002
+ /**
1003
+ * @param terraformResource The parent resource
1004
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1005
+ */
1006
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
1007
+ get internalValue(): CloudAwsIntegrationsAwsMsk | undefined;
1008
+ set internalValue(value: CloudAwsIntegrationsAwsMsk | undefined);
1009
+ private _awsRegions?;
1010
+ get awsRegions(): string[];
1011
+ set awsRegions(value: string[]);
1012
+ resetAwsRegions(): void;
1013
+ get awsRegionsInput(): string[] | undefined;
1014
+ private _metricsPollingInterval?;
1015
+ get metricsPollingInterval(): number;
1016
+ set metricsPollingInterval(value: number);
1017
+ resetMetricsPollingInterval(): void;
1018
+ get metricsPollingIntervalInput(): number | undefined;
1019
+ }
1020
+ export interface CloudAwsIntegrationsAwsNeptune {
1021
+ /**
1022
+ * Specify each AWS region that includes the resources that you want to monitor.
1023
+ *
1024
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
1025
+ */
1026
+ readonly awsRegions?: string[];
1027
+ /**
1028
+ * The data polling interval in seconds.
1029
+ *
1030
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
1031
+ */
1032
+ readonly metricsPollingInterval?: number;
1033
+ }
1034
+ export declare function cloudAwsIntegrationsAwsNeptuneToTerraform(struct?: CloudAwsIntegrationsAwsNeptuneOutputReference | CloudAwsIntegrationsAwsNeptune): any;
1035
+ export declare function cloudAwsIntegrationsAwsNeptuneToHclTerraform(struct?: CloudAwsIntegrationsAwsNeptuneOutputReference | CloudAwsIntegrationsAwsNeptune): any;
1036
+ export declare class CloudAwsIntegrationsAwsNeptuneOutputReference extends cdktn.ComplexObject {
1037
+ private isEmptyObject;
1038
+ /**
1039
+ * @param terraformResource The parent resource
1040
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1041
+ */
1042
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
1043
+ get internalValue(): CloudAwsIntegrationsAwsNeptune | undefined;
1044
+ set internalValue(value: CloudAwsIntegrationsAwsNeptune | undefined);
1045
+ private _awsRegions?;
1046
+ get awsRegions(): string[];
1047
+ set awsRegions(value: string[]);
1048
+ resetAwsRegions(): void;
1049
+ get awsRegionsInput(): string[] | undefined;
1050
+ private _metricsPollingInterval?;
1051
+ get metricsPollingInterval(): number;
1052
+ set metricsPollingInterval(value: number);
1053
+ resetMetricsPollingInterval(): void;
1054
+ get metricsPollingIntervalInput(): number | undefined;
1055
+ }
1056
+ export interface CloudAwsIntegrationsAwsQldb {
1057
+ /**
1058
+ * Specify each AWS region that includes the resources that you want to monitor.
1059
+ *
1060
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
1061
+ */
1062
+ readonly awsRegions?: string[];
1063
+ /**
1064
+ * The data polling interval in seconds.
1065
+ *
1066
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
1067
+ */
1068
+ readonly metricsPollingInterval?: number;
1069
+ }
1070
+ export declare function cloudAwsIntegrationsAwsQldbToTerraform(struct?: CloudAwsIntegrationsAwsQldbOutputReference | CloudAwsIntegrationsAwsQldb): any;
1071
+ export declare function cloudAwsIntegrationsAwsQldbToHclTerraform(struct?: CloudAwsIntegrationsAwsQldbOutputReference | CloudAwsIntegrationsAwsQldb): any;
1072
+ export declare class CloudAwsIntegrationsAwsQldbOutputReference extends cdktn.ComplexObject {
1073
+ private isEmptyObject;
1074
+ /**
1075
+ * @param terraformResource The parent resource
1076
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1077
+ */
1078
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
1079
+ get internalValue(): CloudAwsIntegrationsAwsQldb | undefined;
1080
+ set internalValue(value: CloudAwsIntegrationsAwsQldb | undefined);
1081
+ private _awsRegions?;
1082
+ get awsRegions(): string[];
1083
+ set awsRegions(value: string[]);
1084
+ resetAwsRegions(): void;
1085
+ get awsRegionsInput(): string[] | undefined;
1086
+ private _metricsPollingInterval?;
1087
+ get metricsPollingInterval(): number;
1088
+ set metricsPollingInterval(value: number);
1089
+ resetMetricsPollingInterval(): void;
1090
+ get metricsPollingIntervalInput(): number | undefined;
1091
+ }
1092
+ export interface CloudAwsIntegrationsAwsRoute53Resolver {
1093
+ /**
1094
+ * Specify each AWS region that includes the resources that you want to monitor.
1095
+ *
1096
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
1097
+ */
1098
+ readonly awsRegions?: string[];
1099
+ /**
1100
+ * The data polling interval in seconds.
1101
+ *
1102
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
1103
+ */
1104
+ readonly metricsPollingInterval?: number;
1105
+ }
1106
+ export declare function cloudAwsIntegrationsAwsRoute53ResolverToTerraform(struct?: CloudAwsIntegrationsAwsRoute53ResolverOutputReference | CloudAwsIntegrationsAwsRoute53Resolver): any;
1107
+ export declare function cloudAwsIntegrationsAwsRoute53ResolverToHclTerraform(struct?: CloudAwsIntegrationsAwsRoute53ResolverOutputReference | CloudAwsIntegrationsAwsRoute53Resolver): any;
1108
+ export declare class CloudAwsIntegrationsAwsRoute53ResolverOutputReference extends cdktn.ComplexObject {
1109
+ private isEmptyObject;
1110
+ /**
1111
+ * @param terraformResource The parent resource
1112
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1113
+ */
1114
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
1115
+ get internalValue(): CloudAwsIntegrationsAwsRoute53Resolver | undefined;
1116
+ set internalValue(value: CloudAwsIntegrationsAwsRoute53Resolver | undefined);
1117
+ private _awsRegions?;
1118
+ get awsRegions(): string[];
1119
+ set awsRegions(value: string[]);
1120
+ resetAwsRegions(): void;
1121
+ get awsRegionsInput(): string[] | undefined;
1122
+ private _metricsPollingInterval?;
1123
+ get metricsPollingInterval(): number;
1124
+ set metricsPollingInterval(value: number);
1125
+ resetMetricsPollingInterval(): void;
1126
+ get metricsPollingIntervalInput(): number | undefined;
1127
+ }
1128
+ export interface CloudAwsIntegrationsAwsStates {
1129
+ /**
1130
+ * Specify each AWS region that includes the resources that you want to monitor.
1131
+ *
1132
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
1133
+ */
1134
+ readonly awsRegions?: string[];
1135
+ /**
1136
+ * The data polling interval in seconds.
1137
+ *
1138
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
1139
+ */
1140
+ readonly metricsPollingInterval?: number;
1141
+ }
1142
+ export declare function cloudAwsIntegrationsAwsStatesToTerraform(struct?: CloudAwsIntegrationsAwsStatesOutputReference | CloudAwsIntegrationsAwsStates): any;
1143
+ export declare function cloudAwsIntegrationsAwsStatesToHclTerraform(struct?: CloudAwsIntegrationsAwsStatesOutputReference | CloudAwsIntegrationsAwsStates): any;
1144
+ export declare class CloudAwsIntegrationsAwsStatesOutputReference extends cdktn.ComplexObject {
1145
+ private isEmptyObject;
1146
+ /**
1147
+ * @param terraformResource The parent resource
1148
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1149
+ */
1150
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
1151
+ get internalValue(): CloudAwsIntegrationsAwsStates | undefined;
1152
+ set internalValue(value: CloudAwsIntegrationsAwsStates | undefined);
1153
+ private _awsRegions?;
1154
+ get awsRegions(): string[];
1155
+ set awsRegions(value: string[]);
1156
+ resetAwsRegions(): void;
1157
+ get awsRegionsInput(): string[] | undefined;
1158
+ private _metricsPollingInterval?;
1159
+ get metricsPollingInterval(): number;
1160
+ set metricsPollingInterval(value: number);
1161
+ resetMetricsPollingInterval(): void;
1162
+ get metricsPollingIntervalInput(): number | undefined;
1163
+ }
1164
+ export interface CloudAwsIntegrationsAwsTransitGateway {
1165
+ /**
1166
+ * Specify each AWS region that includes the resources that you want to monitor.
1167
+ *
1168
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
1169
+ */
1170
+ readonly awsRegions?: string[];
1171
+ /**
1172
+ * The data polling interval in seconds.
1173
+ *
1174
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
1175
+ */
1176
+ readonly metricsPollingInterval?: number;
1177
+ }
1178
+ export declare function cloudAwsIntegrationsAwsTransitGatewayToTerraform(struct?: CloudAwsIntegrationsAwsTransitGatewayOutputReference | CloudAwsIntegrationsAwsTransitGateway): any;
1179
+ export declare function cloudAwsIntegrationsAwsTransitGatewayToHclTerraform(struct?: CloudAwsIntegrationsAwsTransitGatewayOutputReference | CloudAwsIntegrationsAwsTransitGateway): any;
1180
+ export declare class CloudAwsIntegrationsAwsTransitGatewayOutputReference extends cdktn.ComplexObject {
1181
+ private isEmptyObject;
1182
+ /**
1183
+ * @param terraformResource The parent resource
1184
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1185
+ */
1186
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
1187
+ get internalValue(): CloudAwsIntegrationsAwsTransitGateway | undefined;
1188
+ set internalValue(value: CloudAwsIntegrationsAwsTransitGateway | undefined);
1189
+ private _awsRegions?;
1190
+ get awsRegions(): string[];
1191
+ set awsRegions(value: string[]);
1192
+ resetAwsRegions(): void;
1193
+ get awsRegionsInput(): string[] | undefined;
1194
+ private _metricsPollingInterval?;
1195
+ get metricsPollingInterval(): number;
1196
+ set metricsPollingInterval(value: number);
1197
+ resetMetricsPollingInterval(): void;
1198
+ get metricsPollingIntervalInput(): number | undefined;
1199
+ }
1200
+ export interface CloudAwsIntegrationsAwsWaf {
1201
+ /**
1202
+ * Specify each AWS region that includes the resources that you want to monitor.
1203
+ *
1204
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
1205
+ */
1206
+ readonly awsRegions?: string[];
1207
+ /**
1208
+ * The data polling interval in seconds.
1209
+ *
1210
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
1211
+ */
1212
+ readonly metricsPollingInterval?: number;
1213
+ }
1214
+ export declare function cloudAwsIntegrationsAwsWafToTerraform(struct?: CloudAwsIntegrationsAwsWafOutputReference | CloudAwsIntegrationsAwsWaf): any;
1215
+ export declare function cloudAwsIntegrationsAwsWafToHclTerraform(struct?: CloudAwsIntegrationsAwsWafOutputReference | CloudAwsIntegrationsAwsWaf): any;
1216
+ export declare class CloudAwsIntegrationsAwsWafOutputReference extends cdktn.ComplexObject {
1217
+ private isEmptyObject;
1218
+ /**
1219
+ * @param terraformResource The parent resource
1220
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1221
+ */
1222
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
1223
+ get internalValue(): CloudAwsIntegrationsAwsWaf | undefined;
1224
+ set internalValue(value: CloudAwsIntegrationsAwsWaf | undefined);
1225
+ private _awsRegions?;
1226
+ get awsRegions(): string[];
1227
+ set awsRegions(value: string[]);
1228
+ resetAwsRegions(): void;
1229
+ get awsRegionsInput(): string[] | undefined;
1230
+ private _metricsPollingInterval?;
1231
+ get metricsPollingInterval(): number;
1232
+ set metricsPollingInterval(value: number);
1233
+ resetMetricsPollingInterval(): void;
1234
+ get metricsPollingIntervalInput(): number | undefined;
1235
+ }
1236
+ export interface CloudAwsIntegrationsAwsWafv2 {
1237
+ /**
1238
+ * Specify each AWS region that includes the resources that you want to monitor.
1239
+ *
1240
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
1241
+ */
1242
+ readonly awsRegions?: string[];
1243
+ /**
1244
+ * The data polling interval in seconds.
1245
+ *
1246
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
1247
+ */
1248
+ readonly metricsPollingInterval?: number;
1249
+ }
1250
+ export declare function cloudAwsIntegrationsAwsWafv2ToTerraform(struct?: CloudAwsIntegrationsAwsWafv2OutputReference | CloudAwsIntegrationsAwsWafv2): any;
1251
+ export declare function cloudAwsIntegrationsAwsWafv2ToHclTerraform(struct?: CloudAwsIntegrationsAwsWafv2OutputReference | CloudAwsIntegrationsAwsWafv2): any;
1252
+ export declare class CloudAwsIntegrationsAwsWafv2OutputReference extends cdktn.ComplexObject {
1253
+ private isEmptyObject;
1254
+ /**
1255
+ * @param terraformResource The parent resource
1256
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1257
+ */
1258
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
1259
+ get internalValue(): CloudAwsIntegrationsAwsWafv2 | undefined;
1260
+ set internalValue(value: CloudAwsIntegrationsAwsWafv2 | undefined);
1261
+ private _awsRegions?;
1262
+ get awsRegions(): string[];
1263
+ set awsRegions(value: string[]);
1264
+ resetAwsRegions(): void;
1265
+ get awsRegionsInput(): string[] | undefined;
1266
+ private _metricsPollingInterval?;
1267
+ get metricsPollingInterval(): number;
1268
+ set metricsPollingInterval(value: number);
1269
+ resetMetricsPollingInterval(): void;
1270
+ get metricsPollingIntervalInput(): number | undefined;
1271
+ }
1272
+ export interface CloudAwsIntegrationsBilling {
1273
+ /**
1274
+ * The data polling interval in seconds.
1275
+ *
1276
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
1277
+ */
1278
+ readonly metricsPollingInterval?: number;
1279
+ }
1280
+ export declare function cloudAwsIntegrationsBillingToTerraform(struct?: CloudAwsIntegrationsBillingOutputReference | CloudAwsIntegrationsBilling): any;
1281
+ export declare function cloudAwsIntegrationsBillingToHclTerraform(struct?: CloudAwsIntegrationsBillingOutputReference | CloudAwsIntegrationsBilling): any;
1282
+ export declare class CloudAwsIntegrationsBillingOutputReference extends cdktn.ComplexObject {
1283
+ private isEmptyObject;
1284
+ /**
1285
+ * @param terraformResource The parent resource
1286
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1287
+ */
1288
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
1289
+ get internalValue(): CloudAwsIntegrationsBilling | undefined;
1290
+ set internalValue(value: CloudAwsIntegrationsBilling | undefined);
1291
+ private _metricsPollingInterval?;
1292
+ get metricsPollingInterval(): number;
1293
+ set metricsPollingInterval(value: number);
1294
+ resetMetricsPollingInterval(): void;
1295
+ get metricsPollingIntervalInput(): number | undefined;
1296
+ }
1297
+ export interface CloudAwsIntegrationsCloudfront {
1298
+ /**
1299
+ * Specify if Lambdas@Edge should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit.
1300
+ *
1301
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#fetch_lambdas_at_edge CloudAwsIntegrations#fetch_lambdas_at_edge}
1302
+ */
1303
+ readonly fetchLambdasAtEdge?: boolean | cdktn.IResolvable;
1304
+ /**
1305
+ * Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
1306
+ *
1307
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
1308
+ */
1309
+ readonly fetchTags?: boolean | cdktn.IResolvable;
1310
+ /**
1311
+ * The data polling interval in seconds.
1312
+ *
1313
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
1314
+ */
1315
+ readonly metricsPollingInterval?: number;
1316
+ /**
1317
+ * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1318
+ *
1319
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
1320
+ */
1321
+ readonly tagKey?: string;
1322
+ /**
1323
+ * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
1324
+ *
1325
+ *
1326
+ *
1327
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
1328
+ */
1329
+ readonly tagValue?: string;
1330
+ }
1331
+ export declare function cloudAwsIntegrationsCloudfrontToTerraform(struct?: CloudAwsIntegrationsCloudfrontOutputReference | CloudAwsIntegrationsCloudfront): any;
1332
+ export declare function cloudAwsIntegrationsCloudfrontToHclTerraform(struct?: CloudAwsIntegrationsCloudfrontOutputReference | CloudAwsIntegrationsCloudfront): any;
1333
+ export declare class CloudAwsIntegrationsCloudfrontOutputReference extends cdktn.ComplexObject {
1334
+ private isEmptyObject;
1335
+ /**
1336
+ * @param terraformResource The parent resource
1337
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1338
+ */
1339
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
1340
+ get internalValue(): CloudAwsIntegrationsCloudfront | undefined;
1341
+ set internalValue(value: CloudAwsIntegrationsCloudfront | undefined);
1342
+ private _fetchLambdasAtEdge?;
1343
+ get fetchLambdasAtEdge(): boolean | cdktn.IResolvable;
1344
+ set fetchLambdasAtEdge(value: boolean | cdktn.IResolvable);
1345
+ resetFetchLambdasAtEdge(): void;
1346
+ get fetchLambdasAtEdgeInput(): boolean | cdktn.IResolvable | undefined;
1347
+ private _fetchTags?;
1348
+ get fetchTags(): boolean | cdktn.IResolvable;
1349
+ set fetchTags(value: boolean | cdktn.IResolvable);
1350
+ resetFetchTags(): void;
1351
+ get fetchTagsInput(): boolean | cdktn.IResolvable | undefined;
1352
+ private _metricsPollingInterval?;
1353
+ get metricsPollingInterval(): number;
1354
+ set metricsPollingInterval(value: number);
1355
+ resetMetricsPollingInterval(): void;
1356
+ get metricsPollingIntervalInput(): number | undefined;
1357
+ private _tagKey?;
1358
+ get tagKey(): string;
1359
+ set tagKey(value: string);
1360
+ resetTagKey(): void;
1361
+ get tagKeyInput(): string | undefined;
1362
+ private _tagValue?;
1363
+ get tagValue(): string;
1364
+ set tagValue(value: string);
1365
+ resetTagValue(): void;
1366
+ get tagValueInput(): string | undefined;
1367
+ }
1368
+ export interface CloudAwsIntegrationsCloudtrail {
1369
+ /**
1370
+ * Specify each AWS region that includes the resources that you want to monitor.
1371
+ *
1372
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
1373
+ */
1374
+ readonly awsRegions?: string[];
1375
+ /**
1376
+ * The data polling interval in seconds.
1377
+ *
1378
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
1379
+ */
1380
+ readonly metricsPollingInterval?: number;
1381
+ }
1382
+ export declare function cloudAwsIntegrationsCloudtrailToTerraform(struct?: CloudAwsIntegrationsCloudtrailOutputReference | CloudAwsIntegrationsCloudtrail): any;
1383
+ export declare function cloudAwsIntegrationsCloudtrailToHclTerraform(struct?: CloudAwsIntegrationsCloudtrailOutputReference | CloudAwsIntegrationsCloudtrail): any;
1384
+ export declare class CloudAwsIntegrationsCloudtrailOutputReference extends cdktn.ComplexObject {
1385
+ private isEmptyObject;
1386
+ /**
1387
+ * @param terraformResource The parent resource
1388
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1389
+ */
1390
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
1391
+ get internalValue(): CloudAwsIntegrationsCloudtrail | undefined;
1392
+ set internalValue(value: CloudAwsIntegrationsCloudtrail | undefined);
1393
+ private _awsRegions?;
1394
+ get awsRegions(): string[];
1395
+ set awsRegions(value: string[]);
1396
+ resetAwsRegions(): void;
1397
+ get awsRegionsInput(): string[] | undefined;
1398
+ private _metricsPollingInterval?;
1399
+ get metricsPollingInterval(): number;
1400
+ set metricsPollingInterval(value: number);
1401
+ resetMetricsPollingInterval(): void;
1402
+ get metricsPollingIntervalInput(): number | undefined;
1403
+ }
1404
+ export interface CloudAwsIntegrationsDocDb {
1405
+ /**
1406
+ * Specify each AWS region that includes the resources that you want to monitor.
1407
+ *
1408
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
1409
+ */
1410
+ readonly awsRegions?: string[];
1411
+ /**
1412
+ * The data polling interval in seconds.
1413
+ *
1414
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
1415
+ */
1416
+ readonly metricsPollingInterval?: number;
1417
+ }
1418
+ export declare function cloudAwsIntegrationsDocDbToTerraform(struct?: CloudAwsIntegrationsDocDbOutputReference | CloudAwsIntegrationsDocDb): any;
1419
+ export declare function cloudAwsIntegrationsDocDbToHclTerraform(struct?: CloudAwsIntegrationsDocDbOutputReference | CloudAwsIntegrationsDocDb): any;
1420
+ export declare class CloudAwsIntegrationsDocDbOutputReference extends cdktn.ComplexObject {
1421
+ private isEmptyObject;
1422
+ /**
1423
+ * @param terraformResource The parent resource
1424
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1425
+ */
1426
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
1427
+ get internalValue(): CloudAwsIntegrationsDocDb | undefined;
1428
+ set internalValue(value: CloudAwsIntegrationsDocDb | undefined);
1429
+ private _awsRegions?;
1430
+ get awsRegions(): string[];
1431
+ set awsRegions(value: string[]);
1432
+ resetAwsRegions(): void;
1433
+ get awsRegionsInput(): string[] | undefined;
1434
+ private _metricsPollingInterval?;
1435
+ get metricsPollingInterval(): number;
1436
+ set metricsPollingInterval(value: number);
1437
+ resetMetricsPollingInterval(): void;
1438
+ get metricsPollingIntervalInput(): number | undefined;
1439
+ }
1440
+ export interface CloudAwsIntegrationsDynamodb {
1441
+ /**
1442
+ * Specify each AWS region that includes the resources that you want to monitor.
1443
+ *
1444
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
1445
+ */
1446
+ readonly awsRegions?: string[];
1447
+ /**
1448
+ * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
1449
+ *
1450
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
1451
+ */
1452
+ readonly fetchExtendedInventory?: boolean | cdktn.IResolvable;
1453
+ /**
1454
+ * Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
1455
+ *
1456
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
1457
+ */
1458
+ readonly fetchTags?: boolean | cdktn.IResolvable;
1459
+ /**
1460
+ * The data polling interval in seconds.
1461
+ *
1462
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
1463
+ */
1464
+ readonly metricsPollingInterval?: number;
1465
+ /**
1466
+ * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1467
+ *
1468
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
1469
+ */
1470
+ readonly tagKey?: string;
1471
+ /**
1472
+ * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
1473
+ *
1474
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
1475
+ */
1476
+ readonly tagValue?: string;
1477
+ }
1478
+ export declare function cloudAwsIntegrationsDynamodbToTerraform(struct?: CloudAwsIntegrationsDynamodbOutputReference | CloudAwsIntegrationsDynamodb): any;
1479
+ export declare function cloudAwsIntegrationsDynamodbToHclTerraform(struct?: CloudAwsIntegrationsDynamodbOutputReference | CloudAwsIntegrationsDynamodb): any;
1480
+ export declare class CloudAwsIntegrationsDynamodbOutputReference extends cdktn.ComplexObject {
1481
+ private isEmptyObject;
1482
+ /**
1483
+ * @param terraformResource The parent resource
1484
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1485
+ */
1486
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
1487
+ get internalValue(): CloudAwsIntegrationsDynamodb | undefined;
1488
+ set internalValue(value: CloudAwsIntegrationsDynamodb | undefined);
1489
+ private _awsRegions?;
1490
+ get awsRegions(): string[];
1491
+ set awsRegions(value: string[]);
1492
+ resetAwsRegions(): void;
1493
+ get awsRegionsInput(): string[] | undefined;
1494
+ private _fetchExtendedInventory?;
1495
+ get fetchExtendedInventory(): boolean | cdktn.IResolvable;
1496
+ set fetchExtendedInventory(value: boolean | cdktn.IResolvable);
1497
+ resetFetchExtendedInventory(): void;
1498
+ get fetchExtendedInventoryInput(): boolean | cdktn.IResolvable | undefined;
1499
+ private _fetchTags?;
1500
+ get fetchTags(): boolean | cdktn.IResolvable;
1501
+ set fetchTags(value: boolean | cdktn.IResolvable);
1502
+ resetFetchTags(): void;
1503
+ get fetchTagsInput(): boolean | cdktn.IResolvable | undefined;
1504
+ private _metricsPollingInterval?;
1505
+ get metricsPollingInterval(): number;
1506
+ set metricsPollingInterval(value: number);
1507
+ resetMetricsPollingInterval(): void;
1508
+ get metricsPollingIntervalInput(): number | undefined;
1509
+ private _tagKey?;
1510
+ get tagKey(): string;
1511
+ set tagKey(value: string);
1512
+ resetTagKey(): void;
1513
+ get tagKeyInput(): string | undefined;
1514
+ private _tagValue?;
1515
+ get tagValue(): string;
1516
+ set tagValue(value: string);
1517
+ resetTagValue(): void;
1518
+ get tagValueInput(): string | undefined;
1519
+ }
1520
+ export interface CloudAwsIntegrationsEbs {
1521
+ /**
1522
+ * Specify each AWS region that includes the resources that you want to monitor.
1523
+ *
1524
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
1525
+ */
1526
+ readonly awsRegions?: string[];
1527
+ /**
1528
+ * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
1529
+ *
1530
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
1531
+ */
1532
+ readonly fetchExtendedInventory?: boolean | cdktn.IResolvable;
1533
+ /**
1534
+ * The data polling interval in seconds.
1535
+ *
1536
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
1537
+ */
1538
+ readonly metricsPollingInterval?: number;
1539
+ /**
1540
+ * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1541
+ *
1542
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
1543
+ */
1544
+ readonly tagKey?: string;
1545
+ /**
1546
+ * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
1547
+ *
1548
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
1549
+ */
1550
+ readonly tagValue?: string;
1551
+ }
1552
+ export declare function cloudAwsIntegrationsEbsToTerraform(struct?: CloudAwsIntegrationsEbsOutputReference | CloudAwsIntegrationsEbs): any;
1553
+ export declare function cloudAwsIntegrationsEbsToHclTerraform(struct?: CloudAwsIntegrationsEbsOutputReference | CloudAwsIntegrationsEbs): any;
1554
+ export declare class CloudAwsIntegrationsEbsOutputReference extends cdktn.ComplexObject {
1555
+ private isEmptyObject;
1556
+ /**
1557
+ * @param terraformResource The parent resource
1558
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1559
+ */
1560
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
1561
+ get internalValue(): CloudAwsIntegrationsEbs | undefined;
1562
+ set internalValue(value: CloudAwsIntegrationsEbs | undefined);
1563
+ private _awsRegions?;
1564
+ get awsRegions(): string[];
1565
+ set awsRegions(value: string[]);
1566
+ resetAwsRegions(): void;
1567
+ get awsRegionsInput(): string[] | undefined;
1568
+ private _fetchExtendedInventory?;
1569
+ get fetchExtendedInventory(): boolean | cdktn.IResolvable;
1570
+ set fetchExtendedInventory(value: boolean | cdktn.IResolvable);
1571
+ resetFetchExtendedInventory(): void;
1572
+ get fetchExtendedInventoryInput(): boolean | cdktn.IResolvable | undefined;
1573
+ private _metricsPollingInterval?;
1574
+ get metricsPollingInterval(): number;
1575
+ set metricsPollingInterval(value: number);
1576
+ resetMetricsPollingInterval(): void;
1577
+ get metricsPollingIntervalInput(): number | undefined;
1578
+ private _tagKey?;
1579
+ get tagKey(): string;
1580
+ set tagKey(value: string);
1581
+ resetTagKey(): void;
1582
+ get tagKeyInput(): string | undefined;
1583
+ private _tagValue?;
1584
+ get tagValue(): string;
1585
+ set tagValue(value: string);
1586
+ resetTagValue(): void;
1587
+ get tagValueInput(): string | undefined;
1588
+ }
1589
+ export interface CloudAwsIntegrationsEc2 {
1590
+ /**
1591
+ * Specify each AWS region that includes the resources that you want to monitor.
1592
+ *
1593
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
1594
+ */
1595
+ readonly awsRegions?: string[];
1596
+ /**
1597
+ * Specify if the old legacy metadata and tag names have to be kept, it will consume more ingest data size
1598
+ *
1599
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#duplicate_ec2_tags CloudAwsIntegrations#duplicate_ec2_tags}
1600
+ */
1601
+ readonly duplicateEc2Tags?: boolean | cdktn.IResolvable;
1602
+ /**
1603
+ * Specify if IP addresses of ec2 instance should be collected
1604
+ *
1605
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#fetch_ip_addresses CloudAwsIntegrations#fetch_ip_addresses}
1606
+ */
1607
+ readonly fetchIpAddresses?: boolean | cdktn.IResolvable;
1608
+ /**
1609
+ * The data polling interval in seconds.
1610
+ *
1611
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
1612
+ */
1613
+ readonly metricsPollingInterval?: number;
1614
+ /**
1615
+ * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1616
+ *
1617
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
1618
+ */
1619
+ readonly tagKey?: string;
1620
+ /**
1621
+ * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
1622
+ *
1623
+ *
1624
+ *
1625
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
1626
+ */
1627
+ readonly tagValue?: string;
1628
+ }
1629
+ export declare function cloudAwsIntegrationsEc2ToTerraform(struct?: CloudAwsIntegrationsEc2OutputReference | CloudAwsIntegrationsEc2): any;
1630
+ export declare function cloudAwsIntegrationsEc2ToHclTerraform(struct?: CloudAwsIntegrationsEc2OutputReference | CloudAwsIntegrationsEc2): any;
1631
+ export declare class CloudAwsIntegrationsEc2OutputReference extends cdktn.ComplexObject {
1632
+ private isEmptyObject;
1633
+ /**
1634
+ * @param terraformResource The parent resource
1635
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1636
+ */
1637
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
1638
+ get internalValue(): CloudAwsIntegrationsEc2 | undefined;
1639
+ set internalValue(value: CloudAwsIntegrationsEc2 | undefined);
1640
+ private _awsRegions?;
1641
+ get awsRegions(): string[];
1642
+ set awsRegions(value: string[]);
1643
+ resetAwsRegions(): void;
1644
+ get awsRegionsInput(): string[] | undefined;
1645
+ private _duplicateEc2Tags?;
1646
+ get duplicateEc2Tags(): boolean | cdktn.IResolvable;
1647
+ set duplicateEc2Tags(value: boolean | cdktn.IResolvable);
1648
+ resetDuplicateEc2Tags(): void;
1649
+ get duplicateEc2TagsInput(): boolean | cdktn.IResolvable | undefined;
1650
+ private _fetchIpAddresses?;
1651
+ get fetchIpAddresses(): boolean | cdktn.IResolvable;
1652
+ set fetchIpAddresses(value: boolean | cdktn.IResolvable);
1653
+ resetFetchIpAddresses(): void;
1654
+ get fetchIpAddressesInput(): boolean | cdktn.IResolvable | undefined;
1655
+ private _metricsPollingInterval?;
1656
+ get metricsPollingInterval(): number;
1657
+ set metricsPollingInterval(value: number);
1658
+ resetMetricsPollingInterval(): void;
1659
+ get metricsPollingIntervalInput(): number | undefined;
1660
+ private _tagKey?;
1661
+ get tagKey(): string;
1662
+ set tagKey(value: string);
1663
+ resetTagKey(): void;
1664
+ get tagKeyInput(): string | undefined;
1665
+ private _tagValue?;
1666
+ get tagValue(): string;
1667
+ set tagValue(value: string);
1668
+ resetTagValue(): void;
1669
+ get tagValueInput(): string | undefined;
1670
+ }
1671
+ export interface CloudAwsIntegrationsEcs {
1672
+ /**
1673
+ * Specify each AWS region that includes the resources that you want to monitor.
1674
+ *
1675
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
1676
+ */
1677
+ readonly awsRegions?: string[];
1678
+ /**
1679
+ * Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
1680
+ *
1681
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
1682
+ */
1683
+ readonly fetchTags?: boolean | cdktn.IResolvable;
1684
+ /**
1685
+ * The data polling interval in seconds.
1686
+ *
1687
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
1688
+ */
1689
+ readonly metricsPollingInterval?: number;
1690
+ /**
1691
+ * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1692
+ *
1693
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
1694
+ */
1695
+ readonly tagKey?: string;
1696
+ /**
1697
+ * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
1698
+ *
1699
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
1700
+ */
1701
+ readonly tagValue?: string;
1702
+ }
1703
+ export declare function cloudAwsIntegrationsEcsToTerraform(struct?: CloudAwsIntegrationsEcsOutputReference | CloudAwsIntegrationsEcs): any;
1704
+ export declare function cloudAwsIntegrationsEcsToHclTerraform(struct?: CloudAwsIntegrationsEcsOutputReference | CloudAwsIntegrationsEcs): any;
1705
+ export declare class CloudAwsIntegrationsEcsOutputReference extends cdktn.ComplexObject {
1706
+ private isEmptyObject;
1707
+ /**
1708
+ * @param terraformResource The parent resource
1709
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1710
+ */
1711
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
1712
+ get internalValue(): CloudAwsIntegrationsEcs | undefined;
1713
+ set internalValue(value: CloudAwsIntegrationsEcs | undefined);
1714
+ private _awsRegions?;
1715
+ get awsRegions(): string[];
1716
+ set awsRegions(value: string[]);
1717
+ resetAwsRegions(): void;
1718
+ get awsRegionsInput(): string[] | undefined;
1719
+ private _fetchTags?;
1720
+ get fetchTags(): boolean | cdktn.IResolvable;
1721
+ set fetchTags(value: boolean | cdktn.IResolvable);
1722
+ resetFetchTags(): void;
1723
+ get fetchTagsInput(): boolean | cdktn.IResolvable | undefined;
1724
+ private _metricsPollingInterval?;
1725
+ get metricsPollingInterval(): number;
1726
+ set metricsPollingInterval(value: number);
1727
+ resetMetricsPollingInterval(): void;
1728
+ get metricsPollingIntervalInput(): number | undefined;
1729
+ private _tagKey?;
1730
+ get tagKey(): string;
1731
+ set tagKey(value: string);
1732
+ resetTagKey(): void;
1733
+ get tagKeyInput(): string | undefined;
1734
+ private _tagValue?;
1735
+ get tagValue(): string;
1736
+ set tagValue(value: string);
1737
+ resetTagValue(): void;
1738
+ get tagValueInput(): string | undefined;
1739
+ }
1740
+ export interface CloudAwsIntegrationsEfs {
1741
+ /**
1742
+ * Specify each AWS region that includes the resources that you want to monitor.
1743
+ *
1744
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
1745
+ */
1746
+ readonly awsRegions?: string[];
1747
+ /**
1748
+ * Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
1749
+ *
1750
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
1751
+ */
1752
+ readonly fetchTags?: boolean | cdktn.IResolvable;
1753
+ /**
1754
+ * The data polling interval in seconds.
1755
+ *
1756
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
1757
+ */
1758
+ readonly metricsPollingInterval?: number;
1759
+ /**
1760
+ * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1761
+ *
1762
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
1763
+ */
1764
+ readonly tagKey?: string;
1765
+ /**
1766
+ * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
1767
+ *
1768
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
1769
+ */
1770
+ readonly tagValue?: string;
1771
+ }
1772
+ export declare function cloudAwsIntegrationsEfsToTerraform(struct?: CloudAwsIntegrationsEfsOutputReference | CloudAwsIntegrationsEfs): any;
1773
+ export declare function cloudAwsIntegrationsEfsToHclTerraform(struct?: CloudAwsIntegrationsEfsOutputReference | CloudAwsIntegrationsEfs): any;
1774
+ export declare class CloudAwsIntegrationsEfsOutputReference extends cdktn.ComplexObject {
1775
+ private isEmptyObject;
1776
+ /**
1777
+ * @param terraformResource The parent resource
1778
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1779
+ */
1780
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
1781
+ get internalValue(): CloudAwsIntegrationsEfs | undefined;
1782
+ set internalValue(value: CloudAwsIntegrationsEfs | undefined);
1783
+ private _awsRegions?;
1784
+ get awsRegions(): string[];
1785
+ set awsRegions(value: string[]);
1786
+ resetAwsRegions(): void;
1787
+ get awsRegionsInput(): string[] | undefined;
1788
+ private _fetchTags?;
1789
+ get fetchTags(): boolean | cdktn.IResolvable;
1790
+ set fetchTags(value: boolean | cdktn.IResolvable);
1791
+ resetFetchTags(): void;
1792
+ get fetchTagsInput(): boolean | cdktn.IResolvable | undefined;
1793
+ private _metricsPollingInterval?;
1794
+ get metricsPollingInterval(): number;
1795
+ set metricsPollingInterval(value: number);
1796
+ resetMetricsPollingInterval(): void;
1797
+ get metricsPollingIntervalInput(): number | undefined;
1798
+ private _tagKey?;
1799
+ get tagKey(): string;
1800
+ set tagKey(value: string);
1801
+ resetTagKey(): void;
1802
+ get tagKeyInput(): string | undefined;
1803
+ private _tagValue?;
1804
+ get tagValue(): string;
1805
+ set tagValue(value: string);
1806
+ resetTagValue(): void;
1807
+ get tagValueInput(): string | undefined;
1808
+ }
1809
+ export interface CloudAwsIntegrationsElasticache {
1810
+ /**
1811
+ * Specify each AWS region that includes the resources that you want to monitor.
1812
+ *
1813
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
1814
+ */
1815
+ readonly awsRegions?: string[];
1816
+ /**
1817
+ * Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
1818
+ *
1819
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
1820
+ */
1821
+ readonly fetchTags?: boolean | cdktn.IResolvable;
1822
+ /**
1823
+ * The data polling interval in seconds.
1824
+ *
1825
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
1826
+ */
1827
+ readonly metricsPollingInterval?: number;
1828
+ /**
1829
+ * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1830
+ *
1831
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
1832
+ */
1833
+ readonly tagKey?: string;
1834
+ /**
1835
+ * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
1836
+ *
1837
+ *
1838
+ *
1839
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
1840
+ */
1841
+ readonly tagValue?: string;
1842
+ }
1843
+ export declare function cloudAwsIntegrationsElasticacheToTerraform(struct?: CloudAwsIntegrationsElasticacheOutputReference | CloudAwsIntegrationsElasticache): any;
1844
+ export declare function cloudAwsIntegrationsElasticacheToHclTerraform(struct?: CloudAwsIntegrationsElasticacheOutputReference | CloudAwsIntegrationsElasticache): any;
1845
+ export declare class CloudAwsIntegrationsElasticacheOutputReference extends cdktn.ComplexObject {
1846
+ private isEmptyObject;
1847
+ /**
1848
+ * @param terraformResource The parent resource
1849
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1850
+ */
1851
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
1852
+ get internalValue(): CloudAwsIntegrationsElasticache | undefined;
1853
+ set internalValue(value: CloudAwsIntegrationsElasticache | undefined);
1854
+ private _awsRegions?;
1855
+ get awsRegions(): string[];
1856
+ set awsRegions(value: string[]);
1857
+ resetAwsRegions(): void;
1858
+ get awsRegionsInput(): string[] | undefined;
1859
+ private _fetchTags?;
1860
+ get fetchTags(): boolean | cdktn.IResolvable;
1861
+ set fetchTags(value: boolean | cdktn.IResolvable);
1862
+ resetFetchTags(): void;
1863
+ get fetchTagsInput(): boolean | cdktn.IResolvable | undefined;
1864
+ private _metricsPollingInterval?;
1865
+ get metricsPollingInterval(): number;
1866
+ set metricsPollingInterval(value: number);
1867
+ resetMetricsPollingInterval(): void;
1868
+ get metricsPollingIntervalInput(): number | undefined;
1869
+ private _tagKey?;
1870
+ get tagKey(): string;
1871
+ set tagKey(value: string);
1872
+ resetTagKey(): void;
1873
+ get tagKeyInput(): string | undefined;
1874
+ private _tagValue?;
1875
+ get tagValue(): string;
1876
+ set tagValue(value: string);
1877
+ resetTagValue(): void;
1878
+ get tagValueInput(): string | undefined;
1879
+ }
1880
+ export interface CloudAwsIntegrationsElasticbeanstalk {
1881
+ /**
1882
+ * Specify each AWS region that includes the resources that you want to monitor.
1883
+ *
1884
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
1885
+ */
1886
+ readonly awsRegions?: string[];
1887
+ /**
1888
+ * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
1889
+ *
1890
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
1891
+ */
1892
+ readonly fetchExtendedInventory?: boolean | cdktn.IResolvable;
1893
+ /**
1894
+ * Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
1895
+ *
1896
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
1897
+ */
1898
+ readonly fetchTags?: boolean | cdktn.IResolvable;
1899
+ /**
1900
+ * The data polling interval in seconds.
1901
+ *
1902
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
1903
+ */
1904
+ readonly metricsPollingInterval?: number;
1905
+ /**
1906
+ * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1907
+ *
1908
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
1909
+ */
1910
+ readonly tagKey?: string;
1911
+ /**
1912
+ * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
1913
+ *
1914
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
1915
+ */
1916
+ readonly tagValue?: string;
1917
+ }
1918
+ export declare function cloudAwsIntegrationsElasticbeanstalkToTerraform(struct?: CloudAwsIntegrationsElasticbeanstalkOutputReference | CloudAwsIntegrationsElasticbeanstalk): any;
1919
+ export declare function cloudAwsIntegrationsElasticbeanstalkToHclTerraform(struct?: CloudAwsIntegrationsElasticbeanstalkOutputReference | CloudAwsIntegrationsElasticbeanstalk): any;
1920
+ export declare class CloudAwsIntegrationsElasticbeanstalkOutputReference extends cdktn.ComplexObject {
1921
+ private isEmptyObject;
1922
+ /**
1923
+ * @param terraformResource The parent resource
1924
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1925
+ */
1926
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
1927
+ get internalValue(): CloudAwsIntegrationsElasticbeanstalk | undefined;
1928
+ set internalValue(value: CloudAwsIntegrationsElasticbeanstalk | undefined);
1929
+ private _awsRegions?;
1930
+ get awsRegions(): string[];
1931
+ set awsRegions(value: string[]);
1932
+ resetAwsRegions(): void;
1933
+ get awsRegionsInput(): string[] | undefined;
1934
+ private _fetchExtendedInventory?;
1935
+ get fetchExtendedInventory(): boolean | cdktn.IResolvable;
1936
+ set fetchExtendedInventory(value: boolean | cdktn.IResolvable);
1937
+ resetFetchExtendedInventory(): void;
1938
+ get fetchExtendedInventoryInput(): boolean | cdktn.IResolvable | undefined;
1939
+ private _fetchTags?;
1940
+ get fetchTags(): boolean | cdktn.IResolvable;
1941
+ set fetchTags(value: boolean | cdktn.IResolvable);
1942
+ resetFetchTags(): void;
1943
+ get fetchTagsInput(): boolean | cdktn.IResolvable | undefined;
1944
+ private _metricsPollingInterval?;
1945
+ get metricsPollingInterval(): number;
1946
+ set metricsPollingInterval(value: number);
1947
+ resetMetricsPollingInterval(): void;
1948
+ get metricsPollingIntervalInput(): number | undefined;
1949
+ private _tagKey?;
1950
+ get tagKey(): string;
1951
+ set tagKey(value: string);
1952
+ resetTagKey(): void;
1953
+ get tagKeyInput(): string | undefined;
1954
+ private _tagValue?;
1955
+ get tagValue(): string;
1956
+ set tagValue(value: string);
1957
+ resetTagValue(): void;
1958
+ get tagValueInput(): string | undefined;
1959
+ }
1960
+ export interface CloudAwsIntegrationsElasticsearch {
1961
+ /**
1962
+ * Specify each AWS region that includes the resources that you want to monitor.
1963
+ *
1964
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
1965
+ */
1966
+ readonly awsRegions?: string[];
1967
+ /**
1968
+ * Specify if metrics should be collected for nodes. Turning it on will increase the number of API calls made to CloudWatch.
1969
+ *
1970
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#fetch_nodes CloudAwsIntegrations#fetch_nodes}
1971
+ */
1972
+ readonly fetchNodes?: boolean | cdktn.IResolvable;
1973
+ /**
1974
+ * The data polling interval in seconds.
1975
+ *
1976
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
1977
+ */
1978
+ readonly metricsPollingInterval?: number;
1979
+ /**
1980
+ * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1981
+ *
1982
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
1983
+ */
1984
+ readonly tagKey?: string;
1985
+ /**
1986
+ * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
1987
+ *
1988
+ *
1989
+ *
1990
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
1991
+ */
1992
+ readonly tagValue?: string;
1993
+ }
1994
+ export declare function cloudAwsIntegrationsElasticsearchToTerraform(struct?: CloudAwsIntegrationsElasticsearchOutputReference | CloudAwsIntegrationsElasticsearch): any;
1995
+ export declare function cloudAwsIntegrationsElasticsearchToHclTerraform(struct?: CloudAwsIntegrationsElasticsearchOutputReference | CloudAwsIntegrationsElasticsearch): any;
1996
+ export declare class CloudAwsIntegrationsElasticsearchOutputReference extends cdktn.ComplexObject {
1997
+ private isEmptyObject;
1998
+ /**
1999
+ * @param terraformResource The parent resource
2000
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2001
+ */
2002
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
2003
+ get internalValue(): CloudAwsIntegrationsElasticsearch | undefined;
2004
+ set internalValue(value: CloudAwsIntegrationsElasticsearch | undefined);
2005
+ private _awsRegions?;
2006
+ get awsRegions(): string[];
2007
+ set awsRegions(value: string[]);
2008
+ resetAwsRegions(): void;
2009
+ get awsRegionsInput(): string[] | undefined;
2010
+ private _fetchNodes?;
2011
+ get fetchNodes(): boolean | cdktn.IResolvable;
2012
+ set fetchNodes(value: boolean | cdktn.IResolvable);
2013
+ resetFetchNodes(): void;
2014
+ get fetchNodesInput(): boolean | cdktn.IResolvable | undefined;
2015
+ private _metricsPollingInterval?;
2016
+ get metricsPollingInterval(): number;
2017
+ set metricsPollingInterval(value: number);
2018
+ resetMetricsPollingInterval(): void;
2019
+ get metricsPollingIntervalInput(): number | undefined;
2020
+ private _tagKey?;
2021
+ get tagKey(): string;
2022
+ set tagKey(value: string);
2023
+ resetTagKey(): void;
2024
+ get tagKeyInput(): string | undefined;
2025
+ private _tagValue?;
2026
+ get tagValue(): string;
2027
+ set tagValue(value: string);
2028
+ resetTagValue(): void;
2029
+ get tagValueInput(): string | undefined;
2030
+ }
2031
+ export interface CloudAwsIntegrationsElb {
2032
+ /**
2033
+ * Specify each AWS region that includes the resources that you want to monitor.
2034
+ *
2035
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
2036
+ */
2037
+ readonly awsRegions?: string[];
2038
+ /**
2039
+ * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
2040
+ *
2041
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
2042
+ */
2043
+ readonly fetchExtendedInventory?: boolean | cdktn.IResolvable;
2044
+ /**
2045
+ * Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
2046
+ *
2047
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
2048
+ */
2049
+ readonly fetchTags?: boolean | cdktn.IResolvable;
2050
+ /**
2051
+ * The data polling interval in seconds.
2052
+ *
2053
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
2054
+ */
2055
+ readonly metricsPollingInterval?: number;
2056
+ }
2057
+ export declare function cloudAwsIntegrationsElbToTerraform(struct?: CloudAwsIntegrationsElbOutputReference | CloudAwsIntegrationsElb): any;
2058
+ export declare function cloudAwsIntegrationsElbToHclTerraform(struct?: CloudAwsIntegrationsElbOutputReference | CloudAwsIntegrationsElb): any;
2059
+ export declare class CloudAwsIntegrationsElbOutputReference extends cdktn.ComplexObject {
2060
+ private isEmptyObject;
2061
+ /**
2062
+ * @param terraformResource The parent resource
2063
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2064
+ */
2065
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
2066
+ get internalValue(): CloudAwsIntegrationsElb | undefined;
2067
+ set internalValue(value: CloudAwsIntegrationsElb | undefined);
2068
+ private _awsRegions?;
2069
+ get awsRegions(): string[];
2070
+ set awsRegions(value: string[]);
2071
+ resetAwsRegions(): void;
2072
+ get awsRegionsInput(): string[] | undefined;
2073
+ private _fetchExtendedInventory?;
2074
+ get fetchExtendedInventory(): boolean | cdktn.IResolvable;
2075
+ set fetchExtendedInventory(value: boolean | cdktn.IResolvable);
2076
+ resetFetchExtendedInventory(): void;
2077
+ get fetchExtendedInventoryInput(): boolean | cdktn.IResolvable | undefined;
2078
+ private _fetchTags?;
2079
+ get fetchTags(): boolean | cdktn.IResolvable;
2080
+ set fetchTags(value: boolean | cdktn.IResolvable);
2081
+ resetFetchTags(): void;
2082
+ get fetchTagsInput(): boolean | cdktn.IResolvable | undefined;
2083
+ private _metricsPollingInterval?;
2084
+ get metricsPollingInterval(): number;
2085
+ set metricsPollingInterval(value: number);
2086
+ resetMetricsPollingInterval(): void;
2087
+ get metricsPollingIntervalInput(): number | undefined;
2088
+ }
2089
+ export interface CloudAwsIntegrationsEmr {
2090
+ /**
2091
+ * Specify each AWS region that includes the resources that you want to monitor.
2092
+ *
2093
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
2094
+ */
2095
+ readonly awsRegions?: string[];
2096
+ /**
2097
+ * Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
2098
+ *
2099
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
2100
+ */
2101
+ readonly fetchTags?: boolean | cdktn.IResolvable;
2102
+ /**
2103
+ * The data polling interval in seconds.
2104
+ *
2105
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
2106
+ */
2107
+ readonly metricsPollingInterval?: number;
2108
+ /**
2109
+ * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
2110
+ *
2111
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
2112
+ */
2113
+ readonly tagKey?: string;
2114
+ /**
2115
+ * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
2116
+ *
2117
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
2118
+ */
2119
+ readonly tagValue?: string;
2120
+ }
2121
+ export declare function cloudAwsIntegrationsEmrToTerraform(struct?: CloudAwsIntegrationsEmrOutputReference | CloudAwsIntegrationsEmr): any;
2122
+ export declare function cloudAwsIntegrationsEmrToHclTerraform(struct?: CloudAwsIntegrationsEmrOutputReference | CloudAwsIntegrationsEmr): any;
2123
+ export declare class CloudAwsIntegrationsEmrOutputReference extends cdktn.ComplexObject {
2124
+ private isEmptyObject;
2125
+ /**
2126
+ * @param terraformResource The parent resource
2127
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2128
+ */
2129
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
2130
+ get internalValue(): CloudAwsIntegrationsEmr | undefined;
2131
+ set internalValue(value: CloudAwsIntegrationsEmr | undefined);
2132
+ private _awsRegions?;
2133
+ get awsRegions(): string[];
2134
+ set awsRegions(value: string[]);
2135
+ resetAwsRegions(): void;
2136
+ get awsRegionsInput(): string[] | undefined;
2137
+ private _fetchTags?;
2138
+ get fetchTags(): boolean | cdktn.IResolvable;
2139
+ set fetchTags(value: boolean | cdktn.IResolvable);
2140
+ resetFetchTags(): void;
2141
+ get fetchTagsInput(): boolean | cdktn.IResolvable | undefined;
2142
+ private _metricsPollingInterval?;
2143
+ get metricsPollingInterval(): number;
2144
+ set metricsPollingInterval(value: number);
2145
+ resetMetricsPollingInterval(): void;
2146
+ get metricsPollingIntervalInput(): number | undefined;
2147
+ private _tagKey?;
2148
+ get tagKey(): string;
2149
+ set tagKey(value: string);
2150
+ resetTagKey(): void;
2151
+ get tagKeyInput(): string | undefined;
2152
+ private _tagValue?;
2153
+ get tagValue(): string;
2154
+ set tagValue(value: string);
2155
+ resetTagValue(): void;
2156
+ get tagValueInput(): string | undefined;
2157
+ }
2158
+ export interface CloudAwsIntegrationsHealth {
2159
+ /**
2160
+ * The data polling interval in seconds.
2161
+ *
2162
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
2163
+ */
2164
+ readonly metricsPollingInterval?: number;
2165
+ }
2166
+ export declare function cloudAwsIntegrationsHealthToTerraform(struct?: CloudAwsIntegrationsHealthOutputReference | CloudAwsIntegrationsHealth): any;
2167
+ export declare function cloudAwsIntegrationsHealthToHclTerraform(struct?: CloudAwsIntegrationsHealthOutputReference | CloudAwsIntegrationsHealth): any;
2168
+ export declare class CloudAwsIntegrationsHealthOutputReference extends cdktn.ComplexObject {
2169
+ private isEmptyObject;
2170
+ /**
2171
+ * @param terraformResource The parent resource
2172
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2173
+ */
2174
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
2175
+ get internalValue(): CloudAwsIntegrationsHealth | undefined;
2176
+ set internalValue(value: CloudAwsIntegrationsHealth | undefined);
2177
+ private _metricsPollingInterval?;
2178
+ get metricsPollingInterval(): number;
2179
+ set metricsPollingInterval(value: number);
2180
+ resetMetricsPollingInterval(): void;
2181
+ get metricsPollingIntervalInput(): number | undefined;
2182
+ }
2183
+ export interface CloudAwsIntegrationsIam {
2184
+ /**
2185
+ * The data polling interval in seconds.
2186
+ *
2187
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
2188
+ */
2189
+ readonly metricsPollingInterval?: number;
2190
+ /**
2191
+ * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
2192
+ *
2193
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
2194
+ */
2195
+ readonly tagKey?: string;
2196
+ /**
2197
+ * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
2198
+ *
2199
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
2200
+ */
2201
+ readonly tagValue?: string;
2202
+ }
2203
+ export declare function cloudAwsIntegrationsIamToTerraform(struct?: CloudAwsIntegrationsIamOutputReference | CloudAwsIntegrationsIam): any;
2204
+ export declare function cloudAwsIntegrationsIamToHclTerraform(struct?: CloudAwsIntegrationsIamOutputReference | CloudAwsIntegrationsIam): any;
2205
+ export declare class CloudAwsIntegrationsIamOutputReference extends cdktn.ComplexObject {
2206
+ private isEmptyObject;
2207
+ /**
2208
+ * @param terraformResource The parent resource
2209
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2210
+ */
2211
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
2212
+ get internalValue(): CloudAwsIntegrationsIam | undefined;
2213
+ set internalValue(value: CloudAwsIntegrationsIam | undefined);
2214
+ private _metricsPollingInterval?;
2215
+ get metricsPollingInterval(): number;
2216
+ set metricsPollingInterval(value: number);
2217
+ resetMetricsPollingInterval(): void;
2218
+ get metricsPollingIntervalInput(): number | undefined;
2219
+ private _tagKey?;
2220
+ get tagKey(): string;
2221
+ set tagKey(value: string);
2222
+ resetTagKey(): void;
2223
+ get tagKeyInput(): string | undefined;
2224
+ private _tagValue?;
2225
+ get tagValue(): string;
2226
+ set tagValue(value: string);
2227
+ resetTagValue(): void;
2228
+ get tagValueInput(): string | undefined;
2229
+ }
2230
+ export interface CloudAwsIntegrationsIot {
2231
+ /**
2232
+ * Specify each AWS region that includes the resources that you want to monitor.
2233
+ *
2234
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
2235
+ */
2236
+ readonly awsRegions?: string[];
2237
+ /**
2238
+ * The data polling interval in seconds.
2239
+ *
2240
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
2241
+ */
2242
+ readonly metricsPollingInterval?: number;
2243
+ }
2244
+ export declare function cloudAwsIntegrationsIotToTerraform(struct?: CloudAwsIntegrationsIotOutputReference | CloudAwsIntegrationsIot): any;
2245
+ export declare function cloudAwsIntegrationsIotToHclTerraform(struct?: CloudAwsIntegrationsIotOutputReference | CloudAwsIntegrationsIot): any;
2246
+ export declare class CloudAwsIntegrationsIotOutputReference extends cdktn.ComplexObject {
2247
+ private isEmptyObject;
2248
+ /**
2249
+ * @param terraformResource The parent resource
2250
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2251
+ */
2252
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
2253
+ get internalValue(): CloudAwsIntegrationsIot | undefined;
2254
+ set internalValue(value: CloudAwsIntegrationsIot | undefined);
2255
+ private _awsRegions?;
2256
+ get awsRegions(): string[];
2257
+ set awsRegions(value: string[]);
2258
+ resetAwsRegions(): void;
2259
+ get awsRegionsInput(): string[] | undefined;
2260
+ private _metricsPollingInterval?;
2261
+ get metricsPollingInterval(): number;
2262
+ set metricsPollingInterval(value: number);
2263
+ resetMetricsPollingInterval(): void;
2264
+ get metricsPollingIntervalInput(): number | undefined;
2265
+ }
2266
+ export interface CloudAwsIntegrationsKinesis {
2267
+ /**
2268
+ * Specify each AWS region that includes the resources that you want to monitor.
2269
+ *
2270
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
2271
+ */
2272
+ readonly awsRegions?: string[];
2273
+ /**
2274
+ * Specify if Shards should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit.
2275
+ *
2276
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#fetch_shards CloudAwsIntegrations#fetch_shards}
2277
+ */
2278
+ readonly fetchShards?: boolean | cdktn.IResolvable;
2279
+ /**
2280
+ * Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
2281
+ *
2282
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
2283
+ */
2284
+ readonly fetchTags?: boolean | cdktn.IResolvable;
2285
+ /**
2286
+ * The data polling interval in seconds.
2287
+ *
2288
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
2289
+ */
2290
+ readonly metricsPollingInterval?: number;
2291
+ /**
2292
+ * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
2293
+ *
2294
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
2295
+ */
2296
+ readonly tagKey?: string;
2297
+ /**
2298
+ * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
2299
+ *
2300
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
2301
+ */
2302
+ readonly tagValue?: string;
2303
+ }
2304
+ export declare function cloudAwsIntegrationsKinesisToTerraform(struct?: CloudAwsIntegrationsKinesisOutputReference | CloudAwsIntegrationsKinesis): any;
2305
+ export declare function cloudAwsIntegrationsKinesisToHclTerraform(struct?: CloudAwsIntegrationsKinesisOutputReference | CloudAwsIntegrationsKinesis): any;
2306
+ export declare class CloudAwsIntegrationsKinesisOutputReference extends cdktn.ComplexObject {
2307
+ private isEmptyObject;
2308
+ /**
2309
+ * @param terraformResource The parent resource
2310
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2311
+ */
2312
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
2313
+ get internalValue(): CloudAwsIntegrationsKinesis | undefined;
2314
+ set internalValue(value: CloudAwsIntegrationsKinesis | undefined);
2315
+ private _awsRegions?;
2316
+ get awsRegions(): string[];
2317
+ set awsRegions(value: string[]);
2318
+ resetAwsRegions(): void;
2319
+ get awsRegionsInput(): string[] | undefined;
2320
+ private _fetchShards?;
2321
+ get fetchShards(): boolean | cdktn.IResolvable;
2322
+ set fetchShards(value: boolean | cdktn.IResolvable);
2323
+ resetFetchShards(): void;
2324
+ get fetchShardsInput(): boolean | cdktn.IResolvable | undefined;
2325
+ private _fetchTags?;
2326
+ get fetchTags(): boolean | cdktn.IResolvable;
2327
+ set fetchTags(value: boolean | cdktn.IResolvable);
2328
+ resetFetchTags(): void;
2329
+ get fetchTagsInput(): boolean | cdktn.IResolvable | undefined;
2330
+ private _metricsPollingInterval?;
2331
+ get metricsPollingInterval(): number;
2332
+ set metricsPollingInterval(value: number);
2333
+ resetMetricsPollingInterval(): void;
2334
+ get metricsPollingIntervalInput(): number | undefined;
2335
+ private _tagKey?;
2336
+ get tagKey(): string;
2337
+ set tagKey(value: string);
2338
+ resetTagKey(): void;
2339
+ get tagKeyInput(): string | undefined;
2340
+ private _tagValue?;
2341
+ get tagValue(): string;
2342
+ set tagValue(value: string);
2343
+ resetTagValue(): void;
2344
+ get tagValueInput(): string | undefined;
2345
+ }
2346
+ export interface CloudAwsIntegrationsKinesisFirehose {
2347
+ /**
2348
+ * Specify each AWS region that includes the resources that you want to monitor.
2349
+ *
2350
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
2351
+ */
2352
+ readonly awsRegions?: string[];
2353
+ /**
2354
+ * The data polling interval in seconds.
2355
+ *
2356
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
2357
+ */
2358
+ readonly metricsPollingInterval?: number;
2359
+ }
2360
+ export declare function cloudAwsIntegrationsKinesisFirehoseToTerraform(struct?: CloudAwsIntegrationsKinesisFirehoseOutputReference | CloudAwsIntegrationsKinesisFirehose): any;
2361
+ export declare function cloudAwsIntegrationsKinesisFirehoseToHclTerraform(struct?: CloudAwsIntegrationsKinesisFirehoseOutputReference | CloudAwsIntegrationsKinesisFirehose): any;
2362
+ export declare class CloudAwsIntegrationsKinesisFirehoseOutputReference extends cdktn.ComplexObject {
2363
+ private isEmptyObject;
2364
+ /**
2365
+ * @param terraformResource The parent resource
2366
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2367
+ */
2368
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
2369
+ get internalValue(): CloudAwsIntegrationsKinesisFirehose | undefined;
2370
+ set internalValue(value: CloudAwsIntegrationsKinesisFirehose | undefined);
2371
+ private _awsRegions?;
2372
+ get awsRegions(): string[];
2373
+ set awsRegions(value: string[]);
2374
+ resetAwsRegions(): void;
2375
+ get awsRegionsInput(): string[] | undefined;
2376
+ private _metricsPollingInterval?;
2377
+ get metricsPollingInterval(): number;
2378
+ set metricsPollingInterval(value: number);
2379
+ resetMetricsPollingInterval(): void;
2380
+ get metricsPollingIntervalInput(): number | undefined;
2381
+ }
2382
+ export interface CloudAwsIntegrationsLambda {
2383
+ /**
2384
+ * Specify each AWS region that includes the resources that you want to monitor.
2385
+ *
2386
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
2387
+ */
2388
+ readonly awsRegions?: string[];
2389
+ /**
2390
+ * Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
2391
+ *
2392
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
2393
+ */
2394
+ readonly fetchTags?: boolean | cdktn.IResolvable;
2395
+ /**
2396
+ * The data polling interval in seconds.
2397
+ *
2398
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
2399
+ */
2400
+ readonly metricsPollingInterval?: number;
2401
+ /**
2402
+ * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
2403
+ *
2404
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
2405
+ */
2406
+ readonly tagKey?: string;
2407
+ /**
2408
+ * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
2409
+ *
2410
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
2411
+ */
2412
+ readonly tagValue?: string;
2413
+ }
2414
+ export declare function cloudAwsIntegrationsLambdaToTerraform(struct?: CloudAwsIntegrationsLambdaOutputReference | CloudAwsIntegrationsLambda): any;
2415
+ export declare function cloudAwsIntegrationsLambdaToHclTerraform(struct?: CloudAwsIntegrationsLambdaOutputReference | CloudAwsIntegrationsLambda): any;
2416
+ export declare class CloudAwsIntegrationsLambdaOutputReference extends cdktn.ComplexObject {
2417
+ private isEmptyObject;
2418
+ /**
2419
+ * @param terraformResource The parent resource
2420
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2421
+ */
2422
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
2423
+ get internalValue(): CloudAwsIntegrationsLambda | undefined;
2424
+ set internalValue(value: CloudAwsIntegrationsLambda | undefined);
2425
+ private _awsRegions?;
2426
+ get awsRegions(): string[];
2427
+ set awsRegions(value: string[]);
2428
+ resetAwsRegions(): void;
2429
+ get awsRegionsInput(): string[] | undefined;
2430
+ private _fetchTags?;
2431
+ get fetchTags(): boolean | cdktn.IResolvable;
2432
+ set fetchTags(value: boolean | cdktn.IResolvable);
2433
+ resetFetchTags(): void;
2434
+ get fetchTagsInput(): boolean | cdktn.IResolvable | undefined;
2435
+ private _metricsPollingInterval?;
2436
+ get metricsPollingInterval(): number;
2437
+ set metricsPollingInterval(value: number);
2438
+ resetMetricsPollingInterval(): void;
2439
+ get metricsPollingIntervalInput(): number | undefined;
2440
+ private _tagKey?;
2441
+ get tagKey(): string;
2442
+ set tagKey(value: string);
2443
+ resetTagKey(): void;
2444
+ get tagKeyInput(): string | undefined;
2445
+ private _tagValue?;
2446
+ get tagValue(): string;
2447
+ set tagValue(value: string);
2448
+ resetTagValue(): void;
2449
+ get tagValueInput(): string | undefined;
2450
+ }
2451
+ export interface CloudAwsIntegrationsRds {
2452
+ /**
2453
+ * Specify each AWS region that includes the resources that you want to monitor.
2454
+ *
2455
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
2456
+ */
2457
+ readonly awsRegions?: string[];
2458
+ /**
2459
+ * Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
2460
+ *
2461
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
2462
+ */
2463
+ readonly fetchTags?: boolean | cdktn.IResolvable;
2464
+ /**
2465
+ * The data polling interval in seconds.
2466
+ *
2467
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
2468
+ */
2469
+ readonly metricsPollingInterval?: number;
2470
+ /**
2471
+ * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
2472
+ *
2473
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
2474
+ */
2475
+ readonly tagKey?: string;
2476
+ /**
2477
+ * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
2478
+ *
2479
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
2480
+ */
2481
+ readonly tagValue?: string;
2482
+ }
2483
+ export declare function cloudAwsIntegrationsRdsToTerraform(struct?: CloudAwsIntegrationsRdsOutputReference | CloudAwsIntegrationsRds): any;
2484
+ export declare function cloudAwsIntegrationsRdsToHclTerraform(struct?: CloudAwsIntegrationsRdsOutputReference | CloudAwsIntegrationsRds): any;
2485
+ export declare class CloudAwsIntegrationsRdsOutputReference extends cdktn.ComplexObject {
2486
+ private isEmptyObject;
2487
+ /**
2488
+ * @param terraformResource The parent resource
2489
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2490
+ */
2491
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
2492
+ get internalValue(): CloudAwsIntegrationsRds | undefined;
2493
+ set internalValue(value: CloudAwsIntegrationsRds | undefined);
2494
+ private _awsRegions?;
2495
+ get awsRegions(): string[];
2496
+ set awsRegions(value: string[]);
2497
+ resetAwsRegions(): void;
2498
+ get awsRegionsInput(): string[] | undefined;
2499
+ private _fetchTags?;
2500
+ get fetchTags(): boolean | cdktn.IResolvable;
2501
+ set fetchTags(value: boolean | cdktn.IResolvable);
2502
+ resetFetchTags(): void;
2503
+ get fetchTagsInput(): boolean | cdktn.IResolvable | undefined;
2504
+ private _metricsPollingInterval?;
2505
+ get metricsPollingInterval(): number;
2506
+ set metricsPollingInterval(value: number);
2507
+ resetMetricsPollingInterval(): void;
2508
+ get metricsPollingIntervalInput(): number | undefined;
2509
+ private _tagKey?;
2510
+ get tagKey(): string;
2511
+ set tagKey(value: string);
2512
+ resetTagKey(): void;
2513
+ get tagKeyInput(): string | undefined;
2514
+ private _tagValue?;
2515
+ get tagValue(): string;
2516
+ set tagValue(value: string);
2517
+ resetTagValue(): void;
2518
+ get tagValueInput(): string | undefined;
2519
+ }
2520
+ export interface CloudAwsIntegrationsRedshift {
2521
+ /**
2522
+ * Specify each AWS region that includes the resources that you want to monitor.
2523
+ *
2524
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
2525
+ */
2526
+ readonly awsRegions?: string[];
2527
+ /**
2528
+ * The data polling interval in seconds.
2529
+ *
2530
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
2531
+ */
2532
+ readonly metricsPollingInterval?: number;
2533
+ /**
2534
+ * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
2535
+ *
2536
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
2537
+ */
2538
+ readonly tagKey?: string;
2539
+ /**
2540
+ * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
2541
+ *
2542
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
2543
+ */
2544
+ readonly tagValue?: string;
2545
+ }
2546
+ export declare function cloudAwsIntegrationsRedshiftToTerraform(struct?: CloudAwsIntegrationsRedshiftOutputReference | CloudAwsIntegrationsRedshift): any;
2547
+ export declare function cloudAwsIntegrationsRedshiftToHclTerraform(struct?: CloudAwsIntegrationsRedshiftOutputReference | CloudAwsIntegrationsRedshift): any;
2548
+ export declare class CloudAwsIntegrationsRedshiftOutputReference extends cdktn.ComplexObject {
2549
+ private isEmptyObject;
2550
+ /**
2551
+ * @param terraformResource The parent resource
2552
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2553
+ */
2554
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
2555
+ get internalValue(): CloudAwsIntegrationsRedshift | undefined;
2556
+ set internalValue(value: CloudAwsIntegrationsRedshift | undefined);
2557
+ private _awsRegions?;
2558
+ get awsRegions(): string[];
2559
+ set awsRegions(value: string[]);
2560
+ resetAwsRegions(): void;
2561
+ get awsRegionsInput(): string[] | undefined;
2562
+ private _metricsPollingInterval?;
2563
+ get metricsPollingInterval(): number;
2564
+ set metricsPollingInterval(value: number);
2565
+ resetMetricsPollingInterval(): void;
2566
+ get metricsPollingIntervalInput(): number | undefined;
2567
+ private _tagKey?;
2568
+ get tagKey(): string;
2569
+ set tagKey(value: string);
2570
+ resetTagKey(): void;
2571
+ get tagKeyInput(): string | undefined;
2572
+ private _tagValue?;
2573
+ get tagValue(): string;
2574
+ set tagValue(value: string);
2575
+ resetTagValue(): void;
2576
+ get tagValueInput(): string | undefined;
2577
+ }
2578
+ export interface CloudAwsIntegrationsRoute53 {
2579
+ /**
2580
+ * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
2581
+ *
2582
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
2583
+ */
2584
+ readonly fetchExtendedInventory?: boolean | cdktn.IResolvable;
2585
+ /**
2586
+ * The data polling interval in seconds.
2587
+ *
2588
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
2589
+ */
2590
+ readonly metricsPollingInterval?: number;
2591
+ }
2592
+ export declare function cloudAwsIntegrationsRoute53ToTerraform(struct?: CloudAwsIntegrationsRoute53OutputReference | CloudAwsIntegrationsRoute53): any;
2593
+ export declare function cloudAwsIntegrationsRoute53ToHclTerraform(struct?: CloudAwsIntegrationsRoute53OutputReference | CloudAwsIntegrationsRoute53): any;
2594
+ export declare class CloudAwsIntegrationsRoute53OutputReference extends cdktn.ComplexObject {
2595
+ private isEmptyObject;
2596
+ /**
2597
+ * @param terraformResource The parent resource
2598
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2599
+ */
2600
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
2601
+ get internalValue(): CloudAwsIntegrationsRoute53 | undefined;
2602
+ set internalValue(value: CloudAwsIntegrationsRoute53 | undefined);
2603
+ private _fetchExtendedInventory?;
2604
+ get fetchExtendedInventory(): boolean | cdktn.IResolvable;
2605
+ set fetchExtendedInventory(value: boolean | cdktn.IResolvable);
2606
+ resetFetchExtendedInventory(): void;
2607
+ get fetchExtendedInventoryInput(): boolean | cdktn.IResolvable | undefined;
2608
+ private _metricsPollingInterval?;
2609
+ get metricsPollingInterval(): number;
2610
+ set metricsPollingInterval(value: number);
2611
+ resetMetricsPollingInterval(): void;
2612
+ get metricsPollingIntervalInput(): number | undefined;
2613
+ }
2614
+ export interface CloudAwsIntegrationsS3 {
2615
+ /**
2616
+ * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
2617
+ *
2618
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
2619
+ */
2620
+ readonly fetchExtendedInventory?: boolean | cdktn.IResolvable;
2621
+ /**
2622
+ * Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
2623
+ *
2624
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
2625
+ */
2626
+ readonly fetchTags?: boolean | cdktn.IResolvable;
2627
+ /**
2628
+ * The data polling interval in seconds.
2629
+ *
2630
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
2631
+ */
2632
+ readonly metricsPollingInterval?: number;
2633
+ /**
2634
+ * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
2635
+ *
2636
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
2637
+ */
2638
+ readonly tagKey?: string;
2639
+ /**
2640
+ * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
2641
+ *
2642
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
2643
+ */
2644
+ readonly tagValue?: string;
2645
+ }
2646
+ export declare function cloudAwsIntegrationsS3ToTerraform(struct?: CloudAwsIntegrationsS3OutputReference | CloudAwsIntegrationsS3): any;
2647
+ export declare function cloudAwsIntegrationsS3ToHclTerraform(struct?: CloudAwsIntegrationsS3OutputReference | CloudAwsIntegrationsS3): any;
2648
+ export declare class CloudAwsIntegrationsS3OutputReference extends cdktn.ComplexObject {
2649
+ private isEmptyObject;
2650
+ /**
2651
+ * @param terraformResource The parent resource
2652
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2653
+ */
2654
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
2655
+ get internalValue(): CloudAwsIntegrationsS3 | undefined;
2656
+ set internalValue(value: CloudAwsIntegrationsS3 | undefined);
2657
+ private _fetchExtendedInventory?;
2658
+ get fetchExtendedInventory(): boolean | cdktn.IResolvable;
2659
+ set fetchExtendedInventory(value: boolean | cdktn.IResolvable);
2660
+ resetFetchExtendedInventory(): void;
2661
+ get fetchExtendedInventoryInput(): boolean | cdktn.IResolvable | undefined;
2662
+ private _fetchTags?;
2663
+ get fetchTags(): boolean | cdktn.IResolvable;
2664
+ set fetchTags(value: boolean | cdktn.IResolvable);
2665
+ resetFetchTags(): void;
2666
+ get fetchTagsInput(): boolean | cdktn.IResolvable | undefined;
2667
+ private _metricsPollingInterval?;
2668
+ get metricsPollingInterval(): number;
2669
+ set metricsPollingInterval(value: number);
2670
+ resetMetricsPollingInterval(): void;
2671
+ get metricsPollingIntervalInput(): number | undefined;
2672
+ private _tagKey?;
2673
+ get tagKey(): string;
2674
+ set tagKey(value: string);
2675
+ resetTagKey(): void;
2676
+ get tagKeyInput(): string | undefined;
2677
+ private _tagValue?;
2678
+ get tagValue(): string;
2679
+ set tagValue(value: string);
2680
+ resetTagValue(): void;
2681
+ get tagValueInput(): string | undefined;
2682
+ }
2683
+ export interface CloudAwsIntegrationsSecurityHub {
2684
+ /**
2685
+ * Specify each AWS region that includes the resources that you want to monitor.
2686
+ *
2687
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
2688
+ */
2689
+ readonly awsRegions?: string[];
2690
+ /**
2691
+ * The data polling interval in seconds.
2692
+ *
2693
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
2694
+ */
2695
+ readonly metricsPollingInterval?: number;
2696
+ }
2697
+ export declare function cloudAwsIntegrationsSecurityHubToTerraform(struct?: CloudAwsIntegrationsSecurityHubOutputReference | CloudAwsIntegrationsSecurityHub): any;
2698
+ export declare function cloudAwsIntegrationsSecurityHubToHclTerraform(struct?: CloudAwsIntegrationsSecurityHubOutputReference | CloudAwsIntegrationsSecurityHub): any;
2699
+ export declare class CloudAwsIntegrationsSecurityHubOutputReference extends cdktn.ComplexObject {
2700
+ private isEmptyObject;
2701
+ /**
2702
+ * @param terraformResource The parent resource
2703
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2704
+ */
2705
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
2706
+ get internalValue(): CloudAwsIntegrationsSecurityHub | undefined;
2707
+ set internalValue(value: CloudAwsIntegrationsSecurityHub | undefined);
2708
+ private _awsRegions?;
2709
+ get awsRegions(): string[];
2710
+ set awsRegions(value: string[]);
2711
+ resetAwsRegions(): void;
2712
+ get awsRegionsInput(): string[] | undefined;
2713
+ private _metricsPollingInterval?;
2714
+ get metricsPollingInterval(): number;
2715
+ set metricsPollingInterval(value: number);
2716
+ resetMetricsPollingInterval(): void;
2717
+ get metricsPollingIntervalInput(): number | undefined;
2718
+ }
2719
+ export interface CloudAwsIntegrationsSes {
2720
+ /**
2721
+ * Specify each AWS region that includes the resources that you want to monitor.
2722
+ *
2723
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
2724
+ */
2725
+ readonly awsRegions?: string[];
2726
+ /**
2727
+ * The data polling interval in seconds.
2728
+ *
2729
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
2730
+ */
2731
+ readonly metricsPollingInterval?: number;
2732
+ }
2733
+ export declare function cloudAwsIntegrationsSesToTerraform(struct?: CloudAwsIntegrationsSesOutputReference | CloudAwsIntegrationsSes): any;
2734
+ export declare function cloudAwsIntegrationsSesToHclTerraform(struct?: CloudAwsIntegrationsSesOutputReference | CloudAwsIntegrationsSes): any;
2735
+ export declare class CloudAwsIntegrationsSesOutputReference extends cdktn.ComplexObject {
2736
+ private isEmptyObject;
2737
+ /**
2738
+ * @param terraformResource The parent resource
2739
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2740
+ */
2741
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
2742
+ get internalValue(): CloudAwsIntegrationsSes | undefined;
2743
+ set internalValue(value: CloudAwsIntegrationsSes | undefined);
2744
+ private _awsRegions?;
2745
+ get awsRegions(): string[];
2746
+ set awsRegions(value: string[]);
2747
+ resetAwsRegions(): void;
2748
+ get awsRegionsInput(): string[] | undefined;
2749
+ private _metricsPollingInterval?;
2750
+ get metricsPollingInterval(): number;
2751
+ set metricsPollingInterval(value: number);
2752
+ resetMetricsPollingInterval(): void;
2753
+ get metricsPollingIntervalInput(): number | undefined;
2754
+ }
2755
+ export interface CloudAwsIntegrationsSns {
2756
+ /**
2757
+ * Specify each AWS region that includes the resources that you want to monitor.
2758
+ *
2759
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
2760
+ */
2761
+ readonly awsRegions?: string[];
2762
+ /**
2763
+ * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
2764
+ *
2765
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
2766
+ */
2767
+ readonly fetchExtendedInventory?: boolean | cdktn.IResolvable;
2768
+ /**
2769
+ * The data polling interval in seconds.
2770
+ *
2771
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
2772
+ */
2773
+ readonly metricsPollingInterval?: number;
2774
+ }
2775
+ export declare function cloudAwsIntegrationsSnsToTerraform(struct?: CloudAwsIntegrationsSnsOutputReference | CloudAwsIntegrationsSns): any;
2776
+ export declare function cloudAwsIntegrationsSnsToHclTerraform(struct?: CloudAwsIntegrationsSnsOutputReference | CloudAwsIntegrationsSns): any;
2777
+ export declare class CloudAwsIntegrationsSnsOutputReference extends cdktn.ComplexObject {
2778
+ private isEmptyObject;
2779
+ /**
2780
+ * @param terraformResource The parent resource
2781
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2782
+ */
2783
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
2784
+ get internalValue(): CloudAwsIntegrationsSns | undefined;
2785
+ set internalValue(value: CloudAwsIntegrationsSns | undefined);
2786
+ private _awsRegions?;
2787
+ get awsRegions(): string[];
2788
+ set awsRegions(value: string[]);
2789
+ resetAwsRegions(): void;
2790
+ get awsRegionsInput(): string[] | undefined;
2791
+ private _fetchExtendedInventory?;
2792
+ get fetchExtendedInventory(): boolean | cdktn.IResolvable;
2793
+ set fetchExtendedInventory(value: boolean | cdktn.IResolvable);
2794
+ resetFetchExtendedInventory(): void;
2795
+ get fetchExtendedInventoryInput(): boolean | cdktn.IResolvable | undefined;
2796
+ private _metricsPollingInterval?;
2797
+ get metricsPollingInterval(): number;
2798
+ set metricsPollingInterval(value: number);
2799
+ resetMetricsPollingInterval(): void;
2800
+ get metricsPollingIntervalInput(): number | undefined;
2801
+ }
2802
+ export interface CloudAwsIntegrationsSqs {
2803
+ /**
2804
+ * Specify each AWS region that includes the resources that you want to monitor.
2805
+ *
2806
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
2807
+ */
2808
+ readonly awsRegions?: string[];
2809
+ /**
2810
+ * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
2811
+ *
2812
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
2813
+ */
2814
+ readonly fetchExtendedInventory?: boolean | cdktn.IResolvable;
2815
+ /**
2816
+ * Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
2817
+ *
2818
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
2819
+ */
2820
+ readonly fetchTags?: boolean | cdktn.IResolvable;
2821
+ /**
2822
+ * The data polling interval in seconds.
2823
+ *
2824
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
2825
+ */
2826
+ readonly metricsPollingInterval?: number;
2827
+ /**
2828
+ * Specify each name or prefix for the Queues that you want to monitor. Filter values are case-sensitive.
2829
+ *
2830
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#queue_prefixes CloudAwsIntegrations#queue_prefixes}
2831
+ */
2832
+ readonly queuePrefixes?: string[];
2833
+ /**
2834
+ * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
2835
+ *
2836
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
2837
+ */
2838
+ readonly tagKey?: string;
2839
+ /**
2840
+ * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
2841
+ *
2842
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
2843
+ */
2844
+ readonly tagValue?: string;
2845
+ }
2846
+ export declare function cloudAwsIntegrationsSqsToTerraform(struct?: CloudAwsIntegrationsSqsOutputReference | CloudAwsIntegrationsSqs): any;
2847
+ export declare function cloudAwsIntegrationsSqsToHclTerraform(struct?: CloudAwsIntegrationsSqsOutputReference | CloudAwsIntegrationsSqs): any;
2848
+ export declare class CloudAwsIntegrationsSqsOutputReference extends cdktn.ComplexObject {
2849
+ private isEmptyObject;
2850
+ /**
2851
+ * @param terraformResource The parent resource
2852
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2853
+ */
2854
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
2855
+ get internalValue(): CloudAwsIntegrationsSqs | undefined;
2856
+ set internalValue(value: CloudAwsIntegrationsSqs | undefined);
2857
+ private _awsRegions?;
2858
+ get awsRegions(): string[];
2859
+ set awsRegions(value: string[]);
2860
+ resetAwsRegions(): void;
2861
+ get awsRegionsInput(): string[] | undefined;
2862
+ private _fetchExtendedInventory?;
2863
+ get fetchExtendedInventory(): boolean | cdktn.IResolvable;
2864
+ set fetchExtendedInventory(value: boolean | cdktn.IResolvable);
2865
+ resetFetchExtendedInventory(): void;
2866
+ get fetchExtendedInventoryInput(): boolean | cdktn.IResolvable | undefined;
2867
+ private _fetchTags?;
2868
+ get fetchTags(): boolean | cdktn.IResolvable;
2869
+ set fetchTags(value: boolean | cdktn.IResolvable);
2870
+ resetFetchTags(): void;
2871
+ get fetchTagsInput(): boolean | cdktn.IResolvable | undefined;
2872
+ private _metricsPollingInterval?;
2873
+ get metricsPollingInterval(): number;
2874
+ set metricsPollingInterval(value: number);
2875
+ resetMetricsPollingInterval(): void;
2876
+ get metricsPollingIntervalInput(): number | undefined;
2877
+ private _queuePrefixes?;
2878
+ get queuePrefixes(): string[];
2879
+ set queuePrefixes(value: string[]);
2880
+ resetQueuePrefixes(): void;
2881
+ get queuePrefixesInput(): string[] | undefined;
2882
+ private _tagKey?;
2883
+ get tagKey(): string;
2884
+ set tagKey(value: string);
2885
+ resetTagKey(): void;
2886
+ get tagKeyInput(): string | undefined;
2887
+ private _tagValue?;
2888
+ get tagValue(): string;
2889
+ set tagValue(value: string);
2890
+ resetTagValue(): void;
2891
+ get tagValueInput(): string | undefined;
2892
+ }
2893
+ export interface CloudAwsIntegrationsTrustedAdvisor {
2894
+ /**
2895
+ * The data polling interval in seconds.
2896
+ *
2897
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
2898
+ */
2899
+ readonly metricsPollingInterval?: number;
2900
+ }
2901
+ export declare function cloudAwsIntegrationsTrustedAdvisorToTerraform(struct?: CloudAwsIntegrationsTrustedAdvisorOutputReference | CloudAwsIntegrationsTrustedAdvisor): any;
2902
+ export declare function cloudAwsIntegrationsTrustedAdvisorToHclTerraform(struct?: CloudAwsIntegrationsTrustedAdvisorOutputReference | CloudAwsIntegrationsTrustedAdvisor): any;
2903
+ export declare class CloudAwsIntegrationsTrustedAdvisorOutputReference extends cdktn.ComplexObject {
2904
+ private isEmptyObject;
2905
+ /**
2906
+ * @param terraformResource The parent resource
2907
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2908
+ */
2909
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
2910
+ get internalValue(): CloudAwsIntegrationsTrustedAdvisor | undefined;
2911
+ set internalValue(value: CloudAwsIntegrationsTrustedAdvisor | undefined);
2912
+ private _metricsPollingInterval?;
2913
+ get metricsPollingInterval(): number;
2914
+ set metricsPollingInterval(value: number);
2915
+ resetMetricsPollingInterval(): void;
2916
+ get metricsPollingIntervalInput(): number | undefined;
2917
+ }
2918
+ export interface CloudAwsIntegrationsVpc {
2919
+ /**
2920
+ * Specify each AWS region that includes the resources that you want to monitor.
2921
+ *
2922
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
2923
+ */
2924
+ readonly awsRegions?: string[];
2925
+ /**
2926
+ * Specify if NAT gateway should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit.
2927
+ *
2928
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#fetch_nat_gateway CloudAwsIntegrations#fetch_nat_gateway}
2929
+ */
2930
+ readonly fetchNatGateway?: boolean | cdktn.IResolvable;
2931
+ /**
2932
+ * Specify if VPN should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit.
2933
+ *
2934
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#fetch_vpn CloudAwsIntegrations#fetch_vpn}
2935
+ */
2936
+ readonly fetchVpn?: boolean | cdktn.IResolvable;
2937
+ /**
2938
+ * The data polling interval in seconds.
2939
+ *
2940
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
2941
+ */
2942
+ readonly metricsPollingInterval?: number;
2943
+ /**
2944
+ * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
2945
+ *
2946
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
2947
+ */
2948
+ readonly tagKey?: string;
2949
+ /**
2950
+ * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
2951
+ *
2952
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
2953
+ */
2954
+ readonly tagValue?: string;
2955
+ }
2956
+ export declare function cloudAwsIntegrationsVpcToTerraform(struct?: CloudAwsIntegrationsVpcOutputReference | CloudAwsIntegrationsVpc): any;
2957
+ export declare function cloudAwsIntegrationsVpcToHclTerraform(struct?: CloudAwsIntegrationsVpcOutputReference | CloudAwsIntegrationsVpc): any;
2958
+ export declare class CloudAwsIntegrationsVpcOutputReference extends cdktn.ComplexObject {
2959
+ private isEmptyObject;
2960
+ /**
2961
+ * @param terraformResource The parent resource
2962
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
2963
+ */
2964
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
2965
+ get internalValue(): CloudAwsIntegrationsVpc | undefined;
2966
+ set internalValue(value: CloudAwsIntegrationsVpc | undefined);
2967
+ private _awsRegions?;
2968
+ get awsRegions(): string[];
2969
+ set awsRegions(value: string[]);
2970
+ resetAwsRegions(): void;
2971
+ get awsRegionsInput(): string[] | undefined;
2972
+ private _fetchNatGateway?;
2973
+ get fetchNatGateway(): boolean | cdktn.IResolvable;
2974
+ set fetchNatGateway(value: boolean | cdktn.IResolvable);
2975
+ resetFetchNatGateway(): void;
2976
+ get fetchNatGatewayInput(): boolean | cdktn.IResolvable | undefined;
2977
+ private _fetchVpn?;
2978
+ get fetchVpn(): boolean | cdktn.IResolvable;
2979
+ set fetchVpn(value: boolean | cdktn.IResolvable);
2980
+ resetFetchVpn(): void;
2981
+ get fetchVpnInput(): boolean | cdktn.IResolvable | undefined;
2982
+ private _metricsPollingInterval?;
2983
+ get metricsPollingInterval(): number;
2984
+ set metricsPollingInterval(value: number);
2985
+ resetMetricsPollingInterval(): void;
2986
+ get metricsPollingIntervalInput(): number | undefined;
2987
+ private _tagKey?;
2988
+ get tagKey(): string;
2989
+ set tagKey(value: string);
2990
+ resetTagKey(): void;
2991
+ get tagKeyInput(): string | undefined;
2992
+ private _tagValue?;
2993
+ get tagValue(): string;
2994
+ set tagValue(value: string);
2995
+ resetTagValue(): void;
2996
+ get tagValueInput(): string | undefined;
2997
+ }
2998
+ export interface CloudAwsIntegrationsXRay {
2999
+ /**
3000
+ * Specify each AWS region that includes the resources that you want to monitor.
3001
+ *
3002
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
3003
+ */
3004
+ readonly awsRegions?: string[];
3005
+ /**
3006
+ * The data polling interval in seconds.
3007
+ *
3008
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
3009
+ */
3010
+ readonly metricsPollingInterval?: number;
3011
+ }
3012
+ export declare function cloudAwsIntegrationsXRayToTerraform(struct?: CloudAwsIntegrationsXRayOutputReference | CloudAwsIntegrationsXRay): any;
3013
+ export declare function cloudAwsIntegrationsXRayToHclTerraform(struct?: CloudAwsIntegrationsXRayOutputReference | CloudAwsIntegrationsXRay): any;
3014
+ export declare class CloudAwsIntegrationsXRayOutputReference extends cdktn.ComplexObject {
3015
+ private isEmptyObject;
3016
+ /**
3017
+ * @param terraformResource The parent resource
3018
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
3019
+ */
3020
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
3021
+ get internalValue(): CloudAwsIntegrationsXRay | undefined;
3022
+ set internalValue(value: CloudAwsIntegrationsXRay | undefined);
3023
+ private _awsRegions?;
3024
+ get awsRegions(): string[];
3025
+ set awsRegions(value: string[]);
3026
+ resetAwsRegions(): void;
3027
+ get awsRegionsInput(): string[] | undefined;
3028
+ private _metricsPollingInterval?;
3029
+ get metricsPollingInterval(): number;
3030
+ set metricsPollingInterval(value: number);
3031
+ resetMetricsPollingInterval(): void;
3032
+ get metricsPollingIntervalInput(): number | undefined;
3033
+ }
3034
+ /**
3035
+ * Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations newrelic_cloud_aws_integrations}
3036
+ */
3037
+ export declare class CloudAwsIntegrations extends cdktn.TerraformResource {
3038
+ static readonly tfResourceType = "newrelic_cloud_aws_integrations";
3039
+ /**
3040
+ * Generates CDKTN code for importing a CloudAwsIntegrations resource upon running "cdktn plan <stack-name>"
3041
+ * @param scope The scope in which to define this construct
3042
+ * @param importToId The construct id used in the generated config for the CloudAwsIntegrations to import
3043
+ * @param importFromId The id of the existing CloudAwsIntegrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations#import import section} in the documentation of this resource for the id to use
3044
+ * @param provider? Optional instance of the provider where the CloudAwsIntegrations to import is found
3045
+ */
3046
+ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktn.TerraformProvider): cdktn.ImportableResource;
3047
+ /**
3048
+ * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_integrations newrelic_cloud_aws_integrations} Resource
3049
+ *
3050
+ * @param scope The scope in which to define this construct
3051
+ * @param id The scoped construct ID. Must be unique amongst siblings in the same scope
3052
+ * @param options CloudAwsIntegrationsConfig
3053
+ */
3054
+ constructor(scope: Construct, id: string, config: CloudAwsIntegrationsConfig);
3055
+ private _accountId?;
3056
+ get accountId(): number;
3057
+ set accountId(value: number);
3058
+ resetAccountId(): void;
3059
+ get accountIdInput(): number | undefined;
3060
+ private _id?;
3061
+ get id(): string;
3062
+ set id(value: string);
3063
+ resetId(): void;
3064
+ get idInput(): string | undefined;
3065
+ private _linkedAccountId?;
3066
+ get linkedAccountId(): number;
3067
+ set linkedAccountId(value: number);
3068
+ get linkedAccountIdInput(): number | undefined;
3069
+ private _alb;
3070
+ get alb(): CloudAwsIntegrationsAlbOutputReference;
3071
+ putAlb(value: CloudAwsIntegrationsAlb): void;
3072
+ resetAlb(): void;
3073
+ get albInput(): CloudAwsIntegrationsAlb | undefined;
3074
+ private _apiGateway;
3075
+ get apiGateway(): CloudAwsIntegrationsApiGatewayOutputReference;
3076
+ putApiGateway(value: CloudAwsIntegrationsApiGateway): void;
3077
+ resetApiGateway(): void;
3078
+ get apiGatewayInput(): CloudAwsIntegrationsApiGateway | undefined;
3079
+ private _autoScaling;
3080
+ get autoScaling(): CloudAwsIntegrationsAutoScalingOutputReference;
3081
+ putAutoScaling(value: CloudAwsIntegrationsAutoScaling): void;
3082
+ resetAutoScaling(): void;
3083
+ get autoScalingInput(): CloudAwsIntegrationsAutoScaling | undefined;
3084
+ private _awsAppSync;
3085
+ get awsAppSync(): CloudAwsIntegrationsAwsAppSyncOutputReference;
3086
+ putAwsAppSync(value: CloudAwsIntegrationsAwsAppSync): void;
3087
+ resetAwsAppSync(): void;
3088
+ get awsAppSyncInput(): CloudAwsIntegrationsAwsAppSync | undefined;
3089
+ private _awsAthena;
3090
+ get awsAthena(): CloudAwsIntegrationsAwsAthenaOutputReference;
3091
+ putAwsAthena(value: CloudAwsIntegrationsAwsAthena): void;
3092
+ resetAwsAthena(): void;
3093
+ get awsAthenaInput(): CloudAwsIntegrationsAwsAthena | undefined;
3094
+ private _awsAutoDiscovery;
3095
+ get awsAutoDiscovery(): CloudAwsIntegrationsAwsAutoDiscoveryOutputReference;
3096
+ putAwsAutoDiscovery(value: CloudAwsIntegrationsAwsAutoDiscovery): void;
3097
+ resetAwsAutoDiscovery(): void;
3098
+ get awsAutoDiscoveryInput(): CloudAwsIntegrationsAwsAutoDiscovery | undefined;
3099
+ private _awsCognito;
3100
+ get awsCognito(): CloudAwsIntegrationsAwsCognitoOutputReference;
3101
+ putAwsCognito(value: CloudAwsIntegrationsAwsCognito): void;
3102
+ resetAwsCognito(): void;
3103
+ get awsCognitoInput(): CloudAwsIntegrationsAwsCognito | undefined;
3104
+ private _awsConnect;
3105
+ get awsConnect(): CloudAwsIntegrationsAwsConnectOutputReference;
3106
+ putAwsConnect(value: CloudAwsIntegrationsAwsConnect): void;
3107
+ resetAwsConnect(): void;
3108
+ get awsConnectInput(): CloudAwsIntegrationsAwsConnect | undefined;
3109
+ private _awsDirectConnect;
3110
+ get awsDirectConnect(): CloudAwsIntegrationsAwsDirectConnectOutputReference;
3111
+ putAwsDirectConnect(value: CloudAwsIntegrationsAwsDirectConnect): void;
3112
+ resetAwsDirectConnect(): void;
3113
+ get awsDirectConnectInput(): CloudAwsIntegrationsAwsDirectConnect | undefined;
3114
+ private _awsFsx;
3115
+ get awsFsx(): CloudAwsIntegrationsAwsFsxOutputReference;
3116
+ putAwsFsx(value: CloudAwsIntegrationsAwsFsx): void;
3117
+ resetAwsFsx(): void;
3118
+ get awsFsxInput(): CloudAwsIntegrationsAwsFsx | undefined;
3119
+ private _awsGlue;
3120
+ get awsGlue(): CloudAwsIntegrationsAwsGlueOutputReference;
3121
+ putAwsGlue(value: CloudAwsIntegrationsAwsGlue): void;
3122
+ resetAwsGlue(): void;
3123
+ get awsGlueInput(): CloudAwsIntegrationsAwsGlue | undefined;
3124
+ private _awsKinesisAnalytics;
3125
+ get awsKinesisAnalytics(): CloudAwsIntegrationsAwsKinesisAnalyticsOutputReference;
3126
+ putAwsKinesisAnalytics(value: CloudAwsIntegrationsAwsKinesisAnalytics): void;
3127
+ resetAwsKinesisAnalytics(): void;
3128
+ get awsKinesisAnalyticsInput(): CloudAwsIntegrationsAwsKinesisAnalytics | undefined;
3129
+ private _awsMediaConvert;
3130
+ get awsMediaConvert(): CloudAwsIntegrationsAwsMediaConvertOutputReference;
3131
+ putAwsMediaConvert(value: CloudAwsIntegrationsAwsMediaConvert): void;
3132
+ resetAwsMediaConvert(): void;
3133
+ get awsMediaConvertInput(): CloudAwsIntegrationsAwsMediaConvert | undefined;
3134
+ private _awsMediaPackageVod;
3135
+ get awsMediaPackageVod(): CloudAwsIntegrationsAwsMediaPackageVodOutputReference;
3136
+ putAwsMediaPackageVod(value: CloudAwsIntegrationsAwsMediaPackageVod): void;
3137
+ resetAwsMediaPackageVod(): void;
3138
+ get awsMediaPackageVodInput(): CloudAwsIntegrationsAwsMediaPackageVod | undefined;
3139
+ private _awsMq;
3140
+ get awsMq(): CloudAwsIntegrationsAwsMqOutputReference;
3141
+ putAwsMq(value: CloudAwsIntegrationsAwsMq): void;
3142
+ resetAwsMq(): void;
3143
+ get awsMqInput(): CloudAwsIntegrationsAwsMq | undefined;
3144
+ private _awsMsk;
3145
+ get awsMsk(): CloudAwsIntegrationsAwsMskOutputReference;
3146
+ putAwsMsk(value: CloudAwsIntegrationsAwsMsk): void;
3147
+ resetAwsMsk(): void;
3148
+ get awsMskInput(): CloudAwsIntegrationsAwsMsk | undefined;
3149
+ private _awsNeptune;
3150
+ get awsNeptune(): CloudAwsIntegrationsAwsNeptuneOutputReference;
3151
+ putAwsNeptune(value: CloudAwsIntegrationsAwsNeptune): void;
3152
+ resetAwsNeptune(): void;
3153
+ get awsNeptuneInput(): CloudAwsIntegrationsAwsNeptune | undefined;
3154
+ private _awsQldb;
3155
+ get awsQldb(): CloudAwsIntegrationsAwsQldbOutputReference;
3156
+ putAwsQldb(value: CloudAwsIntegrationsAwsQldb): void;
3157
+ resetAwsQldb(): void;
3158
+ get awsQldbInput(): CloudAwsIntegrationsAwsQldb | undefined;
3159
+ private _awsRoute53Resolver;
3160
+ get awsRoute53Resolver(): CloudAwsIntegrationsAwsRoute53ResolverOutputReference;
3161
+ putAwsRoute53Resolver(value: CloudAwsIntegrationsAwsRoute53Resolver): void;
3162
+ resetAwsRoute53Resolver(): void;
3163
+ get awsRoute53ResolverInput(): CloudAwsIntegrationsAwsRoute53Resolver | undefined;
3164
+ private _awsStates;
3165
+ get awsStates(): CloudAwsIntegrationsAwsStatesOutputReference;
3166
+ putAwsStates(value: CloudAwsIntegrationsAwsStates): void;
3167
+ resetAwsStates(): void;
3168
+ get awsStatesInput(): CloudAwsIntegrationsAwsStates | undefined;
3169
+ private _awsTransitGateway;
3170
+ get awsTransitGateway(): CloudAwsIntegrationsAwsTransitGatewayOutputReference;
3171
+ putAwsTransitGateway(value: CloudAwsIntegrationsAwsTransitGateway): void;
3172
+ resetAwsTransitGateway(): void;
3173
+ get awsTransitGatewayInput(): CloudAwsIntegrationsAwsTransitGateway | undefined;
3174
+ private _awsWaf;
3175
+ get awsWaf(): CloudAwsIntegrationsAwsWafOutputReference;
3176
+ putAwsWaf(value: CloudAwsIntegrationsAwsWaf): void;
3177
+ resetAwsWaf(): void;
3178
+ get awsWafInput(): CloudAwsIntegrationsAwsWaf | undefined;
3179
+ private _awsWafv2;
3180
+ get awsWafv2(): CloudAwsIntegrationsAwsWafv2OutputReference;
3181
+ putAwsWafv2(value: CloudAwsIntegrationsAwsWafv2): void;
3182
+ resetAwsWafv2(): void;
3183
+ get awsWafv2Input(): CloudAwsIntegrationsAwsWafv2 | undefined;
3184
+ private _billing;
3185
+ get billing(): CloudAwsIntegrationsBillingOutputReference;
3186
+ putBilling(value: CloudAwsIntegrationsBilling): void;
3187
+ resetBilling(): void;
3188
+ get billingInput(): CloudAwsIntegrationsBilling | undefined;
3189
+ private _cloudfront;
3190
+ get cloudfront(): CloudAwsIntegrationsCloudfrontOutputReference;
3191
+ putCloudfront(value: CloudAwsIntegrationsCloudfront): void;
3192
+ resetCloudfront(): void;
3193
+ get cloudfrontInput(): CloudAwsIntegrationsCloudfront | undefined;
3194
+ private _cloudtrail;
3195
+ get cloudtrail(): CloudAwsIntegrationsCloudtrailOutputReference;
3196
+ putCloudtrail(value: CloudAwsIntegrationsCloudtrail): void;
3197
+ resetCloudtrail(): void;
3198
+ get cloudtrailInput(): CloudAwsIntegrationsCloudtrail | undefined;
3199
+ private _docDb;
3200
+ get docDb(): CloudAwsIntegrationsDocDbOutputReference;
3201
+ putDocDb(value: CloudAwsIntegrationsDocDb): void;
3202
+ resetDocDb(): void;
3203
+ get docDbInput(): CloudAwsIntegrationsDocDb | undefined;
3204
+ private _dynamodb;
3205
+ get dynamodb(): CloudAwsIntegrationsDynamodbOutputReference;
3206
+ putDynamodb(value: CloudAwsIntegrationsDynamodb): void;
3207
+ resetDynamodb(): void;
3208
+ get dynamodbInput(): CloudAwsIntegrationsDynamodb | undefined;
3209
+ private _ebs;
3210
+ get ebs(): CloudAwsIntegrationsEbsOutputReference;
3211
+ putEbs(value: CloudAwsIntegrationsEbs): void;
3212
+ resetEbs(): void;
3213
+ get ebsInput(): CloudAwsIntegrationsEbs | undefined;
3214
+ private _ec2;
3215
+ get ec2(): CloudAwsIntegrationsEc2OutputReference;
3216
+ putEc2(value: CloudAwsIntegrationsEc2): void;
3217
+ resetEc2(): void;
3218
+ get ec2Input(): CloudAwsIntegrationsEc2 | undefined;
3219
+ private _ecs;
3220
+ get ecs(): CloudAwsIntegrationsEcsOutputReference;
3221
+ putEcs(value: CloudAwsIntegrationsEcs): void;
3222
+ resetEcs(): void;
3223
+ get ecsInput(): CloudAwsIntegrationsEcs | undefined;
3224
+ private _efs;
3225
+ get efs(): CloudAwsIntegrationsEfsOutputReference;
3226
+ putEfs(value: CloudAwsIntegrationsEfs): void;
3227
+ resetEfs(): void;
3228
+ get efsInput(): CloudAwsIntegrationsEfs | undefined;
3229
+ private _elasticache;
3230
+ get elasticache(): CloudAwsIntegrationsElasticacheOutputReference;
3231
+ putElasticache(value: CloudAwsIntegrationsElasticache): void;
3232
+ resetElasticache(): void;
3233
+ get elasticacheInput(): CloudAwsIntegrationsElasticache | undefined;
3234
+ private _elasticbeanstalk;
3235
+ get elasticbeanstalk(): CloudAwsIntegrationsElasticbeanstalkOutputReference;
3236
+ putElasticbeanstalk(value: CloudAwsIntegrationsElasticbeanstalk): void;
3237
+ resetElasticbeanstalk(): void;
3238
+ get elasticbeanstalkInput(): CloudAwsIntegrationsElasticbeanstalk | undefined;
3239
+ private _elasticsearch;
3240
+ get elasticsearch(): CloudAwsIntegrationsElasticsearchOutputReference;
3241
+ putElasticsearch(value: CloudAwsIntegrationsElasticsearch): void;
3242
+ resetElasticsearch(): void;
3243
+ get elasticsearchInput(): CloudAwsIntegrationsElasticsearch | undefined;
3244
+ private _elb;
3245
+ get elb(): CloudAwsIntegrationsElbOutputReference;
3246
+ putElb(value: CloudAwsIntegrationsElb): void;
3247
+ resetElb(): void;
3248
+ get elbInput(): CloudAwsIntegrationsElb | undefined;
3249
+ private _emr;
3250
+ get emr(): CloudAwsIntegrationsEmrOutputReference;
3251
+ putEmr(value: CloudAwsIntegrationsEmr): void;
3252
+ resetEmr(): void;
3253
+ get emrInput(): CloudAwsIntegrationsEmr | undefined;
3254
+ private _health;
3255
+ get health(): CloudAwsIntegrationsHealthOutputReference;
3256
+ putHealth(value: CloudAwsIntegrationsHealth): void;
3257
+ resetHealth(): void;
3258
+ get healthInput(): CloudAwsIntegrationsHealth | undefined;
3259
+ private _iam;
3260
+ get iam(): CloudAwsIntegrationsIamOutputReference;
3261
+ putIam(value: CloudAwsIntegrationsIam): void;
3262
+ resetIam(): void;
3263
+ get iamInput(): CloudAwsIntegrationsIam | undefined;
3264
+ private _iot;
3265
+ get iot(): CloudAwsIntegrationsIotOutputReference;
3266
+ putIot(value: CloudAwsIntegrationsIot): void;
3267
+ resetIot(): void;
3268
+ get iotInput(): CloudAwsIntegrationsIot | undefined;
3269
+ private _kinesis;
3270
+ get kinesis(): CloudAwsIntegrationsKinesisOutputReference;
3271
+ putKinesis(value: CloudAwsIntegrationsKinesis): void;
3272
+ resetKinesis(): void;
3273
+ get kinesisInput(): CloudAwsIntegrationsKinesis | undefined;
3274
+ private _kinesisFirehose;
3275
+ get kinesisFirehose(): CloudAwsIntegrationsKinesisFirehoseOutputReference;
3276
+ putKinesisFirehose(value: CloudAwsIntegrationsKinesisFirehose): void;
3277
+ resetKinesisFirehose(): void;
3278
+ get kinesisFirehoseInput(): CloudAwsIntegrationsKinesisFirehose | undefined;
3279
+ private _lambda;
3280
+ get lambda(): CloudAwsIntegrationsLambdaOutputReference;
3281
+ putLambda(value: CloudAwsIntegrationsLambda): void;
3282
+ resetLambda(): void;
3283
+ get lambdaInput(): CloudAwsIntegrationsLambda | undefined;
3284
+ private _rds;
3285
+ get rds(): CloudAwsIntegrationsRdsOutputReference;
3286
+ putRds(value: CloudAwsIntegrationsRds): void;
3287
+ resetRds(): void;
3288
+ get rdsInput(): CloudAwsIntegrationsRds | undefined;
3289
+ private _redshift;
3290
+ get redshift(): CloudAwsIntegrationsRedshiftOutputReference;
3291
+ putRedshift(value: CloudAwsIntegrationsRedshift): void;
3292
+ resetRedshift(): void;
3293
+ get redshiftInput(): CloudAwsIntegrationsRedshift | undefined;
3294
+ private _route53;
3295
+ get route53(): CloudAwsIntegrationsRoute53OutputReference;
3296
+ putRoute53(value: CloudAwsIntegrationsRoute53): void;
3297
+ resetRoute53(): void;
3298
+ get route53Input(): CloudAwsIntegrationsRoute53 | undefined;
3299
+ private _s3;
3300
+ get s3(): CloudAwsIntegrationsS3OutputReference;
3301
+ putS3(value: CloudAwsIntegrationsS3): void;
3302
+ resetS3(): void;
3303
+ get s3Input(): CloudAwsIntegrationsS3 | undefined;
3304
+ private _securityHub;
3305
+ get securityHub(): CloudAwsIntegrationsSecurityHubOutputReference;
3306
+ putSecurityHub(value: CloudAwsIntegrationsSecurityHub): void;
3307
+ resetSecurityHub(): void;
3308
+ get securityHubInput(): CloudAwsIntegrationsSecurityHub | undefined;
3309
+ private _ses;
3310
+ get ses(): CloudAwsIntegrationsSesOutputReference;
3311
+ putSes(value: CloudAwsIntegrationsSes): void;
3312
+ resetSes(): void;
3313
+ get sesInput(): CloudAwsIntegrationsSes | undefined;
3314
+ private _sns;
3315
+ get sns(): CloudAwsIntegrationsSnsOutputReference;
3316
+ putSns(value: CloudAwsIntegrationsSns): void;
3317
+ resetSns(): void;
3318
+ get snsInput(): CloudAwsIntegrationsSns | undefined;
3319
+ private _sqs;
3320
+ get sqs(): CloudAwsIntegrationsSqsOutputReference;
3321
+ putSqs(value: CloudAwsIntegrationsSqs): void;
3322
+ resetSqs(): void;
3323
+ get sqsInput(): CloudAwsIntegrationsSqs | undefined;
3324
+ private _trustedAdvisor;
3325
+ get trustedAdvisor(): CloudAwsIntegrationsTrustedAdvisorOutputReference;
3326
+ putTrustedAdvisor(value: CloudAwsIntegrationsTrustedAdvisor): void;
3327
+ resetTrustedAdvisor(): void;
3328
+ get trustedAdvisorInput(): CloudAwsIntegrationsTrustedAdvisor | undefined;
3329
+ private _vpc;
3330
+ get vpc(): CloudAwsIntegrationsVpcOutputReference;
3331
+ putVpc(value: CloudAwsIntegrationsVpc): void;
3332
+ resetVpc(): void;
3333
+ get vpcInput(): CloudAwsIntegrationsVpc | undefined;
3334
+ private _xRay;
3335
+ get xRay(): CloudAwsIntegrationsXRayOutputReference;
3336
+ putXRay(value: CloudAwsIntegrationsXRay): void;
3337
+ resetXRay(): void;
3338
+ get xRayInput(): CloudAwsIntegrationsXRay | undefined;
3339
+ protected synthesizeAttributes(): {
3340
+ [name: string]: any;
3341
+ };
3342
+ protected synthesizeHclAttributes(): {
3343
+ [name: string]: any;
3344
+ };
3345
+ }