@cdktf-providers/newrelic 3.75.4

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