@cdktn/provider-newrelic 14.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (154) hide show
  1. package/.jsii +198156 -0
  2. package/LICENSE +355 -0
  3. package/README.md +94 -0
  4. package/lib/account-management/index.d.ts +122 -0
  5. package/lib/account-management/index.js +293 -0
  6. package/lib/alert-channel/index.d.ts +351 -0
  7. package/lib/alert-channel/index.js +769 -0
  8. package/lib/alert-compound-condition/index.d.ts +233 -0
  9. package/lib/alert-compound-condition/index.js +506 -0
  10. package/lib/alert-condition/index.d.ts +271 -0
  11. package/lib/alert-condition/index.js +558 -0
  12. package/lib/alert-muting-rule/index.d.ts +309 -0
  13. package/lib/alert-muting-rule/index.js +714 -0
  14. package/lib/alert-policy/index.d.ts +91 -0
  15. package/lib/alert-policy/index.js +174 -0
  16. package/lib/alert-policy-channel/index.d.ts +114 -0
  17. package/lib/alert-policy-channel/index.js +258 -0
  18. package/lib/api-access-key/index.d.ts +102 -0
  19. package/lib/api-access-key/index.js +220 -0
  20. package/lib/application-settings/index.d.ts +414 -0
  21. package/lib/application-settings/index.js +944 -0
  22. package/lib/browser-application/index.d.ts +149 -0
  23. package/lib/browser-application/index.js +341 -0
  24. package/lib/cloud-aws-eu-sovereign-integrations/index.d.ts +199 -0
  25. package/lib/cloud-aws-eu-sovereign-integrations/index.js +481 -0
  26. package/lib/cloud-aws-eu-sovereign-link-account/index.d.ts +90 -0
  27. package/lib/cloud-aws-eu-sovereign-link-account/index.js +171 -0
  28. package/lib/cloud-aws-govcloud-integrations/index.d.ts +1523 -0
  29. package/lib/cloud-aws-govcloud-integrations/index.js +3776 -0
  30. package/lib/cloud-aws-govcloud-link-account/index.d.ts +90 -0
  31. package/lib/cloud-aws-govcloud-link-account/index.js +171 -0
  32. package/lib/cloud-aws-integrations/index.d.ts +3345 -0
  33. package/lib/cloud-aws-integrations/index.js +8599 -0
  34. package/lib/cloud-aws-link-account/index.d.ts +90 -0
  35. package/lib/cloud-aws-link-account/index.js +171 -0
  36. package/lib/cloud-azure-integrations/index.d.ts +1666 -0
  37. package/lib/cloud-azure-integrations/index.js +4361 -0
  38. package/lib/cloud-azure-link-account/index.d.ts +109 -0
  39. package/lib/cloud-azure-link-account/index.js +204 -0
  40. package/lib/cloud-gcp-integrations/index.d.ts +1049 -0
  41. package/lib/cloud-gcp-integrations/index.js +2810 -0
  42. package/lib/cloud-gcp-link-account/index.d.ts +79 -0
  43. package/lib/cloud-gcp-link-account/index.js +150 -0
  44. package/lib/cloud-oci-link-account/index.d.ts +195 -0
  45. package/lib/cloud-oci-link-account/index.js +366 -0
  46. package/lib/data-newrelic-account/index.d.ts +82 -0
  47. package/lib/data-newrelic-account/index.js +160 -0
  48. package/lib/data-newrelic-alert-channel/index.d.ts +126 -0
  49. package/lib/data-newrelic-alert-channel/index.js +298 -0
  50. package/lib/data-newrelic-alert-policy/index.d.ts +82 -0
  51. package/lib/data-newrelic-alert-policy/index.js +161 -0
  52. package/lib/data-newrelic-application/index.d.ts +60 -0
  53. package/lib/data-newrelic-application/index.js +122 -0
  54. package/lib/data-newrelic-authentication-domain/index.d.ts +47 -0
  55. package/lib/data-newrelic-authentication-domain/index.js +97 -0
  56. package/lib/data-newrelic-cloud-account/index.d.ts +79 -0
  57. package/lib/data-newrelic-cloud-account/index.js +150 -0
  58. package/lib/data-newrelic-entity/index.d.ts +189 -0
  59. package/lib/data-newrelic-entity/index.js +401 -0
  60. package/lib/data-newrelic-group/index.d.ts +58 -0
  61. package/lib/data-newrelic-group/index.js +116 -0
  62. package/lib/data-newrelic-key-transaction/index.d.ts +82 -0
  63. package/lib/data-newrelic-key-transaction/index.js +161 -0
  64. package/lib/data-newrelic-notification-destination/index.d.ts +165 -0
  65. package/lib/data-newrelic-notification-destination/index.js +372 -0
  66. package/lib/data-newrelic-obfuscation-expression/index.d.ts +69 -0
  67. package/lib/data-newrelic-obfuscation-expression/index.js +132 -0
  68. package/lib/data-newrelic-service-level-alert-helper/index.d.ts +111 -0
  69. package/lib/data-newrelic-service-level-alert-helper/index.js +244 -0
  70. package/lib/data-newrelic-synthetics-private-location/index.d.ts +80 -0
  71. package/lib/data-newrelic-synthetics-private-location/index.js +153 -0
  72. package/lib/data-newrelic-synthetics-secure-credential/index.d.ts +71 -0
  73. package/lib/data-newrelic-synthetics-secure-credential/index.js +140 -0
  74. package/lib/data-newrelic-test-grok-pattern/index.d.ts +149 -0
  75. package/lib/data-newrelic-test-grok-pattern/index.js +318 -0
  76. package/lib/data-newrelic-user/index.d.ts +69 -0
  77. package/lib/data-newrelic-user/index.js +136 -0
  78. package/lib/data-partition-rule/index.d.ts +146 -0
  79. package/lib/data-partition-rule/index.js +319 -0
  80. package/lib/entity-tags/index.d.ts +156 -0
  81. package/lib/entity-tags/index.js +368 -0
  82. package/lib/events-to-metrics-rule/index.d.ts +102 -0
  83. package/lib/events-to-metrics-rule/index.js +196 -0
  84. package/lib/group/index.d.ts +79 -0
  85. package/lib/group/index.js +150 -0
  86. package/lib/index.d.ts +74 -0
  87. package/lib/index.js +80 -0
  88. package/lib/infra-alert-condition/index.d.ts +293 -0
  89. package/lib/infra-alert-condition/index.js +665 -0
  90. package/lib/insights-event/index.d.ts +186 -0
  91. package/lib/insights-event/index.js +425 -0
  92. package/lib/key-transaction/index.d.ts +100 -0
  93. package/lib/key-transaction/index.js +191 -0
  94. package/lib/lazy-index.d.ts +4 -0
  95. package/lib/lazy-index.js +77 -0
  96. package/lib/log-parsing-rule/index.d.ts +132 -0
  97. package/lib/log-parsing-rule/index.js +250 -0
  98. package/lib/monitor-downtime/index.d.ts +259 -0
  99. package/lib/monitor-downtime/index.js +594 -0
  100. package/lib/notification-channel/index.d.ts +240 -0
  101. package/lib/notification-channel/index.js +546 -0
  102. package/lib/notification-destination/index.d.ts +406 -0
  103. package/lib/notification-destination/index.js +1030 -0
  104. package/lib/nrql-alert-condition/index.d.ts +976 -0
  105. package/lib/nrql-alert-condition/index.js +2320 -0
  106. package/lib/nrql-drop-rule/index.d.ts +127 -0
  107. package/lib/nrql-drop-rule/index.js +287 -0
  108. package/lib/obfuscation-expression/index.d.ts +90 -0
  109. package/lib/obfuscation-expression/index.js +171 -0
  110. package/lib/obfuscation-rule/index.d.ts +173 -0
  111. package/lib/obfuscation-rule/index.js +361 -0
  112. package/lib/one-dashboard/index-structs/index.d.ts +6 -0
  113. package/lib/one-dashboard/index-structs/index.js +23 -0
  114. package/lib/one-dashboard/index-structs/structs0.d.ts +7000 -0
  115. package/lib/one-dashboard/index-structs/structs0.js +17966 -0
  116. package/lib/one-dashboard/index-structs/structs400.d.ts +3703 -0
  117. package/lib/one-dashboard/index-structs/structs400.js +9484 -0
  118. package/lib/one-dashboard/index.d.ts +116 -0
  119. package/lib/one-dashboard/index.js +246 -0
  120. package/lib/one-dashboard-json/index.d.ts +116 -0
  121. package/lib/one-dashboard-json/index.js +278 -0
  122. package/lib/one-dashboard-raw/index.d.ts +278 -0
  123. package/lib/one-dashboard-raw/index.js +646 -0
  124. package/lib/pipeline-cloud-rule/index.d.ts +90 -0
  125. package/lib/pipeline-cloud-rule/index.js +171 -0
  126. package/lib/provider/index.d.ts +164 -0
  127. package/lib/provider/index.js +354 -0
  128. package/lib/service-level/index.d.ts +505 -0
  129. package/lib/service-level/index.js +1429 -0
  130. package/lib/synthetics-alert-condition/index.d.ts +101 -0
  131. package/lib/synthetics-alert-condition/index.js +193 -0
  132. package/lib/synthetics-broken-links-monitor/index.d.ts +221 -0
  133. package/lib/synthetics-broken-links-monitor/index.js +455 -0
  134. package/lib/synthetics-cert-check-monitor/index.d.ts +226 -0
  135. package/lib/synthetics-cert-check-monitor/index.js +469 -0
  136. package/lib/synthetics-monitor/index.d.ts +408 -0
  137. package/lib/synthetics-monitor/index.js +843 -0
  138. package/lib/synthetics-multilocation-alert-condition/index.d.ts +181 -0
  139. package/lib/synthetics-multilocation-alert-condition/index.js +403 -0
  140. package/lib/synthetics-private-location/index.d.ts +94 -0
  141. package/lib/synthetics-private-location/index.js +187 -0
  142. package/lib/synthetics-script-monitor/index.d.ts +352 -0
  143. package/lib/synthetics-script-monitor/index.js +736 -0
  144. package/lib/synthetics-secure-credential/index.d.ts +136 -0
  145. package/lib/synthetics-secure-credential/index.js +300 -0
  146. package/lib/synthetics-step-monitor/index.d.ts +372 -0
  147. package/lib/synthetics-step-monitor/index.js +809 -0
  148. package/lib/user/index.d.ts +89 -0
  149. package/lib/user/index.js +168 -0
  150. package/lib/workflow/index.d.ts +445 -0
  151. package/lib/workflow/index.js +1058 -0
  152. package/lib/workload/index.d.ts +518 -0
  153. package/lib/workload/index.js +1279 -0
  154. package/package.json +155 -0
