@cdktf-providers/newrelic 3.75.4

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