@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.
- package/LICENSE +355 -0
- package/README.md +19 -0
- package/dist/account-management/index.d.ts +64 -0
- package/dist/account-management/index.js +131 -0
- package/dist/alert-channel/index.d.ts +347 -0
- package/dist/alert-channel/index.js +810 -0
- package/dist/alert-condition/index.d.ts +267 -0
- package/dist/alert-condition/index.js +587 -0
- package/dist/alert-muting-rule/index.d.ts +305 -0
- package/dist/alert-muting-rule/index.js +731 -0
- package/dist/alert-policy/index.d.ts +87 -0
- package/dist/alert-policy/index.js +180 -0
- package/dist/alert-policy-channel/index.d.ts +110 -0
- package/dist/alert-policy-channel/index.js +260 -0
- package/dist/api-access-key/index.d.ts +98 -0
- package/dist/api-access-key/index.js +230 -0
- package/dist/application-settings/index.d.ts +410 -0
- package/dist/application-settings/index.js +966 -0
- package/dist/browser-application/index.d.ts +101 -0
- package/dist/browser-application/index.js +215 -0
- package/dist/cloud-aws-govcloud-integrations/index.d.ts +1519 -0
- package/dist/cloud-aws-govcloud-integrations/index.js +3846 -0
- package/dist/cloud-aws-govcloud-link-account/index.d.ts +86 -0
- package/dist/cloud-aws-govcloud-link-account/index.js +177 -0
- package/dist/cloud-aws-integrations/index.d.ts +3294 -0
- package/dist/cloud-aws-integrations/index.js +8554 -0
- package/dist/cloud-aws-link-account/index.d.ts +86 -0
- package/dist/cloud-aws-link-account/index.js +177 -0
- package/dist/cloud-azure-integrations/index.d.ts +1662 -0
- package/dist/cloud-azure-integrations/index.js +4338 -0
- package/dist/cloud-azure-link-account/index.d.ts +105 -0
- package/dist/cloud-azure-link-account/index.js +214 -0
- package/dist/cloud-gcp-integrations/index.d.ts +1045 -0
- package/dist/cloud-gcp-integrations/index.js +2742 -0
- package/dist/cloud-gcp-link-account/index.d.ts +75 -0
- package/dist/cloud-gcp-link-account/index.js +154 -0
- package/dist/cloud-oci-link-account/index.d.ts +191 -0
- package/dist/cloud-oci-link-account/index.js +392 -0
- package/dist/data-newrelic-account/index.d.ts +77 -0
- package/dist/data-newrelic-account/index.js +160 -0
- package/dist/data-newrelic-alert-channel/index.d.ts +122 -0
- package/dist/data-newrelic-alert-channel/index.js +295 -0
- package/dist/data-newrelic-alert-policy/index.d.ts +78 -0
- package/dist/data-newrelic-alert-policy/index.js +165 -0
- package/dist/data-newrelic-application/index.d.ts +56 -0
- package/dist/data-newrelic-application/index.js +119 -0
- package/dist/data-newrelic-authentication-domain/index.d.ts +43 -0
- package/dist/data-newrelic-authentication-domain/index.js +92 -0
- package/dist/data-newrelic-cloud-account/index.d.ts +75 -0
- package/dist/data-newrelic-cloud-account/index.js +154 -0
- package/dist/data-newrelic-entity/index.d.ts +185 -0
- package/dist/data-newrelic-entity/index.js +414 -0
- package/dist/data-newrelic-group/index.d.ts +54 -0
- package/dist/data-newrelic-group/index.js +116 -0
- package/dist/data-newrelic-key-transaction/index.d.ts +78 -0
- package/dist/data-newrelic-key-transaction/index.js +165 -0
- package/dist/data-newrelic-notification-destination/index.d.ts +161 -0
- package/dist/data-newrelic-notification-destination/index.js +368 -0
- package/dist/data-newrelic-obfuscation-expression/index.d.ts +65 -0
- package/dist/data-newrelic-obfuscation-expression/index.js +134 -0
- package/dist/data-newrelic-service-level-alert-helper/index.d.ts +107 -0
- package/dist/data-newrelic-service-level-alert-helper/index.js +256 -0
- package/dist/data-newrelic-synthetics-private-location/index.d.ts +76 -0
- package/dist/data-newrelic-synthetics-private-location/index.js +157 -0
- package/dist/data-newrelic-synthetics-secure-credential/index.d.ts +67 -0
- package/dist/data-newrelic-synthetics-secure-credential/index.js +142 -0
- package/dist/data-newrelic-test-grok-pattern/index.d.ts +145 -0
- package/dist/data-newrelic-test-grok-pattern/index.js +312 -0
- package/dist/data-newrelic-user/index.d.ts +65 -0
- package/dist/data-newrelic-user/index.js +138 -0
- package/dist/data-partition-rule/index.d.ts +142 -0
- package/dist/data-partition-rule/index.js +327 -0
- package/dist/entity-tags/index.d.ts +152 -0
- package/dist/entity-tags/index.js +367 -0
- package/dist/events-to-metrics-rule/index.d.ts +98 -0
- package/dist/events-to-metrics-rule/index.js +204 -0
- package/dist/group/index.d.ts +75 -0
- package/dist/group/index.js +154 -0
- package/dist/index.d.ts +67 -0
- package/dist/index.js +68 -0
- package/dist/infra-alert-condition/index.d.ts +289 -0
- package/dist/infra-alert-condition/index.js +691 -0
- package/dist/insights-event/index.d.ts +182 -0
- package/dist/insights-event/index.js +427 -0
- package/dist/key-transaction/index.d.ts +96 -0
- package/dist/key-transaction/index.js +199 -0
- package/dist/lazy-index.d.ts +0 -0
- package/dist/lazy-index.js +68 -0
- package/dist/log-parsing-rule/index.d.ts +128 -0
- package/dist/log-parsing-rule/index.js +264 -0
- package/dist/monitor-downtime/index.d.ts +255 -0
- package/dist/monitor-downtime/index.js +603 -0
- package/dist/notification-channel/index.d.ts +236 -0
- package/dist/notification-channel/index.js +561 -0
- package/dist/notification-destination/index.d.ts +402 -0
- package/dist/notification-destination/index.js +1039 -0
- package/dist/nrql-alert-condition/index.d.ts +892 -0
- package/dist/nrql-alert-condition/index.js +2177 -0
- package/dist/nrql-drop-rule/index.d.ts +123 -0
- package/dist/nrql-drop-rule/index.js +291 -0
- package/dist/obfuscation-expression/index.d.ts +86 -0
- package/dist/obfuscation-expression/index.js +177 -0
- package/dist/obfuscation-rule/index.d.ts +169 -0
- package/dist/obfuscation-rule/index.js +372 -0
- package/dist/one-dashboard/index-structs/index.d.ts +2 -0
- package/dist/one-dashboard/index-structs/index.js +2 -0
- package/dist/one-dashboard/index-structs/structs0.d.ts +6996 -0
- package/dist/one-dashboard/index-structs/structs0.js +18191 -0
- package/dist/one-dashboard/index-structs/structs400.d.ts +3699 -0
- package/dist/one-dashboard/index-structs/structs400.js +9611 -0
- package/dist/one-dashboard/index.d.ts +112 -0
- package/dist/one-dashboard/index.js +232 -0
- package/dist/one-dashboard-json/index.d.ts +112 -0
- package/dist/one-dashboard-json/index.js +280 -0
- package/dist/one-dashboard-raw/index.d.ts +274 -0
- package/dist/one-dashboard-raw/index.js +666 -0
- package/dist/pipeline-cloud-rule/index.d.ts +86 -0
- package/dist/pipeline-cloud-rule/index.js +177 -0
- package/dist/provider/index.d.ts +160 -0
- package/dist/provider/index.js +378 -0
- package/dist/service-level/index.d.ts +501 -0
- package/dist/service-level/index.js +1425 -0
- package/dist/synthetics-alert-condition/index.d.ts +97 -0
- package/dist/synthetics-alert-condition/index.js +201 -0
- package/dist/synthetics-broken-links-monitor/index.d.ts +217 -0
- package/dist/synthetics-broken-links-monitor/index.js +474 -0
- package/dist/synthetics-cert-check-monitor/index.d.ts +222 -0
- package/dist/synthetics-cert-check-monitor/index.js +490 -0
- package/dist/synthetics-monitor/index.d.ts +404 -0
- package/dist/synthetics-monitor/index.js +885 -0
- package/dist/synthetics-multilocation-alert-condition/index.d.ts +177 -0
- package/dist/synthetics-multilocation-alert-condition/index.js +407 -0
- package/dist/synthetics-private-location/index.d.ts +90 -0
- package/dist/synthetics-private-location/index.js +193 -0
- package/dist/synthetics-script-monitor/index.d.ts +348 -0
- package/dist/synthetics-script-monitor/index.js +768 -0
- package/dist/synthetics-secure-credential/index.d.ts +132 -0
- package/dist/synthetics-secure-credential/index.js +306 -0
- package/dist/synthetics-step-monitor/index.d.ts +368 -0
- package/dist/synthetics-step-monitor/index.js +834 -0
- package/dist/user/index.d.ts +85 -0
- package/dist/user/index.js +174 -0
- package/dist/workflow/index.d.ts +441 -0
- package/dist/workflow/index.js +1066 -0
- package/dist/workload/index.d.ts +514 -0
- package/dist/workload/index.js +1283 -0
- package/package.json +50 -0
|
@@ -0,0 +1,1045 @@
|
|
|
1
|
+
import { Construct } from 'constructs';
|
|
2
|
+
import * as cdktf from 'cdktf';
|
|
3
|
+
export interface CloudGcpIntegrationsConfig extends cdktf.TerraformMetaArguments {
|
|
4
|
+
/**
|
|
5
|
+
* ID of the newrelic account
|
|
6
|
+
*
|
|
7
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#account_id CloudGcpIntegrations#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_gcp_integrations#id CloudGcpIntegrations#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
|
+
* Id of the linked gcp account in New Relic
|
|
19
|
+
*
|
|
20
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#linked_account_id CloudGcpIntegrations#linked_account_id}
|
|
21
|
+
*/
|
|
22
|
+
readonly linkedAccountId: number;
|
|
23
|
+
/**
|
|
24
|
+
* alloy_db block
|
|
25
|
+
*
|
|
26
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#alloy_db CloudGcpIntegrations#alloy_db}
|
|
27
|
+
*/
|
|
28
|
+
readonly alloyDb?: CloudGcpIntegrationsAlloyDb;
|
|
29
|
+
/**
|
|
30
|
+
* app_engine block
|
|
31
|
+
*
|
|
32
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#app_engine CloudGcpIntegrations#app_engine}
|
|
33
|
+
*/
|
|
34
|
+
readonly appEngine?: CloudGcpIntegrationsAppEngine;
|
|
35
|
+
/**
|
|
36
|
+
* big_query block
|
|
37
|
+
*
|
|
38
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#big_query CloudGcpIntegrations#big_query}
|
|
39
|
+
*/
|
|
40
|
+
readonly bigQuery?: CloudGcpIntegrationsBigQuery;
|
|
41
|
+
/**
|
|
42
|
+
* big_table block
|
|
43
|
+
*
|
|
44
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#big_table CloudGcpIntegrations#big_table}
|
|
45
|
+
*/
|
|
46
|
+
readonly bigTable?: CloudGcpIntegrationsBigTable;
|
|
47
|
+
/**
|
|
48
|
+
* composer block
|
|
49
|
+
*
|
|
50
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#composer CloudGcpIntegrations#composer}
|
|
51
|
+
*/
|
|
52
|
+
readonly composer?: CloudGcpIntegrationsComposer;
|
|
53
|
+
/**
|
|
54
|
+
* data_flow block
|
|
55
|
+
*
|
|
56
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#data_flow CloudGcpIntegrations#data_flow}
|
|
57
|
+
*/
|
|
58
|
+
readonly dataFlow?: CloudGcpIntegrationsDataFlow;
|
|
59
|
+
/**
|
|
60
|
+
* data_proc block
|
|
61
|
+
*
|
|
62
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#data_proc CloudGcpIntegrations#data_proc}
|
|
63
|
+
*/
|
|
64
|
+
readonly dataProc?: CloudGcpIntegrationsDataProc;
|
|
65
|
+
/**
|
|
66
|
+
* data_store block
|
|
67
|
+
*
|
|
68
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#data_store CloudGcpIntegrations#data_store}
|
|
69
|
+
*/
|
|
70
|
+
readonly dataStore?: CloudGcpIntegrationsDataStore;
|
|
71
|
+
/**
|
|
72
|
+
* fire_base_database block
|
|
73
|
+
*
|
|
74
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#fire_base_database CloudGcpIntegrations#fire_base_database}
|
|
75
|
+
*/
|
|
76
|
+
readonly fireBaseDatabase?: CloudGcpIntegrationsFireBaseDatabase;
|
|
77
|
+
/**
|
|
78
|
+
* fire_base_hosting block
|
|
79
|
+
*
|
|
80
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#fire_base_hosting CloudGcpIntegrations#fire_base_hosting}
|
|
81
|
+
*/
|
|
82
|
+
readonly fireBaseHosting?: CloudGcpIntegrationsFireBaseHosting;
|
|
83
|
+
/**
|
|
84
|
+
* fire_base_storage block
|
|
85
|
+
*
|
|
86
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#fire_base_storage CloudGcpIntegrations#fire_base_storage}
|
|
87
|
+
*/
|
|
88
|
+
readonly fireBaseStorage?: CloudGcpIntegrationsFireBaseStorage;
|
|
89
|
+
/**
|
|
90
|
+
* fire_store block
|
|
91
|
+
*
|
|
92
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#fire_store CloudGcpIntegrations#fire_store}
|
|
93
|
+
*/
|
|
94
|
+
readonly fireStore?: CloudGcpIntegrationsFireStore;
|
|
95
|
+
/**
|
|
96
|
+
* functions block
|
|
97
|
+
*
|
|
98
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#functions CloudGcpIntegrations#functions}
|
|
99
|
+
*/
|
|
100
|
+
readonly functions?: CloudGcpIntegrationsFunctions;
|
|
101
|
+
/**
|
|
102
|
+
* interconnect block
|
|
103
|
+
*
|
|
104
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#interconnect CloudGcpIntegrations#interconnect}
|
|
105
|
+
*/
|
|
106
|
+
readonly interconnect?: CloudGcpIntegrationsInterconnect;
|
|
107
|
+
/**
|
|
108
|
+
* kubernetes block
|
|
109
|
+
*
|
|
110
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#kubernetes CloudGcpIntegrations#kubernetes}
|
|
111
|
+
*/
|
|
112
|
+
readonly kubernetes?: CloudGcpIntegrationsKubernetes;
|
|
113
|
+
/**
|
|
114
|
+
* load_balancing block
|
|
115
|
+
*
|
|
116
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#load_balancing CloudGcpIntegrations#load_balancing}
|
|
117
|
+
*/
|
|
118
|
+
readonly loadBalancing?: CloudGcpIntegrationsLoadBalancing;
|
|
119
|
+
/**
|
|
120
|
+
* mem_cache block
|
|
121
|
+
*
|
|
122
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#mem_cache CloudGcpIntegrations#mem_cache}
|
|
123
|
+
*/
|
|
124
|
+
readonly memCache?: CloudGcpIntegrationsMemCache;
|
|
125
|
+
/**
|
|
126
|
+
* pub_sub block
|
|
127
|
+
*
|
|
128
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#pub_sub CloudGcpIntegrations#pub_sub}
|
|
129
|
+
*/
|
|
130
|
+
readonly pubSub?: CloudGcpIntegrationsPubSub;
|
|
131
|
+
/**
|
|
132
|
+
* redis block
|
|
133
|
+
*
|
|
134
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#redis CloudGcpIntegrations#redis}
|
|
135
|
+
*/
|
|
136
|
+
readonly redis?: CloudGcpIntegrationsRedis;
|
|
137
|
+
/**
|
|
138
|
+
* router block
|
|
139
|
+
*
|
|
140
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#router CloudGcpIntegrations#router}
|
|
141
|
+
*/
|
|
142
|
+
readonly router?: CloudGcpIntegrationsRouter;
|
|
143
|
+
/**
|
|
144
|
+
* run block
|
|
145
|
+
*
|
|
146
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#run CloudGcpIntegrations#run}
|
|
147
|
+
*/
|
|
148
|
+
readonly run?: CloudGcpIntegrationsRun;
|
|
149
|
+
/**
|
|
150
|
+
* spanner block
|
|
151
|
+
*
|
|
152
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#spanner CloudGcpIntegrations#spanner}
|
|
153
|
+
*/
|
|
154
|
+
readonly spanner?: CloudGcpIntegrationsSpanner;
|
|
155
|
+
/**
|
|
156
|
+
* sql block
|
|
157
|
+
*
|
|
158
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#sql CloudGcpIntegrations#sql}
|
|
159
|
+
*/
|
|
160
|
+
readonly sql?: CloudGcpIntegrationsSql;
|
|
161
|
+
/**
|
|
162
|
+
* storage block
|
|
163
|
+
*
|
|
164
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#storage CloudGcpIntegrations#storage}
|
|
165
|
+
*/
|
|
166
|
+
readonly storage?: CloudGcpIntegrationsStorage;
|
|
167
|
+
/**
|
|
168
|
+
* virtual_machines block
|
|
169
|
+
*
|
|
170
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#virtual_machines CloudGcpIntegrations#virtual_machines}
|
|
171
|
+
*/
|
|
172
|
+
readonly virtualMachines?: CloudGcpIntegrationsVirtualMachines;
|
|
173
|
+
/**
|
|
174
|
+
* vpc_access block
|
|
175
|
+
*
|
|
176
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#vpc_access CloudGcpIntegrations#vpc_access}
|
|
177
|
+
*/
|
|
178
|
+
readonly vpcAccess?: CloudGcpIntegrationsVpcAccess;
|
|
179
|
+
}
|
|
180
|
+
export interface CloudGcpIntegrationsAlloyDb {
|
|
181
|
+
/**
|
|
182
|
+
* the data polling interval in seconds
|
|
183
|
+
*
|
|
184
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
|
185
|
+
*/
|
|
186
|
+
readonly metricsPollingInterval?: number;
|
|
187
|
+
}
|
|
188
|
+
export declare function cloudGcpIntegrationsAlloyDbToTerraform(struct?: CloudGcpIntegrationsAlloyDbOutputReference | CloudGcpIntegrationsAlloyDb): any;
|
|
189
|
+
export declare function cloudGcpIntegrationsAlloyDbToHclTerraform(struct?: CloudGcpIntegrationsAlloyDbOutputReference | CloudGcpIntegrationsAlloyDb): any;
|
|
190
|
+
export declare class CloudGcpIntegrationsAlloyDbOutputReference extends cdktf.ComplexObject {
|
|
191
|
+
private isEmptyObject;
|
|
192
|
+
/**
|
|
193
|
+
* @param terraformResource The parent resource
|
|
194
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
195
|
+
*/
|
|
196
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
197
|
+
get internalValue(): CloudGcpIntegrationsAlloyDb | undefined;
|
|
198
|
+
set internalValue(value: CloudGcpIntegrationsAlloyDb | undefined);
|
|
199
|
+
private _metricsPollingInterval?;
|
|
200
|
+
get metricsPollingInterval(): number;
|
|
201
|
+
set metricsPollingInterval(value: number);
|
|
202
|
+
resetMetricsPollingInterval(): void;
|
|
203
|
+
get metricsPollingIntervalInput(): number;
|
|
204
|
+
}
|
|
205
|
+
export interface CloudGcpIntegrationsAppEngine {
|
|
206
|
+
/**
|
|
207
|
+
* the data polling interval in seconds
|
|
208
|
+
*
|
|
209
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
|
210
|
+
*/
|
|
211
|
+
readonly metricsPollingInterval?: number;
|
|
212
|
+
}
|
|
213
|
+
export declare function cloudGcpIntegrationsAppEngineToTerraform(struct?: CloudGcpIntegrationsAppEngineOutputReference | CloudGcpIntegrationsAppEngine): any;
|
|
214
|
+
export declare function cloudGcpIntegrationsAppEngineToHclTerraform(struct?: CloudGcpIntegrationsAppEngineOutputReference | CloudGcpIntegrationsAppEngine): any;
|
|
215
|
+
export declare class CloudGcpIntegrationsAppEngineOutputReference extends cdktf.ComplexObject {
|
|
216
|
+
private isEmptyObject;
|
|
217
|
+
/**
|
|
218
|
+
* @param terraformResource The parent resource
|
|
219
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
220
|
+
*/
|
|
221
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
222
|
+
get internalValue(): CloudGcpIntegrationsAppEngine | undefined;
|
|
223
|
+
set internalValue(value: CloudGcpIntegrationsAppEngine | undefined);
|
|
224
|
+
private _metricsPollingInterval?;
|
|
225
|
+
get metricsPollingInterval(): number;
|
|
226
|
+
set metricsPollingInterval(value: number);
|
|
227
|
+
resetMetricsPollingInterval(): void;
|
|
228
|
+
get metricsPollingIntervalInput(): number;
|
|
229
|
+
}
|
|
230
|
+
export interface CloudGcpIntegrationsBigQuery {
|
|
231
|
+
/**
|
|
232
|
+
* to fetch tags of the resource
|
|
233
|
+
*
|
|
234
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags}
|
|
235
|
+
*/
|
|
236
|
+
readonly fetchTags?: boolean | cdktf.IResolvable;
|
|
237
|
+
/**
|
|
238
|
+
* the data polling interval in seconds
|
|
239
|
+
*
|
|
240
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
|
241
|
+
*/
|
|
242
|
+
readonly metricsPollingInterval?: number;
|
|
243
|
+
}
|
|
244
|
+
export declare function cloudGcpIntegrationsBigQueryToTerraform(struct?: CloudGcpIntegrationsBigQueryOutputReference | CloudGcpIntegrationsBigQuery): any;
|
|
245
|
+
export declare function cloudGcpIntegrationsBigQueryToHclTerraform(struct?: CloudGcpIntegrationsBigQueryOutputReference | CloudGcpIntegrationsBigQuery): any;
|
|
246
|
+
export declare class CloudGcpIntegrationsBigQueryOutputReference extends cdktf.ComplexObject {
|
|
247
|
+
private isEmptyObject;
|
|
248
|
+
/**
|
|
249
|
+
* @param terraformResource The parent resource
|
|
250
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
251
|
+
*/
|
|
252
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
253
|
+
get internalValue(): CloudGcpIntegrationsBigQuery | undefined;
|
|
254
|
+
set internalValue(value: CloudGcpIntegrationsBigQuery | undefined);
|
|
255
|
+
private _fetchTags?;
|
|
256
|
+
get fetchTags(): boolean | cdktf.IResolvable;
|
|
257
|
+
set fetchTags(value: boolean | cdktf.IResolvable);
|
|
258
|
+
resetFetchTags(): void;
|
|
259
|
+
get fetchTagsInput(): any;
|
|
260
|
+
private _metricsPollingInterval?;
|
|
261
|
+
get metricsPollingInterval(): number;
|
|
262
|
+
set metricsPollingInterval(value: number);
|
|
263
|
+
resetMetricsPollingInterval(): void;
|
|
264
|
+
get metricsPollingIntervalInput(): number;
|
|
265
|
+
}
|
|
266
|
+
export interface CloudGcpIntegrationsBigTable {
|
|
267
|
+
/**
|
|
268
|
+
* the data polling interval in seconds
|
|
269
|
+
*
|
|
270
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
|
271
|
+
*/
|
|
272
|
+
readonly metricsPollingInterval?: number;
|
|
273
|
+
}
|
|
274
|
+
export declare function cloudGcpIntegrationsBigTableToTerraform(struct?: CloudGcpIntegrationsBigTableOutputReference | CloudGcpIntegrationsBigTable): any;
|
|
275
|
+
export declare function cloudGcpIntegrationsBigTableToHclTerraform(struct?: CloudGcpIntegrationsBigTableOutputReference | CloudGcpIntegrationsBigTable): any;
|
|
276
|
+
export declare class CloudGcpIntegrationsBigTableOutputReference extends cdktf.ComplexObject {
|
|
277
|
+
private isEmptyObject;
|
|
278
|
+
/**
|
|
279
|
+
* @param terraformResource The parent resource
|
|
280
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
281
|
+
*/
|
|
282
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
283
|
+
get internalValue(): CloudGcpIntegrationsBigTable | undefined;
|
|
284
|
+
set internalValue(value: CloudGcpIntegrationsBigTable | undefined);
|
|
285
|
+
private _metricsPollingInterval?;
|
|
286
|
+
get metricsPollingInterval(): number;
|
|
287
|
+
set metricsPollingInterval(value: number);
|
|
288
|
+
resetMetricsPollingInterval(): void;
|
|
289
|
+
get metricsPollingIntervalInput(): number;
|
|
290
|
+
}
|
|
291
|
+
export interface CloudGcpIntegrationsComposer {
|
|
292
|
+
/**
|
|
293
|
+
* the data polling interval in seconds
|
|
294
|
+
*
|
|
295
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
|
296
|
+
*/
|
|
297
|
+
readonly metricsPollingInterval?: number;
|
|
298
|
+
}
|
|
299
|
+
export declare function cloudGcpIntegrationsComposerToTerraform(struct?: CloudGcpIntegrationsComposerOutputReference | CloudGcpIntegrationsComposer): any;
|
|
300
|
+
export declare function cloudGcpIntegrationsComposerToHclTerraform(struct?: CloudGcpIntegrationsComposerOutputReference | CloudGcpIntegrationsComposer): any;
|
|
301
|
+
export declare class CloudGcpIntegrationsComposerOutputReference extends cdktf.ComplexObject {
|
|
302
|
+
private isEmptyObject;
|
|
303
|
+
/**
|
|
304
|
+
* @param terraformResource The parent resource
|
|
305
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
306
|
+
*/
|
|
307
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
308
|
+
get internalValue(): CloudGcpIntegrationsComposer | undefined;
|
|
309
|
+
set internalValue(value: CloudGcpIntegrationsComposer | undefined);
|
|
310
|
+
private _metricsPollingInterval?;
|
|
311
|
+
get metricsPollingInterval(): number;
|
|
312
|
+
set metricsPollingInterval(value: number);
|
|
313
|
+
resetMetricsPollingInterval(): void;
|
|
314
|
+
get metricsPollingIntervalInput(): number;
|
|
315
|
+
}
|
|
316
|
+
export interface CloudGcpIntegrationsDataFlow {
|
|
317
|
+
/**
|
|
318
|
+
* the data polling interval in seconds
|
|
319
|
+
*
|
|
320
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
|
321
|
+
*/
|
|
322
|
+
readonly metricsPollingInterval?: number;
|
|
323
|
+
}
|
|
324
|
+
export declare function cloudGcpIntegrationsDataFlowToTerraform(struct?: CloudGcpIntegrationsDataFlowOutputReference | CloudGcpIntegrationsDataFlow): any;
|
|
325
|
+
export declare function cloudGcpIntegrationsDataFlowToHclTerraform(struct?: CloudGcpIntegrationsDataFlowOutputReference | CloudGcpIntegrationsDataFlow): any;
|
|
326
|
+
export declare class CloudGcpIntegrationsDataFlowOutputReference extends cdktf.ComplexObject {
|
|
327
|
+
private isEmptyObject;
|
|
328
|
+
/**
|
|
329
|
+
* @param terraformResource The parent resource
|
|
330
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
331
|
+
*/
|
|
332
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
333
|
+
get internalValue(): CloudGcpIntegrationsDataFlow | undefined;
|
|
334
|
+
set internalValue(value: CloudGcpIntegrationsDataFlow | undefined);
|
|
335
|
+
private _metricsPollingInterval?;
|
|
336
|
+
get metricsPollingInterval(): number;
|
|
337
|
+
set metricsPollingInterval(value: number);
|
|
338
|
+
resetMetricsPollingInterval(): void;
|
|
339
|
+
get metricsPollingIntervalInput(): number;
|
|
340
|
+
}
|
|
341
|
+
export interface CloudGcpIntegrationsDataProc {
|
|
342
|
+
/**
|
|
343
|
+
* the data polling interval in seconds
|
|
344
|
+
*
|
|
345
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
|
346
|
+
*/
|
|
347
|
+
readonly metricsPollingInterval?: number;
|
|
348
|
+
}
|
|
349
|
+
export declare function cloudGcpIntegrationsDataProcToTerraform(struct?: CloudGcpIntegrationsDataProcOutputReference | CloudGcpIntegrationsDataProc): any;
|
|
350
|
+
export declare function cloudGcpIntegrationsDataProcToHclTerraform(struct?: CloudGcpIntegrationsDataProcOutputReference | CloudGcpIntegrationsDataProc): any;
|
|
351
|
+
export declare class CloudGcpIntegrationsDataProcOutputReference extends cdktf.ComplexObject {
|
|
352
|
+
private isEmptyObject;
|
|
353
|
+
/**
|
|
354
|
+
* @param terraformResource The parent resource
|
|
355
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
356
|
+
*/
|
|
357
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
358
|
+
get internalValue(): CloudGcpIntegrationsDataProc | undefined;
|
|
359
|
+
set internalValue(value: CloudGcpIntegrationsDataProc | undefined);
|
|
360
|
+
private _metricsPollingInterval?;
|
|
361
|
+
get metricsPollingInterval(): number;
|
|
362
|
+
set metricsPollingInterval(value: number);
|
|
363
|
+
resetMetricsPollingInterval(): void;
|
|
364
|
+
get metricsPollingIntervalInput(): number;
|
|
365
|
+
}
|
|
366
|
+
export interface CloudGcpIntegrationsDataStore {
|
|
367
|
+
/**
|
|
368
|
+
* the data polling interval in seconds
|
|
369
|
+
*
|
|
370
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
|
371
|
+
*/
|
|
372
|
+
readonly metricsPollingInterval?: number;
|
|
373
|
+
}
|
|
374
|
+
export declare function cloudGcpIntegrationsDataStoreToTerraform(struct?: CloudGcpIntegrationsDataStoreOutputReference | CloudGcpIntegrationsDataStore): any;
|
|
375
|
+
export declare function cloudGcpIntegrationsDataStoreToHclTerraform(struct?: CloudGcpIntegrationsDataStoreOutputReference | CloudGcpIntegrationsDataStore): any;
|
|
376
|
+
export declare class CloudGcpIntegrationsDataStoreOutputReference extends cdktf.ComplexObject {
|
|
377
|
+
private isEmptyObject;
|
|
378
|
+
/**
|
|
379
|
+
* @param terraformResource The parent resource
|
|
380
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
381
|
+
*/
|
|
382
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
383
|
+
get internalValue(): CloudGcpIntegrationsDataStore | undefined;
|
|
384
|
+
set internalValue(value: CloudGcpIntegrationsDataStore | undefined);
|
|
385
|
+
private _metricsPollingInterval?;
|
|
386
|
+
get metricsPollingInterval(): number;
|
|
387
|
+
set metricsPollingInterval(value: number);
|
|
388
|
+
resetMetricsPollingInterval(): void;
|
|
389
|
+
get metricsPollingIntervalInput(): number;
|
|
390
|
+
}
|
|
391
|
+
export interface CloudGcpIntegrationsFireBaseDatabase {
|
|
392
|
+
/**
|
|
393
|
+
* the data polling interval in seconds
|
|
394
|
+
*
|
|
395
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
|
396
|
+
*/
|
|
397
|
+
readonly metricsPollingInterval?: number;
|
|
398
|
+
}
|
|
399
|
+
export declare function cloudGcpIntegrationsFireBaseDatabaseToTerraform(struct?: CloudGcpIntegrationsFireBaseDatabaseOutputReference | CloudGcpIntegrationsFireBaseDatabase): any;
|
|
400
|
+
export declare function cloudGcpIntegrationsFireBaseDatabaseToHclTerraform(struct?: CloudGcpIntegrationsFireBaseDatabaseOutputReference | CloudGcpIntegrationsFireBaseDatabase): any;
|
|
401
|
+
export declare class CloudGcpIntegrationsFireBaseDatabaseOutputReference extends cdktf.ComplexObject {
|
|
402
|
+
private isEmptyObject;
|
|
403
|
+
/**
|
|
404
|
+
* @param terraformResource The parent resource
|
|
405
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
406
|
+
*/
|
|
407
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
408
|
+
get internalValue(): CloudGcpIntegrationsFireBaseDatabase | undefined;
|
|
409
|
+
set internalValue(value: CloudGcpIntegrationsFireBaseDatabase | undefined);
|
|
410
|
+
private _metricsPollingInterval?;
|
|
411
|
+
get metricsPollingInterval(): number;
|
|
412
|
+
set metricsPollingInterval(value: number);
|
|
413
|
+
resetMetricsPollingInterval(): void;
|
|
414
|
+
get metricsPollingIntervalInput(): number;
|
|
415
|
+
}
|
|
416
|
+
export interface CloudGcpIntegrationsFireBaseHosting {
|
|
417
|
+
/**
|
|
418
|
+
* the data polling interval in seconds
|
|
419
|
+
*
|
|
420
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
|
421
|
+
*/
|
|
422
|
+
readonly metricsPollingInterval?: number;
|
|
423
|
+
}
|
|
424
|
+
export declare function cloudGcpIntegrationsFireBaseHostingToTerraform(struct?: CloudGcpIntegrationsFireBaseHostingOutputReference | CloudGcpIntegrationsFireBaseHosting): any;
|
|
425
|
+
export declare function cloudGcpIntegrationsFireBaseHostingToHclTerraform(struct?: CloudGcpIntegrationsFireBaseHostingOutputReference | CloudGcpIntegrationsFireBaseHosting): any;
|
|
426
|
+
export declare class CloudGcpIntegrationsFireBaseHostingOutputReference extends cdktf.ComplexObject {
|
|
427
|
+
private isEmptyObject;
|
|
428
|
+
/**
|
|
429
|
+
* @param terraformResource The parent resource
|
|
430
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
431
|
+
*/
|
|
432
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
433
|
+
get internalValue(): CloudGcpIntegrationsFireBaseHosting | undefined;
|
|
434
|
+
set internalValue(value: CloudGcpIntegrationsFireBaseHosting | undefined);
|
|
435
|
+
private _metricsPollingInterval?;
|
|
436
|
+
get metricsPollingInterval(): number;
|
|
437
|
+
set metricsPollingInterval(value: number);
|
|
438
|
+
resetMetricsPollingInterval(): void;
|
|
439
|
+
get metricsPollingIntervalInput(): number;
|
|
440
|
+
}
|
|
441
|
+
export interface CloudGcpIntegrationsFireBaseStorage {
|
|
442
|
+
/**
|
|
443
|
+
* the data polling interval in seconds
|
|
444
|
+
*
|
|
445
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
|
446
|
+
*/
|
|
447
|
+
readonly metricsPollingInterval?: number;
|
|
448
|
+
}
|
|
449
|
+
export declare function cloudGcpIntegrationsFireBaseStorageToTerraform(struct?: CloudGcpIntegrationsFireBaseStorageOutputReference | CloudGcpIntegrationsFireBaseStorage): any;
|
|
450
|
+
export declare function cloudGcpIntegrationsFireBaseStorageToHclTerraform(struct?: CloudGcpIntegrationsFireBaseStorageOutputReference | CloudGcpIntegrationsFireBaseStorage): any;
|
|
451
|
+
export declare class CloudGcpIntegrationsFireBaseStorageOutputReference extends cdktf.ComplexObject {
|
|
452
|
+
private isEmptyObject;
|
|
453
|
+
/**
|
|
454
|
+
* @param terraformResource The parent resource
|
|
455
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
456
|
+
*/
|
|
457
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
458
|
+
get internalValue(): CloudGcpIntegrationsFireBaseStorage | undefined;
|
|
459
|
+
set internalValue(value: CloudGcpIntegrationsFireBaseStorage | undefined);
|
|
460
|
+
private _metricsPollingInterval?;
|
|
461
|
+
get metricsPollingInterval(): number;
|
|
462
|
+
set metricsPollingInterval(value: number);
|
|
463
|
+
resetMetricsPollingInterval(): void;
|
|
464
|
+
get metricsPollingIntervalInput(): number;
|
|
465
|
+
}
|
|
466
|
+
export interface CloudGcpIntegrationsFireStore {
|
|
467
|
+
/**
|
|
468
|
+
* the data polling interval in seconds
|
|
469
|
+
*
|
|
470
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
|
471
|
+
*/
|
|
472
|
+
readonly metricsPollingInterval?: number;
|
|
473
|
+
}
|
|
474
|
+
export declare function cloudGcpIntegrationsFireStoreToTerraform(struct?: CloudGcpIntegrationsFireStoreOutputReference | CloudGcpIntegrationsFireStore): any;
|
|
475
|
+
export declare function cloudGcpIntegrationsFireStoreToHclTerraform(struct?: CloudGcpIntegrationsFireStoreOutputReference | CloudGcpIntegrationsFireStore): any;
|
|
476
|
+
export declare class CloudGcpIntegrationsFireStoreOutputReference extends cdktf.ComplexObject {
|
|
477
|
+
private isEmptyObject;
|
|
478
|
+
/**
|
|
479
|
+
* @param terraformResource The parent resource
|
|
480
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
481
|
+
*/
|
|
482
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
483
|
+
get internalValue(): CloudGcpIntegrationsFireStore | undefined;
|
|
484
|
+
set internalValue(value: CloudGcpIntegrationsFireStore | undefined);
|
|
485
|
+
private _metricsPollingInterval?;
|
|
486
|
+
get metricsPollingInterval(): number;
|
|
487
|
+
set metricsPollingInterval(value: number);
|
|
488
|
+
resetMetricsPollingInterval(): void;
|
|
489
|
+
get metricsPollingIntervalInput(): number;
|
|
490
|
+
}
|
|
491
|
+
export interface CloudGcpIntegrationsFunctions {
|
|
492
|
+
/**
|
|
493
|
+
* the data polling interval in seconds
|
|
494
|
+
*
|
|
495
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
|
496
|
+
*/
|
|
497
|
+
readonly metricsPollingInterval?: number;
|
|
498
|
+
}
|
|
499
|
+
export declare function cloudGcpIntegrationsFunctionsToTerraform(struct?: CloudGcpIntegrationsFunctionsOutputReference | CloudGcpIntegrationsFunctions): any;
|
|
500
|
+
export declare function cloudGcpIntegrationsFunctionsToHclTerraform(struct?: CloudGcpIntegrationsFunctionsOutputReference | CloudGcpIntegrationsFunctions): any;
|
|
501
|
+
export declare class CloudGcpIntegrationsFunctionsOutputReference extends cdktf.ComplexObject {
|
|
502
|
+
private isEmptyObject;
|
|
503
|
+
/**
|
|
504
|
+
* @param terraformResource The parent resource
|
|
505
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
506
|
+
*/
|
|
507
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
508
|
+
get internalValue(): CloudGcpIntegrationsFunctions | undefined;
|
|
509
|
+
set internalValue(value: CloudGcpIntegrationsFunctions | undefined);
|
|
510
|
+
private _metricsPollingInterval?;
|
|
511
|
+
get metricsPollingInterval(): number;
|
|
512
|
+
set metricsPollingInterval(value: number);
|
|
513
|
+
resetMetricsPollingInterval(): void;
|
|
514
|
+
get metricsPollingIntervalInput(): number;
|
|
515
|
+
}
|
|
516
|
+
export interface CloudGcpIntegrationsInterconnect {
|
|
517
|
+
/**
|
|
518
|
+
* the data polling interval in seconds
|
|
519
|
+
*
|
|
520
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
|
521
|
+
*/
|
|
522
|
+
readonly metricsPollingInterval?: number;
|
|
523
|
+
}
|
|
524
|
+
export declare function cloudGcpIntegrationsInterconnectToTerraform(struct?: CloudGcpIntegrationsInterconnectOutputReference | CloudGcpIntegrationsInterconnect): any;
|
|
525
|
+
export declare function cloudGcpIntegrationsInterconnectToHclTerraform(struct?: CloudGcpIntegrationsInterconnectOutputReference | CloudGcpIntegrationsInterconnect): any;
|
|
526
|
+
export declare class CloudGcpIntegrationsInterconnectOutputReference extends cdktf.ComplexObject {
|
|
527
|
+
private isEmptyObject;
|
|
528
|
+
/**
|
|
529
|
+
* @param terraformResource The parent resource
|
|
530
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
531
|
+
*/
|
|
532
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
533
|
+
get internalValue(): CloudGcpIntegrationsInterconnect | undefined;
|
|
534
|
+
set internalValue(value: CloudGcpIntegrationsInterconnect | undefined);
|
|
535
|
+
private _metricsPollingInterval?;
|
|
536
|
+
get metricsPollingInterval(): number;
|
|
537
|
+
set metricsPollingInterval(value: number);
|
|
538
|
+
resetMetricsPollingInterval(): void;
|
|
539
|
+
get metricsPollingIntervalInput(): number;
|
|
540
|
+
}
|
|
541
|
+
export interface CloudGcpIntegrationsKubernetes {
|
|
542
|
+
/**
|
|
543
|
+
* the data polling interval in seconds
|
|
544
|
+
*
|
|
545
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
|
546
|
+
*/
|
|
547
|
+
readonly metricsPollingInterval?: number;
|
|
548
|
+
}
|
|
549
|
+
export declare function cloudGcpIntegrationsKubernetesToTerraform(struct?: CloudGcpIntegrationsKubernetesOutputReference | CloudGcpIntegrationsKubernetes): any;
|
|
550
|
+
export declare function cloudGcpIntegrationsKubernetesToHclTerraform(struct?: CloudGcpIntegrationsKubernetesOutputReference | CloudGcpIntegrationsKubernetes): any;
|
|
551
|
+
export declare class CloudGcpIntegrationsKubernetesOutputReference extends cdktf.ComplexObject {
|
|
552
|
+
private isEmptyObject;
|
|
553
|
+
/**
|
|
554
|
+
* @param terraformResource The parent resource
|
|
555
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
556
|
+
*/
|
|
557
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
558
|
+
get internalValue(): CloudGcpIntegrationsKubernetes | undefined;
|
|
559
|
+
set internalValue(value: CloudGcpIntegrationsKubernetes | undefined);
|
|
560
|
+
private _metricsPollingInterval?;
|
|
561
|
+
get metricsPollingInterval(): number;
|
|
562
|
+
set metricsPollingInterval(value: number);
|
|
563
|
+
resetMetricsPollingInterval(): void;
|
|
564
|
+
get metricsPollingIntervalInput(): number;
|
|
565
|
+
}
|
|
566
|
+
export interface CloudGcpIntegrationsLoadBalancing {
|
|
567
|
+
/**
|
|
568
|
+
* the data polling interval in seconds
|
|
569
|
+
*
|
|
570
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
|
571
|
+
*/
|
|
572
|
+
readonly metricsPollingInterval?: number;
|
|
573
|
+
}
|
|
574
|
+
export declare function cloudGcpIntegrationsLoadBalancingToTerraform(struct?: CloudGcpIntegrationsLoadBalancingOutputReference | CloudGcpIntegrationsLoadBalancing): any;
|
|
575
|
+
export declare function cloudGcpIntegrationsLoadBalancingToHclTerraform(struct?: CloudGcpIntegrationsLoadBalancingOutputReference | CloudGcpIntegrationsLoadBalancing): any;
|
|
576
|
+
export declare class CloudGcpIntegrationsLoadBalancingOutputReference extends cdktf.ComplexObject {
|
|
577
|
+
private isEmptyObject;
|
|
578
|
+
/**
|
|
579
|
+
* @param terraformResource The parent resource
|
|
580
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
581
|
+
*/
|
|
582
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
583
|
+
get internalValue(): CloudGcpIntegrationsLoadBalancing | undefined;
|
|
584
|
+
set internalValue(value: CloudGcpIntegrationsLoadBalancing | undefined);
|
|
585
|
+
private _metricsPollingInterval?;
|
|
586
|
+
get metricsPollingInterval(): number;
|
|
587
|
+
set metricsPollingInterval(value: number);
|
|
588
|
+
resetMetricsPollingInterval(): void;
|
|
589
|
+
get metricsPollingIntervalInput(): number;
|
|
590
|
+
}
|
|
591
|
+
export interface CloudGcpIntegrationsMemCache {
|
|
592
|
+
/**
|
|
593
|
+
* the data polling interval in seconds
|
|
594
|
+
*
|
|
595
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
|
596
|
+
*/
|
|
597
|
+
readonly metricsPollingInterval?: number;
|
|
598
|
+
}
|
|
599
|
+
export declare function cloudGcpIntegrationsMemCacheToTerraform(struct?: CloudGcpIntegrationsMemCacheOutputReference | CloudGcpIntegrationsMemCache): any;
|
|
600
|
+
export declare function cloudGcpIntegrationsMemCacheToHclTerraform(struct?: CloudGcpIntegrationsMemCacheOutputReference | CloudGcpIntegrationsMemCache): any;
|
|
601
|
+
export declare class CloudGcpIntegrationsMemCacheOutputReference extends cdktf.ComplexObject {
|
|
602
|
+
private isEmptyObject;
|
|
603
|
+
/**
|
|
604
|
+
* @param terraformResource The parent resource
|
|
605
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
606
|
+
*/
|
|
607
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
608
|
+
get internalValue(): CloudGcpIntegrationsMemCache | undefined;
|
|
609
|
+
set internalValue(value: CloudGcpIntegrationsMemCache | undefined);
|
|
610
|
+
private _metricsPollingInterval?;
|
|
611
|
+
get metricsPollingInterval(): number;
|
|
612
|
+
set metricsPollingInterval(value: number);
|
|
613
|
+
resetMetricsPollingInterval(): void;
|
|
614
|
+
get metricsPollingIntervalInput(): number;
|
|
615
|
+
}
|
|
616
|
+
export interface CloudGcpIntegrationsPubSub {
|
|
617
|
+
/**
|
|
618
|
+
* to fetch tags of the resource
|
|
619
|
+
*
|
|
620
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags}
|
|
621
|
+
*/
|
|
622
|
+
readonly fetchTags?: boolean | cdktf.IResolvable;
|
|
623
|
+
/**
|
|
624
|
+
* the data polling interval in seconds
|
|
625
|
+
*
|
|
626
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
|
627
|
+
*/
|
|
628
|
+
readonly metricsPollingInterval?: number;
|
|
629
|
+
}
|
|
630
|
+
export declare function cloudGcpIntegrationsPubSubToTerraform(struct?: CloudGcpIntegrationsPubSubOutputReference | CloudGcpIntegrationsPubSub): any;
|
|
631
|
+
export declare function cloudGcpIntegrationsPubSubToHclTerraform(struct?: CloudGcpIntegrationsPubSubOutputReference | CloudGcpIntegrationsPubSub): any;
|
|
632
|
+
export declare class CloudGcpIntegrationsPubSubOutputReference extends cdktf.ComplexObject {
|
|
633
|
+
private isEmptyObject;
|
|
634
|
+
/**
|
|
635
|
+
* @param terraformResource The parent resource
|
|
636
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
637
|
+
*/
|
|
638
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
639
|
+
get internalValue(): CloudGcpIntegrationsPubSub | undefined;
|
|
640
|
+
set internalValue(value: CloudGcpIntegrationsPubSub | undefined);
|
|
641
|
+
private _fetchTags?;
|
|
642
|
+
get fetchTags(): boolean | cdktf.IResolvable;
|
|
643
|
+
set fetchTags(value: boolean | cdktf.IResolvable);
|
|
644
|
+
resetFetchTags(): void;
|
|
645
|
+
get fetchTagsInput(): any;
|
|
646
|
+
private _metricsPollingInterval?;
|
|
647
|
+
get metricsPollingInterval(): number;
|
|
648
|
+
set metricsPollingInterval(value: number);
|
|
649
|
+
resetMetricsPollingInterval(): void;
|
|
650
|
+
get metricsPollingIntervalInput(): number;
|
|
651
|
+
}
|
|
652
|
+
export interface CloudGcpIntegrationsRedis {
|
|
653
|
+
/**
|
|
654
|
+
* the data polling interval in seconds
|
|
655
|
+
*
|
|
656
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
|
657
|
+
*/
|
|
658
|
+
readonly metricsPollingInterval?: number;
|
|
659
|
+
}
|
|
660
|
+
export declare function cloudGcpIntegrationsRedisToTerraform(struct?: CloudGcpIntegrationsRedisOutputReference | CloudGcpIntegrationsRedis): any;
|
|
661
|
+
export declare function cloudGcpIntegrationsRedisToHclTerraform(struct?: CloudGcpIntegrationsRedisOutputReference | CloudGcpIntegrationsRedis): any;
|
|
662
|
+
export declare class CloudGcpIntegrationsRedisOutputReference extends cdktf.ComplexObject {
|
|
663
|
+
private isEmptyObject;
|
|
664
|
+
/**
|
|
665
|
+
* @param terraformResource The parent resource
|
|
666
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
667
|
+
*/
|
|
668
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
669
|
+
get internalValue(): CloudGcpIntegrationsRedis | undefined;
|
|
670
|
+
set internalValue(value: CloudGcpIntegrationsRedis | undefined);
|
|
671
|
+
private _metricsPollingInterval?;
|
|
672
|
+
get metricsPollingInterval(): number;
|
|
673
|
+
set metricsPollingInterval(value: number);
|
|
674
|
+
resetMetricsPollingInterval(): void;
|
|
675
|
+
get metricsPollingIntervalInput(): number;
|
|
676
|
+
}
|
|
677
|
+
export interface CloudGcpIntegrationsRouter {
|
|
678
|
+
/**
|
|
679
|
+
* the data polling interval in seconds
|
|
680
|
+
*
|
|
681
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
|
682
|
+
*/
|
|
683
|
+
readonly metricsPollingInterval?: number;
|
|
684
|
+
}
|
|
685
|
+
export declare function cloudGcpIntegrationsRouterToTerraform(struct?: CloudGcpIntegrationsRouterOutputReference | CloudGcpIntegrationsRouter): any;
|
|
686
|
+
export declare function cloudGcpIntegrationsRouterToHclTerraform(struct?: CloudGcpIntegrationsRouterOutputReference | CloudGcpIntegrationsRouter): any;
|
|
687
|
+
export declare class CloudGcpIntegrationsRouterOutputReference extends cdktf.ComplexObject {
|
|
688
|
+
private isEmptyObject;
|
|
689
|
+
/**
|
|
690
|
+
* @param terraformResource The parent resource
|
|
691
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
692
|
+
*/
|
|
693
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
694
|
+
get internalValue(): CloudGcpIntegrationsRouter | undefined;
|
|
695
|
+
set internalValue(value: CloudGcpIntegrationsRouter | undefined);
|
|
696
|
+
private _metricsPollingInterval?;
|
|
697
|
+
get metricsPollingInterval(): number;
|
|
698
|
+
set metricsPollingInterval(value: number);
|
|
699
|
+
resetMetricsPollingInterval(): void;
|
|
700
|
+
get metricsPollingIntervalInput(): number;
|
|
701
|
+
}
|
|
702
|
+
export interface CloudGcpIntegrationsRun {
|
|
703
|
+
/**
|
|
704
|
+
* the data polling interval in seconds
|
|
705
|
+
*
|
|
706
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
|
707
|
+
*/
|
|
708
|
+
readonly metricsPollingInterval?: number;
|
|
709
|
+
}
|
|
710
|
+
export declare function cloudGcpIntegrationsRunToTerraform(struct?: CloudGcpIntegrationsRunOutputReference | CloudGcpIntegrationsRun): any;
|
|
711
|
+
export declare function cloudGcpIntegrationsRunToHclTerraform(struct?: CloudGcpIntegrationsRunOutputReference | CloudGcpIntegrationsRun): any;
|
|
712
|
+
export declare class CloudGcpIntegrationsRunOutputReference 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(): CloudGcpIntegrationsRun | undefined;
|
|
720
|
+
set internalValue(value: CloudGcpIntegrationsRun | undefined);
|
|
721
|
+
private _metricsPollingInterval?;
|
|
722
|
+
get metricsPollingInterval(): number;
|
|
723
|
+
set metricsPollingInterval(value: number);
|
|
724
|
+
resetMetricsPollingInterval(): void;
|
|
725
|
+
get metricsPollingIntervalInput(): number;
|
|
726
|
+
}
|
|
727
|
+
export interface CloudGcpIntegrationsSpanner {
|
|
728
|
+
/**
|
|
729
|
+
* to fetch tags of the resource
|
|
730
|
+
*
|
|
731
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags}
|
|
732
|
+
*/
|
|
733
|
+
readonly fetchTags?: boolean | cdktf.IResolvable;
|
|
734
|
+
/**
|
|
735
|
+
* the data polling interval in seconds
|
|
736
|
+
*
|
|
737
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
|
738
|
+
*/
|
|
739
|
+
readonly metricsPollingInterval?: number;
|
|
740
|
+
}
|
|
741
|
+
export declare function cloudGcpIntegrationsSpannerToTerraform(struct?: CloudGcpIntegrationsSpannerOutputReference | CloudGcpIntegrationsSpanner): any;
|
|
742
|
+
export declare function cloudGcpIntegrationsSpannerToHclTerraform(struct?: CloudGcpIntegrationsSpannerOutputReference | CloudGcpIntegrationsSpanner): any;
|
|
743
|
+
export declare class CloudGcpIntegrationsSpannerOutputReference extends cdktf.ComplexObject {
|
|
744
|
+
private isEmptyObject;
|
|
745
|
+
/**
|
|
746
|
+
* @param terraformResource The parent resource
|
|
747
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
748
|
+
*/
|
|
749
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
750
|
+
get internalValue(): CloudGcpIntegrationsSpanner | undefined;
|
|
751
|
+
set internalValue(value: CloudGcpIntegrationsSpanner | undefined);
|
|
752
|
+
private _fetchTags?;
|
|
753
|
+
get fetchTags(): boolean | cdktf.IResolvable;
|
|
754
|
+
set fetchTags(value: boolean | cdktf.IResolvable);
|
|
755
|
+
resetFetchTags(): void;
|
|
756
|
+
get fetchTagsInput(): any;
|
|
757
|
+
private _metricsPollingInterval?;
|
|
758
|
+
get metricsPollingInterval(): number;
|
|
759
|
+
set metricsPollingInterval(value: number);
|
|
760
|
+
resetMetricsPollingInterval(): void;
|
|
761
|
+
get metricsPollingIntervalInput(): number;
|
|
762
|
+
}
|
|
763
|
+
export interface CloudGcpIntegrationsSql {
|
|
764
|
+
/**
|
|
765
|
+
* the data polling interval in seconds
|
|
766
|
+
*
|
|
767
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
|
768
|
+
*/
|
|
769
|
+
readonly metricsPollingInterval?: number;
|
|
770
|
+
}
|
|
771
|
+
export declare function cloudGcpIntegrationsSqlToTerraform(struct?: CloudGcpIntegrationsSqlOutputReference | CloudGcpIntegrationsSql): any;
|
|
772
|
+
export declare function cloudGcpIntegrationsSqlToHclTerraform(struct?: CloudGcpIntegrationsSqlOutputReference | CloudGcpIntegrationsSql): any;
|
|
773
|
+
export declare class CloudGcpIntegrationsSqlOutputReference extends cdktf.ComplexObject {
|
|
774
|
+
private isEmptyObject;
|
|
775
|
+
/**
|
|
776
|
+
* @param terraformResource The parent resource
|
|
777
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
778
|
+
*/
|
|
779
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
780
|
+
get internalValue(): CloudGcpIntegrationsSql | undefined;
|
|
781
|
+
set internalValue(value: CloudGcpIntegrationsSql | undefined);
|
|
782
|
+
private _metricsPollingInterval?;
|
|
783
|
+
get metricsPollingInterval(): number;
|
|
784
|
+
set metricsPollingInterval(value: number);
|
|
785
|
+
resetMetricsPollingInterval(): void;
|
|
786
|
+
get metricsPollingIntervalInput(): number;
|
|
787
|
+
}
|
|
788
|
+
export interface CloudGcpIntegrationsStorage {
|
|
789
|
+
/**
|
|
790
|
+
* to fetch tags of the resource
|
|
791
|
+
*
|
|
792
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags}
|
|
793
|
+
*/
|
|
794
|
+
readonly fetchTags?: boolean | cdktf.IResolvable;
|
|
795
|
+
/**
|
|
796
|
+
* the data polling interval in seconds
|
|
797
|
+
*
|
|
798
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
|
799
|
+
*/
|
|
800
|
+
readonly metricsPollingInterval?: number;
|
|
801
|
+
}
|
|
802
|
+
export declare function cloudGcpIntegrationsStorageToTerraform(struct?: CloudGcpIntegrationsStorageOutputReference | CloudGcpIntegrationsStorage): any;
|
|
803
|
+
export declare function cloudGcpIntegrationsStorageToHclTerraform(struct?: CloudGcpIntegrationsStorageOutputReference | CloudGcpIntegrationsStorage): any;
|
|
804
|
+
export declare class CloudGcpIntegrationsStorageOutputReference extends cdktf.ComplexObject {
|
|
805
|
+
private isEmptyObject;
|
|
806
|
+
/**
|
|
807
|
+
* @param terraformResource The parent resource
|
|
808
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
809
|
+
*/
|
|
810
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
811
|
+
get internalValue(): CloudGcpIntegrationsStorage | undefined;
|
|
812
|
+
set internalValue(value: CloudGcpIntegrationsStorage | undefined);
|
|
813
|
+
private _fetchTags?;
|
|
814
|
+
get fetchTags(): boolean | cdktf.IResolvable;
|
|
815
|
+
set fetchTags(value: boolean | cdktf.IResolvable);
|
|
816
|
+
resetFetchTags(): void;
|
|
817
|
+
get fetchTagsInput(): any;
|
|
818
|
+
private _metricsPollingInterval?;
|
|
819
|
+
get metricsPollingInterval(): number;
|
|
820
|
+
set metricsPollingInterval(value: number);
|
|
821
|
+
resetMetricsPollingInterval(): void;
|
|
822
|
+
get metricsPollingIntervalInput(): number;
|
|
823
|
+
}
|
|
824
|
+
export interface CloudGcpIntegrationsVirtualMachines {
|
|
825
|
+
/**
|
|
826
|
+
* the data polling interval in seconds
|
|
827
|
+
*
|
|
828
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
|
829
|
+
*/
|
|
830
|
+
readonly metricsPollingInterval?: number;
|
|
831
|
+
}
|
|
832
|
+
export declare function cloudGcpIntegrationsVirtualMachinesToTerraform(struct?: CloudGcpIntegrationsVirtualMachinesOutputReference | CloudGcpIntegrationsVirtualMachines): any;
|
|
833
|
+
export declare function cloudGcpIntegrationsVirtualMachinesToHclTerraform(struct?: CloudGcpIntegrationsVirtualMachinesOutputReference | CloudGcpIntegrationsVirtualMachines): any;
|
|
834
|
+
export declare class CloudGcpIntegrationsVirtualMachinesOutputReference extends cdktf.ComplexObject {
|
|
835
|
+
private isEmptyObject;
|
|
836
|
+
/**
|
|
837
|
+
* @param terraformResource The parent resource
|
|
838
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
839
|
+
*/
|
|
840
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
841
|
+
get internalValue(): CloudGcpIntegrationsVirtualMachines | undefined;
|
|
842
|
+
set internalValue(value: CloudGcpIntegrationsVirtualMachines | undefined);
|
|
843
|
+
private _metricsPollingInterval?;
|
|
844
|
+
get metricsPollingInterval(): number;
|
|
845
|
+
set metricsPollingInterval(value: number);
|
|
846
|
+
resetMetricsPollingInterval(): void;
|
|
847
|
+
get metricsPollingIntervalInput(): number;
|
|
848
|
+
}
|
|
849
|
+
export interface CloudGcpIntegrationsVpcAccess {
|
|
850
|
+
/**
|
|
851
|
+
* the data polling interval in seconds
|
|
852
|
+
*
|
|
853
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
|
854
|
+
*/
|
|
855
|
+
readonly metricsPollingInterval?: number;
|
|
856
|
+
}
|
|
857
|
+
export declare function cloudGcpIntegrationsVpcAccessToTerraform(struct?: CloudGcpIntegrationsVpcAccessOutputReference | CloudGcpIntegrationsVpcAccess): any;
|
|
858
|
+
export declare function cloudGcpIntegrationsVpcAccessToHclTerraform(struct?: CloudGcpIntegrationsVpcAccessOutputReference | CloudGcpIntegrationsVpcAccess): any;
|
|
859
|
+
export declare class CloudGcpIntegrationsVpcAccessOutputReference extends cdktf.ComplexObject {
|
|
860
|
+
private isEmptyObject;
|
|
861
|
+
/**
|
|
862
|
+
* @param terraformResource The parent resource
|
|
863
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
864
|
+
*/
|
|
865
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
866
|
+
get internalValue(): CloudGcpIntegrationsVpcAccess | undefined;
|
|
867
|
+
set internalValue(value: CloudGcpIntegrationsVpcAccess | undefined);
|
|
868
|
+
private _metricsPollingInterval?;
|
|
869
|
+
get metricsPollingInterval(): number;
|
|
870
|
+
set metricsPollingInterval(value: number);
|
|
871
|
+
resetMetricsPollingInterval(): void;
|
|
872
|
+
get metricsPollingIntervalInput(): number;
|
|
873
|
+
}
|
|
874
|
+
/**
|
|
875
|
+
* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations newrelic_cloud_gcp_integrations}
|
|
876
|
+
*/
|
|
877
|
+
export declare class CloudGcpIntegrations extends cdktf.TerraformResource {
|
|
878
|
+
static readonly tfResourceType = "newrelic_cloud_gcp_integrations";
|
|
879
|
+
/**
|
|
880
|
+
* Generates CDKTF code for importing a CloudGcpIntegrations resource upon running "cdktf plan <stack-name>"
|
|
881
|
+
* @param scope The scope in which to define this construct
|
|
882
|
+
* @param importToId The construct id used in the generated config for the CloudGcpIntegrations to import
|
|
883
|
+
* @param importFromId The id of the existing CloudGcpIntegrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations#import import section} in the documentation of this resource for the id to use
|
|
884
|
+
* @param provider? Optional instance of the provider where the CloudGcpIntegrations to import is found
|
|
885
|
+
*/
|
|
886
|
+
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
887
|
+
/**
|
|
888
|
+
* Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_gcp_integrations newrelic_cloud_gcp_integrations} Resource
|
|
889
|
+
*
|
|
890
|
+
* @param scope The scope in which to define this construct
|
|
891
|
+
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
892
|
+
* @param options CloudGcpIntegrationsConfig
|
|
893
|
+
*/
|
|
894
|
+
constructor(scope: Construct, id: string, config: CloudGcpIntegrationsConfig);
|
|
895
|
+
private _accountId?;
|
|
896
|
+
get accountId(): number;
|
|
897
|
+
set accountId(value: number);
|
|
898
|
+
resetAccountId(): void;
|
|
899
|
+
get accountIdInput(): number;
|
|
900
|
+
private _id?;
|
|
901
|
+
get id(): string;
|
|
902
|
+
set id(value: string);
|
|
903
|
+
resetId(): void;
|
|
904
|
+
get idInput(): string;
|
|
905
|
+
private _linkedAccountId?;
|
|
906
|
+
get linkedAccountId(): number;
|
|
907
|
+
set linkedAccountId(value: number);
|
|
908
|
+
get linkedAccountIdInput(): number;
|
|
909
|
+
private _alloyDb;
|
|
910
|
+
get alloyDb(): CloudGcpIntegrationsAlloyDbOutputReference;
|
|
911
|
+
putAlloyDb(value: CloudGcpIntegrationsAlloyDb): void;
|
|
912
|
+
resetAlloyDb(): void;
|
|
913
|
+
get alloyDbInput(): CloudGcpIntegrationsAlloyDb;
|
|
914
|
+
private _appEngine;
|
|
915
|
+
get appEngine(): CloudGcpIntegrationsAppEngineOutputReference;
|
|
916
|
+
putAppEngine(value: CloudGcpIntegrationsAppEngine): void;
|
|
917
|
+
resetAppEngine(): void;
|
|
918
|
+
get appEngineInput(): CloudGcpIntegrationsAppEngine;
|
|
919
|
+
private _bigQuery;
|
|
920
|
+
get bigQuery(): CloudGcpIntegrationsBigQueryOutputReference;
|
|
921
|
+
putBigQuery(value: CloudGcpIntegrationsBigQuery): void;
|
|
922
|
+
resetBigQuery(): void;
|
|
923
|
+
get bigQueryInput(): CloudGcpIntegrationsBigQuery;
|
|
924
|
+
private _bigTable;
|
|
925
|
+
get bigTable(): CloudGcpIntegrationsBigTableOutputReference;
|
|
926
|
+
putBigTable(value: CloudGcpIntegrationsBigTable): void;
|
|
927
|
+
resetBigTable(): void;
|
|
928
|
+
get bigTableInput(): CloudGcpIntegrationsBigTable;
|
|
929
|
+
private _composer;
|
|
930
|
+
get composer(): CloudGcpIntegrationsComposerOutputReference;
|
|
931
|
+
putComposer(value: CloudGcpIntegrationsComposer): void;
|
|
932
|
+
resetComposer(): void;
|
|
933
|
+
get composerInput(): CloudGcpIntegrationsComposer;
|
|
934
|
+
private _dataFlow;
|
|
935
|
+
get dataFlow(): CloudGcpIntegrationsDataFlowOutputReference;
|
|
936
|
+
putDataFlow(value: CloudGcpIntegrationsDataFlow): void;
|
|
937
|
+
resetDataFlow(): void;
|
|
938
|
+
get dataFlowInput(): CloudGcpIntegrationsDataFlow;
|
|
939
|
+
private _dataProc;
|
|
940
|
+
get dataProc(): CloudGcpIntegrationsDataProcOutputReference;
|
|
941
|
+
putDataProc(value: CloudGcpIntegrationsDataProc): void;
|
|
942
|
+
resetDataProc(): void;
|
|
943
|
+
get dataProcInput(): CloudGcpIntegrationsDataProc;
|
|
944
|
+
private _dataStore;
|
|
945
|
+
get dataStore(): CloudGcpIntegrationsDataStoreOutputReference;
|
|
946
|
+
putDataStore(value: CloudGcpIntegrationsDataStore): void;
|
|
947
|
+
resetDataStore(): void;
|
|
948
|
+
get dataStoreInput(): CloudGcpIntegrationsDataStore;
|
|
949
|
+
private _fireBaseDatabase;
|
|
950
|
+
get fireBaseDatabase(): CloudGcpIntegrationsFireBaseDatabaseOutputReference;
|
|
951
|
+
putFireBaseDatabase(value: CloudGcpIntegrationsFireBaseDatabase): void;
|
|
952
|
+
resetFireBaseDatabase(): void;
|
|
953
|
+
get fireBaseDatabaseInput(): CloudGcpIntegrationsFireBaseDatabase;
|
|
954
|
+
private _fireBaseHosting;
|
|
955
|
+
get fireBaseHosting(): CloudGcpIntegrationsFireBaseHostingOutputReference;
|
|
956
|
+
putFireBaseHosting(value: CloudGcpIntegrationsFireBaseHosting): void;
|
|
957
|
+
resetFireBaseHosting(): void;
|
|
958
|
+
get fireBaseHostingInput(): CloudGcpIntegrationsFireBaseHosting;
|
|
959
|
+
private _fireBaseStorage;
|
|
960
|
+
get fireBaseStorage(): CloudGcpIntegrationsFireBaseStorageOutputReference;
|
|
961
|
+
putFireBaseStorage(value: CloudGcpIntegrationsFireBaseStorage): void;
|
|
962
|
+
resetFireBaseStorage(): void;
|
|
963
|
+
get fireBaseStorageInput(): CloudGcpIntegrationsFireBaseStorage;
|
|
964
|
+
private _fireStore;
|
|
965
|
+
get fireStore(): CloudGcpIntegrationsFireStoreOutputReference;
|
|
966
|
+
putFireStore(value: CloudGcpIntegrationsFireStore): void;
|
|
967
|
+
resetFireStore(): void;
|
|
968
|
+
get fireStoreInput(): CloudGcpIntegrationsFireStore;
|
|
969
|
+
private _functions;
|
|
970
|
+
get functions(): CloudGcpIntegrationsFunctionsOutputReference;
|
|
971
|
+
putFunctions(value: CloudGcpIntegrationsFunctions): void;
|
|
972
|
+
resetFunctions(): void;
|
|
973
|
+
get functionsInput(): CloudGcpIntegrationsFunctions;
|
|
974
|
+
private _interconnect;
|
|
975
|
+
get interconnect(): CloudGcpIntegrationsInterconnectOutputReference;
|
|
976
|
+
putInterconnect(value: CloudGcpIntegrationsInterconnect): void;
|
|
977
|
+
resetInterconnect(): void;
|
|
978
|
+
get interconnectInput(): CloudGcpIntegrationsInterconnect;
|
|
979
|
+
private _kubernetes;
|
|
980
|
+
get kubernetes(): CloudGcpIntegrationsKubernetesOutputReference;
|
|
981
|
+
putKubernetes(value: CloudGcpIntegrationsKubernetes): void;
|
|
982
|
+
resetKubernetes(): void;
|
|
983
|
+
get kubernetesInput(): CloudGcpIntegrationsKubernetes;
|
|
984
|
+
private _loadBalancing;
|
|
985
|
+
get loadBalancing(): CloudGcpIntegrationsLoadBalancingOutputReference;
|
|
986
|
+
putLoadBalancing(value: CloudGcpIntegrationsLoadBalancing): void;
|
|
987
|
+
resetLoadBalancing(): void;
|
|
988
|
+
get loadBalancingInput(): CloudGcpIntegrationsLoadBalancing;
|
|
989
|
+
private _memCache;
|
|
990
|
+
get memCache(): CloudGcpIntegrationsMemCacheOutputReference;
|
|
991
|
+
putMemCache(value: CloudGcpIntegrationsMemCache): void;
|
|
992
|
+
resetMemCache(): void;
|
|
993
|
+
get memCacheInput(): CloudGcpIntegrationsMemCache;
|
|
994
|
+
private _pubSub;
|
|
995
|
+
get pubSub(): CloudGcpIntegrationsPubSubOutputReference;
|
|
996
|
+
putPubSub(value: CloudGcpIntegrationsPubSub): void;
|
|
997
|
+
resetPubSub(): void;
|
|
998
|
+
get pubSubInput(): CloudGcpIntegrationsPubSub;
|
|
999
|
+
private _redis;
|
|
1000
|
+
get redis(): CloudGcpIntegrationsRedisOutputReference;
|
|
1001
|
+
putRedis(value: CloudGcpIntegrationsRedis): void;
|
|
1002
|
+
resetRedis(): void;
|
|
1003
|
+
get redisInput(): CloudGcpIntegrationsRedis;
|
|
1004
|
+
private _router;
|
|
1005
|
+
get router(): CloudGcpIntegrationsRouterOutputReference;
|
|
1006
|
+
putRouter(value: CloudGcpIntegrationsRouter): void;
|
|
1007
|
+
resetRouter(): void;
|
|
1008
|
+
get routerInput(): CloudGcpIntegrationsRouter;
|
|
1009
|
+
private _run;
|
|
1010
|
+
get run(): CloudGcpIntegrationsRunOutputReference;
|
|
1011
|
+
putRun(value: CloudGcpIntegrationsRun): void;
|
|
1012
|
+
resetRun(): void;
|
|
1013
|
+
get runInput(): CloudGcpIntegrationsRun;
|
|
1014
|
+
private _spanner;
|
|
1015
|
+
get spanner(): CloudGcpIntegrationsSpannerOutputReference;
|
|
1016
|
+
putSpanner(value: CloudGcpIntegrationsSpanner): void;
|
|
1017
|
+
resetSpanner(): void;
|
|
1018
|
+
get spannerInput(): CloudGcpIntegrationsSpanner;
|
|
1019
|
+
private _sql;
|
|
1020
|
+
get sql(): CloudGcpIntegrationsSqlOutputReference;
|
|
1021
|
+
putSql(value: CloudGcpIntegrationsSql): void;
|
|
1022
|
+
resetSql(): void;
|
|
1023
|
+
get sqlInput(): CloudGcpIntegrationsSql;
|
|
1024
|
+
private _storage;
|
|
1025
|
+
get storage(): CloudGcpIntegrationsStorageOutputReference;
|
|
1026
|
+
putStorage(value: CloudGcpIntegrationsStorage): void;
|
|
1027
|
+
resetStorage(): void;
|
|
1028
|
+
get storageInput(): CloudGcpIntegrationsStorage;
|
|
1029
|
+
private _virtualMachines;
|
|
1030
|
+
get virtualMachines(): CloudGcpIntegrationsVirtualMachinesOutputReference;
|
|
1031
|
+
putVirtualMachines(value: CloudGcpIntegrationsVirtualMachines): void;
|
|
1032
|
+
resetVirtualMachines(): void;
|
|
1033
|
+
get virtualMachinesInput(): CloudGcpIntegrationsVirtualMachines;
|
|
1034
|
+
private _vpcAccess;
|
|
1035
|
+
get vpcAccess(): CloudGcpIntegrationsVpcAccessOutputReference;
|
|
1036
|
+
putVpcAccess(value: CloudGcpIntegrationsVpcAccess): void;
|
|
1037
|
+
resetVpcAccess(): void;
|
|
1038
|
+
get vpcAccessInput(): CloudGcpIntegrationsVpcAccess;
|
|
1039
|
+
protected synthesizeAttributes(): {
|
|
1040
|
+
[name: string]: any;
|
|
1041
|
+
};
|
|
1042
|
+
protected synthesizeHclAttributes(): {
|
|
1043
|
+
[name: string]: any;
|
|
1044
|
+
};
|
|
1045
|
+
}
|