@@ -0,0 +1,1523 @@
1
+ /**
2
+ * Copyright IBM Corp. 2021, 2026
3
+ * SPDX-License-Identifier: MPL-2.0
4
+ */
5
+ import { Construct } from 'constructs';
6
+ import * as cdktn from 'cdktn';
7
+ export interface CloudAwsGovcloudIntegrationsConfig extends cdktn.TerraformMetaArguments {
8
+ /**
9
+ * The ID of the account in New Relic.
10
+ *
11
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#account_id CloudAwsGovcloudIntegrations#account_id}
12
+ */
13
+ readonly accountId?: number;
14
+ /**
15
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#id CloudAwsGovcloudIntegrations#id}
16
+ *
17
+ * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
18
+ * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
19
+ */
20
+ readonly id?: string;
21
+ /**
22
+ * The ID of the linked AwsGovCloud account in New Relic
23
+ *
24
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#linked_account_id CloudAwsGovcloudIntegrations#linked_account_id}
25
+ */
26
+ readonly linkedAccountId: number;
27
+ /**
28
+ * alb block
29
+ *
30
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#alb CloudAwsGovcloudIntegrations#alb}
31
+ */
32
+ readonly alb?: CloudAwsGovcloudIntegrationsAlb;
33
+ /**
34
+ * api_gateway block
35
+ *
36
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#api_gateway CloudAwsGovcloudIntegrations#api_gateway}
37
+ */
38
+ readonly apiGateway?: CloudAwsGovcloudIntegrationsApiGateway;
39
+ /**
40
+ * auto_scaling block
41
+ *
42
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#auto_scaling CloudAwsGovcloudIntegrations#auto_scaling}
43
+ */
44
+ readonly autoScaling?: CloudAwsGovcloudIntegrationsAutoScaling;
45
+ /**
46
+ * aws_direct_connect block
47
+ *
48
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#aws_direct_connect CloudAwsGovcloudIntegrations#aws_direct_connect}
49
+ */
50
+ readonly awsDirectConnect?: CloudAwsGovcloudIntegrationsAwsDirectConnect;
51
+ /**
52
+ * aws_states block
53
+ *
54
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#aws_states CloudAwsGovcloudIntegrations#aws_states}
55
+ */
56
+ readonly awsStates?: CloudAwsGovcloudIntegrationsAwsStates;
57
+ /**
58
+ * cloudtrail block
59
+ *
60
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#cloudtrail CloudAwsGovcloudIntegrations#cloudtrail}
61
+ */
62
+ readonly cloudtrail?: CloudAwsGovcloudIntegrationsCloudtrail;
63
+ /**
64
+ * dynamo_db block
65
+ *
66
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#dynamo_db CloudAwsGovcloudIntegrations#dynamo_db}
67
+ */
68
+ readonly dynamoDb?: CloudAwsGovcloudIntegrationsDynamoDb;
69
+ /**
70
+ * ebs block
71
+ *
72
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#ebs CloudAwsGovcloudIntegrations#ebs}
73
+ */
74
+ readonly ebs?: CloudAwsGovcloudIntegrationsEbs;
75
+ /**
76
+ * ec2 block
77
+ *
78
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#ec2 CloudAwsGovcloudIntegrations#ec2}
79
+ */
80
+ readonly ec2?: CloudAwsGovcloudIntegrationsEc2;
81
+ /**
82
+ * elastic_search block
83
+ *
84
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#elastic_search CloudAwsGovcloudIntegrations#elastic_search}
85
+ */
86
+ readonly elasticSearch?: CloudAwsGovcloudIntegrationsElasticSearch;
87
+ /**
88
+ * elb block
89
+ *
90
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#elb CloudAwsGovcloudIntegrations#elb}
91
+ */
92
+ readonly elb?: CloudAwsGovcloudIntegrationsElb;
93
+ /**
94
+ * emr block
95
+ *
96
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#emr CloudAwsGovcloudIntegrations#emr}
97
+ */
98
+ readonly emr?: CloudAwsGovcloudIntegrationsEmr;
99
+ /**
100
+ * iam block
101
+ *
102
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#iam CloudAwsGovcloudIntegrations#iam}
103
+ */
104
+ readonly iam?: CloudAwsGovcloudIntegrationsIam;
105
+ /**
106
+ * lambda block
107
+ *
108
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#lambda CloudAwsGovcloudIntegrations#lambda}
109
+ */
110
+ readonly lambda?: CloudAwsGovcloudIntegrationsLambda;
111
+ /**
112
+ * rds block
113
+ *
114
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#rds CloudAwsGovcloudIntegrations#rds}
115
+ */
116
+ readonly rds?: CloudAwsGovcloudIntegrationsRds;
117
+ /**
118
+ * red_shift block
119
+ *
120
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#red_shift CloudAwsGovcloudIntegrations#red_shift}
121
+ */
122
+ readonly redShift?: CloudAwsGovcloudIntegrationsRedShift;
123
+ /**
124
+ * route53 block
125
+ *
126
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#route53 CloudAwsGovcloudIntegrations#route53}
127
+ */
128
+ readonly route53?: CloudAwsGovcloudIntegrationsRoute53;
129
+ /**
130
+ * s3 block
131
+ *
132
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#s3 CloudAwsGovcloudIntegrations#s3}
133
+ */
134
+ readonly s3?: CloudAwsGovcloudIntegrationsS3;
135
+ /**
136
+ * sns block
137
+ *
138
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#sns CloudAwsGovcloudIntegrations#sns}
139
+ */
140
+ readonly sns?: CloudAwsGovcloudIntegrationsSns;
141
+ /**
142
+ * sqs block
143
+ *
144
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#sqs CloudAwsGovcloudIntegrations#sqs}
145
+ */
146
+ readonly sqs?: CloudAwsGovcloudIntegrationsSqs;
147
+ }
148
+ export interface CloudAwsGovcloudIntegrationsAlb {
149
+ /**
150
+ * Specify each AWS region that includes the resources that you want to monitor
151
+ *
152
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
153
+ */
154
+ readonly awsRegions?: string[];
155
+ /**
156
+ * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
157
+ *
158
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory}
159
+ */
160
+ readonly fetchExtendedInventory?: boolean | cdktn.IResolvable;
161
+ /**
162
+ * Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
163
+ *
164
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags}
165
+ */
166
+ readonly fetchTags?: boolean | cdktn.IResolvable;
167
+ /**
168
+ * Specify each name or prefix for the LBs that you want to monitor. Filter values are case-sensitive.
169
+ *
170
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#load_balancer_prefixes CloudAwsGovcloudIntegrations#load_balancer_prefixes}
171
+ */
172
+ readonly loadBalancerPrefixes?: string[];
173
+ /**
174
+ * The data polling interval in seconds
175
+ *
176
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
177
+ */
178
+ readonly metricsPollingInterval?: number;
179
+ /**
180
+ * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
181
+ *
182
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
183
+ */
184
+ readonly tagKey?: string;
185
+ /**
186
+ * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
187
+ *
188
+ *
189
+ *
190
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
191
+ */
192
+ readonly tagValue?: string;
193
+ }
194
+ export declare function cloudAwsGovcloudIntegrationsAlbToTerraform(struct?: CloudAwsGovcloudIntegrationsAlbOutputReference | CloudAwsGovcloudIntegrationsAlb): any;
195
+ export declare function cloudAwsGovcloudIntegrationsAlbToHclTerraform(struct?: CloudAwsGovcloudIntegrationsAlbOutputReference | CloudAwsGovcloudIntegrationsAlb): any;
196
+ export declare class CloudAwsGovcloudIntegrationsAlbOutputReference extends cdktn.ComplexObject {
197
+ private isEmptyObject;
198
+ /**
199
+ * @param terraformResource The parent resource
200
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
201
+ */
202
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
203
+ get internalValue(): CloudAwsGovcloudIntegrationsAlb | undefined;
204
+ set internalValue(value: CloudAwsGovcloudIntegrationsAlb | undefined);
205
+ private _awsRegions?;
206
+ get awsRegions(): string[];
207
+ set awsRegions(value: string[]);
208
+ resetAwsRegions(): void;
209
+ get awsRegionsInput(): string[] | undefined;
210
+ private _fetchExtendedInventory?;
211
+ get fetchExtendedInventory(): boolean | cdktn.IResolvable;
212
+ set fetchExtendedInventory(value: boolean | cdktn.IResolvable);
213
+ resetFetchExtendedInventory(): void;
214
+ get fetchExtendedInventoryInput(): boolean | cdktn.IResolvable | undefined;
215
+ private _fetchTags?;
216
+ get fetchTags(): boolean | cdktn.IResolvable;
217
+ set fetchTags(value: boolean | cdktn.IResolvable);
218
+ resetFetchTags(): void;
219
+ get fetchTagsInput(): boolean | cdktn.IResolvable | undefined;
220
+ private _loadBalancerPrefixes?;
221
+ get loadBalancerPrefixes(): string[];
222
+ set loadBalancerPrefixes(value: string[]);
223
+ resetLoadBalancerPrefixes(): void;
224
+ get loadBalancerPrefixesInput(): string[] | undefined;
225
+ private _metricsPollingInterval?;
226
+ get metricsPollingInterval(): number;
227
+ set metricsPollingInterval(value: number);
228
+ resetMetricsPollingInterval(): void;
229
+ get metricsPollingIntervalInput(): number | undefined;
230
+ private _tagKey?;
231
+ get tagKey(): string;
232
+ set tagKey(value: string);
233
+ resetTagKey(): void;
234
+ get tagKeyInput(): string | undefined;
235
+ private _tagValue?;
236
+ get tagValue(): string;
237
+ set tagValue(value: string);
238
+ resetTagValue(): void;
239
+ get tagValueInput(): string | undefined;
240
+ }
241
+ export interface CloudAwsGovcloudIntegrationsApiGateway {
242
+ /**
243
+ * Specify each AWS region that includes the resources that you want to monitor
244
+ *
245
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
246
+ */
247
+ readonly awsRegions?: string[];
248
+ /**
249
+ * The data polling interval in seconds
250
+ *
251
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
252
+ */
253
+ readonly metricsPollingInterval?: number;
254
+ /**
255
+ * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
256
+ *
257
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#stage_prefixes CloudAwsGovcloudIntegrations#stage_prefixes}
258
+ */
259
+ readonly stagePrefixes?: string[];
260
+ /**
261
+ * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
262
+ *
263
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
264
+ */
265
+ readonly tagKey?: string;
266
+ /**
267
+ * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
268
+ *
269
+ *
270
+ *
271
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
272
+ */
273
+ readonly tagValue?: string;
274
+ }
275
+ export declare function cloudAwsGovcloudIntegrationsApiGatewayToTerraform(struct?: CloudAwsGovcloudIntegrationsApiGatewayOutputReference | CloudAwsGovcloudIntegrationsApiGateway): any;
276
+ export declare function cloudAwsGovcloudIntegrationsApiGatewayToHclTerraform(struct?: CloudAwsGovcloudIntegrationsApiGatewayOutputReference | CloudAwsGovcloudIntegrationsApiGateway): any;
277
+ export declare class CloudAwsGovcloudIntegrationsApiGatewayOutputReference extends cdktn.ComplexObject {
278
+ private isEmptyObject;
279
+ /**
280
+ * @param terraformResource The parent resource
281
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
282
+ */
283
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
284
+ get internalValue(): CloudAwsGovcloudIntegrationsApiGateway | undefined;
285
+ set internalValue(value: CloudAwsGovcloudIntegrationsApiGateway | undefined);
286
+ private _awsRegions?;
287
+ get awsRegions(): string[];
288
+ set awsRegions(value: string[]);
289
+ resetAwsRegions(): void;
290
+ get awsRegionsInput(): string[] | undefined;
291
+ private _metricsPollingInterval?;
292
+ get metricsPollingInterval(): number;
293
+ set metricsPollingInterval(value: number);
294
+ resetMetricsPollingInterval(): void;
295
+ get metricsPollingIntervalInput(): number | undefined;
296
+ private _stagePrefixes?;
297
+ get stagePrefixes(): string[];
298
+ set stagePrefixes(value: string[]);
299
+ resetStagePrefixes(): void;
300
+ get stagePrefixesInput(): string[] | undefined;
301
+ private _tagKey?;
302
+ get tagKey(): string;
303
+ set tagKey(value: string);
304
+ resetTagKey(): void;
305
+ get tagKeyInput(): string | undefined;
306
+ private _tagValue?;
307
+ get tagValue(): string;
308
+ set tagValue(value: string);
309
+ resetTagValue(): void;
310
+ get tagValueInput(): string | undefined;
311
+ }
312
+ export interface CloudAwsGovcloudIntegrationsAutoScaling {
313
+ /**
314
+ * Specify each AWS region that includes the resources that you want to monitor
315
+ *
316
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
317
+ */
318
+ readonly awsRegions?: string[];
319
+ /**
320
+ * The data polling interval in seconds
321
+ *
322
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
323
+ */
324
+ readonly metricsPollingInterval?: number;
325
+ }
326
+ export declare function cloudAwsGovcloudIntegrationsAutoScalingToTerraform(struct?: CloudAwsGovcloudIntegrationsAutoScalingOutputReference | CloudAwsGovcloudIntegrationsAutoScaling): any;
327
+ export declare function cloudAwsGovcloudIntegrationsAutoScalingToHclTerraform(struct?: CloudAwsGovcloudIntegrationsAutoScalingOutputReference | CloudAwsGovcloudIntegrationsAutoScaling): any;
328
+ export declare class CloudAwsGovcloudIntegrationsAutoScalingOutputReference extends cdktn.ComplexObject {
329
+ private isEmptyObject;
330
+ /**
331
+ * @param terraformResource The parent resource
332
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
333
+ */
334
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
335
+ get internalValue(): CloudAwsGovcloudIntegrationsAutoScaling | undefined;
336
+ set internalValue(value: CloudAwsGovcloudIntegrationsAutoScaling | undefined);
337
+ private _awsRegions?;
338
+ get awsRegions(): string[];
339
+ set awsRegions(value: string[]);
340
+ resetAwsRegions(): void;
341
+ get awsRegionsInput(): string[] | undefined;
342
+ private _metricsPollingInterval?;
343
+ get metricsPollingInterval(): number;
344
+ set metricsPollingInterval(value: number);
345
+ resetMetricsPollingInterval(): void;
346
+ get metricsPollingIntervalInput(): number | undefined;
347
+ }
348
+ export interface CloudAwsGovcloudIntegrationsAwsDirectConnect {
349
+ /**
350
+ * Specify each AWS region that includes the resources that you want to monitor
351
+ *
352
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
353
+ */
354
+ readonly awsRegions?: string[];
355
+ /**
356
+ * The data polling interval in seconds
357
+ *
358
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
359
+ */
360
+ readonly metricsPollingInterval?: number;
361
+ }
362
+ export declare function cloudAwsGovcloudIntegrationsAwsDirectConnectToTerraform(struct?: CloudAwsGovcloudIntegrationsAwsDirectConnectOutputReference | CloudAwsGovcloudIntegrationsAwsDirectConnect): any;
363
+ export declare function cloudAwsGovcloudIntegrationsAwsDirectConnectToHclTerraform(struct?: CloudAwsGovcloudIntegrationsAwsDirectConnectOutputReference | CloudAwsGovcloudIntegrationsAwsDirectConnect): any;
364
+ export declare class CloudAwsGovcloudIntegrationsAwsDirectConnectOutputReference extends cdktn.ComplexObject {
365
+ private isEmptyObject;
366
+ /**
367
+ * @param terraformResource The parent resource
368
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
369
+ */
370
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
371
+ get internalValue(): CloudAwsGovcloudIntegrationsAwsDirectConnect | undefined;
372
+ set internalValue(value: CloudAwsGovcloudIntegrationsAwsDirectConnect | undefined);
373
+ private _awsRegions?;
374
+ get awsRegions(): string[];
375
+ set awsRegions(value: string[]);
376
+ resetAwsRegions(): void;
377
+ get awsRegionsInput(): string[] | undefined;
378
+ private _metricsPollingInterval?;
379
+ get metricsPollingInterval(): number;
380
+ set metricsPollingInterval(value: number);
381
+ resetMetricsPollingInterval(): void;
382
+ get metricsPollingIntervalInput(): number | undefined;
383
+ }
384
+ export interface CloudAwsGovcloudIntegrationsAwsStates {
385
+ /**
386
+ * Specify each AWS region that includes the resources that you want to monitor
387
+ *
388
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
389
+ */
390
+ readonly awsRegions?: string[];
391
+ /**
392
+ * The data polling interval in seconds
393
+ *
394
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
395
+ */
396
+ readonly metricsPollingInterval?: number;
397
+ }
398
+ export declare function cloudAwsGovcloudIntegrationsAwsStatesToTerraform(struct?: CloudAwsGovcloudIntegrationsAwsStatesOutputReference | CloudAwsGovcloudIntegrationsAwsStates): any;
399
+ export declare function cloudAwsGovcloudIntegrationsAwsStatesToHclTerraform(struct?: CloudAwsGovcloudIntegrationsAwsStatesOutputReference | CloudAwsGovcloudIntegrationsAwsStates): any;
400
+ export declare class CloudAwsGovcloudIntegrationsAwsStatesOutputReference extends cdktn.ComplexObject {
401
+ private isEmptyObject;
402
+ /**
403
+ * @param terraformResource The parent resource
404
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
405
+ */
406
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
407
+ get internalValue(): CloudAwsGovcloudIntegrationsAwsStates | undefined;
408
+ set internalValue(value: CloudAwsGovcloudIntegrationsAwsStates | undefined);
409
+ private _awsRegions?;
410
+ get awsRegions(): string[];
411
+ set awsRegions(value: string[]);
412
+ resetAwsRegions(): void;
413
+ get awsRegionsInput(): string[] | undefined;
414
+ private _metricsPollingInterval?;
415
+ get metricsPollingInterval(): number;
416
+ set metricsPollingInterval(value: number);
417
+ resetMetricsPollingInterval(): void;
418
+ get metricsPollingIntervalInput(): number | undefined;
419
+ }
420
+ export interface CloudAwsGovcloudIntegrationsCloudtrail {
421
+ /**
422
+ * Specify each AWS region that includes the resources that you want to monitor
423
+ *
424
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
425
+ */
426
+ readonly awsRegions?: string[];
427
+ /**
428
+ * The data polling interval in seconds
429
+ *
430
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
431
+ */
432
+ readonly metricsPollingInterval?: number;
433
+ }
434
+ export declare function cloudAwsGovcloudIntegrationsCloudtrailToTerraform(struct?: CloudAwsGovcloudIntegrationsCloudtrailOutputReference | CloudAwsGovcloudIntegrationsCloudtrail): any;
435
+ export declare function cloudAwsGovcloudIntegrationsCloudtrailToHclTerraform(struct?: CloudAwsGovcloudIntegrationsCloudtrailOutputReference | CloudAwsGovcloudIntegrationsCloudtrail): any;
436
+ export declare class CloudAwsGovcloudIntegrationsCloudtrailOutputReference extends cdktn.ComplexObject {
437
+ private isEmptyObject;
438
+ /**
439
+ * @param terraformResource The parent resource
440
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
441
+ */
442
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
443
+ get internalValue(): CloudAwsGovcloudIntegrationsCloudtrail | undefined;
444
+ set internalValue(value: CloudAwsGovcloudIntegrationsCloudtrail | undefined);
445
+ private _awsRegions?;
446
+ get awsRegions(): string[];
447
+ set awsRegions(value: string[]);
448
+ resetAwsRegions(): void;
449
+ get awsRegionsInput(): string[] | undefined;
450
+ private _metricsPollingInterval?;
451
+ get metricsPollingInterval(): number;
452
+ set metricsPollingInterval(value: number);
453
+ resetMetricsPollingInterval(): void;
454
+ get metricsPollingIntervalInput(): number | undefined;
455
+ }
456
+ export interface CloudAwsGovcloudIntegrationsDynamoDb {
457
+ /**
458
+ * Specify each AWS region that includes the resources that you want to monitor
459
+ *
460
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
461
+ */
462
+ readonly awsRegions?: string[];
463
+ /**
464
+ * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
465
+ *
466
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory}
467
+ */
468
+ readonly fetchExtendedInventory?: boolean | cdktn.IResolvable;
469
+ /**
470
+ * Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
471
+ *
472
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags}
473
+ */
474
+ readonly fetchTags?: boolean | cdktn.IResolvable;
475
+ /**
476
+ * The data polling interval in seconds
477
+ *
478
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
479
+ */
480
+ readonly metricsPollingInterval?: number;
481
+ /**
482
+ * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
483
+ *
484
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
485
+ */
486
+ readonly tagKey?: string;
487
+ /**
488
+ * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
489
+ *
490
+ *
491
+ *
492
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
493
+ */
494
+ readonly tagValue?: string;
495
+ }
496
+ export declare function cloudAwsGovcloudIntegrationsDynamoDbToTerraform(struct?: CloudAwsGovcloudIntegrationsDynamoDbOutputReference | CloudAwsGovcloudIntegrationsDynamoDb): any;
497
+ export declare function cloudAwsGovcloudIntegrationsDynamoDbToHclTerraform(struct?: CloudAwsGovcloudIntegrationsDynamoDbOutputReference | CloudAwsGovcloudIntegrationsDynamoDb): any;
498
+ export declare class CloudAwsGovcloudIntegrationsDynamoDbOutputReference extends cdktn.ComplexObject {
499
+ private isEmptyObject;
500
+ /**
501
+ * @param terraformResource The parent resource
502
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
503
+ */
504
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
505
+ get internalValue(): CloudAwsGovcloudIntegrationsDynamoDb | undefined;
506
+ set internalValue(value: CloudAwsGovcloudIntegrationsDynamoDb | undefined);
507
+ private _awsRegions?;
508
+ get awsRegions(): string[];
509
+ set awsRegions(value: string[]);
510
+ resetAwsRegions(): void;
511
+ get awsRegionsInput(): string[] | undefined;
512
+ private _fetchExtendedInventory?;
513
+ get fetchExtendedInventory(): boolean | cdktn.IResolvable;
514
+ set fetchExtendedInventory(value: boolean | cdktn.IResolvable);
515
+ resetFetchExtendedInventory(): void;
516
+ get fetchExtendedInventoryInput(): boolean | cdktn.IResolvable | undefined;
517
+ private _fetchTags?;
518
+ get fetchTags(): boolean | cdktn.IResolvable;
519
+ set fetchTags(value: boolean | cdktn.IResolvable);
520
+ resetFetchTags(): void;
521
+ get fetchTagsInput(): boolean | cdktn.IResolvable | undefined;
522
+ private _metricsPollingInterval?;
523
+ get metricsPollingInterval(): number;
524
+ set metricsPollingInterval(value: number);
525
+ resetMetricsPollingInterval(): void;
526
+ get metricsPollingIntervalInput(): number | undefined;
527
+ private _tagKey?;
528
+ get tagKey(): string;
529
+ set tagKey(value: string);
530
+ resetTagKey(): void;
531
+ get tagKeyInput(): string | undefined;
532
+ private _tagValue?;
533
+ get tagValue(): string;
534
+ set tagValue(value: string);
535
+ resetTagValue(): void;
536
+ get tagValueInput(): string | undefined;
537
+ }
538
+ export interface CloudAwsGovcloudIntegrationsEbs {
539
+ /**
540
+ * Specify each AWS region that includes the resources that you want to monitor
541
+ *
542
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
543
+ */
544
+ readonly awsRegions?: string[];
545
+ /**
546
+ * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
547
+ *
548
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory}
549
+ */
550
+ readonly fetchExtendedInventory?: boolean | cdktn.IResolvable;
551
+ /**
552
+ * The data polling interval in seconds
553
+ *
554
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
555
+ */
556
+ readonly metricsPollingInterval?: number;
557
+ /**
558
+ * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
559
+ *
560
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
561
+ */
562
+ readonly tagKey?: string;
563
+ /**
564
+ * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
565
+ *
566
+ *
567
+ *
568
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
569
+ */
570
+ readonly tagValue?: string;
571
+ }
572
+ export declare function cloudAwsGovcloudIntegrationsEbsToTerraform(struct?: CloudAwsGovcloudIntegrationsEbsOutputReference | CloudAwsGovcloudIntegrationsEbs): any;
573
+ export declare function cloudAwsGovcloudIntegrationsEbsToHclTerraform(struct?: CloudAwsGovcloudIntegrationsEbsOutputReference | CloudAwsGovcloudIntegrationsEbs): any;
574
+ export declare class CloudAwsGovcloudIntegrationsEbsOutputReference extends cdktn.ComplexObject {
575
+ private isEmptyObject;
576
+ /**
577
+ * @param terraformResource The parent resource
578
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
579
+ */
580
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
581
+ get internalValue(): CloudAwsGovcloudIntegrationsEbs | undefined;
582
+ set internalValue(value: CloudAwsGovcloudIntegrationsEbs | undefined);
583
+ private _awsRegions?;
584
+ get awsRegions(): string[];
585
+ set awsRegions(value: string[]);
586
+ resetAwsRegions(): void;
587
+ get awsRegionsInput(): string[] | undefined;
588
+ private _fetchExtendedInventory?;
589
+ get fetchExtendedInventory(): boolean | cdktn.IResolvable;
590
+ set fetchExtendedInventory(value: boolean | cdktn.IResolvable);
591
+ resetFetchExtendedInventory(): void;
592
+ get fetchExtendedInventoryInput(): boolean | cdktn.IResolvable | undefined;
593
+ private _metricsPollingInterval?;
594
+ get metricsPollingInterval(): number;
595
+ set metricsPollingInterval(value: number);
596
+ resetMetricsPollingInterval(): void;
597
+ get metricsPollingIntervalInput(): number | undefined;
598
+ private _tagKey?;
599
+ get tagKey(): string;
600
+ set tagKey(value: string);
601
+ resetTagKey(): void;
602
+ get tagKeyInput(): string | undefined;
603
+ private _tagValue?;
604
+ get tagValue(): string;
605
+ set tagValue(value: string);
606
+ resetTagValue(): void;
607
+ get tagValueInput(): string | undefined;
608
+ }
609
+ export interface CloudAwsGovcloudIntegrationsEc2 {
610
+ /**
611
+ * Specify each AWS region that includes the resources that you want to monitor
612
+ *
613
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
614
+ */
615
+ readonly awsRegions?: string[];
616
+ /**
617
+ * Specify if IP addresses of ec2 instance should be collected
618
+ *
619
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#fetch_ip_addresses CloudAwsGovcloudIntegrations#fetch_ip_addresses}
620
+ */
621
+ readonly fetchIpAddresses?: boolean | cdktn.IResolvable;
622
+ /**
623
+ * The data polling interval in seconds
624
+ *
625
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
626
+ */
627
+ readonly metricsPollingInterval?: number;
628
+ /**
629
+ * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
630
+ *
631
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
632
+ */
633
+ readonly tagKey?: string;
634
+ /**
635
+ * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
636
+ *
637
+ *
638
+ *
639
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
640
+ */
641
+ readonly tagValue?: string;
642
+ }
643
+ export declare function cloudAwsGovcloudIntegrationsEc2ToTerraform(struct?: CloudAwsGovcloudIntegrationsEc2OutputReference | CloudAwsGovcloudIntegrationsEc2): any;
644
+ export declare function cloudAwsGovcloudIntegrationsEc2ToHclTerraform(struct?: CloudAwsGovcloudIntegrationsEc2OutputReference | CloudAwsGovcloudIntegrationsEc2): any;
645
+ export declare class CloudAwsGovcloudIntegrationsEc2OutputReference extends cdktn.ComplexObject {
646
+ private isEmptyObject;
647
+ /**
648
+ * @param terraformResource The parent resource
649
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
650
+ */
651
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
652
+ get internalValue(): CloudAwsGovcloudIntegrationsEc2 | undefined;
653
+ set internalValue(value: CloudAwsGovcloudIntegrationsEc2 | undefined);
654
+ private _awsRegions?;
655
+ get awsRegions(): string[];
656
+ set awsRegions(value: string[]);
657
+ resetAwsRegions(): void;
658
+ get awsRegionsInput(): string[] | undefined;
659
+ private _fetchIpAddresses?;
660
+ get fetchIpAddresses(): boolean | cdktn.IResolvable;
661
+ set fetchIpAddresses(value: boolean | cdktn.IResolvable);
662
+ resetFetchIpAddresses(): void;
663
+ get fetchIpAddressesInput(): boolean | cdktn.IResolvable | undefined;
664
+ private _metricsPollingInterval?;
665
+ get metricsPollingInterval(): number;
666
+ set metricsPollingInterval(value: number);
667
+ resetMetricsPollingInterval(): void;
668
+ get metricsPollingIntervalInput(): number | undefined;
669
+ private _tagKey?;
670
+ get tagKey(): string;
671
+ set tagKey(value: string);
672
+ resetTagKey(): void;
673
+ get tagKeyInput(): string | undefined;
674
+ private _tagValue?;
675
+ get tagValue(): string;
676
+ set tagValue(value: string);
677
+ resetTagValue(): void;
678
+ get tagValueInput(): string | undefined;
679
+ }
680
+ export interface CloudAwsGovcloudIntegrationsElasticSearch {
681
+ /**
682
+ * Specify each AWS region that includes the resources that you want to monitor
683
+ *
684
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
685
+ */
686
+ readonly awsRegions?: string[];
687
+ /**
688
+ * Specify if IP addresses of ec2 instance should be collected
689
+ *
690
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#fetch_nodes CloudAwsGovcloudIntegrations#fetch_nodes}
691
+ */
692
+ readonly fetchNodes?: boolean | cdktn.IResolvable;
693
+ /**
694
+ * The data polling interval in seconds
695
+ *
696
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
697
+ */
698
+ readonly metricsPollingInterval?: number;
699
+ /**
700
+ * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
701
+ *
702
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
703
+ */
704
+ readonly tagKey?: string;
705
+ /**
706
+ * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
707
+ *
708
+ *
709
+ *
710
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
711
+ */
712
+ readonly tagValue?: string;
713
+ }
714
+ export declare function cloudAwsGovcloudIntegrationsElasticSearchToTerraform(struct?: CloudAwsGovcloudIntegrationsElasticSearchOutputReference | CloudAwsGovcloudIntegrationsElasticSearch): any;
715
+ export declare function cloudAwsGovcloudIntegrationsElasticSearchToHclTerraform(struct?: CloudAwsGovcloudIntegrationsElasticSearchOutputReference | CloudAwsGovcloudIntegrationsElasticSearch): any;
716
+ export declare class CloudAwsGovcloudIntegrationsElasticSearchOutputReference extends cdktn.ComplexObject {
717
+ private isEmptyObject;
718
+ /**
719
+ * @param terraformResource The parent resource
720
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
721
+ */
722
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
723
+ get internalValue(): CloudAwsGovcloudIntegrationsElasticSearch | undefined;
724
+ set internalValue(value: CloudAwsGovcloudIntegrationsElasticSearch | undefined);
725
+ private _awsRegions?;
726
+ get awsRegions(): string[];
727
+ set awsRegions(value: string[]);
728
+ resetAwsRegions(): void;
729
+ get awsRegionsInput(): string[] | undefined;
730
+ private _fetchNodes?;
731
+ get fetchNodes(): boolean | cdktn.IResolvable;
732
+ set fetchNodes(value: boolean | cdktn.IResolvable);
733
+ resetFetchNodes(): void;
734
+ get fetchNodesInput(): boolean | cdktn.IResolvable | undefined;
735
+ private _metricsPollingInterval?;
736
+ get metricsPollingInterval(): number;
737
+ set metricsPollingInterval(value: number);
738
+ resetMetricsPollingInterval(): void;
739
+ get metricsPollingIntervalInput(): number | undefined;
740
+ private _tagKey?;
741
+ get tagKey(): string;
742
+ set tagKey(value: string);
743
+ resetTagKey(): void;
744
+ get tagKeyInput(): string | undefined;
745
+ private _tagValue?;
746
+ get tagValue(): string;
747
+ set tagValue(value: string);
748
+ resetTagValue(): void;
749
+ get tagValueInput(): string | undefined;
750
+ }
751
+ export interface CloudAwsGovcloudIntegrationsElb {
752
+ /**
753
+ * Specify each AWS region that includes the resources that you want to monitor
754
+ *
755
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
756
+ */
757
+ readonly awsRegions?: string[];
758
+ /**
759
+ * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
760
+ *
761
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory}
762
+ */
763
+ readonly fetchExtendedInventory?: boolean | cdktn.IResolvable;
764
+ /**
765
+ * Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
766
+ *
767
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags}
768
+ */
769
+ readonly fetchTags?: boolean | cdktn.IResolvable;
770
+ /**
771
+ * The data polling interval in seconds
772
+ *
773
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
774
+ */
775
+ readonly metricsPollingInterval?: number;
776
+ }
777
+ export declare function cloudAwsGovcloudIntegrationsElbToTerraform(struct?: CloudAwsGovcloudIntegrationsElbOutputReference | CloudAwsGovcloudIntegrationsElb): any;
778
+ export declare function cloudAwsGovcloudIntegrationsElbToHclTerraform(struct?: CloudAwsGovcloudIntegrationsElbOutputReference | CloudAwsGovcloudIntegrationsElb): any;
779
+ export declare class CloudAwsGovcloudIntegrationsElbOutputReference extends cdktn.ComplexObject {
780
+ private isEmptyObject;
781
+ /**
782
+ * @param terraformResource The parent resource
783
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
784
+ */
785
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
786
+ get internalValue(): CloudAwsGovcloudIntegrationsElb | undefined;
787
+ set internalValue(value: CloudAwsGovcloudIntegrationsElb | undefined);
788
+ private _awsRegions?;
789
+ get awsRegions(): string[];
790
+ set awsRegions(value: string[]);
791
+ resetAwsRegions(): void;
792
+ get awsRegionsInput(): string[] | undefined;
793
+ private _fetchExtendedInventory?;
794
+ get fetchExtendedInventory(): boolean | cdktn.IResolvable;
795
+ set fetchExtendedInventory(value: boolean | cdktn.IResolvable);
796
+ resetFetchExtendedInventory(): void;
797
+ get fetchExtendedInventoryInput(): boolean | cdktn.IResolvable | undefined;
798
+ private _fetchTags?;
799
+ get fetchTags(): boolean | cdktn.IResolvable;
800
+ set fetchTags(value: boolean | cdktn.IResolvable);
801
+ resetFetchTags(): void;
802
+ get fetchTagsInput(): boolean | cdktn.IResolvable | undefined;
803
+ private _metricsPollingInterval?;
804
+ get metricsPollingInterval(): number;
805
+ set metricsPollingInterval(value: number);
806
+ resetMetricsPollingInterval(): void;
807
+ get metricsPollingIntervalInput(): number | undefined;
808
+ }
809
+ export interface CloudAwsGovcloudIntegrationsEmr {
810
+ /**
811
+ * Specify each AWS region that includes the resources that you want to monitor
812
+ *
813
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
814
+ */
815
+ readonly awsRegions?: string;
816
+ /**
817
+ * Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
818
+ *
819
+ *
820
+ *
821
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags}
822
+ */
823
+ readonly fetchTags?: boolean | cdktn.IResolvable;
824
+ /**
825
+ * The data polling interval in seconds
826
+ *
827
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
828
+ */
829
+ readonly metricsPollingInterval?: number;
830
+ /**
831
+ * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
832
+ *
833
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
834
+ */
835
+ readonly tagKey?: string;
836
+ /**
837
+ * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
838
+ *
839
+ *
840
+ *
841
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
842
+ */
843
+ readonly tagValue?: string;
844
+ }
845
+ export declare function cloudAwsGovcloudIntegrationsEmrToTerraform(struct?: CloudAwsGovcloudIntegrationsEmrOutputReference | CloudAwsGovcloudIntegrationsEmr): any;
846
+ export declare function cloudAwsGovcloudIntegrationsEmrToHclTerraform(struct?: CloudAwsGovcloudIntegrationsEmrOutputReference | CloudAwsGovcloudIntegrationsEmr): any;
847
+ export declare class CloudAwsGovcloudIntegrationsEmrOutputReference extends cdktn.ComplexObject {
848
+ private isEmptyObject;
849
+ /**
850
+ * @param terraformResource The parent resource
851
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
852
+ */
853
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
854
+ get internalValue(): CloudAwsGovcloudIntegrationsEmr | undefined;
855
+ set internalValue(value: CloudAwsGovcloudIntegrationsEmr | undefined);
856
+ private _awsRegions?;
857
+ get awsRegions(): string;
858
+ set awsRegions(value: string);
859
+ resetAwsRegions(): void;
860
+ get awsRegionsInput(): string | undefined;
861
+ private _fetchTags?;
862
+ get fetchTags(): boolean | cdktn.IResolvable;
863
+ set fetchTags(value: boolean | cdktn.IResolvable);
864
+ resetFetchTags(): void;
865
+ get fetchTagsInput(): boolean | cdktn.IResolvable | undefined;
866
+ private _metricsPollingInterval?;
867
+ get metricsPollingInterval(): number;
868
+ set metricsPollingInterval(value: number);
869
+ resetMetricsPollingInterval(): void;
870
+ get metricsPollingIntervalInput(): number | undefined;
871
+ private _tagKey?;
872
+ get tagKey(): string;
873
+ set tagKey(value: string);
874
+ resetTagKey(): void;
875
+ get tagKeyInput(): string | undefined;
876
+ private _tagValue?;
877
+ get tagValue(): string;
878
+ set tagValue(value: string);
879
+ resetTagValue(): void;
880
+ get tagValueInput(): string | undefined;
881
+ }
882
+ export interface CloudAwsGovcloudIntegrationsIam {
883
+ /**
884
+ * The data polling interval in seconds
885
+ *
886
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
887
+ */
888
+ readonly metricsPollingInterval?: number;
889
+ /**
890
+ * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
891
+ *
892
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
893
+ */
894
+ readonly tagKey?: string;
895
+ /**
896
+ * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
897
+ *
898
+ *
899
+ *
900
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
901
+ */
902
+ readonly tagValue?: string;
903
+ }
904
+ export declare function cloudAwsGovcloudIntegrationsIamToTerraform(struct?: CloudAwsGovcloudIntegrationsIamOutputReference | CloudAwsGovcloudIntegrationsIam): any;
905
+ export declare function cloudAwsGovcloudIntegrationsIamToHclTerraform(struct?: CloudAwsGovcloudIntegrationsIamOutputReference | CloudAwsGovcloudIntegrationsIam): any;
906
+ export declare class CloudAwsGovcloudIntegrationsIamOutputReference extends cdktn.ComplexObject {
907
+ private isEmptyObject;
908
+ /**
909
+ * @param terraformResource The parent resource
910
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
911
+ */
912
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
913
+ get internalValue(): CloudAwsGovcloudIntegrationsIam | undefined;
914
+ set internalValue(value: CloudAwsGovcloudIntegrationsIam | undefined);
915
+ private _metricsPollingInterval?;
916
+ get metricsPollingInterval(): number;
917
+ set metricsPollingInterval(value: number);
918
+ resetMetricsPollingInterval(): void;
919
+ get metricsPollingIntervalInput(): number | undefined;
920
+ private _tagKey?;
921
+ get tagKey(): string;
922
+ set tagKey(value: string);
923
+ resetTagKey(): void;
924
+ get tagKeyInput(): string | undefined;
925
+ private _tagValue?;
926
+ get tagValue(): string;
927
+ set tagValue(value: string);
928
+ resetTagValue(): void;
929
+ get tagValueInput(): string | undefined;
930
+ }
931
+ export interface CloudAwsGovcloudIntegrationsLambda {
932
+ /**
933
+ * Specify each AWS region that includes the resources that you want to monitor
934
+ *
935
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
936
+ */
937
+ readonly awsRegions?: string[];
938
+ /**
939
+ * Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
940
+ *
941
+ *
942
+ *
943
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags}
944
+ */
945
+ readonly fetchTags?: boolean | cdktn.IResolvable;
946
+ /**
947
+ * The data polling interval in seconds
948
+ *
949
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
950
+ */
951
+ readonly metricsPollingInterval?: number;
952
+ /**
953
+ * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
954
+ *
955
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
956
+ */
957
+ readonly tagKey?: string;
958
+ /**
959
+ * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
960
+ *
961
+ *
962
+ *
963
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
964
+ */
965
+ readonly tagValue?: string;
966
+ }
967
+ export declare function cloudAwsGovcloudIntegrationsLambdaToTerraform(struct?: CloudAwsGovcloudIntegrationsLambdaOutputReference | CloudAwsGovcloudIntegrationsLambda): any;
968
+ export declare function cloudAwsGovcloudIntegrationsLambdaToHclTerraform(struct?: CloudAwsGovcloudIntegrationsLambdaOutputReference | CloudAwsGovcloudIntegrationsLambda): any;
969
+ export declare class CloudAwsGovcloudIntegrationsLambdaOutputReference extends cdktn.ComplexObject {
970
+ private isEmptyObject;
971
+ /**
972
+ * @param terraformResource The parent resource
973
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
974
+ */
975
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
976
+ get internalValue(): CloudAwsGovcloudIntegrationsLambda | undefined;
977
+ set internalValue(value: CloudAwsGovcloudIntegrationsLambda | undefined);
978
+ private _awsRegions?;
979
+ get awsRegions(): string[];
980
+ set awsRegions(value: string[]);
981
+ resetAwsRegions(): void;
982
+ get awsRegionsInput(): string[] | undefined;
983
+ private _fetchTags?;
984
+ get fetchTags(): boolean | cdktn.IResolvable;
985
+ set fetchTags(value: boolean | cdktn.IResolvable);
986
+ resetFetchTags(): void;
987
+ get fetchTagsInput(): boolean | cdktn.IResolvable | undefined;
988
+ private _metricsPollingInterval?;
989
+ get metricsPollingInterval(): number;
990
+ set metricsPollingInterval(value: number);
991
+ resetMetricsPollingInterval(): void;
992
+ get metricsPollingIntervalInput(): number | undefined;
993
+ private _tagKey?;
994
+ get tagKey(): string;
995
+ set tagKey(value: string);
996
+ resetTagKey(): void;
997
+ get tagKeyInput(): string | undefined;
998
+ private _tagValue?;
999
+ get tagValue(): string;
1000
+ set tagValue(value: string);
1001
+ resetTagValue(): void;
1002
+ get tagValueInput(): string | undefined;
1003
+ }
1004
+ export interface CloudAwsGovcloudIntegrationsRds {
1005
+ /**
1006
+ * Specify each AWS region that includes the resources that you want to monitor
1007
+ *
1008
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
1009
+ */
1010
+ readonly awsRegions?: string[];
1011
+ /**
1012
+ * Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
1013
+ *
1014
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags}
1015
+ */
1016
+ readonly fetchTags?: boolean | cdktn.IResolvable;
1017
+ /**
1018
+ * The data polling interval in seconds
1019
+ *
1020
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
1021
+ */
1022
+ readonly metricsPollingInterval?: number;
1023
+ /**
1024
+ * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1025
+ *
1026
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
1027
+ */
1028
+ readonly tagKey?: string;
1029
+ /**
1030
+ * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
1031
+ *
1032
+ *
1033
+ *
1034
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
1035
+ */
1036
+ readonly tagValue?: string;
1037
+ }
1038
+ export declare function cloudAwsGovcloudIntegrationsRdsToTerraform(struct?: CloudAwsGovcloudIntegrationsRdsOutputReference | CloudAwsGovcloudIntegrationsRds): any;
1039
+ export declare function cloudAwsGovcloudIntegrationsRdsToHclTerraform(struct?: CloudAwsGovcloudIntegrationsRdsOutputReference | CloudAwsGovcloudIntegrationsRds): any;
1040
+ export declare class CloudAwsGovcloudIntegrationsRdsOutputReference extends cdktn.ComplexObject {
1041
+ private isEmptyObject;
1042
+ /**
1043
+ * @param terraformResource The parent resource
1044
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1045
+ */
1046
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
1047
+ get internalValue(): CloudAwsGovcloudIntegrationsRds | undefined;
1048
+ set internalValue(value: CloudAwsGovcloudIntegrationsRds | undefined);
1049
+ private _awsRegions?;
1050
+ get awsRegions(): string[];
1051
+ set awsRegions(value: string[]);
1052
+ resetAwsRegions(): void;
1053
+ get awsRegionsInput(): string[] | undefined;
1054
+ private _fetchTags?;
1055
+ get fetchTags(): boolean | cdktn.IResolvable;
1056
+ set fetchTags(value: boolean | cdktn.IResolvable);
1057
+ resetFetchTags(): void;
1058
+ get fetchTagsInput(): boolean | cdktn.IResolvable | undefined;
1059
+ private _metricsPollingInterval?;
1060
+ get metricsPollingInterval(): number;
1061
+ set metricsPollingInterval(value: number);
1062
+ resetMetricsPollingInterval(): void;
1063
+ get metricsPollingIntervalInput(): number | undefined;
1064
+ private _tagKey?;
1065
+ get tagKey(): string;
1066
+ set tagKey(value: string);
1067
+ resetTagKey(): void;
1068
+ get tagKeyInput(): string | undefined;
1069
+ private _tagValue?;
1070
+ get tagValue(): string;
1071
+ set tagValue(value: string);
1072
+ resetTagValue(): void;
1073
+ get tagValueInput(): string | undefined;
1074
+ }
1075
+ export interface CloudAwsGovcloudIntegrationsRedShift {
1076
+ /**
1077
+ * Specify each AWS region that includes the resources that you want to monitor
1078
+ *
1079
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
1080
+ */
1081
+ readonly awsRegions?: string[];
1082
+ /**
1083
+ * The data polling interval in seconds
1084
+ *
1085
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
1086
+ */
1087
+ readonly metricsPollingInterval?: number;
1088
+ /**
1089
+ * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1090
+ *
1091
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
1092
+ */
1093
+ readonly tagKey?: string;
1094
+ /**
1095
+ * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
1096
+ *
1097
+ *
1098
+ *
1099
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
1100
+ */
1101
+ readonly tagValue?: string;
1102
+ }
1103
+ export declare function cloudAwsGovcloudIntegrationsRedShiftToTerraform(struct?: CloudAwsGovcloudIntegrationsRedShiftOutputReference | CloudAwsGovcloudIntegrationsRedShift): any;
1104
+ export declare function cloudAwsGovcloudIntegrationsRedShiftToHclTerraform(struct?: CloudAwsGovcloudIntegrationsRedShiftOutputReference | CloudAwsGovcloudIntegrationsRedShift): any;
1105
+ export declare class CloudAwsGovcloudIntegrationsRedShiftOutputReference extends cdktn.ComplexObject {
1106
+ private isEmptyObject;
1107
+ /**
1108
+ * @param terraformResource The parent resource
1109
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1110
+ */
1111
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
1112
+ get internalValue(): CloudAwsGovcloudIntegrationsRedShift | undefined;
1113
+ set internalValue(value: CloudAwsGovcloudIntegrationsRedShift | undefined);
1114
+ private _awsRegions?;
1115
+ get awsRegions(): string[];
1116
+ set awsRegions(value: string[]);
1117
+ resetAwsRegions(): void;
1118
+ get awsRegionsInput(): string[] | undefined;
1119
+ private _metricsPollingInterval?;
1120
+ get metricsPollingInterval(): number;
1121
+ set metricsPollingInterval(value: number);
1122
+ resetMetricsPollingInterval(): void;
1123
+ get metricsPollingIntervalInput(): number | undefined;
1124
+ private _tagKey?;
1125
+ get tagKey(): string;
1126
+ set tagKey(value: string);
1127
+ resetTagKey(): void;
1128
+ get tagKeyInput(): string | undefined;
1129
+ private _tagValue?;
1130
+ get tagValue(): string;
1131
+ set tagValue(value: string);
1132
+ resetTagValue(): void;
1133
+ get tagValueInput(): string | undefined;
1134
+ }
1135
+ export interface CloudAwsGovcloudIntegrationsRoute53 {
1136
+ /**
1137
+ * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
1138
+ *
1139
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory}
1140
+ */
1141
+ readonly fetchExtendedInventory?: boolean | cdktn.IResolvable;
1142
+ /**
1143
+ * The data polling interval in seconds
1144
+ *
1145
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
1146
+ */
1147
+ readonly metricsPollingInterval?: number;
1148
+ }
1149
+ export declare function cloudAwsGovcloudIntegrationsRoute53ToTerraform(struct?: CloudAwsGovcloudIntegrationsRoute53OutputReference | CloudAwsGovcloudIntegrationsRoute53): any;
1150
+ export declare function cloudAwsGovcloudIntegrationsRoute53ToHclTerraform(struct?: CloudAwsGovcloudIntegrationsRoute53OutputReference | CloudAwsGovcloudIntegrationsRoute53): any;
1151
+ export declare class CloudAwsGovcloudIntegrationsRoute53OutputReference extends cdktn.ComplexObject {
1152
+ private isEmptyObject;
1153
+ /**
1154
+ * @param terraformResource The parent resource
1155
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1156
+ */
1157
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
1158
+ get internalValue(): CloudAwsGovcloudIntegrationsRoute53 | undefined;
1159
+ set internalValue(value: CloudAwsGovcloudIntegrationsRoute53 | undefined);
1160
+ private _fetchExtendedInventory?;
1161
+ get fetchExtendedInventory(): boolean | cdktn.IResolvable;
1162
+ set fetchExtendedInventory(value: boolean | cdktn.IResolvable);
1163
+ resetFetchExtendedInventory(): void;
1164
+ get fetchExtendedInventoryInput(): boolean | cdktn.IResolvable | undefined;
1165
+ private _metricsPollingInterval?;
1166
+ get metricsPollingInterval(): number;
1167
+ set metricsPollingInterval(value: number);
1168
+ resetMetricsPollingInterval(): void;
1169
+ get metricsPollingIntervalInput(): number | undefined;
1170
+ }
1171
+ export interface CloudAwsGovcloudIntegrationsS3 {
1172
+ /**
1173
+ * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
1174
+ *
1175
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory}
1176
+ */
1177
+ readonly fetchExtendedInventory?: boolean | cdktn.IResolvable;
1178
+ /**
1179
+ * Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
1180
+ *
1181
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags}
1182
+ */
1183
+ readonly fetchTags?: boolean | cdktn.IResolvable;
1184
+ /**
1185
+ * The data polling interval in seconds
1186
+ *
1187
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
1188
+ */
1189
+ readonly metricsPollingInterval?: number;
1190
+ /**
1191
+ * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1192
+ *
1193
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
1194
+ */
1195
+ readonly tagKey?: string;
1196
+ /**
1197
+ * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
1198
+ *
1199
+ *
1200
+ *
1201
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
1202
+ */
1203
+ readonly tagValue?: string;
1204
+ }
1205
+ export declare function cloudAwsGovcloudIntegrationsS3ToTerraform(struct?: CloudAwsGovcloudIntegrationsS3OutputReference | CloudAwsGovcloudIntegrationsS3): any;
1206
+ export declare function cloudAwsGovcloudIntegrationsS3ToHclTerraform(struct?: CloudAwsGovcloudIntegrationsS3OutputReference | CloudAwsGovcloudIntegrationsS3): any;
1207
+ export declare class CloudAwsGovcloudIntegrationsS3OutputReference extends cdktn.ComplexObject {
1208
+ private isEmptyObject;
1209
+ /**
1210
+ * @param terraformResource The parent resource
1211
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1212
+ */
1213
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
1214
+ get internalValue(): CloudAwsGovcloudIntegrationsS3 | undefined;
1215
+ set internalValue(value: CloudAwsGovcloudIntegrationsS3 | undefined);
1216
+ private _fetchExtendedInventory?;
1217
+ get fetchExtendedInventory(): boolean | cdktn.IResolvable;
1218
+ set fetchExtendedInventory(value: boolean | cdktn.IResolvable);
1219
+ resetFetchExtendedInventory(): void;
1220
+ get fetchExtendedInventoryInput(): boolean | cdktn.IResolvable | undefined;
1221
+ private _fetchTags?;
1222
+ get fetchTags(): boolean | cdktn.IResolvable;
1223
+ set fetchTags(value: boolean | cdktn.IResolvable);
1224
+ resetFetchTags(): void;
1225
+ get fetchTagsInput(): boolean | cdktn.IResolvable | undefined;
1226
+ private _metricsPollingInterval?;
1227
+ get metricsPollingInterval(): number;
1228
+ set metricsPollingInterval(value: number);
1229
+ resetMetricsPollingInterval(): void;
1230
+ get metricsPollingIntervalInput(): number | undefined;
1231
+ private _tagKey?;
1232
+ get tagKey(): string;
1233
+ set tagKey(value: string);
1234
+ resetTagKey(): void;
1235
+ get tagKeyInput(): string | undefined;
1236
+ private _tagValue?;
1237
+ get tagValue(): string;
1238
+ set tagValue(value: string);
1239
+ resetTagValue(): void;
1240
+ get tagValueInput(): string | undefined;
1241
+ }
1242
+ export interface CloudAwsGovcloudIntegrationsSns {
1243
+ /**
1244
+ * Specify each AWS region that includes the resources that you want to monitor
1245
+ *
1246
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
1247
+ */
1248
+ readonly awsRegions?: string[];
1249
+ /**
1250
+ * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
1251
+ *
1252
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory}
1253
+ */
1254
+ readonly fetchExtendedInventory?: boolean | cdktn.IResolvable;
1255
+ /**
1256
+ * The data polling interval in seconds
1257
+ *
1258
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
1259
+ */
1260
+ readonly metricsPollingInterval?: number;
1261
+ }
1262
+ export declare function cloudAwsGovcloudIntegrationsSnsToTerraform(struct?: CloudAwsGovcloudIntegrationsSnsOutputReference | CloudAwsGovcloudIntegrationsSns): any;
1263
+ export declare function cloudAwsGovcloudIntegrationsSnsToHclTerraform(struct?: CloudAwsGovcloudIntegrationsSnsOutputReference | CloudAwsGovcloudIntegrationsSns): any;
1264
+ export declare class CloudAwsGovcloudIntegrationsSnsOutputReference extends cdktn.ComplexObject {
1265
+ private isEmptyObject;
1266
+ /**
1267
+ * @param terraformResource The parent resource
1268
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1269
+ */
1270
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
1271
+ get internalValue(): CloudAwsGovcloudIntegrationsSns | undefined;
1272
+ set internalValue(value: CloudAwsGovcloudIntegrationsSns | undefined);
1273
+ private _awsRegions?;
1274
+ get awsRegions(): string[];
1275
+ set awsRegions(value: string[]);
1276
+ resetAwsRegions(): void;
1277
+ get awsRegionsInput(): string[] | undefined;
1278
+ private _fetchExtendedInventory?;
1279
+ get fetchExtendedInventory(): boolean | cdktn.IResolvable;
1280
+ set fetchExtendedInventory(value: boolean | cdktn.IResolvable);
1281
+ resetFetchExtendedInventory(): void;
1282
+ get fetchExtendedInventoryInput(): boolean | cdktn.IResolvable | undefined;
1283
+ private _metricsPollingInterval?;
1284
+ get metricsPollingInterval(): number;
1285
+ set metricsPollingInterval(value: number);
1286
+ resetMetricsPollingInterval(): void;
1287
+ get metricsPollingIntervalInput(): number | undefined;
1288
+ }
1289
+ export interface CloudAwsGovcloudIntegrationsSqs {
1290
+ /**
1291
+ * Specify each AWS region that includes the resources that you want to monitor
1292
+ *
1293
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
1294
+ */
1295
+ readonly awsRegions?: string[];
1296
+ /**
1297
+ * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
1298
+ *
1299
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory}
1300
+ */
1301
+ readonly fetchExtendedInventory?: boolean | cdktn.IResolvable;
1302
+ /**
1303
+ * Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
1304
+ *
1305
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags}
1306
+ */
1307
+ readonly fetchTags?: boolean | cdktn.IResolvable;
1308
+ /**
1309
+ * The data polling interval in seconds
1310
+ *
1311
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
1312
+ */
1313
+ readonly metricsPollingInterval?: number;
1314
+ /**
1315
+ * Specify each name or prefix for the Queues that you want to monitor. Filter values are case-sensitive.
1316
+ *
1317
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#queue_prefixes CloudAwsGovcloudIntegrations#queue_prefixes}
1318
+ */
1319
+ readonly queuePrefixes?: string[];
1320
+ /**
1321
+ * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1322
+ *
1323
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
1324
+ */
1325
+ readonly tagKey?: string;
1326
+ /**
1327
+ * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
1328
+ *
1329
+ *
1330
+ *
1331
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
1332
+ */
1333
+ readonly tagValue?: string;
1334
+ }
1335
+ export declare function cloudAwsGovcloudIntegrationsSqsToTerraform(struct?: CloudAwsGovcloudIntegrationsSqsOutputReference | CloudAwsGovcloudIntegrationsSqs): any;
1336
+ export declare function cloudAwsGovcloudIntegrationsSqsToHclTerraform(struct?: CloudAwsGovcloudIntegrationsSqsOutputReference | CloudAwsGovcloudIntegrationsSqs): any;
1337
+ export declare class CloudAwsGovcloudIntegrationsSqsOutputReference extends cdktn.ComplexObject {
1338
+ private isEmptyObject;
1339
+ /**
1340
+ * @param terraformResource The parent resource
1341
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
1342
+ */
1343
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
1344
+ get internalValue(): CloudAwsGovcloudIntegrationsSqs | undefined;
1345
+ set internalValue(value: CloudAwsGovcloudIntegrationsSqs | undefined);
1346
+ private _awsRegions?;
1347
+ get awsRegions(): string[];
1348
+ set awsRegions(value: string[]);
1349
+ resetAwsRegions(): void;
1350
+ get awsRegionsInput(): string[] | undefined;
1351
+ private _fetchExtendedInventory?;
1352
+ get fetchExtendedInventory(): boolean | cdktn.IResolvable;
1353
+ set fetchExtendedInventory(value: boolean | cdktn.IResolvable);
1354
+ resetFetchExtendedInventory(): void;
1355
+ get fetchExtendedInventoryInput(): boolean | cdktn.IResolvable | undefined;
1356
+ private _fetchTags?;
1357
+ get fetchTags(): boolean | cdktn.IResolvable;
1358
+ set fetchTags(value: boolean | cdktn.IResolvable);
1359
+ resetFetchTags(): void;
1360
+ get fetchTagsInput(): boolean | cdktn.IResolvable | undefined;
1361
+ private _metricsPollingInterval?;
1362
+ get metricsPollingInterval(): number;
1363
+ set metricsPollingInterval(value: number);
1364
+ resetMetricsPollingInterval(): void;
1365
+ get metricsPollingIntervalInput(): number | undefined;
1366
+ private _queuePrefixes?;
1367
+ get queuePrefixes(): string[];
1368
+ set queuePrefixes(value: string[]);
1369
+ resetQueuePrefixes(): void;
1370
+ get queuePrefixesInput(): string[] | undefined;
1371
+ private _tagKey?;
1372
+ get tagKey(): string;
1373
+ set tagKey(value: string);
1374
+ resetTagKey(): void;
1375
+ get tagKeyInput(): string | undefined;
1376
+ private _tagValue?;
1377
+ get tagValue(): string;
1378
+ set tagValue(value: string);
1379
+ resetTagValue(): void;
1380
+ get tagValueInput(): string | undefined;
1381
+ }
1382
+ /**
1383
+ * Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations newrelic_cloud_aws_govcloud_integrations}
1384
+ */
1385
+ export declare class CloudAwsGovcloudIntegrations extends cdktn.TerraformResource {
1386
+ static readonly tfResourceType = "newrelic_cloud_aws_govcloud_integrations";
1387
+ /**
1388
+ * Generates CDKTN code for importing a CloudAwsGovcloudIntegrations resource upon running "cdktn plan <stack-name>"
1389
+ * @param scope The scope in which to define this construct
1390
+ * @param importToId The construct id used in the generated config for the CloudAwsGovcloudIntegrations to import
1391
+ * @param importFromId The id of the existing CloudAwsGovcloudIntegrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations#import import section} in the documentation of this resource for the id to use
1392
+ * @param provider? Optional instance of the provider where the CloudAwsGovcloudIntegrations to import is found
1393
+ */
1394
+ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktn.TerraformProvider): cdktn.ImportableResource;
1395
+ /**
1396
+ * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_govcloud_integrations newrelic_cloud_aws_govcloud_integrations} Resource
1397
+ *
1398
+ * @param scope The scope in which to define this construct
1399
+ * @param id The scoped construct ID. Must be unique amongst siblings in the same scope
1400
+ * @param options CloudAwsGovcloudIntegrationsConfig
1401
+ */
1402
+ constructor(scope: Construct, id: string, config: CloudAwsGovcloudIntegrationsConfig);
1403
+ private _accountId?;
1404
+ get accountId(): number;
1405
+ set accountId(value: number);
1406
+ resetAccountId(): void;
1407
+ get accountIdInput(): number | undefined;
1408
+ private _id?;
1409
+ get id(): string;
1410
+ set id(value: string);
1411
+ resetId(): void;
1412
+ get idInput(): string | undefined;
1413
+ private _linkedAccountId?;
1414
+ get linkedAccountId(): number;
1415
+ set linkedAccountId(value: number);
1416
+ get linkedAccountIdInput(): number | undefined;
1417
+ private _alb;
1418
+ get alb(): CloudAwsGovcloudIntegrationsAlbOutputReference;
1419
+ putAlb(value: CloudAwsGovcloudIntegrationsAlb): void;
1420
+ resetAlb(): void;
1421
+ get albInput(): CloudAwsGovcloudIntegrationsAlb | undefined;
1422
+ private _apiGateway;
1423
+ get apiGateway(): CloudAwsGovcloudIntegrationsApiGatewayOutputReference;
1424
+ putApiGateway(value: CloudAwsGovcloudIntegrationsApiGateway): void;
1425
+ resetApiGateway(): void;
1426
+ get apiGatewayInput(): CloudAwsGovcloudIntegrationsApiGateway | undefined;
1427
+ private _autoScaling;
1428
+ get autoScaling(): CloudAwsGovcloudIntegrationsAutoScalingOutputReference;
1429
+ putAutoScaling(value: CloudAwsGovcloudIntegrationsAutoScaling): void;
1430
+ resetAutoScaling(): void;
1431
+ get autoScalingInput(): CloudAwsGovcloudIntegrationsAutoScaling | undefined;
1432
+ private _awsDirectConnect;
1433
+ get awsDirectConnect(): CloudAwsGovcloudIntegrationsAwsDirectConnectOutputReference;
1434
+ putAwsDirectConnect(value: CloudAwsGovcloudIntegrationsAwsDirectConnect): void;
1435
+ resetAwsDirectConnect(): void;
1436
+ get awsDirectConnectInput(): CloudAwsGovcloudIntegrationsAwsDirectConnect | undefined;
1437
+ private _awsStates;
1438
+ get awsStates(): CloudAwsGovcloudIntegrationsAwsStatesOutputReference;
1439
+ putAwsStates(value: CloudAwsGovcloudIntegrationsAwsStates): void;
1440
+ resetAwsStates(): void;
1441
+ get awsStatesInput(): CloudAwsGovcloudIntegrationsAwsStates | undefined;
1442
+ private _cloudtrail;
1443
+ get cloudtrail(): CloudAwsGovcloudIntegrationsCloudtrailOutputReference;
1444
+ putCloudtrail(value: CloudAwsGovcloudIntegrationsCloudtrail): void;
1445
+ resetCloudtrail(): void;
1446
+ get cloudtrailInput(): CloudAwsGovcloudIntegrationsCloudtrail | undefined;
1447
+ private _dynamoDb;
1448
+ get dynamoDb(): CloudAwsGovcloudIntegrationsDynamoDbOutputReference;
1449
+ putDynamoDb(value: CloudAwsGovcloudIntegrationsDynamoDb): void;
1450
+ resetDynamoDb(): void;
1451
+ get dynamoDbInput(): CloudAwsGovcloudIntegrationsDynamoDb | undefined;
1452
+ private _ebs;
1453
+ get ebs(): CloudAwsGovcloudIntegrationsEbsOutputReference;
1454
+ putEbs(value: CloudAwsGovcloudIntegrationsEbs): void;
1455
+ resetEbs(): void;
1456
+ get ebsInput(): CloudAwsGovcloudIntegrationsEbs | undefined;
1457
+ private _ec2;
1458
+ get ec2(): CloudAwsGovcloudIntegrationsEc2OutputReference;
1459
+ putEc2(value: CloudAwsGovcloudIntegrationsEc2): void;
1460
+ resetEc2(): void;
1461
+ get ec2Input(): CloudAwsGovcloudIntegrationsEc2 | undefined;
1462
+ private _elasticSearch;
1463
+ get elasticSearch(): CloudAwsGovcloudIntegrationsElasticSearchOutputReference;
1464
+ putElasticSearch(value: CloudAwsGovcloudIntegrationsElasticSearch): void;
1465
+ resetElasticSearch(): void;
1466
+ get elasticSearchInput(): CloudAwsGovcloudIntegrationsElasticSearch | undefined;
1467
+ private _elb;
1468
+ get elb(): CloudAwsGovcloudIntegrationsElbOutputReference;
1469
+ putElb(value: CloudAwsGovcloudIntegrationsElb): void;
1470
+ resetElb(): void;
1471
+ get elbInput(): CloudAwsGovcloudIntegrationsElb | undefined;
1472
+ private _emr;
1473
+ get emr(): CloudAwsGovcloudIntegrationsEmrOutputReference;
1474
+ putEmr(value: CloudAwsGovcloudIntegrationsEmr): void;
1475
+ resetEmr(): void;
1476
+ get emrInput(): CloudAwsGovcloudIntegrationsEmr | undefined;
1477
+ private _iam;
1478
+ get iam(): CloudAwsGovcloudIntegrationsIamOutputReference;
1479
+ putIam(value: CloudAwsGovcloudIntegrationsIam): void;
1480
+ resetIam(): void;
1481
+ get iamInput(): CloudAwsGovcloudIntegrationsIam | undefined;
1482
+ private _lambda;
1483
+ get lambda(): CloudAwsGovcloudIntegrationsLambdaOutputReference;
1484
+ putLambda(value: CloudAwsGovcloudIntegrationsLambda): void;
1485
+ resetLambda(): void;
1486
+ get lambdaInput(): CloudAwsGovcloudIntegrationsLambda | undefined;
1487
+ private _rds;
1488
+ get rds(): CloudAwsGovcloudIntegrationsRdsOutputReference;
1489
+ putRds(value: CloudAwsGovcloudIntegrationsRds): void;
1490
+ resetRds(): void;
1491
+ get rdsInput(): CloudAwsGovcloudIntegrationsRds | undefined;
1492
+ private _redShift;
1493
+ get redShift(): CloudAwsGovcloudIntegrationsRedShiftOutputReference;
1494
+ putRedShift(value: CloudAwsGovcloudIntegrationsRedShift): void;
1495
+ resetRedShift(): void;
1496
+ get redShiftInput(): CloudAwsGovcloudIntegrationsRedShift | undefined;
1497
+ private _route53;
1498
+ get route53(): CloudAwsGovcloudIntegrationsRoute53OutputReference;
1499
+ putRoute53(value: CloudAwsGovcloudIntegrationsRoute53): void;
1500
+ resetRoute53(): void;
1501
+ get route53Input(): CloudAwsGovcloudIntegrationsRoute53 | undefined;
1502
+ private _s3;
1503
+ get s3(): CloudAwsGovcloudIntegrationsS3OutputReference;
1504
+ putS3(value: CloudAwsGovcloudIntegrationsS3): void;
1505
+ resetS3(): void;
1506
+ get s3Input(): CloudAwsGovcloudIntegrationsS3 | undefined;
1507
+ private _sns;
1508
+ get sns(): CloudAwsGovcloudIntegrationsSnsOutputReference;
1509
+ putSns(value: CloudAwsGovcloudIntegrationsSns): void;
1510
+ resetSns(): void;
1511
+ get snsInput(): CloudAwsGovcloudIntegrationsSns | undefined;
1512
+ private _sqs;
1513
+ get sqs(): CloudAwsGovcloudIntegrationsSqsOutputReference;
1514
+ putSqs(value: CloudAwsGovcloudIntegrationsSqs): void;
1515
+ resetSqs(): void;
1516
+ get sqsInput(): CloudAwsGovcloudIntegrationsSqs | undefined;
1517
+ protected synthesizeAttributes(): {
1518
+ [name: string]: any;
1519
+ };
1520
+ protected synthesizeHclAttributes(): {
1521
+ [name: string]: any;
1522
+ };
1523
+ }