@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,1662 @@
|
|
|
1
|
+
import { Construct } from 'constructs';
|
|
2
|
+
import * as cdktf from 'cdktf';
|
|
3
|
+
export interface CloudAzureIntegrationsConfig 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_azure_integrations#account_id CloudAzureIntegrations#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_azure_integrations#id CloudAzureIntegrations#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 Azure account in New Relic
|
|
19
|
+
*
|
|
20
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#linked_account_id CloudAzureIntegrations#linked_account_id}
|
|
21
|
+
*/
|
|
22
|
+
readonly linkedAccountId: number;
|
|
23
|
+
/**
|
|
24
|
+
* api_management block
|
|
25
|
+
*
|
|
26
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#api_management CloudAzureIntegrations#api_management}
|
|
27
|
+
*/
|
|
28
|
+
readonly apiManagement?: CloudAzureIntegrationsApiManagement;
|
|
29
|
+
/**
|
|
30
|
+
* app_gateway block
|
|
31
|
+
*
|
|
32
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#app_gateway CloudAzureIntegrations#app_gateway}
|
|
33
|
+
*/
|
|
34
|
+
readonly appGateway?: CloudAzureIntegrationsAppGateway;
|
|
35
|
+
/**
|
|
36
|
+
* app_service block
|
|
37
|
+
*
|
|
38
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#app_service CloudAzureIntegrations#app_service}
|
|
39
|
+
*/
|
|
40
|
+
readonly appService?: CloudAzureIntegrationsAppService;
|
|
41
|
+
/**
|
|
42
|
+
* auto_discovery block
|
|
43
|
+
*
|
|
44
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#auto_discovery CloudAzureIntegrations#auto_discovery}
|
|
45
|
+
*/
|
|
46
|
+
readonly autoDiscovery?: CloudAzureIntegrationsAutoDiscovery;
|
|
47
|
+
/**
|
|
48
|
+
* containers block
|
|
49
|
+
*
|
|
50
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#containers CloudAzureIntegrations#containers}
|
|
51
|
+
*/
|
|
52
|
+
readonly containers?: CloudAzureIntegrationsContainers;
|
|
53
|
+
/**
|
|
54
|
+
* cosmos_db block
|
|
55
|
+
*
|
|
56
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#cosmos_db CloudAzureIntegrations#cosmos_db}
|
|
57
|
+
*/
|
|
58
|
+
readonly cosmosDb?: CloudAzureIntegrationsCosmosDb;
|
|
59
|
+
/**
|
|
60
|
+
* cost_management block
|
|
61
|
+
*
|
|
62
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#cost_management CloudAzureIntegrations#cost_management}
|
|
63
|
+
*/
|
|
64
|
+
readonly costManagement?: CloudAzureIntegrationsCostManagement;
|
|
65
|
+
/**
|
|
66
|
+
* data_factory block
|
|
67
|
+
*
|
|
68
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#data_factory CloudAzureIntegrations#data_factory}
|
|
69
|
+
*/
|
|
70
|
+
readonly dataFactory?: CloudAzureIntegrationsDataFactory;
|
|
71
|
+
/**
|
|
72
|
+
* event_hub block
|
|
73
|
+
*
|
|
74
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#event_hub CloudAzureIntegrations#event_hub}
|
|
75
|
+
*/
|
|
76
|
+
readonly eventHub?: CloudAzureIntegrationsEventHub;
|
|
77
|
+
/**
|
|
78
|
+
* express_route block
|
|
79
|
+
*
|
|
80
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#express_route CloudAzureIntegrations#express_route}
|
|
81
|
+
*/
|
|
82
|
+
readonly expressRoute?: CloudAzureIntegrationsExpressRoute;
|
|
83
|
+
/**
|
|
84
|
+
* firewalls block
|
|
85
|
+
*
|
|
86
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#firewalls CloudAzureIntegrations#firewalls}
|
|
87
|
+
*/
|
|
88
|
+
readonly firewalls?: CloudAzureIntegrationsFirewalls;
|
|
89
|
+
/**
|
|
90
|
+
* front_door block
|
|
91
|
+
*
|
|
92
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#front_door CloudAzureIntegrations#front_door}
|
|
93
|
+
*/
|
|
94
|
+
readonly frontDoor?: CloudAzureIntegrationsFrontDoor;
|
|
95
|
+
/**
|
|
96
|
+
* functions block
|
|
97
|
+
*
|
|
98
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#functions CloudAzureIntegrations#functions}
|
|
99
|
+
*/
|
|
100
|
+
readonly functions?: CloudAzureIntegrationsFunctions;
|
|
101
|
+
/**
|
|
102
|
+
* key_vault block
|
|
103
|
+
*
|
|
104
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#key_vault CloudAzureIntegrations#key_vault}
|
|
105
|
+
*/
|
|
106
|
+
readonly keyVault?: CloudAzureIntegrationsKeyVault;
|
|
107
|
+
/**
|
|
108
|
+
* load_balancer block
|
|
109
|
+
*
|
|
110
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#load_balancer CloudAzureIntegrations#load_balancer}
|
|
111
|
+
*/
|
|
112
|
+
readonly loadBalancer?: CloudAzureIntegrationsLoadBalancer;
|
|
113
|
+
/**
|
|
114
|
+
* logic_apps block
|
|
115
|
+
*
|
|
116
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#logic_apps CloudAzureIntegrations#logic_apps}
|
|
117
|
+
*/
|
|
118
|
+
readonly logicApps?: CloudAzureIntegrationsLogicApps;
|
|
119
|
+
/**
|
|
120
|
+
* machine_learning block
|
|
121
|
+
*
|
|
122
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#machine_learning CloudAzureIntegrations#machine_learning}
|
|
123
|
+
*/
|
|
124
|
+
readonly machineLearning?: CloudAzureIntegrationsMachineLearning;
|
|
125
|
+
/**
|
|
126
|
+
* maria_db block
|
|
127
|
+
*
|
|
128
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#maria_db CloudAzureIntegrations#maria_db}
|
|
129
|
+
*/
|
|
130
|
+
readonly mariaDb?: CloudAzureIntegrationsMariaDb;
|
|
131
|
+
/**
|
|
132
|
+
* monitor block
|
|
133
|
+
*
|
|
134
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#monitor CloudAzureIntegrations#monitor}
|
|
135
|
+
*/
|
|
136
|
+
readonly monitor?: CloudAzureIntegrationsMonitor;
|
|
137
|
+
/**
|
|
138
|
+
* mysql block
|
|
139
|
+
*
|
|
140
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#mysql CloudAzureIntegrations#mysql}
|
|
141
|
+
*/
|
|
142
|
+
readonly mysql?: CloudAzureIntegrationsMysql;
|
|
143
|
+
/**
|
|
144
|
+
* mysql_flexible block
|
|
145
|
+
*
|
|
146
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#mysql_flexible CloudAzureIntegrations#mysql_flexible}
|
|
147
|
+
*/
|
|
148
|
+
readonly mysqlFlexible?: CloudAzureIntegrationsMysqlFlexible;
|
|
149
|
+
/**
|
|
150
|
+
* postgresql block
|
|
151
|
+
*
|
|
152
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#postgresql CloudAzureIntegrations#postgresql}
|
|
153
|
+
*/
|
|
154
|
+
readonly postgresql?: CloudAzureIntegrationsPostgresql;
|
|
155
|
+
/**
|
|
156
|
+
* postgresql_flexible block
|
|
157
|
+
*
|
|
158
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#postgresql_flexible CloudAzureIntegrations#postgresql_flexible}
|
|
159
|
+
*/
|
|
160
|
+
readonly postgresqlFlexible?: CloudAzureIntegrationsPostgresqlFlexible;
|
|
161
|
+
/**
|
|
162
|
+
* power_bi_dedicated block
|
|
163
|
+
*
|
|
164
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#power_bi_dedicated CloudAzureIntegrations#power_bi_dedicated}
|
|
165
|
+
*/
|
|
166
|
+
readonly powerBiDedicated?: CloudAzureIntegrationsPowerBiDedicated;
|
|
167
|
+
/**
|
|
168
|
+
* redis_cache block
|
|
169
|
+
*
|
|
170
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#redis_cache CloudAzureIntegrations#redis_cache}
|
|
171
|
+
*/
|
|
172
|
+
readonly redisCache?: CloudAzureIntegrationsRedisCache;
|
|
173
|
+
/**
|
|
174
|
+
* service_bus block
|
|
175
|
+
*
|
|
176
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#service_bus CloudAzureIntegrations#service_bus}
|
|
177
|
+
*/
|
|
178
|
+
readonly serviceBus?: CloudAzureIntegrationsServiceBus;
|
|
179
|
+
/**
|
|
180
|
+
* sql block
|
|
181
|
+
*
|
|
182
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#sql CloudAzureIntegrations#sql}
|
|
183
|
+
*/
|
|
184
|
+
readonly sql?: CloudAzureIntegrationsSql;
|
|
185
|
+
/**
|
|
186
|
+
* sql_managed block
|
|
187
|
+
*
|
|
188
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#sql_managed CloudAzureIntegrations#sql_managed}
|
|
189
|
+
*/
|
|
190
|
+
readonly sqlManaged?: CloudAzureIntegrationsSqlManaged;
|
|
191
|
+
/**
|
|
192
|
+
* storage block
|
|
193
|
+
*
|
|
194
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#storage CloudAzureIntegrations#storage}
|
|
195
|
+
*/
|
|
196
|
+
readonly storage?: CloudAzureIntegrationsStorage;
|
|
197
|
+
/**
|
|
198
|
+
* virtual_machine block
|
|
199
|
+
*
|
|
200
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#virtual_machine CloudAzureIntegrations#virtual_machine}
|
|
201
|
+
*/
|
|
202
|
+
readonly virtualMachine?: CloudAzureIntegrationsVirtualMachine;
|
|
203
|
+
/**
|
|
204
|
+
* virtual_networks block
|
|
205
|
+
*
|
|
206
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#virtual_networks CloudAzureIntegrations#virtual_networks}
|
|
207
|
+
*/
|
|
208
|
+
readonly virtualNetworks?: CloudAzureIntegrationsVirtualNetworks;
|
|
209
|
+
/**
|
|
210
|
+
* vms block
|
|
211
|
+
*
|
|
212
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#vms CloudAzureIntegrations#vms}
|
|
213
|
+
*/
|
|
214
|
+
readonly vms?: CloudAzureIntegrationsVms;
|
|
215
|
+
/**
|
|
216
|
+
* vpn_gateway block
|
|
217
|
+
*
|
|
218
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#vpn_gateway CloudAzureIntegrations#vpn_gateway}
|
|
219
|
+
*/
|
|
220
|
+
readonly vpnGateway?: CloudAzureIntegrationsVpnGateway;
|
|
221
|
+
}
|
|
222
|
+
export interface CloudAzureIntegrationsApiManagement {
|
|
223
|
+
/**
|
|
224
|
+
* The data polling interval in seconds
|
|
225
|
+
*
|
|
226
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
|
227
|
+
*/
|
|
228
|
+
readonly metricsPollingInterval?: number;
|
|
229
|
+
/**
|
|
230
|
+
* Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
231
|
+
*
|
|
232
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
|
233
|
+
*/
|
|
234
|
+
readonly resourceGroups?: string[];
|
|
235
|
+
}
|
|
236
|
+
export declare function cloudAzureIntegrationsApiManagementToTerraform(struct?: CloudAzureIntegrationsApiManagementOutputReference | CloudAzureIntegrationsApiManagement): any;
|
|
237
|
+
export declare function cloudAzureIntegrationsApiManagementToHclTerraform(struct?: CloudAzureIntegrationsApiManagementOutputReference | CloudAzureIntegrationsApiManagement): any;
|
|
238
|
+
export declare class CloudAzureIntegrationsApiManagementOutputReference extends cdktf.ComplexObject {
|
|
239
|
+
private isEmptyObject;
|
|
240
|
+
/**
|
|
241
|
+
* @param terraformResource The parent resource
|
|
242
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
243
|
+
*/
|
|
244
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
245
|
+
get internalValue(): CloudAzureIntegrationsApiManagement | undefined;
|
|
246
|
+
set internalValue(value: CloudAzureIntegrationsApiManagement | undefined);
|
|
247
|
+
private _metricsPollingInterval?;
|
|
248
|
+
get metricsPollingInterval(): number;
|
|
249
|
+
set metricsPollingInterval(value: number);
|
|
250
|
+
resetMetricsPollingInterval(): void;
|
|
251
|
+
get metricsPollingIntervalInput(): number;
|
|
252
|
+
private _resourceGroups?;
|
|
253
|
+
get resourceGroups(): string[];
|
|
254
|
+
set resourceGroups(value: string[]);
|
|
255
|
+
resetResourceGroups(): void;
|
|
256
|
+
get resourceGroupsInput(): string[];
|
|
257
|
+
}
|
|
258
|
+
export interface CloudAzureIntegrationsAppGateway {
|
|
259
|
+
/**
|
|
260
|
+
* The data polling interval in seconds
|
|
261
|
+
*
|
|
262
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
|
263
|
+
*/
|
|
264
|
+
readonly metricsPollingInterval?: number;
|
|
265
|
+
/**
|
|
266
|
+
* Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
267
|
+
*
|
|
268
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
|
269
|
+
*/
|
|
270
|
+
readonly resourceGroups?: string[];
|
|
271
|
+
}
|
|
272
|
+
export declare function cloudAzureIntegrationsAppGatewayToTerraform(struct?: CloudAzureIntegrationsAppGatewayOutputReference | CloudAzureIntegrationsAppGateway): any;
|
|
273
|
+
export declare function cloudAzureIntegrationsAppGatewayToHclTerraform(struct?: CloudAzureIntegrationsAppGatewayOutputReference | CloudAzureIntegrationsAppGateway): any;
|
|
274
|
+
export declare class CloudAzureIntegrationsAppGatewayOutputReference extends cdktf.ComplexObject {
|
|
275
|
+
private isEmptyObject;
|
|
276
|
+
/**
|
|
277
|
+
* @param terraformResource The parent resource
|
|
278
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
279
|
+
*/
|
|
280
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
281
|
+
get internalValue(): CloudAzureIntegrationsAppGateway | undefined;
|
|
282
|
+
set internalValue(value: CloudAzureIntegrationsAppGateway | undefined);
|
|
283
|
+
private _metricsPollingInterval?;
|
|
284
|
+
get metricsPollingInterval(): number;
|
|
285
|
+
set metricsPollingInterval(value: number);
|
|
286
|
+
resetMetricsPollingInterval(): void;
|
|
287
|
+
get metricsPollingIntervalInput(): number;
|
|
288
|
+
private _resourceGroups?;
|
|
289
|
+
get resourceGroups(): string[];
|
|
290
|
+
set resourceGroups(value: string[]);
|
|
291
|
+
resetResourceGroups(): void;
|
|
292
|
+
get resourceGroupsInput(): string[];
|
|
293
|
+
}
|
|
294
|
+
export interface CloudAzureIntegrationsAppService {
|
|
295
|
+
/**
|
|
296
|
+
* The data polling interval in seconds
|
|
297
|
+
*
|
|
298
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
|
299
|
+
*/
|
|
300
|
+
readonly metricsPollingInterval?: number;
|
|
301
|
+
/**
|
|
302
|
+
* Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
303
|
+
*
|
|
304
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
|
305
|
+
*/
|
|
306
|
+
readonly resourceGroups?: string[];
|
|
307
|
+
}
|
|
308
|
+
export declare function cloudAzureIntegrationsAppServiceToTerraform(struct?: CloudAzureIntegrationsAppServiceOutputReference | CloudAzureIntegrationsAppService): any;
|
|
309
|
+
export declare function cloudAzureIntegrationsAppServiceToHclTerraform(struct?: CloudAzureIntegrationsAppServiceOutputReference | CloudAzureIntegrationsAppService): any;
|
|
310
|
+
export declare class CloudAzureIntegrationsAppServiceOutputReference extends cdktf.ComplexObject {
|
|
311
|
+
private isEmptyObject;
|
|
312
|
+
/**
|
|
313
|
+
* @param terraformResource The parent resource
|
|
314
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
315
|
+
*/
|
|
316
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
317
|
+
get internalValue(): CloudAzureIntegrationsAppService | undefined;
|
|
318
|
+
set internalValue(value: CloudAzureIntegrationsAppService | undefined);
|
|
319
|
+
private _metricsPollingInterval?;
|
|
320
|
+
get metricsPollingInterval(): number;
|
|
321
|
+
set metricsPollingInterval(value: number);
|
|
322
|
+
resetMetricsPollingInterval(): void;
|
|
323
|
+
get metricsPollingIntervalInput(): number;
|
|
324
|
+
private _resourceGroups?;
|
|
325
|
+
get resourceGroups(): string[];
|
|
326
|
+
set resourceGroups(value: string[]);
|
|
327
|
+
resetResourceGroups(): void;
|
|
328
|
+
get resourceGroupsInput(): string[];
|
|
329
|
+
}
|
|
330
|
+
export interface CloudAzureIntegrationsAutoDiscovery {
|
|
331
|
+
/**
|
|
332
|
+
* The data polling interval in seconds
|
|
333
|
+
*
|
|
334
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
|
335
|
+
*/
|
|
336
|
+
readonly metricsPollingInterval?: number;
|
|
337
|
+
/**
|
|
338
|
+
* Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
339
|
+
*
|
|
340
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
|
341
|
+
*/
|
|
342
|
+
readonly resourceGroups?: string[];
|
|
343
|
+
}
|
|
344
|
+
export declare function cloudAzureIntegrationsAutoDiscoveryToTerraform(struct?: CloudAzureIntegrationsAutoDiscoveryOutputReference | CloudAzureIntegrationsAutoDiscovery): any;
|
|
345
|
+
export declare function cloudAzureIntegrationsAutoDiscoveryToHclTerraform(struct?: CloudAzureIntegrationsAutoDiscoveryOutputReference | CloudAzureIntegrationsAutoDiscovery): any;
|
|
346
|
+
export declare class CloudAzureIntegrationsAutoDiscoveryOutputReference extends cdktf.ComplexObject {
|
|
347
|
+
private isEmptyObject;
|
|
348
|
+
/**
|
|
349
|
+
* @param terraformResource The parent resource
|
|
350
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
351
|
+
*/
|
|
352
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
353
|
+
get internalValue(): CloudAzureIntegrationsAutoDiscovery | undefined;
|
|
354
|
+
set internalValue(value: CloudAzureIntegrationsAutoDiscovery | undefined);
|
|
355
|
+
private _metricsPollingInterval?;
|
|
356
|
+
get metricsPollingInterval(): number;
|
|
357
|
+
set metricsPollingInterval(value: number);
|
|
358
|
+
resetMetricsPollingInterval(): void;
|
|
359
|
+
get metricsPollingIntervalInput(): number;
|
|
360
|
+
private _resourceGroups?;
|
|
361
|
+
get resourceGroups(): string[];
|
|
362
|
+
set resourceGroups(value: string[]);
|
|
363
|
+
resetResourceGroups(): void;
|
|
364
|
+
get resourceGroupsInput(): string[];
|
|
365
|
+
}
|
|
366
|
+
export interface CloudAzureIntegrationsContainers {
|
|
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_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
|
371
|
+
*/
|
|
372
|
+
readonly metricsPollingInterval?: number;
|
|
373
|
+
/**
|
|
374
|
+
* Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
375
|
+
*
|
|
376
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
|
377
|
+
*/
|
|
378
|
+
readonly resourceGroups?: string[];
|
|
379
|
+
}
|
|
380
|
+
export declare function cloudAzureIntegrationsContainersToTerraform(struct?: CloudAzureIntegrationsContainersOutputReference | CloudAzureIntegrationsContainers): any;
|
|
381
|
+
export declare function cloudAzureIntegrationsContainersToHclTerraform(struct?: CloudAzureIntegrationsContainersOutputReference | CloudAzureIntegrationsContainers): any;
|
|
382
|
+
export declare class CloudAzureIntegrationsContainersOutputReference extends cdktf.ComplexObject {
|
|
383
|
+
private isEmptyObject;
|
|
384
|
+
/**
|
|
385
|
+
* @param terraformResource The parent resource
|
|
386
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
387
|
+
*/
|
|
388
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
389
|
+
get internalValue(): CloudAzureIntegrationsContainers | undefined;
|
|
390
|
+
set internalValue(value: CloudAzureIntegrationsContainers | undefined);
|
|
391
|
+
private _metricsPollingInterval?;
|
|
392
|
+
get metricsPollingInterval(): number;
|
|
393
|
+
set metricsPollingInterval(value: number);
|
|
394
|
+
resetMetricsPollingInterval(): void;
|
|
395
|
+
get metricsPollingIntervalInput(): number;
|
|
396
|
+
private _resourceGroups?;
|
|
397
|
+
get resourceGroups(): string[];
|
|
398
|
+
set resourceGroups(value: string[]);
|
|
399
|
+
resetResourceGroups(): void;
|
|
400
|
+
get resourceGroupsInput(): string[];
|
|
401
|
+
}
|
|
402
|
+
export interface CloudAzureIntegrationsCosmosDb {
|
|
403
|
+
/**
|
|
404
|
+
* The data polling interval in seconds
|
|
405
|
+
*
|
|
406
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
|
407
|
+
*/
|
|
408
|
+
readonly metricsPollingInterval?: number;
|
|
409
|
+
/**
|
|
410
|
+
* Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
411
|
+
*
|
|
412
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
|
413
|
+
*/
|
|
414
|
+
readonly resourceGroups?: string[];
|
|
415
|
+
}
|
|
416
|
+
export declare function cloudAzureIntegrationsCosmosDbToTerraform(struct?: CloudAzureIntegrationsCosmosDbOutputReference | CloudAzureIntegrationsCosmosDb): any;
|
|
417
|
+
export declare function cloudAzureIntegrationsCosmosDbToHclTerraform(struct?: CloudAzureIntegrationsCosmosDbOutputReference | CloudAzureIntegrationsCosmosDb): any;
|
|
418
|
+
export declare class CloudAzureIntegrationsCosmosDbOutputReference extends cdktf.ComplexObject {
|
|
419
|
+
private isEmptyObject;
|
|
420
|
+
/**
|
|
421
|
+
* @param terraformResource The parent resource
|
|
422
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
423
|
+
*/
|
|
424
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
425
|
+
get internalValue(): CloudAzureIntegrationsCosmosDb | undefined;
|
|
426
|
+
set internalValue(value: CloudAzureIntegrationsCosmosDb | undefined);
|
|
427
|
+
private _metricsPollingInterval?;
|
|
428
|
+
get metricsPollingInterval(): number;
|
|
429
|
+
set metricsPollingInterval(value: number);
|
|
430
|
+
resetMetricsPollingInterval(): void;
|
|
431
|
+
get metricsPollingIntervalInput(): number;
|
|
432
|
+
private _resourceGroups?;
|
|
433
|
+
get resourceGroups(): string[];
|
|
434
|
+
set resourceGroups(value: string[]);
|
|
435
|
+
resetResourceGroups(): void;
|
|
436
|
+
get resourceGroupsInput(): string[];
|
|
437
|
+
}
|
|
438
|
+
export interface CloudAzureIntegrationsCostManagement {
|
|
439
|
+
/**
|
|
440
|
+
* The data polling interval in seconds
|
|
441
|
+
*
|
|
442
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
|
443
|
+
*/
|
|
444
|
+
readonly metricsPollingInterval?: number;
|
|
445
|
+
/**
|
|
446
|
+
* Specify if additional cost data per tag should be collected. This field is case sensitive.
|
|
447
|
+
*
|
|
448
|
+
*
|
|
449
|
+
*
|
|
450
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#tag_keys CloudAzureIntegrations#tag_keys}
|
|
451
|
+
*/
|
|
452
|
+
readonly tagKeys?: string[];
|
|
453
|
+
}
|
|
454
|
+
export declare function cloudAzureIntegrationsCostManagementToTerraform(struct?: CloudAzureIntegrationsCostManagementOutputReference | CloudAzureIntegrationsCostManagement): any;
|
|
455
|
+
export declare function cloudAzureIntegrationsCostManagementToHclTerraform(struct?: CloudAzureIntegrationsCostManagementOutputReference | CloudAzureIntegrationsCostManagement): any;
|
|
456
|
+
export declare class CloudAzureIntegrationsCostManagementOutputReference extends cdktf.ComplexObject {
|
|
457
|
+
private isEmptyObject;
|
|
458
|
+
/**
|
|
459
|
+
* @param terraformResource The parent resource
|
|
460
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
461
|
+
*/
|
|
462
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
463
|
+
get internalValue(): CloudAzureIntegrationsCostManagement | undefined;
|
|
464
|
+
set internalValue(value: CloudAzureIntegrationsCostManagement | undefined);
|
|
465
|
+
private _metricsPollingInterval?;
|
|
466
|
+
get metricsPollingInterval(): number;
|
|
467
|
+
set metricsPollingInterval(value: number);
|
|
468
|
+
resetMetricsPollingInterval(): void;
|
|
469
|
+
get metricsPollingIntervalInput(): number;
|
|
470
|
+
private _tagKeys?;
|
|
471
|
+
get tagKeys(): string[];
|
|
472
|
+
set tagKeys(value: string[]);
|
|
473
|
+
resetTagKeys(): void;
|
|
474
|
+
get tagKeysInput(): string[];
|
|
475
|
+
}
|
|
476
|
+
export interface CloudAzureIntegrationsDataFactory {
|
|
477
|
+
/**
|
|
478
|
+
* The data polling interval in seconds
|
|
479
|
+
*
|
|
480
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
|
481
|
+
*/
|
|
482
|
+
readonly metricsPollingInterval?: number;
|
|
483
|
+
/**
|
|
484
|
+
* Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
485
|
+
*
|
|
486
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
|
487
|
+
*/
|
|
488
|
+
readonly resourceGroups?: string[];
|
|
489
|
+
}
|
|
490
|
+
export declare function cloudAzureIntegrationsDataFactoryToTerraform(struct?: CloudAzureIntegrationsDataFactoryOutputReference | CloudAzureIntegrationsDataFactory): any;
|
|
491
|
+
export declare function cloudAzureIntegrationsDataFactoryToHclTerraform(struct?: CloudAzureIntegrationsDataFactoryOutputReference | CloudAzureIntegrationsDataFactory): any;
|
|
492
|
+
export declare class CloudAzureIntegrationsDataFactoryOutputReference extends cdktf.ComplexObject {
|
|
493
|
+
private isEmptyObject;
|
|
494
|
+
/**
|
|
495
|
+
* @param terraformResource The parent resource
|
|
496
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
497
|
+
*/
|
|
498
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
499
|
+
get internalValue(): CloudAzureIntegrationsDataFactory | undefined;
|
|
500
|
+
set internalValue(value: CloudAzureIntegrationsDataFactory | undefined);
|
|
501
|
+
private _metricsPollingInterval?;
|
|
502
|
+
get metricsPollingInterval(): number;
|
|
503
|
+
set metricsPollingInterval(value: number);
|
|
504
|
+
resetMetricsPollingInterval(): void;
|
|
505
|
+
get metricsPollingIntervalInput(): number;
|
|
506
|
+
private _resourceGroups?;
|
|
507
|
+
get resourceGroups(): string[];
|
|
508
|
+
set resourceGroups(value: string[]);
|
|
509
|
+
resetResourceGroups(): void;
|
|
510
|
+
get resourceGroupsInput(): string[];
|
|
511
|
+
}
|
|
512
|
+
export interface CloudAzureIntegrationsEventHub {
|
|
513
|
+
/**
|
|
514
|
+
* The data polling interval in seconds
|
|
515
|
+
*
|
|
516
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
|
517
|
+
*/
|
|
518
|
+
readonly metricsPollingInterval?: number;
|
|
519
|
+
/**
|
|
520
|
+
* Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
521
|
+
*
|
|
522
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
|
523
|
+
*/
|
|
524
|
+
readonly resourceGroups?: string[];
|
|
525
|
+
}
|
|
526
|
+
export declare function cloudAzureIntegrationsEventHubToTerraform(struct?: CloudAzureIntegrationsEventHubOutputReference | CloudAzureIntegrationsEventHub): any;
|
|
527
|
+
export declare function cloudAzureIntegrationsEventHubToHclTerraform(struct?: CloudAzureIntegrationsEventHubOutputReference | CloudAzureIntegrationsEventHub): any;
|
|
528
|
+
export declare class CloudAzureIntegrationsEventHubOutputReference extends cdktf.ComplexObject {
|
|
529
|
+
private isEmptyObject;
|
|
530
|
+
/**
|
|
531
|
+
* @param terraformResource The parent resource
|
|
532
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
533
|
+
*/
|
|
534
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
535
|
+
get internalValue(): CloudAzureIntegrationsEventHub | undefined;
|
|
536
|
+
set internalValue(value: CloudAzureIntegrationsEventHub | undefined);
|
|
537
|
+
private _metricsPollingInterval?;
|
|
538
|
+
get metricsPollingInterval(): number;
|
|
539
|
+
set metricsPollingInterval(value: number);
|
|
540
|
+
resetMetricsPollingInterval(): void;
|
|
541
|
+
get metricsPollingIntervalInput(): number;
|
|
542
|
+
private _resourceGroups?;
|
|
543
|
+
get resourceGroups(): string[];
|
|
544
|
+
set resourceGroups(value: string[]);
|
|
545
|
+
resetResourceGroups(): void;
|
|
546
|
+
get resourceGroupsInput(): string[];
|
|
547
|
+
}
|
|
548
|
+
export interface CloudAzureIntegrationsExpressRoute {
|
|
549
|
+
/**
|
|
550
|
+
* The data polling interval in seconds
|
|
551
|
+
*
|
|
552
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
|
553
|
+
*/
|
|
554
|
+
readonly metricsPollingInterval?: number;
|
|
555
|
+
/**
|
|
556
|
+
* Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
557
|
+
*
|
|
558
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
|
559
|
+
*/
|
|
560
|
+
readonly resourceGroups?: string[];
|
|
561
|
+
}
|
|
562
|
+
export declare function cloudAzureIntegrationsExpressRouteToTerraform(struct?: CloudAzureIntegrationsExpressRouteOutputReference | CloudAzureIntegrationsExpressRoute): any;
|
|
563
|
+
export declare function cloudAzureIntegrationsExpressRouteToHclTerraform(struct?: CloudAzureIntegrationsExpressRouteOutputReference | CloudAzureIntegrationsExpressRoute): any;
|
|
564
|
+
export declare class CloudAzureIntegrationsExpressRouteOutputReference extends cdktf.ComplexObject {
|
|
565
|
+
private isEmptyObject;
|
|
566
|
+
/**
|
|
567
|
+
* @param terraformResource The parent resource
|
|
568
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
569
|
+
*/
|
|
570
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
571
|
+
get internalValue(): CloudAzureIntegrationsExpressRoute | undefined;
|
|
572
|
+
set internalValue(value: CloudAzureIntegrationsExpressRoute | undefined);
|
|
573
|
+
private _metricsPollingInterval?;
|
|
574
|
+
get metricsPollingInterval(): number;
|
|
575
|
+
set metricsPollingInterval(value: number);
|
|
576
|
+
resetMetricsPollingInterval(): void;
|
|
577
|
+
get metricsPollingIntervalInput(): number;
|
|
578
|
+
private _resourceGroups?;
|
|
579
|
+
get resourceGroups(): string[];
|
|
580
|
+
set resourceGroups(value: string[]);
|
|
581
|
+
resetResourceGroups(): void;
|
|
582
|
+
get resourceGroupsInput(): string[];
|
|
583
|
+
}
|
|
584
|
+
export interface CloudAzureIntegrationsFirewalls {
|
|
585
|
+
/**
|
|
586
|
+
* The data polling interval in seconds
|
|
587
|
+
*
|
|
588
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
|
589
|
+
*/
|
|
590
|
+
readonly metricsPollingInterval?: number;
|
|
591
|
+
/**
|
|
592
|
+
* Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
593
|
+
*
|
|
594
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
|
595
|
+
*/
|
|
596
|
+
readonly resourceGroups?: string[];
|
|
597
|
+
}
|
|
598
|
+
export declare function cloudAzureIntegrationsFirewallsToTerraform(struct?: CloudAzureIntegrationsFirewallsOutputReference | CloudAzureIntegrationsFirewalls): any;
|
|
599
|
+
export declare function cloudAzureIntegrationsFirewallsToHclTerraform(struct?: CloudAzureIntegrationsFirewallsOutputReference | CloudAzureIntegrationsFirewalls): any;
|
|
600
|
+
export declare class CloudAzureIntegrationsFirewallsOutputReference extends cdktf.ComplexObject {
|
|
601
|
+
private isEmptyObject;
|
|
602
|
+
/**
|
|
603
|
+
* @param terraformResource The parent resource
|
|
604
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
605
|
+
*/
|
|
606
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
607
|
+
get internalValue(): CloudAzureIntegrationsFirewalls | undefined;
|
|
608
|
+
set internalValue(value: CloudAzureIntegrationsFirewalls | undefined);
|
|
609
|
+
private _metricsPollingInterval?;
|
|
610
|
+
get metricsPollingInterval(): number;
|
|
611
|
+
set metricsPollingInterval(value: number);
|
|
612
|
+
resetMetricsPollingInterval(): void;
|
|
613
|
+
get metricsPollingIntervalInput(): number;
|
|
614
|
+
private _resourceGroups?;
|
|
615
|
+
get resourceGroups(): string[];
|
|
616
|
+
set resourceGroups(value: string[]);
|
|
617
|
+
resetResourceGroups(): void;
|
|
618
|
+
get resourceGroupsInput(): string[];
|
|
619
|
+
}
|
|
620
|
+
export interface CloudAzureIntegrationsFrontDoor {
|
|
621
|
+
/**
|
|
622
|
+
* The data polling interval in seconds
|
|
623
|
+
*
|
|
624
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
|
625
|
+
*/
|
|
626
|
+
readonly metricsPollingInterval?: number;
|
|
627
|
+
/**
|
|
628
|
+
* Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
629
|
+
*
|
|
630
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
|
631
|
+
*/
|
|
632
|
+
readonly resourceGroups?: string[];
|
|
633
|
+
}
|
|
634
|
+
export declare function cloudAzureIntegrationsFrontDoorToTerraform(struct?: CloudAzureIntegrationsFrontDoorOutputReference | CloudAzureIntegrationsFrontDoor): any;
|
|
635
|
+
export declare function cloudAzureIntegrationsFrontDoorToHclTerraform(struct?: CloudAzureIntegrationsFrontDoorOutputReference | CloudAzureIntegrationsFrontDoor): any;
|
|
636
|
+
export declare class CloudAzureIntegrationsFrontDoorOutputReference extends cdktf.ComplexObject {
|
|
637
|
+
private isEmptyObject;
|
|
638
|
+
/**
|
|
639
|
+
* @param terraformResource The parent resource
|
|
640
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
641
|
+
*/
|
|
642
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
643
|
+
get internalValue(): CloudAzureIntegrationsFrontDoor | undefined;
|
|
644
|
+
set internalValue(value: CloudAzureIntegrationsFrontDoor | undefined);
|
|
645
|
+
private _metricsPollingInterval?;
|
|
646
|
+
get metricsPollingInterval(): number;
|
|
647
|
+
set metricsPollingInterval(value: number);
|
|
648
|
+
resetMetricsPollingInterval(): void;
|
|
649
|
+
get metricsPollingIntervalInput(): number;
|
|
650
|
+
private _resourceGroups?;
|
|
651
|
+
get resourceGroups(): string[];
|
|
652
|
+
set resourceGroups(value: string[]);
|
|
653
|
+
resetResourceGroups(): void;
|
|
654
|
+
get resourceGroupsInput(): string[];
|
|
655
|
+
}
|
|
656
|
+
export interface CloudAzureIntegrationsFunctions {
|
|
657
|
+
/**
|
|
658
|
+
* The data polling interval in seconds
|
|
659
|
+
*
|
|
660
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
|
661
|
+
*/
|
|
662
|
+
readonly metricsPollingInterval?: number;
|
|
663
|
+
/**
|
|
664
|
+
* Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
665
|
+
*
|
|
666
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
|
667
|
+
*/
|
|
668
|
+
readonly resourceGroups?: string[];
|
|
669
|
+
}
|
|
670
|
+
export declare function cloudAzureIntegrationsFunctionsToTerraform(struct?: CloudAzureIntegrationsFunctionsOutputReference | CloudAzureIntegrationsFunctions): any;
|
|
671
|
+
export declare function cloudAzureIntegrationsFunctionsToHclTerraform(struct?: CloudAzureIntegrationsFunctionsOutputReference | CloudAzureIntegrationsFunctions): any;
|
|
672
|
+
export declare class CloudAzureIntegrationsFunctionsOutputReference extends cdktf.ComplexObject {
|
|
673
|
+
private isEmptyObject;
|
|
674
|
+
/**
|
|
675
|
+
* @param terraformResource The parent resource
|
|
676
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
677
|
+
*/
|
|
678
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
679
|
+
get internalValue(): CloudAzureIntegrationsFunctions | undefined;
|
|
680
|
+
set internalValue(value: CloudAzureIntegrationsFunctions | undefined);
|
|
681
|
+
private _metricsPollingInterval?;
|
|
682
|
+
get metricsPollingInterval(): number;
|
|
683
|
+
set metricsPollingInterval(value: number);
|
|
684
|
+
resetMetricsPollingInterval(): void;
|
|
685
|
+
get metricsPollingIntervalInput(): number;
|
|
686
|
+
private _resourceGroups?;
|
|
687
|
+
get resourceGroups(): string[];
|
|
688
|
+
set resourceGroups(value: string[]);
|
|
689
|
+
resetResourceGroups(): void;
|
|
690
|
+
get resourceGroupsInput(): string[];
|
|
691
|
+
}
|
|
692
|
+
export interface CloudAzureIntegrationsKeyVault {
|
|
693
|
+
/**
|
|
694
|
+
* The data polling interval in seconds
|
|
695
|
+
*
|
|
696
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
|
697
|
+
*/
|
|
698
|
+
readonly metricsPollingInterval?: number;
|
|
699
|
+
/**
|
|
700
|
+
* Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
701
|
+
*
|
|
702
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
|
703
|
+
*/
|
|
704
|
+
readonly resourceGroups?: string[];
|
|
705
|
+
}
|
|
706
|
+
export declare function cloudAzureIntegrationsKeyVaultToTerraform(struct?: CloudAzureIntegrationsKeyVaultOutputReference | CloudAzureIntegrationsKeyVault): any;
|
|
707
|
+
export declare function cloudAzureIntegrationsKeyVaultToHclTerraform(struct?: CloudAzureIntegrationsKeyVaultOutputReference | CloudAzureIntegrationsKeyVault): any;
|
|
708
|
+
export declare class CloudAzureIntegrationsKeyVaultOutputReference extends cdktf.ComplexObject {
|
|
709
|
+
private isEmptyObject;
|
|
710
|
+
/**
|
|
711
|
+
* @param terraformResource The parent resource
|
|
712
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
713
|
+
*/
|
|
714
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
715
|
+
get internalValue(): CloudAzureIntegrationsKeyVault | undefined;
|
|
716
|
+
set internalValue(value: CloudAzureIntegrationsKeyVault | undefined);
|
|
717
|
+
private _metricsPollingInterval?;
|
|
718
|
+
get metricsPollingInterval(): number;
|
|
719
|
+
set metricsPollingInterval(value: number);
|
|
720
|
+
resetMetricsPollingInterval(): void;
|
|
721
|
+
get metricsPollingIntervalInput(): number;
|
|
722
|
+
private _resourceGroups?;
|
|
723
|
+
get resourceGroups(): string[];
|
|
724
|
+
set resourceGroups(value: string[]);
|
|
725
|
+
resetResourceGroups(): void;
|
|
726
|
+
get resourceGroupsInput(): string[];
|
|
727
|
+
}
|
|
728
|
+
export interface CloudAzureIntegrationsLoadBalancer {
|
|
729
|
+
/**
|
|
730
|
+
* The data polling interval in seconds
|
|
731
|
+
*
|
|
732
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
|
733
|
+
*/
|
|
734
|
+
readonly metricsPollingInterval?: number;
|
|
735
|
+
/**
|
|
736
|
+
* Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
737
|
+
*
|
|
738
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
|
739
|
+
*/
|
|
740
|
+
readonly resourceGroups?: string[];
|
|
741
|
+
}
|
|
742
|
+
export declare function cloudAzureIntegrationsLoadBalancerToTerraform(struct?: CloudAzureIntegrationsLoadBalancerOutputReference | CloudAzureIntegrationsLoadBalancer): any;
|
|
743
|
+
export declare function cloudAzureIntegrationsLoadBalancerToHclTerraform(struct?: CloudAzureIntegrationsLoadBalancerOutputReference | CloudAzureIntegrationsLoadBalancer): any;
|
|
744
|
+
export declare class CloudAzureIntegrationsLoadBalancerOutputReference extends cdktf.ComplexObject {
|
|
745
|
+
private isEmptyObject;
|
|
746
|
+
/**
|
|
747
|
+
* @param terraformResource The parent resource
|
|
748
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
749
|
+
*/
|
|
750
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
751
|
+
get internalValue(): CloudAzureIntegrationsLoadBalancer | undefined;
|
|
752
|
+
set internalValue(value: CloudAzureIntegrationsLoadBalancer | undefined);
|
|
753
|
+
private _metricsPollingInterval?;
|
|
754
|
+
get metricsPollingInterval(): number;
|
|
755
|
+
set metricsPollingInterval(value: number);
|
|
756
|
+
resetMetricsPollingInterval(): void;
|
|
757
|
+
get metricsPollingIntervalInput(): number;
|
|
758
|
+
private _resourceGroups?;
|
|
759
|
+
get resourceGroups(): string[];
|
|
760
|
+
set resourceGroups(value: string[]);
|
|
761
|
+
resetResourceGroups(): void;
|
|
762
|
+
get resourceGroupsInput(): string[];
|
|
763
|
+
}
|
|
764
|
+
export interface CloudAzureIntegrationsLogicApps {
|
|
765
|
+
/**
|
|
766
|
+
* The data polling interval in seconds
|
|
767
|
+
*
|
|
768
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
|
769
|
+
*/
|
|
770
|
+
readonly metricsPollingInterval?: number;
|
|
771
|
+
/**
|
|
772
|
+
* Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
773
|
+
*
|
|
774
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
|
775
|
+
*/
|
|
776
|
+
readonly resourceGroups?: string[];
|
|
777
|
+
}
|
|
778
|
+
export declare function cloudAzureIntegrationsLogicAppsToTerraform(struct?: CloudAzureIntegrationsLogicAppsOutputReference | CloudAzureIntegrationsLogicApps): any;
|
|
779
|
+
export declare function cloudAzureIntegrationsLogicAppsToHclTerraform(struct?: CloudAzureIntegrationsLogicAppsOutputReference | CloudAzureIntegrationsLogicApps): any;
|
|
780
|
+
export declare class CloudAzureIntegrationsLogicAppsOutputReference extends cdktf.ComplexObject {
|
|
781
|
+
private isEmptyObject;
|
|
782
|
+
/**
|
|
783
|
+
* @param terraformResource The parent resource
|
|
784
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
785
|
+
*/
|
|
786
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
787
|
+
get internalValue(): CloudAzureIntegrationsLogicApps | undefined;
|
|
788
|
+
set internalValue(value: CloudAzureIntegrationsLogicApps | undefined);
|
|
789
|
+
private _metricsPollingInterval?;
|
|
790
|
+
get metricsPollingInterval(): number;
|
|
791
|
+
set metricsPollingInterval(value: number);
|
|
792
|
+
resetMetricsPollingInterval(): void;
|
|
793
|
+
get metricsPollingIntervalInput(): number;
|
|
794
|
+
private _resourceGroups?;
|
|
795
|
+
get resourceGroups(): string[];
|
|
796
|
+
set resourceGroups(value: string[]);
|
|
797
|
+
resetResourceGroups(): void;
|
|
798
|
+
get resourceGroupsInput(): string[];
|
|
799
|
+
}
|
|
800
|
+
export interface CloudAzureIntegrationsMachineLearning {
|
|
801
|
+
/**
|
|
802
|
+
* The data polling interval in seconds
|
|
803
|
+
*
|
|
804
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
|
805
|
+
*/
|
|
806
|
+
readonly metricsPollingInterval?: number;
|
|
807
|
+
/**
|
|
808
|
+
* Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
809
|
+
*
|
|
810
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
|
811
|
+
*/
|
|
812
|
+
readonly resourceGroups?: string[];
|
|
813
|
+
}
|
|
814
|
+
export declare function cloudAzureIntegrationsMachineLearningToTerraform(struct?: CloudAzureIntegrationsMachineLearningOutputReference | CloudAzureIntegrationsMachineLearning): any;
|
|
815
|
+
export declare function cloudAzureIntegrationsMachineLearningToHclTerraform(struct?: CloudAzureIntegrationsMachineLearningOutputReference | CloudAzureIntegrationsMachineLearning): any;
|
|
816
|
+
export declare class CloudAzureIntegrationsMachineLearningOutputReference extends cdktf.ComplexObject {
|
|
817
|
+
private isEmptyObject;
|
|
818
|
+
/**
|
|
819
|
+
* @param terraformResource The parent resource
|
|
820
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
821
|
+
*/
|
|
822
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
823
|
+
get internalValue(): CloudAzureIntegrationsMachineLearning | undefined;
|
|
824
|
+
set internalValue(value: CloudAzureIntegrationsMachineLearning | undefined);
|
|
825
|
+
private _metricsPollingInterval?;
|
|
826
|
+
get metricsPollingInterval(): number;
|
|
827
|
+
set metricsPollingInterval(value: number);
|
|
828
|
+
resetMetricsPollingInterval(): void;
|
|
829
|
+
get metricsPollingIntervalInput(): number;
|
|
830
|
+
private _resourceGroups?;
|
|
831
|
+
get resourceGroups(): string[];
|
|
832
|
+
set resourceGroups(value: string[]);
|
|
833
|
+
resetResourceGroups(): void;
|
|
834
|
+
get resourceGroupsInput(): string[];
|
|
835
|
+
}
|
|
836
|
+
export interface CloudAzureIntegrationsMariaDb {
|
|
837
|
+
/**
|
|
838
|
+
* The data polling interval in seconds
|
|
839
|
+
*
|
|
840
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
|
841
|
+
*/
|
|
842
|
+
readonly metricsPollingInterval?: number;
|
|
843
|
+
/**
|
|
844
|
+
* Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
845
|
+
*
|
|
846
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
|
847
|
+
*/
|
|
848
|
+
readonly resourceGroups?: string[];
|
|
849
|
+
}
|
|
850
|
+
export declare function cloudAzureIntegrationsMariaDbToTerraform(struct?: CloudAzureIntegrationsMariaDbOutputReference | CloudAzureIntegrationsMariaDb): any;
|
|
851
|
+
export declare function cloudAzureIntegrationsMariaDbToHclTerraform(struct?: CloudAzureIntegrationsMariaDbOutputReference | CloudAzureIntegrationsMariaDb): any;
|
|
852
|
+
export declare class CloudAzureIntegrationsMariaDbOutputReference extends cdktf.ComplexObject {
|
|
853
|
+
private isEmptyObject;
|
|
854
|
+
/**
|
|
855
|
+
* @param terraformResource The parent resource
|
|
856
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
857
|
+
*/
|
|
858
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
859
|
+
get internalValue(): CloudAzureIntegrationsMariaDb | undefined;
|
|
860
|
+
set internalValue(value: CloudAzureIntegrationsMariaDb | undefined);
|
|
861
|
+
private _metricsPollingInterval?;
|
|
862
|
+
get metricsPollingInterval(): number;
|
|
863
|
+
set metricsPollingInterval(value: number);
|
|
864
|
+
resetMetricsPollingInterval(): void;
|
|
865
|
+
get metricsPollingIntervalInput(): number;
|
|
866
|
+
private _resourceGroups?;
|
|
867
|
+
get resourceGroups(): string[];
|
|
868
|
+
set resourceGroups(value: string[]);
|
|
869
|
+
resetResourceGroups(): void;
|
|
870
|
+
get resourceGroupsInput(): string[];
|
|
871
|
+
}
|
|
872
|
+
export interface CloudAzureIntegrationsMonitor {
|
|
873
|
+
/**
|
|
874
|
+
* A flag that specifies if the integration is active
|
|
875
|
+
*
|
|
876
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#enabled CloudAzureIntegrations#enabled}
|
|
877
|
+
*/
|
|
878
|
+
readonly enabled?: boolean | cdktf.IResolvable;
|
|
879
|
+
/**
|
|
880
|
+
* Specify resource tags in 'key:value' form to be excluded from monitoring
|
|
881
|
+
*
|
|
882
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#exclude_tags CloudAzureIntegrations#exclude_tags}
|
|
883
|
+
*/
|
|
884
|
+
readonly excludeTags?: string[];
|
|
885
|
+
/**
|
|
886
|
+
* Specify resource tags in 'key:value' form to be monitored
|
|
887
|
+
*
|
|
888
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#include_tags CloudAzureIntegrations#include_tags}
|
|
889
|
+
*/
|
|
890
|
+
readonly includeTags?: string[];
|
|
891
|
+
/**
|
|
892
|
+
* The data polling interval in seconds
|
|
893
|
+
*
|
|
894
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
|
895
|
+
*/
|
|
896
|
+
readonly metricsPollingInterval?: number;
|
|
897
|
+
/**
|
|
898
|
+
* Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
899
|
+
*
|
|
900
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
|
901
|
+
*/
|
|
902
|
+
readonly resourceGroups?: string[];
|
|
903
|
+
/**
|
|
904
|
+
* Specify each Azure resource type that needs to be monitored
|
|
905
|
+
*
|
|
906
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#resource_types CloudAzureIntegrations#resource_types}
|
|
907
|
+
*/
|
|
908
|
+
readonly resourceTypes?: string[];
|
|
909
|
+
}
|
|
910
|
+
export declare function cloudAzureIntegrationsMonitorToTerraform(struct?: CloudAzureIntegrationsMonitorOutputReference | CloudAzureIntegrationsMonitor): any;
|
|
911
|
+
export declare function cloudAzureIntegrationsMonitorToHclTerraform(struct?: CloudAzureIntegrationsMonitorOutputReference | CloudAzureIntegrationsMonitor): any;
|
|
912
|
+
export declare class CloudAzureIntegrationsMonitorOutputReference extends cdktf.ComplexObject {
|
|
913
|
+
private isEmptyObject;
|
|
914
|
+
/**
|
|
915
|
+
* @param terraformResource The parent resource
|
|
916
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
917
|
+
*/
|
|
918
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
919
|
+
get internalValue(): CloudAzureIntegrationsMonitor | undefined;
|
|
920
|
+
set internalValue(value: CloudAzureIntegrationsMonitor | undefined);
|
|
921
|
+
private _enabled?;
|
|
922
|
+
get enabled(): boolean | cdktf.IResolvable;
|
|
923
|
+
set enabled(value: boolean | cdktf.IResolvable);
|
|
924
|
+
resetEnabled(): void;
|
|
925
|
+
get enabledInput(): any;
|
|
926
|
+
private _excludeTags?;
|
|
927
|
+
get excludeTags(): string[];
|
|
928
|
+
set excludeTags(value: string[]);
|
|
929
|
+
resetExcludeTags(): void;
|
|
930
|
+
get excludeTagsInput(): string[];
|
|
931
|
+
private _includeTags?;
|
|
932
|
+
get includeTags(): string[];
|
|
933
|
+
set includeTags(value: string[]);
|
|
934
|
+
resetIncludeTags(): void;
|
|
935
|
+
get includeTagsInput(): string[];
|
|
936
|
+
private _metricsPollingInterval?;
|
|
937
|
+
get metricsPollingInterval(): number;
|
|
938
|
+
set metricsPollingInterval(value: number);
|
|
939
|
+
resetMetricsPollingInterval(): void;
|
|
940
|
+
get metricsPollingIntervalInput(): number;
|
|
941
|
+
private _resourceGroups?;
|
|
942
|
+
get resourceGroups(): string[];
|
|
943
|
+
set resourceGroups(value: string[]);
|
|
944
|
+
resetResourceGroups(): void;
|
|
945
|
+
get resourceGroupsInput(): string[];
|
|
946
|
+
private _resourceTypes?;
|
|
947
|
+
get resourceTypes(): string[];
|
|
948
|
+
set resourceTypes(value: string[]);
|
|
949
|
+
resetResourceTypes(): void;
|
|
950
|
+
get resourceTypesInput(): string[];
|
|
951
|
+
}
|
|
952
|
+
export interface CloudAzureIntegrationsMysql {
|
|
953
|
+
/**
|
|
954
|
+
* The data polling interval in seconds
|
|
955
|
+
*
|
|
956
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
|
957
|
+
*/
|
|
958
|
+
readonly metricsPollingInterval?: number;
|
|
959
|
+
/**
|
|
960
|
+
* Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
961
|
+
*
|
|
962
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
|
963
|
+
*/
|
|
964
|
+
readonly resourceGroups?: string[];
|
|
965
|
+
}
|
|
966
|
+
export declare function cloudAzureIntegrationsMysqlToTerraform(struct?: CloudAzureIntegrationsMysqlOutputReference | CloudAzureIntegrationsMysql): any;
|
|
967
|
+
export declare function cloudAzureIntegrationsMysqlToHclTerraform(struct?: CloudAzureIntegrationsMysqlOutputReference | CloudAzureIntegrationsMysql): any;
|
|
968
|
+
export declare class CloudAzureIntegrationsMysqlOutputReference extends cdktf.ComplexObject {
|
|
969
|
+
private isEmptyObject;
|
|
970
|
+
/**
|
|
971
|
+
* @param terraformResource The parent resource
|
|
972
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
973
|
+
*/
|
|
974
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
975
|
+
get internalValue(): CloudAzureIntegrationsMysql | undefined;
|
|
976
|
+
set internalValue(value: CloudAzureIntegrationsMysql | undefined);
|
|
977
|
+
private _metricsPollingInterval?;
|
|
978
|
+
get metricsPollingInterval(): number;
|
|
979
|
+
set metricsPollingInterval(value: number);
|
|
980
|
+
resetMetricsPollingInterval(): void;
|
|
981
|
+
get metricsPollingIntervalInput(): number;
|
|
982
|
+
private _resourceGroups?;
|
|
983
|
+
get resourceGroups(): string[];
|
|
984
|
+
set resourceGroups(value: string[]);
|
|
985
|
+
resetResourceGroups(): void;
|
|
986
|
+
get resourceGroupsInput(): string[];
|
|
987
|
+
}
|
|
988
|
+
export interface CloudAzureIntegrationsMysqlFlexible {
|
|
989
|
+
/**
|
|
990
|
+
* The data polling interval in seconds
|
|
991
|
+
*
|
|
992
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
|
993
|
+
*/
|
|
994
|
+
readonly metricsPollingInterval?: number;
|
|
995
|
+
/**
|
|
996
|
+
* Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
997
|
+
*
|
|
998
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
|
999
|
+
*/
|
|
1000
|
+
readonly resourceGroups?: string[];
|
|
1001
|
+
}
|
|
1002
|
+
export declare function cloudAzureIntegrationsMysqlFlexibleToTerraform(struct?: CloudAzureIntegrationsMysqlFlexibleOutputReference | CloudAzureIntegrationsMysqlFlexible): any;
|
|
1003
|
+
export declare function cloudAzureIntegrationsMysqlFlexibleToHclTerraform(struct?: CloudAzureIntegrationsMysqlFlexibleOutputReference | CloudAzureIntegrationsMysqlFlexible): any;
|
|
1004
|
+
export declare class CloudAzureIntegrationsMysqlFlexibleOutputReference extends cdktf.ComplexObject {
|
|
1005
|
+
private isEmptyObject;
|
|
1006
|
+
/**
|
|
1007
|
+
* @param terraformResource The parent resource
|
|
1008
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1009
|
+
*/
|
|
1010
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
1011
|
+
get internalValue(): CloudAzureIntegrationsMysqlFlexible | undefined;
|
|
1012
|
+
set internalValue(value: CloudAzureIntegrationsMysqlFlexible | undefined);
|
|
1013
|
+
private _metricsPollingInterval?;
|
|
1014
|
+
get metricsPollingInterval(): number;
|
|
1015
|
+
set metricsPollingInterval(value: number);
|
|
1016
|
+
resetMetricsPollingInterval(): void;
|
|
1017
|
+
get metricsPollingIntervalInput(): number;
|
|
1018
|
+
private _resourceGroups?;
|
|
1019
|
+
get resourceGroups(): string[];
|
|
1020
|
+
set resourceGroups(value: string[]);
|
|
1021
|
+
resetResourceGroups(): void;
|
|
1022
|
+
get resourceGroupsInput(): string[];
|
|
1023
|
+
}
|
|
1024
|
+
export interface CloudAzureIntegrationsPostgresql {
|
|
1025
|
+
/**
|
|
1026
|
+
* The data polling interval in seconds
|
|
1027
|
+
*
|
|
1028
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
|
1029
|
+
*/
|
|
1030
|
+
readonly metricsPollingInterval?: number;
|
|
1031
|
+
/**
|
|
1032
|
+
* Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
1033
|
+
*
|
|
1034
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
|
1035
|
+
*/
|
|
1036
|
+
readonly resourceGroups?: string[];
|
|
1037
|
+
}
|
|
1038
|
+
export declare function cloudAzureIntegrationsPostgresqlToTerraform(struct?: CloudAzureIntegrationsPostgresqlOutputReference | CloudAzureIntegrationsPostgresql): any;
|
|
1039
|
+
export declare function cloudAzureIntegrationsPostgresqlToHclTerraform(struct?: CloudAzureIntegrationsPostgresqlOutputReference | CloudAzureIntegrationsPostgresql): any;
|
|
1040
|
+
export declare class CloudAzureIntegrationsPostgresqlOutputReference extends cdktf.ComplexObject {
|
|
1041
|
+
private isEmptyObject;
|
|
1042
|
+
/**
|
|
1043
|
+
* @param terraformResource The parent resource
|
|
1044
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1045
|
+
*/
|
|
1046
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
1047
|
+
get internalValue(): CloudAzureIntegrationsPostgresql | undefined;
|
|
1048
|
+
set internalValue(value: CloudAzureIntegrationsPostgresql | undefined);
|
|
1049
|
+
private _metricsPollingInterval?;
|
|
1050
|
+
get metricsPollingInterval(): number;
|
|
1051
|
+
set metricsPollingInterval(value: number);
|
|
1052
|
+
resetMetricsPollingInterval(): void;
|
|
1053
|
+
get metricsPollingIntervalInput(): number;
|
|
1054
|
+
private _resourceGroups?;
|
|
1055
|
+
get resourceGroups(): string[];
|
|
1056
|
+
set resourceGroups(value: string[]);
|
|
1057
|
+
resetResourceGroups(): void;
|
|
1058
|
+
get resourceGroupsInput(): string[];
|
|
1059
|
+
}
|
|
1060
|
+
export interface CloudAzureIntegrationsPostgresqlFlexible {
|
|
1061
|
+
/**
|
|
1062
|
+
* The data polling interval in seconds
|
|
1063
|
+
*
|
|
1064
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
|
1065
|
+
*/
|
|
1066
|
+
readonly metricsPollingInterval?: number;
|
|
1067
|
+
/**
|
|
1068
|
+
* Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
1069
|
+
*
|
|
1070
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
|
1071
|
+
*/
|
|
1072
|
+
readonly resourceGroups?: string[];
|
|
1073
|
+
}
|
|
1074
|
+
export declare function cloudAzureIntegrationsPostgresqlFlexibleToTerraform(struct?: CloudAzureIntegrationsPostgresqlFlexibleOutputReference | CloudAzureIntegrationsPostgresqlFlexible): any;
|
|
1075
|
+
export declare function cloudAzureIntegrationsPostgresqlFlexibleToHclTerraform(struct?: CloudAzureIntegrationsPostgresqlFlexibleOutputReference | CloudAzureIntegrationsPostgresqlFlexible): any;
|
|
1076
|
+
export declare class CloudAzureIntegrationsPostgresqlFlexibleOutputReference extends cdktf.ComplexObject {
|
|
1077
|
+
private isEmptyObject;
|
|
1078
|
+
/**
|
|
1079
|
+
* @param terraformResource The parent resource
|
|
1080
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1081
|
+
*/
|
|
1082
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
1083
|
+
get internalValue(): CloudAzureIntegrationsPostgresqlFlexible | undefined;
|
|
1084
|
+
set internalValue(value: CloudAzureIntegrationsPostgresqlFlexible | undefined);
|
|
1085
|
+
private _metricsPollingInterval?;
|
|
1086
|
+
get metricsPollingInterval(): number;
|
|
1087
|
+
set metricsPollingInterval(value: number);
|
|
1088
|
+
resetMetricsPollingInterval(): void;
|
|
1089
|
+
get metricsPollingIntervalInput(): number;
|
|
1090
|
+
private _resourceGroups?;
|
|
1091
|
+
get resourceGroups(): string[];
|
|
1092
|
+
set resourceGroups(value: string[]);
|
|
1093
|
+
resetResourceGroups(): void;
|
|
1094
|
+
get resourceGroupsInput(): string[];
|
|
1095
|
+
}
|
|
1096
|
+
export interface CloudAzureIntegrationsPowerBiDedicated {
|
|
1097
|
+
/**
|
|
1098
|
+
* The data polling interval in seconds
|
|
1099
|
+
*
|
|
1100
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
|
1101
|
+
*/
|
|
1102
|
+
readonly metricsPollingInterval?: number;
|
|
1103
|
+
/**
|
|
1104
|
+
* Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
1105
|
+
*
|
|
1106
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
|
1107
|
+
*/
|
|
1108
|
+
readonly resourceGroups?: string[];
|
|
1109
|
+
}
|
|
1110
|
+
export declare function cloudAzureIntegrationsPowerBiDedicatedToTerraform(struct?: CloudAzureIntegrationsPowerBiDedicatedOutputReference | CloudAzureIntegrationsPowerBiDedicated): any;
|
|
1111
|
+
export declare function cloudAzureIntegrationsPowerBiDedicatedToHclTerraform(struct?: CloudAzureIntegrationsPowerBiDedicatedOutputReference | CloudAzureIntegrationsPowerBiDedicated): any;
|
|
1112
|
+
export declare class CloudAzureIntegrationsPowerBiDedicatedOutputReference extends cdktf.ComplexObject {
|
|
1113
|
+
private isEmptyObject;
|
|
1114
|
+
/**
|
|
1115
|
+
* @param terraformResource The parent resource
|
|
1116
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1117
|
+
*/
|
|
1118
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
1119
|
+
get internalValue(): CloudAzureIntegrationsPowerBiDedicated | undefined;
|
|
1120
|
+
set internalValue(value: CloudAzureIntegrationsPowerBiDedicated | undefined);
|
|
1121
|
+
private _metricsPollingInterval?;
|
|
1122
|
+
get metricsPollingInterval(): number;
|
|
1123
|
+
set metricsPollingInterval(value: number);
|
|
1124
|
+
resetMetricsPollingInterval(): void;
|
|
1125
|
+
get metricsPollingIntervalInput(): number;
|
|
1126
|
+
private _resourceGroups?;
|
|
1127
|
+
get resourceGroups(): string[];
|
|
1128
|
+
set resourceGroups(value: string[]);
|
|
1129
|
+
resetResourceGroups(): void;
|
|
1130
|
+
get resourceGroupsInput(): string[];
|
|
1131
|
+
}
|
|
1132
|
+
export interface CloudAzureIntegrationsRedisCache {
|
|
1133
|
+
/**
|
|
1134
|
+
* The data polling interval in seconds
|
|
1135
|
+
*
|
|
1136
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
|
1137
|
+
*/
|
|
1138
|
+
readonly metricsPollingInterval?: number;
|
|
1139
|
+
/**
|
|
1140
|
+
* Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
1141
|
+
*
|
|
1142
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
|
1143
|
+
*/
|
|
1144
|
+
readonly resourceGroups?: string[];
|
|
1145
|
+
}
|
|
1146
|
+
export declare function cloudAzureIntegrationsRedisCacheToTerraform(struct?: CloudAzureIntegrationsRedisCacheOutputReference | CloudAzureIntegrationsRedisCache): any;
|
|
1147
|
+
export declare function cloudAzureIntegrationsRedisCacheToHclTerraform(struct?: CloudAzureIntegrationsRedisCacheOutputReference | CloudAzureIntegrationsRedisCache): any;
|
|
1148
|
+
export declare class CloudAzureIntegrationsRedisCacheOutputReference extends cdktf.ComplexObject {
|
|
1149
|
+
private isEmptyObject;
|
|
1150
|
+
/**
|
|
1151
|
+
* @param terraformResource The parent resource
|
|
1152
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1153
|
+
*/
|
|
1154
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
1155
|
+
get internalValue(): CloudAzureIntegrationsRedisCache | undefined;
|
|
1156
|
+
set internalValue(value: CloudAzureIntegrationsRedisCache | undefined);
|
|
1157
|
+
private _metricsPollingInterval?;
|
|
1158
|
+
get metricsPollingInterval(): number;
|
|
1159
|
+
set metricsPollingInterval(value: number);
|
|
1160
|
+
resetMetricsPollingInterval(): void;
|
|
1161
|
+
get metricsPollingIntervalInput(): number;
|
|
1162
|
+
private _resourceGroups?;
|
|
1163
|
+
get resourceGroups(): string[];
|
|
1164
|
+
set resourceGroups(value: string[]);
|
|
1165
|
+
resetResourceGroups(): void;
|
|
1166
|
+
get resourceGroupsInput(): string[];
|
|
1167
|
+
}
|
|
1168
|
+
export interface CloudAzureIntegrationsServiceBus {
|
|
1169
|
+
/**
|
|
1170
|
+
* The data polling interval in seconds
|
|
1171
|
+
*
|
|
1172
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
|
1173
|
+
*/
|
|
1174
|
+
readonly metricsPollingInterval?: number;
|
|
1175
|
+
/**
|
|
1176
|
+
* Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
1177
|
+
*
|
|
1178
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
|
1179
|
+
*/
|
|
1180
|
+
readonly resourceGroups?: string[];
|
|
1181
|
+
}
|
|
1182
|
+
export declare function cloudAzureIntegrationsServiceBusToTerraform(struct?: CloudAzureIntegrationsServiceBusOutputReference | CloudAzureIntegrationsServiceBus): any;
|
|
1183
|
+
export declare function cloudAzureIntegrationsServiceBusToHclTerraform(struct?: CloudAzureIntegrationsServiceBusOutputReference | CloudAzureIntegrationsServiceBus): any;
|
|
1184
|
+
export declare class CloudAzureIntegrationsServiceBusOutputReference extends cdktf.ComplexObject {
|
|
1185
|
+
private isEmptyObject;
|
|
1186
|
+
/**
|
|
1187
|
+
* @param terraformResource The parent resource
|
|
1188
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1189
|
+
*/
|
|
1190
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
1191
|
+
get internalValue(): CloudAzureIntegrationsServiceBus | undefined;
|
|
1192
|
+
set internalValue(value: CloudAzureIntegrationsServiceBus | undefined);
|
|
1193
|
+
private _metricsPollingInterval?;
|
|
1194
|
+
get metricsPollingInterval(): number;
|
|
1195
|
+
set metricsPollingInterval(value: number);
|
|
1196
|
+
resetMetricsPollingInterval(): void;
|
|
1197
|
+
get metricsPollingIntervalInput(): number;
|
|
1198
|
+
private _resourceGroups?;
|
|
1199
|
+
get resourceGroups(): string[];
|
|
1200
|
+
set resourceGroups(value: string[]);
|
|
1201
|
+
resetResourceGroups(): void;
|
|
1202
|
+
get resourceGroupsInput(): string[];
|
|
1203
|
+
}
|
|
1204
|
+
export interface CloudAzureIntegrationsSql {
|
|
1205
|
+
/**
|
|
1206
|
+
* The data polling interval in seconds
|
|
1207
|
+
*
|
|
1208
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
|
1209
|
+
*/
|
|
1210
|
+
readonly metricsPollingInterval?: number;
|
|
1211
|
+
/**
|
|
1212
|
+
* Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
1213
|
+
*
|
|
1214
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
|
1215
|
+
*/
|
|
1216
|
+
readonly resourceGroups?: string[];
|
|
1217
|
+
}
|
|
1218
|
+
export declare function cloudAzureIntegrationsSqlToTerraform(struct?: CloudAzureIntegrationsSqlOutputReference | CloudAzureIntegrationsSql): any;
|
|
1219
|
+
export declare function cloudAzureIntegrationsSqlToHclTerraform(struct?: CloudAzureIntegrationsSqlOutputReference | CloudAzureIntegrationsSql): any;
|
|
1220
|
+
export declare class CloudAzureIntegrationsSqlOutputReference extends cdktf.ComplexObject {
|
|
1221
|
+
private isEmptyObject;
|
|
1222
|
+
/**
|
|
1223
|
+
* @param terraformResource The parent resource
|
|
1224
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1225
|
+
*/
|
|
1226
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
1227
|
+
get internalValue(): CloudAzureIntegrationsSql | undefined;
|
|
1228
|
+
set internalValue(value: CloudAzureIntegrationsSql | undefined);
|
|
1229
|
+
private _metricsPollingInterval?;
|
|
1230
|
+
get metricsPollingInterval(): number;
|
|
1231
|
+
set metricsPollingInterval(value: number);
|
|
1232
|
+
resetMetricsPollingInterval(): void;
|
|
1233
|
+
get metricsPollingIntervalInput(): number;
|
|
1234
|
+
private _resourceGroups?;
|
|
1235
|
+
get resourceGroups(): string[];
|
|
1236
|
+
set resourceGroups(value: string[]);
|
|
1237
|
+
resetResourceGroups(): void;
|
|
1238
|
+
get resourceGroupsInput(): string[];
|
|
1239
|
+
}
|
|
1240
|
+
export interface CloudAzureIntegrationsSqlManaged {
|
|
1241
|
+
/**
|
|
1242
|
+
* The data polling interval in seconds
|
|
1243
|
+
*
|
|
1244
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
|
1245
|
+
*/
|
|
1246
|
+
readonly metricsPollingInterval?: number;
|
|
1247
|
+
/**
|
|
1248
|
+
* Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
1249
|
+
*
|
|
1250
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
|
1251
|
+
*/
|
|
1252
|
+
readonly resourceGroups?: string[];
|
|
1253
|
+
}
|
|
1254
|
+
export declare function cloudAzureIntegrationsSqlManagedToTerraform(struct?: CloudAzureIntegrationsSqlManagedOutputReference | CloudAzureIntegrationsSqlManaged): any;
|
|
1255
|
+
export declare function cloudAzureIntegrationsSqlManagedToHclTerraform(struct?: CloudAzureIntegrationsSqlManagedOutputReference | CloudAzureIntegrationsSqlManaged): any;
|
|
1256
|
+
export declare class CloudAzureIntegrationsSqlManagedOutputReference extends cdktf.ComplexObject {
|
|
1257
|
+
private isEmptyObject;
|
|
1258
|
+
/**
|
|
1259
|
+
* @param terraformResource The parent resource
|
|
1260
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1261
|
+
*/
|
|
1262
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
1263
|
+
get internalValue(): CloudAzureIntegrationsSqlManaged | undefined;
|
|
1264
|
+
set internalValue(value: CloudAzureIntegrationsSqlManaged | undefined);
|
|
1265
|
+
private _metricsPollingInterval?;
|
|
1266
|
+
get metricsPollingInterval(): number;
|
|
1267
|
+
set metricsPollingInterval(value: number);
|
|
1268
|
+
resetMetricsPollingInterval(): void;
|
|
1269
|
+
get metricsPollingIntervalInput(): number;
|
|
1270
|
+
private _resourceGroups?;
|
|
1271
|
+
get resourceGroups(): string[];
|
|
1272
|
+
set resourceGroups(value: string[]);
|
|
1273
|
+
resetResourceGroups(): void;
|
|
1274
|
+
get resourceGroupsInput(): string[];
|
|
1275
|
+
}
|
|
1276
|
+
export interface CloudAzureIntegrationsStorage {
|
|
1277
|
+
/**
|
|
1278
|
+
* The data polling interval in seconds
|
|
1279
|
+
*
|
|
1280
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
|
1281
|
+
*/
|
|
1282
|
+
readonly metricsPollingInterval?: number;
|
|
1283
|
+
/**
|
|
1284
|
+
* Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
1285
|
+
*
|
|
1286
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
|
1287
|
+
*/
|
|
1288
|
+
readonly resourceGroups?: string[];
|
|
1289
|
+
}
|
|
1290
|
+
export declare function cloudAzureIntegrationsStorageToTerraform(struct?: CloudAzureIntegrationsStorageOutputReference | CloudAzureIntegrationsStorage): any;
|
|
1291
|
+
export declare function cloudAzureIntegrationsStorageToHclTerraform(struct?: CloudAzureIntegrationsStorageOutputReference | CloudAzureIntegrationsStorage): any;
|
|
1292
|
+
export declare class CloudAzureIntegrationsStorageOutputReference extends cdktf.ComplexObject {
|
|
1293
|
+
private isEmptyObject;
|
|
1294
|
+
/**
|
|
1295
|
+
* @param terraformResource The parent resource
|
|
1296
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1297
|
+
*/
|
|
1298
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
1299
|
+
get internalValue(): CloudAzureIntegrationsStorage | undefined;
|
|
1300
|
+
set internalValue(value: CloudAzureIntegrationsStorage | undefined);
|
|
1301
|
+
private _metricsPollingInterval?;
|
|
1302
|
+
get metricsPollingInterval(): number;
|
|
1303
|
+
set metricsPollingInterval(value: number);
|
|
1304
|
+
resetMetricsPollingInterval(): void;
|
|
1305
|
+
get metricsPollingIntervalInput(): number;
|
|
1306
|
+
private _resourceGroups?;
|
|
1307
|
+
get resourceGroups(): string[];
|
|
1308
|
+
set resourceGroups(value: string[]);
|
|
1309
|
+
resetResourceGroups(): void;
|
|
1310
|
+
get resourceGroupsInput(): string[];
|
|
1311
|
+
}
|
|
1312
|
+
export interface CloudAzureIntegrationsVirtualMachine {
|
|
1313
|
+
/**
|
|
1314
|
+
* The data polling interval in seconds
|
|
1315
|
+
*
|
|
1316
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
|
1317
|
+
*/
|
|
1318
|
+
readonly metricsPollingInterval?: number;
|
|
1319
|
+
/**
|
|
1320
|
+
* Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
1321
|
+
*
|
|
1322
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
|
1323
|
+
*/
|
|
1324
|
+
readonly resourceGroups?: string[];
|
|
1325
|
+
}
|
|
1326
|
+
export declare function cloudAzureIntegrationsVirtualMachineToTerraform(struct?: CloudAzureIntegrationsVirtualMachineOutputReference | CloudAzureIntegrationsVirtualMachine): any;
|
|
1327
|
+
export declare function cloudAzureIntegrationsVirtualMachineToHclTerraform(struct?: CloudAzureIntegrationsVirtualMachineOutputReference | CloudAzureIntegrationsVirtualMachine): any;
|
|
1328
|
+
export declare class CloudAzureIntegrationsVirtualMachineOutputReference extends cdktf.ComplexObject {
|
|
1329
|
+
private isEmptyObject;
|
|
1330
|
+
/**
|
|
1331
|
+
* @param terraformResource The parent resource
|
|
1332
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1333
|
+
*/
|
|
1334
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
1335
|
+
get internalValue(): CloudAzureIntegrationsVirtualMachine | undefined;
|
|
1336
|
+
set internalValue(value: CloudAzureIntegrationsVirtualMachine | undefined);
|
|
1337
|
+
private _metricsPollingInterval?;
|
|
1338
|
+
get metricsPollingInterval(): number;
|
|
1339
|
+
set metricsPollingInterval(value: number);
|
|
1340
|
+
resetMetricsPollingInterval(): void;
|
|
1341
|
+
get metricsPollingIntervalInput(): number;
|
|
1342
|
+
private _resourceGroups?;
|
|
1343
|
+
get resourceGroups(): string[];
|
|
1344
|
+
set resourceGroups(value: string[]);
|
|
1345
|
+
resetResourceGroups(): void;
|
|
1346
|
+
get resourceGroupsInput(): string[];
|
|
1347
|
+
}
|
|
1348
|
+
export interface CloudAzureIntegrationsVirtualNetworks {
|
|
1349
|
+
/**
|
|
1350
|
+
* The data polling interval in seconds
|
|
1351
|
+
*
|
|
1352
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
|
1353
|
+
*/
|
|
1354
|
+
readonly metricsPollingInterval?: number;
|
|
1355
|
+
/**
|
|
1356
|
+
* Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
1357
|
+
*
|
|
1358
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
|
1359
|
+
*/
|
|
1360
|
+
readonly resourceGroups?: string[];
|
|
1361
|
+
}
|
|
1362
|
+
export declare function cloudAzureIntegrationsVirtualNetworksToTerraform(struct?: CloudAzureIntegrationsVirtualNetworksOutputReference | CloudAzureIntegrationsVirtualNetworks): any;
|
|
1363
|
+
export declare function cloudAzureIntegrationsVirtualNetworksToHclTerraform(struct?: CloudAzureIntegrationsVirtualNetworksOutputReference | CloudAzureIntegrationsVirtualNetworks): any;
|
|
1364
|
+
export declare class CloudAzureIntegrationsVirtualNetworksOutputReference extends cdktf.ComplexObject {
|
|
1365
|
+
private isEmptyObject;
|
|
1366
|
+
/**
|
|
1367
|
+
* @param terraformResource The parent resource
|
|
1368
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1369
|
+
*/
|
|
1370
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
1371
|
+
get internalValue(): CloudAzureIntegrationsVirtualNetworks | undefined;
|
|
1372
|
+
set internalValue(value: CloudAzureIntegrationsVirtualNetworks | undefined);
|
|
1373
|
+
private _metricsPollingInterval?;
|
|
1374
|
+
get metricsPollingInterval(): number;
|
|
1375
|
+
set metricsPollingInterval(value: number);
|
|
1376
|
+
resetMetricsPollingInterval(): void;
|
|
1377
|
+
get metricsPollingIntervalInput(): number;
|
|
1378
|
+
private _resourceGroups?;
|
|
1379
|
+
get resourceGroups(): string[];
|
|
1380
|
+
set resourceGroups(value: string[]);
|
|
1381
|
+
resetResourceGroups(): void;
|
|
1382
|
+
get resourceGroupsInput(): string[];
|
|
1383
|
+
}
|
|
1384
|
+
export interface CloudAzureIntegrationsVms {
|
|
1385
|
+
/**
|
|
1386
|
+
* The data polling interval in seconds
|
|
1387
|
+
*
|
|
1388
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
|
1389
|
+
*/
|
|
1390
|
+
readonly metricsPollingInterval?: number;
|
|
1391
|
+
/**
|
|
1392
|
+
* Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
1393
|
+
*
|
|
1394
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
|
1395
|
+
*/
|
|
1396
|
+
readonly resourceGroups?: string[];
|
|
1397
|
+
}
|
|
1398
|
+
export declare function cloudAzureIntegrationsVmsToTerraform(struct?: CloudAzureIntegrationsVmsOutputReference | CloudAzureIntegrationsVms): any;
|
|
1399
|
+
export declare function cloudAzureIntegrationsVmsToHclTerraform(struct?: CloudAzureIntegrationsVmsOutputReference | CloudAzureIntegrationsVms): any;
|
|
1400
|
+
export declare class CloudAzureIntegrationsVmsOutputReference extends cdktf.ComplexObject {
|
|
1401
|
+
private isEmptyObject;
|
|
1402
|
+
/**
|
|
1403
|
+
* @param terraformResource The parent resource
|
|
1404
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1405
|
+
*/
|
|
1406
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
1407
|
+
get internalValue(): CloudAzureIntegrationsVms | undefined;
|
|
1408
|
+
set internalValue(value: CloudAzureIntegrationsVms | undefined);
|
|
1409
|
+
private _metricsPollingInterval?;
|
|
1410
|
+
get metricsPollingInterval(): number;
|
|
1411
|
+
set metricsPollingInterval(value: number);
|
|
1412
|
+
resetMetricsPollingInterval(): void;
|
|
1413
|
+
get metricsPollingIntervalInput(): number;
|
|
1414
|
+
private _resourceGroups?;
|
|
1415
|
+
get resourceGroups(): string[];
|
|
1416
|
+
set resourceGroups(value: string[]);
|
|
1417
|
+
resetResourceGroups(): void;
|
|
1418
|
+
get resourceGroupsInput(): string[];
|
|
1419
|
+
}
|
|
1420
|
+
export interface CloudAzureIntegrationsVpnGateway {
|
|
1421
|
+
/**
|
|
1422
|
+
* The data polling interval in seconds
|
|
1423
|
+
*
|
|
1424
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
|
1425
|
+
*/
|
|
1426
|
+
readonly metricsPollingInterval?: number;
|
|
1427
|
+
/**
|
|
1428
|
+
* Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
1429
|
+
*
|
|
1430
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
|
1431
|
+
*/
|
|
1432
|
+
readonly resourceGroups?: string[];
|
|
1433
|
+
}
|
|
1434
|
+
export declare function cloudAzureIntegrationsVpnGatewayToTerraform(struct?: CloudAzureIntegrationsVpnGatewayOutputReference | CloudAzureIntegrationsVpnGateway): any;
|
|
1435
|
+
export declare function cloudAzureIntegrationsVpnGatewayToHclTerraform(struct?: CloudAzureIntegrationsVpnGatewayOutputReference | CloudAzureIntegrationsVpnGateway): any;
|
|
1436
|
+
export declare class CloudAzureIntegrationsVpnGatewayOutputReference extends cdktf.ComplexObject {
|
|
1437
|
+
private isEmptyObject;
|
|
1438
|
+
/**
|
|
1439
|
+
* @param terraformResource The parent resource
|
|
1440
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1441
|
+
*/
|
|
1442
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
1443
|
+
get internalValue(): CloudAzureIntegrationsVpnGateway | undefined;
|
|
1444
|
+
set internalValue(value: CloudAzureIntegrationsVpnGateway | undefined);
|
|
1445
|
+
private _metricsPollingInterval?;
|
|
1446
|
+
get metricsPollingInterval(): number;
|
|
1447
|
+
set metricsPollingInterval(value: number);
|
|
1448
|
+
resetMetricsPollingInterval(): void;
|
|
1449
|
+
get metricsPollingIntervalInput(): number;
|
|
1450
|
+
private _resourceGroups?;
|
|
1451
|
+
get resourceGroups(): string[];
|
|
1452
|
+
set resourceGroups(value: string[]);
|
|
1453
|
+
resetResourceGroups(): void;
|
|
1454
|
+
get resourceGroupsInput(): string[];
|
|
1455
|
+
}
|
|
1456
|
+
/**
|
|
1457
|
+
* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations newrelic_cloud_azure_integrations}
|
|
1458
|
+
*/
|
|
1459
|
+
export declare class CloudAzureIntegrations extends cdktf.TerraformResource {
|
|
1460
|
+
static readonly tfResourceType = "newrelic_cloud_azure_integrations";
|
|
1461
|
+
/**
|
|
1462
|
+
* Generates CDKTF code for importing a CloudAzureIntegrations resource upon running "cdktf plan <stack-name>"
|
|
1463
|
+
* @param scope The scope in which to define this construct
|
|
1464
|
+
* @param importToId The construct id used in the generated config for the CloudAzureIntegrations to import
|
|
1465
|
+
* @param importFromId The id of the existing CloudAzureIntegrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations#import import section} in the documentation of this resource for the id to use
|
|
1466
|
+
* @param provider? Optional instance of the provider where the CloudAzureIntegrations to import is found
|
|
1467
|
+
*/
|
|
1468
|
+
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
1469
|
+
/**
|
|
1470
|
+
* Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/cloud_azure_integrations newrelic_cloud_azure_integrations} Resource
|
|
1471
|
+
*
|
|
1472
|
+
* @param scope The scope in which to define this construct
|
|
1473
|
+
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
1474
|
+
* @param options CloudAzureIntegrationsConfig
|
|
1475
|
+
*/
|
|
1476
|
+
constructor(scope: Construct, id: string, config: CloudAzureIntegrationsConfig);
|
|
1477
|
+
private _accountId?;
|
|
1478
|
+
get accountId(): number;
|
|
1479
|
+
set accountId(value: number);
|
|
1480
|
+
resetAccountId(): void;
|
|
1481
|
+
get accountIdInput(): number;
|
|
1482
|
+
private _id?;
|
|
1483
|
+
get id(): string;
|
|
1484
|
+
set id(value: string);
|
|
1485
|
+
resetId(): void;
|
|
1486
|
+
get idInput(): string;
|
|
1487
|
+
private _linkedAccountId?;
|
|
1488
|
+
get linkedAccountId(): number;
|
|
1489
|
+
set linkedAccountId(value: number);
|
|
1490
|
+
get linkedAccountIdInput(): number;
|
|
1491
|
+
private _apiManagement;
|
|
1492
|
+
get apiManagement(): CloudAzureIntegrationsApiManagementOutputReference;
|
|
1493
|
+
putApiManagement(value: CloudAzureIntegrationsApiManagement): void;
|
|
1494
|
+
resetApiManagement(): void;
|
|
1495
|
+
get apiManagementInput(): CloudAzureIntegrationsApiManagement;
|
|
1496
|
+
private _appGateway;
|
|
1497
|
+
get appGateway(): CloudAzureIntegrationsAppGatewayOutputReference;
|
|
1498
|
+
putAppGateway(value: CloudAzureIntegrationsAppGateway): void;
|
|
1499
|
+
resetAppGateway(): void;
|
|
1500
|
+
get appGatewayInput(): CloudAzureIntegrationsAppGateway;
|
|
1501
|
+
private _appService;
|
|
1502
|
+
get appService(): CloudAzureIntegrationsAppServiceOutputReference;
|
|
1503
|
+
putAppService(value: CloudAzureIntegrationsAppService): void;
|
|
1504
|
+
resetAppService(): void;
|
|
1505
|
+
get appServiceInput(): CloudAzureIntegrationsAppService;
|
|
1506
|
+
private _autoDiscovery;
|
|
1507
|
+
get autoDiscovery(): CloudAzureIntegrationsAutoDiscoveryOutputReference;
|
|
1508
|
+
putAutoDiscovery(value: CloudAzureIntegrationsAutoDiscovery): void;
|
|
1509
|
+
resetAutoDiscovery(): void;
|
|
1510
|
+
get autoDiscoveryInput(): CloudAzureIntegrationsAutoDiscovery;
|
|
1511
|
+
private _containers;
|
|
1512
|
+
get containers(): CloudAzureIntegrationsContainersOutputReference;
|
|
1513
|
+
putContainers(value: CloudAzureIntegrationsContainers): void;
|
|
1514
|
+
resetContainers(): void;
|
|
1515
|
+
get containersInput(): CloudAzureIntegrationsContainers;
|
|
1516
|
+
private _cosmosDb;
|
|
1517
|
+
get cosmosDb(): CloudAzureIntegrationsCosmosDbOutputReference;
|
|
1518
|
+
putCosmosDb(value: CloudAzureIntegrationsCosmosDb): void;
|
|
1519
|
+
resetCosmosDb(): void;
|
|
1520
|
+
get cosmosDbInput(): CloudAzureIntegrationsCosmosDb;
|
|
1521
|
+
private _costManagement;
|
|
1522
|
+
get costManagement(): CloudAzureIntegrationsCostManagementOutputReference;
|
|
1523
|
+
putCostManagement(value: CloudAzureIntegrationsCostManagement): void;
|
|
1524
|
+
resetCostManagement(): void;
|
|
1525
|
+
get costManagementInput(): CloudAzureIntegrationsCostManagement;
|
|
1526
|
+
private _dataFactory;
|
|
1527
|
+
get dataFactory(): CloudAzureIntegrationsDataFactoryOutputReference;
|
|
1528
|
+
putDataFactory(value: CloudAzureIntegrationsDataFactory): void;
|
|
1529
|
+
resetDataFactory(): void;
|
|
1530
|
+
get dataFactoryInput(): CloudAzureIntegrationsDataFactory;
|
|
1531
|
+
private _eventHub;
|
|
1532
|
+
get eventHub(): CloudAzureIntegrationsEventHubOutputReference;
|
|
1533
|
+
putEventHub(value: CloudAzureIntegrationsEventHub): void;
|
|
1534
|
+
resetEventHub(): void;
|
|
1535
|
+
get eventHubInput(): CloudAzureIntegrationsEventHub;
|
|
1536
|
+
private _expressRoute;
|
|
1537
|
+
get expressRoute(): CloudAzureIntegrationsExpressRouteOutputReference;
|
|
1538
|
+
putExpressRoute(value: CloudAzureIntegrationsExpressRoute): void;
|
|
1539
|
+
resetExpressRoute(): void;
|
|
1540
|
+
get expressRouteInput(): CloudAzureIntegrationsExpressRoute;
|
|
1541
|
+
private _firewalls;
|
|
1542
|
+
get firewalls(): CloudAzureIntegrationsFirewallsOutputReference;
|
|
1543
|
+
putFirewalls(value: CloudAzureIntegrationsFirewalls): void;
|
|
1544
|
+
resetFirewalls(): void;
|
|
1545
|
+
get firewallsInput(): CloudAzureIntegrationsFirewalls;
|
|
1546
|
+
private _frontDoor;
|
|
1547
|
+
get frontDoor(): CloudAzureIntegrationsFrontDoorOutputReference;
|
|
1548
|
+
putFrontDoor(value: CloudAzureIntegrationsFrontDoor): void;
|
|
1549
|
+
resetFrontDoor(): void;
|
|
1550
|
+
get frontDoorInput(): CloudAzureIntegrationsFrontDoor;
|
|
1551
|
+
private _functions;
|
|
1552
|
+
get functions(): CloudAzureIntegrationsFunctionsOutputReference;
|
|
1553
|
+
putFunctions(value: CloudAzureIntegrationsFunctions): void;
|
|
1554
|
+
resetFunctions(): void;
|
|
1555
|
+
get functionsInput(): CloudAzureIntegrationsFunctions;
|
|
1556
|
+
private _keyVault;
|
|
1557
|
+
get keyVault(): CloudAzureIntegrationsKeyVaultOutputReference;
|
|
1558
|
+
putKeyVault(value: CloudAzureIntegrationsKeyVault): void;
|
|
1559
|
+
resetKeyVault(): void;
|
|
1560
|
+
get keyVaultInput(): CloudAzureIntegrationsKeyVault;
|
|
1561
|
+
private _loadBalancer;
|
|
1562
|
+
get loadBalancer(): CloudAzureIntegrationsLoadBalancerOutputReference;
|
|
1563
|
+
putLoadBalancer(value: CloudAzureIntegrationsLoadBalancer): void;
|
|
1564
|
+
resetLoadBalancer(): void;
|
|
1565
|
+
get loadBalancerInput(): CloudAzureIntegrationsLoadBalancer;
|
|
1566
|
+
private _logicApps;
|
|
1567
|
+
get logicApps(): CloudAzureIntegrationsLogicAppsOutputReference;
|
|
1568
|
+
putLogicApps(value: CloudAzureIntegrationsLogicApps): void;
|
|
1569
|
+
resetLogicApps(): void;
|
|
1570
|
+
get logicAppsInput(): CloudAzureIntegrationsLogicApps;
|
|
1571
|
+
private _machineLearning;
|
|
1572
|
+
get machineLearning(): CloudAzureIntegrationsMachineLearningOutputReference;
|
|
1573
|
+
putMachineLearning(value: CloudAzureIntegrationsMachineLearning): void;
|
|
1574
|
+
resetMachineLearning(): void;
|
|
1575
|
+
get machineLearningInput(): CloudAzureIntegrationsMachineLearning;
|
|
1576
|
+
private _mariaDb;
|
|
1577
|
+
get mariaDb(): CloudAzureIntegrationsMariaDbOutputReference;
|
|
1578
|
+
putMariaDb(value: CloudAzureIntegrationsMariaDb): void;
|
|
1579
|
+
resetMariaDb(): void;
|
|
1580
|
+
get mariaDbInput(): CloudAzureIntegrationsMariaDb;
|
|
1581
|
+
private _monitor;
|
|
1582
|
+
get monitor(): CloudAzureIntegrationsMonitorOutputReference;
|
|
1583
|
+
putMonitor(value: CloudAzureIntegrationsMonitor): void;
|
|
1584
|
+
resetMonitor(): void;
|
|
1585
|
+
get monitorInput(): CloudAzureIntegrationsMonitor;
|
|
1586
|
+
private _mysql;
|
|
1587
|
+
get mysql(): CloudAzureIntegrationsMysqlOutputReference;
|
|
1588
|
+
putMysql(value: CloudAzureIntegrationsMysql): void;
|
|
1589
|
+
resetMysql(): void;
|
|
1590
|
+
get mysqlInput(): CloudAzureIntegrationsMysql;
|
|
1591
|
+
private _mysqlFlexible;
|
|
1592
|
+
get mysqlFlexible(): CloudAzureIntegrationsMysqlFlexibleOutputReference;
|
|
1593
|
+
putMysqlFlexible(value: CloudAzureIntegrationsMysqlFlexible): void;
|
|
1594
|
+
resetMysqlFlexible(): void;
|
|
1595
|
+
get mysqlFlexibleInput(): CloudAzureIntegrationsMysqlFlexible;
|
|
1596
|
+
private _postgresql;
|
|
1597
|
+
get postgresql(): CloudAzureIntegrationsPostgresqlOutputReference;
|
|
1598
|
+
putPostgresql(value: CloudAzureIntegrationsPostgresql): void;
|
|
1599
|
+
resetPostgresql(): void;
|
|
1600
|
+
get postgresqlInput(): CloudAzureIntegrationsPostgresql;
|
|
1601
|
+
private _postgresqlFlexible;
|
|
1602
|
+
get postgresqlFlexible(): CloudAzureIntegrationsPostgresqlFlexibleOutputReference;
|
|
1603
|
+
putPostgresqlFlexible(value: CloudAzureIntegrationsPostgresqlFlexible): void;
|
|
1604
|
+
resetPostgresqlFlexible(): void;
|
|
1605
|
+
get postgresqlFlexibleInput(): CloudAzureIntegrationsPostgresqlFlexible;
|
|
1606
|
+
private _powerBiDedicated;
|
|
1607
|
+
get powerBiDedicated(): CloudAzureIntegrationsPowerBiDedicatedOutputReference;
|
|
1608
|
+
putPowerBiDedicated(value: CloudAzureIntegrationsPowerBiDedicated): void;
|
|
1609
|
+
resetPowerBiDedicated(): void;
|
|
1610
|
+
get powerBiDedicatedInput(): CloudAzureIntegrationsPowerBiDedicated;
|
|
1611
|
+
private _redisCache;
|
|
1612
|
+
get redisCache(): CloudAzureIntegrationsRedisCacheOutputReference;
|
|
1613
|
+
putRedisCache(value: CloudAzureIntegrationsRedisCache): void;
|
|
1614
|
+
resetRedisCache(): void;
|
|
1615
|
+
get redisCacheInput(): CloudAzureIntegrationsRedisCache;
|
|
1616
|
+
private _serviceBus;
|
|
1617
|
+
get serviceBus(): CloudAzureIntegrationsServiceBusOutputReference;
|
|
1618
|
+
putServiceBus(value: CloudAzureIntegrationsServiceBus): void;
|
|
1619
|
+
resetServiceBus(): void;
|
|
1620
|
+
get serviceBusInput(): CloudAzureIntegrationsServiceBus;
|
|
1621
|
+
private _sql;
|
|
1622
|
+
get sql(): CloudAzureIntegrationsSqlOutputReference;
|
|
1623
|
+
putSql(value: CloudAzureIntegrationsSql): void;
|
|
1624
|
+
resetSql(): void;
|
|
1625
|
+
get sqlInput(): CloudAzureIntegrationsSql;
|
|
1626
|
+
private _sqlManaged;
|
|
1627
|
+
get sqlManaged(): CloudAzureIntegrationsSqlManagedOutputReference;
|
|
1628
|
+
putSqlManaged(value: CloudAzureIntegrationsSqlManaged): void;
|
|
1629
|
+
resetSqlManaged(): void;
|
|
1630
|
+
get sqlManagedInput(): CloudAzureIntegrationsSqlManaged;
|
|
1631
|
+
private _storage;
|
|
1632
|
+
get storage(): CloudAzureIntegrationsStorageOutputReference;
|
|
1633
|
+
putStorage(value: CloudAzureIntegrationsStorage): void;
|
|
1634
|
+
resetStorage(): void;
|
|
1635
|
+
get storageInput(): CloudAzureIntegrationsStorage;
|
|
1636
|
+
private _virtualMachine;
|
|
1637
|
+
get virtualMachine(): CloudAzureIntegrationsVirtualMachineOutputReference;
|
|
1638
|
+
putVirtualMachine(value: CloudAzureIntegrationsVirtualMachine): void;
|
|
1639
|
+
resetVirtualMachine(): void;
|
|
1640
|
+
get virtualMachineInput(): CloudAzureIntegrationsVirtualMachine;
|
|
1641
|
+
private _virtualNetworks;
|
|
1642
|
+
get virtualNetworks(): CloudAzureIntegrationsVirtualNetworksOutputReference;
|
|
1643
|
+
putVirtualNetworks(value: CloudAzureIntegrationsVirtualNetworks): void;
|
|
1644
|
+
resetVirtualNetworks(): void;
|
|
1645
|
+
get virtualNetworksInput(): CloudAzureIntegrationsVirtualNetworks;
|
|
1646
|
+
private _vms;
|
|
1647
|
+
get vms(): CloudAzureIntegrationsVmsOutputReference;
|
|
1648
|
+
putVms(value: CloudAzureIntegrationsVms): void;
|
|
1649
|
+
resetVms(): void;
|
|
1650
|
+
get vmsInput(): CloudAzureIntegrationsVms;
|
|
1651
|
+
private _vpnGateway;
|
|
1652
|
+
get vpnGateway(): CloudAzureIntegrationsVpnGatewayOutputReference;
|
|
1653
|
+
putVpnGateway(value: CloudAzureIntegrationsVpnGateway): void;
|
|
1654
|
+
resetVpnGateway(): void;
|
|
1655
|
+
get vpnGatewayInput(): CloudAzureIntegrationsVpnGateway;
|
|
1656
|
+
protected synthesizeAttributes(): {
|
|
1657
|
+
[name: string]: any;
|
|
1658
|
+
};
|
|
1659
|
+
protected synthesizeHclAttributes(): {
|
|
1660
|
+
[name: string]: any;
|
|
1661
|
+
};
|
|
1662
|
+
}
|