pulumi-newrelic 5.42.1__py3-none-any.whl → 5.58.0a1766556761__py3-none-any.whl
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.
- pulumi_newrelic/__init__.py +19 -1
- pulumi_newrelic/_inputs.py +4314 -3779
- pulumi_newrelic/_utilities.py +1 -1
- pulumi_newrelic/account_management.py +37 -36
- pulumi_newrelic/alert_channel.py +63 -62
- pulumi_newrelic/alert_condition.py +219 -218
- pulumi_newrelic/alert_muting_rule.py +96 -95
- pulumi_newrelic/alert_policy.py +71 -70
- pulumi_newrelic/alert_policy_channel.py +54 -53
- pulumi_newrelic/api_access_key.py +186 -201
- pulumi_newrelic/browser_application.py +115 -114
- pulumi_newrelic/cloud/__init__.py +3 -1
- pulumi_newrelic/cloud/_inputs.py +2226 -2118
- pulumi_newrelic/cloud/aws_govcloud_integrations.py +101 -96
- pulumi_newrelic/cloud/aws_govcloud_link_account.py +71 -70
- pulumi_newrelic/cloud/aws_integrations.py +240 -192
- pulumi_newrelic/cloud/aws_link_account.py +71 -70
- pulumi_newrelic/cloud/azure_integrations.py +180 -132
- pulumi_newrelic/cloud/azure_link_account.py +105 -104
- pulumi_newrelic/cloud/gcp_integrations.py +115 -114
- pulumi_newrelic/cloud/gcp_link_account.py +56 -55
- pulumi_newrelic/cloud/oci_link_account.py +926 -0
- pulumi_newrelic/cloud/outputs.py +1512 -1410
- pulumi_newrelic/config/__init__.py +2 -1
- pulumi_newrelic/config/__init__.pyi +2 -2
- pulumi_newrelic/config/vars.py +15 -15
- pulumi_newrelic/data_partition_rule.py +114 -113
- pulumi_newrelic/entity_tags.py +79 -22
- pulumi_newrelic/events_to_metrics_rule.py +97 -96
- pulumi_newrelic/get_account.py +22 -22
- pulumi_newrelic/get_alert_channel.py +53 -21
- pulumi_newrelic/get_alert_policy.py +52 -26
- pulumi_newrelic/get_application.py +14 -14
- pulumi_newrelic/get_authentication_domain.py +10 -10
- pulumi_newrelic/get_cloud_account.py +22 -22
- pulumi_newrelic/get_entity.py +53 -53
- pulumi_newrelic/get_group.py +22 -22
- pulumi_newrelic/get_key_transaction.py +26 -26
- pulumi_newrelic/get_notification_destination.py +31 -31
- pulumi_newrelic/get_obfuscation_expression.py +16 -16
- pulumi_newrelic/get_service_level_alert_helper.py +54 -54
- pulumi_newrelic/get_test_grok_pattern.py +23 -23
- pulumi_newrelic/get_user.py +22 -22
- pulumi_newrelic/group.py +54 -53
- pulumi_newrelic/infra_alert_condition.py +257 -256
- pulumi_newrelic/insights/__init__.py +2 -1
- pulumi_newrelic/insights/_inputs.py +33 -33
- pulumi_newrelic/insights/event.py +6 -5
- pulumi_newrelic/insights/outputs.py +23 -23
- pulumi_newrelic/key_transaction.py +106 -105
- pulumi_newrelic/log_parsing_rule.py +148 -147
- pulumi_newrelic/monitor_downtime.py +148 -154
- pulumi_newrelic/notification_channel.py +218 -163
- pulumi_newrelic/notification_destination.py +123 -136
- pulumi_newrelic/nrql_alert_condition.py +513 -414
- pulumi_newrelic/nrql_drop_rule.py +108 -147
- pulumi_newrelic/obfuscation_expression.py +71 -70
- pulumi_newrelic/obfuscation_rule.py +91 -90
- pulumi_newrelic/one_dashboard.py +95 -94
- pulumi_newrelic/one_dashboard_json.py +64 -63
- pulumi_newrelic/one_dashboard_raw.py +116 -115
- pulumi_newrelic/outputs.py +3026 -2665
- pulumi_newrelic/pipeline_cloud_rule.py +335 -0
- pulumi_newrelic/plugins/__init__.py +2 -1
- pulumi_newrelic/plugins/_inputs.py +159 -159
- pulumi_newrelic/plugins/application_settings.py +186 -171
- pulumi_newrelic/plugins/outputs.py +109 -109
- pulumi_newrelic/plugins/workload.py +133 -132
- pulumi_newrelic/provider.py +136 -116
- pulumi_newrelic/pulumi-plugin.json +1 -1
- pulumi_newrelic/service_level.py +78 -77
- pulumi_newrelic/synthetics/__init__.py +2 -1
- pulumi_newrelic/synthetics/_inputs.py +128 -128
- pulumi_newrelic/synthetics/alert_condition.py +97 -96
- pulumi_newrelic/synthetics/broken_links_monitor.py +218 -189
- pulumi_newrelic/synthetics/cert_check_monitor.py +226 -197
- pulumi_newrelic/synthetics/get_private_location.py +22 -22
- pulumi_newrelic/synthetics/get_secure_credential.py +20 -20
- pulumi_newrelic/synthetics/monitor.py +399 -370
- pulumi_newrelic/synthetics/multi_location_alert_condition.py +120 -119
- pulumi_newrelic/synthetics/outputs.py +86 -86
- pulumi_newrelic/synthetics/private_location.py +107 -106
- pulumi_newrelic/synthetics/script_monitor.py +385 -294
- pulumi_newrelic/synthetics/secure_credential.py +88 -87
- pulumi_newrelic/synthetics/step_monitor.py +241 -212
- pulumi_newrelic/user.py +71 -70
- pulumi_newrelic/workflow.py +141 -140
- {pulumi_newrelic-5.42.1.dist-info → pulumi_newrelic-5.58.0a1766556761.dist-info}/METADATA +4 -4
- pulumi_newrelic-5.58.0a1766556761.dist-info/RECORD +92 -0
- {pulumi_newrelic-5.42.1.dist-info → pulumi_newrelic-5.58.0a1766556761.dist-info}/WHEEL +1 -1
- pulumi_newrelic-5.42.1.dist-info/RECORD +0 -90
- {pulumi_newrelic-5.42.1.dist-info → pulumi_newrelic-5.58.0a1766556761.dist-info}/top_level.txt +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import
|
|
5
|
+
import builtins as _builtins
|
|
6
6
|
import warnings
|
|
7
7
|
import sys
|
|
8
8
|
import pulumi
|
|
@@ -21,11 +21,12 @@ __all__ = ['AzureIntegrationsArgs', 'AzureIntegrations']
|
|
|
21
21
|
@pulumi.input_type
|
|
22
22
|
class AzureIntegrationsArgs:
|
|
23
23
|
def __init__(__self__, *,
|
|
24
|
-
linked_account_id: pulumi.Input[str],
|
|
25
|
-
account_id: Optional[pulumi.Input[str]] = None,
|
|
24
|
+
linked_account_id: pulumi.Input[_builtins.str],
|
|
25
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
26
26
|
api_management: Optional[pulumi.Input['AzureIntegrationsApiManagementArgs']] = None,
|
|
27
27
|
app_gateway: Optional[pulumi.Input['AzureIntegrationsAppGatewayArgs']] = None,
|
|
28
28
|
app_service: Optional[pulumi.Input['AzureIntegrationsAppServiceArgs']] = None,
|
|
29
|
+
auto_discovery: Optional[pulumi.Input['AzureIntegrationsAutoDiscoveryArgs']] = None,
|
|
29
30
|
containers: Optional[pulumi.Input['AzureIntegrationsContainersArgs']] = None,
|
|
30
31
|
cosmos_db: Optional[pulumi.Input['AzureIntegrationsCosmosDbArgs']] = None,
|
|
31
32
|
cost_management: Optional[pulumi.Input['AzureIntegrationsCostManagementArgs']] = None,
|
|
@@ -57,14 +58,15 @@ class AzureIntegrationsArgs:
|
|
|
57
58
|
vpn_gateway: Optional[pulumi.Input['AzureIntegrationsVpnGatewayArgs']] = None):
|
|
58
59
|
"""
|
|
59
60
|
The set of arguments for constructing a AzureIntegrations resource.
|
|
60
|
-
:param pulumi.Input[str] linked_account_id: The ID of the linked Azure account in New Relic.
|
|
61
|
+
:param pulumi.Input[_builtins.str] linked_account_id: The ID of the linked Azure account in New Relic.
|
|
61
62
|
|
|
62
63
|
|
|
63
64
|
The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 60 seconds.
|
|
64
|
-
:param pulumi.Input[str] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
|
|
65
|
+
:param pulumi.Input[_builtins.str] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
|
|
65
66
|
:param pulumi.Input['AzureIntegrationsApiManagementArgs'] api_management: Azure API Management. See Integration blocks below for details.
|
|
66
67
|
:param pulumi.Input['AzureIntegrationsAppGatewayArgs'] app_gateway: Azure App Gateway. See Integration blocks below for details.
|
|
67
68
|
:param pulumi.Input['AzureIntegrationsAppServiceArgs'] app_service: Azure App Service. See Integration blocks below for details.
|
|
69
|
+
:param pulumi.Input['AzureIntegrationsAutoDiscoveryArgs'] auto_discovery: Azure Auto Discovery
|
|
68
70
|
:param pulumi.Input['AzureIntegrationsContainersArgs'] containers: Azure Containers. See Integration blocks below for details.
|
|
69
71
|
:param pulumi.Input['AzureIntegrationsCosmosDbArgs'] cosmos_db: Azure CosmosDB. See Integration blocks below for details.
|
|
70
72
|
:param pulumi.Input['AzureIntegrationsCostManagementArgs'] cost_management: Azure Cost Management. See Integration blocks below for details.
|
|
@@ -110,6 +112,8 @@ class AzureIntegrationsArgs:
|
|
|
110
112
|
pulumi.set(__self__, "app_gateway", app_gateway)
|
|
111
113
|
if app_service is not None:
|
|
112
114
|
pulumi.set(__self__, "app_service", app_service)
|
|
115
|
+
if auto_discovery is not None:
|
|
116
|
+
pulumi.set(__self__, "auto_discovery", auto_discovery)
|
|
113
117
|
if containers is not None:
|
|
114
118
|
pulumi.set(__self__, "containers", containers)
|
|
115
119
|
if cosmos_db is not None:
|
|
@@ -169,9 +173,9 @@ class AzureIntegrationsArgs:
|
|
|
169
173
|
if vpn_gateway is not None:
|
|
170
174
|
pulumi.set(__self__, "vpn_gateway", vpn_gateway)
|
|
171
175
|
|
|
172
|
-
@property
|
|
176
|
+
@_builtins.property
|
|
173
177
|
@pulumi.getter(name="linkedAccountId")
|
|
174
|
-
def linked_account_id(self) -> pulumi.Input[str]:
|
|
178
|
+
def linked_account_id(self) -> pulumi.Input[_builtins.str]:
|
|
175
179
|
"""
|
|
176
180
|
The ID of the linked Azure account in New Relic.
|
|
177
181
|
|
|
@@ -181,22 +185,22 @@ class AzureIntegrationsArgs:
|
|
|
181
185
|
return pulumi.get(self, "linked_account_id")
|
|
182
186
|
|
|
183
187
|
@linked_account_id.setter
|
|
184
|
-
def linked_account_id(self, value: pulumi.Input[str]):
|
|
188
|
+
def linked_account_id(self, value: pulumi.Input[_builtins.str]):
|
|
185
189
|
pulumi.set(self, "linked_account_id", value)
|
|
186
190
|
|
|
187
|
-
@property
|
|
191
|
+
@_builtins.property
|
|
188
192
|
@pulumi.getter(name="accountId")
|
|
189
|
-
def account_id(self) -> Optional[pulumi.Input[str]]:
|
|
193
|
+
def account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
190
194
|
"""
|
|
191
195
|
The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
|
|
192
196
|
"""
|
|
193
197
|
return pulumi.get(self, "account_id")
|
|
194
198
|
|
|
195
199
|
@account_id.setter
|
|
196
|
-
def account_id(self, value: Optional[pulumi.Input[str]]):
|
|
200
|
+
def account_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
197
201
|
pulumi.set(self, "account_id", value)
|
|
198
202
|
|
|
199
|
-
@property
|
|
203
|
+
@_builtins.property
|
|
200
204
|
@pulumi.getter(name="apiManagement")
|
|
201
205
|
def api_management(self) -> Optional[pulumi.Input['AzureIntegrationsApiManagementArgs']]:
|
|
202
206
|
"""
|
|
@@ -208,7 +212,7 @@ class AzureIntegrationsArgs:
|
|
|
208
212
|
def api_management(self, value: Optional[pulumi.Input['AzureIntegrationsApiManagementArgs']]):
|
|
209
213
|
pulumi.set(self, "api_management", value)
|
|
210
214
|
|
|
211
|
-
@property
|
|
215
|
+
@_builtins.property
|
|
212
216
|
@pulumi.getter(name="appGateway")
|
|
213
217
|
def app_gateway(self) -> Optional[pulumi.Input['AzureIntegrationsAppGatewayArgs']]:
|
|
214
218
|
"""
|
|
@@ -220,7 +224,7 @@ class AzureIntegrationsArgs:
|
|
|
220
224
|
def app_gateway(self, value: Optional[pulumi.Input['AzureIntegrationsAppGatewayArgs']]):
|
|
221
225
|
pulumi.set(self, "app_gateway", value)
|
|
222
226
|
|
|
223
|
-
@property
|
|
227
|
+
@_builtins.property
|
|
224
228
|
@pulumi.getter(name="appService")
|
|
225
229
|
def app_service(self) -> Optional[pulumi.Input['AzureIntegrationsAppServiceArgs']]:
|
|
226
230
|
"""
|
|
@@ -232,7 +236,19 @@ class AzureIntegrationsArgs:
|
|
|
232
236
|
def app_service(self, value: Optional[pulumi.Input['AzureIntegrationsAppServiceArgs']]):
|
|
233
237
|
pulumi.set(self, "app_service", value)
|
|
234
238
|
|
|
235
|
-
@property
|
|
239
|
+
@_builtins.property
|
|
240
|
+
@pulumi.getter(name="autoDiscovery")
|
|
241
|
+
def auto_discovery(self) -> Optional[pulumi.Input['AzureIntegrationsAutoDiscoveryArgs']]:
|
|
242
|
+
"""
|
|
243
|
+
Azure Auto Discovery
|
|
244
|
+
"""
|
|
245
|
+
return pulumi.get(self, "auto_discovery")
|
|
246
|
+
|
|
247
|
+
@auto_discovery.setter
|
|
248
|
+
def auto_discovery(self, value: Optional[pulumi.Input['AzureIntegrationsAutoDiscoveryArgs']]):
|
|
249
|
+
pulumi.set(self, "auto_discovery", value)
|
|
250
|
+
|
|
251
|
+
@_builtins.property
|
|
236
252
|
@pulumi.getter
|
|
237
253
|
def containers(self) -> Optional[pulumi.Input['AzureIntegrationsContainersArgs']]:
|
|
238
254
|
"""
|
|
@@ -244,7 +260,7 @@ class AzureIntegrationsArgs:
|
|
|
244
260
|
def containers(self, value: Optional[pulumi.Input['AzureIntegrationsContainersArgs']]):
|
|
245
261
|
pulumi.set(self, "containers", value)
|
|
246
262
|
|
|
247
|
-
@property
|
|
263
|
+
@_builtins.property
|
|
248
264
|
@pulumi.getter(name="cosmosDb")
|
|
249
265
|
def cosmos_db(self) -> Optional[pulumi.Input['AzureIntegrationsCosmosDbArgs']]:
|
|
250
266
|
"""
|
|
@@ -256,7 +272,7 @@ class AzureIntegrationsArgs:
|
|
|
256
272
|
def cosmos_db(self, value: Optional[pulumi.Input['AzureIntegrationsCosmosDbArgs']]):
|
|
257
273
|
pulumi.set(self, "cosmos_db", value)
|
|
258
274
|
|
|
259
|
-
@property
|
|
275
|
+
@_builtins.property
|
|
260
276
|
@pulumi.getter(name="costManagement")
|
|
261
277
|
def cost_management(self) -> Optional[pulumi.Input['AzureIntegrationsCostManagementArgs']]:
|
|
262
278
|
"""
|
|
@@ -268,7 +284,7 @@ class AzureIntegrationsArgs:
|
|
|
268
284
|
def cost_management(self, value: Optional[pulumi.Input['AzureIntegrationsCostManagementArgs']]):
|
|
269
285
|
pulumi.set(self, "cost_management", value)
|
|
270
286
|
|
|
271
|
-
@property
|
|
287
|
+
@_builtins.property
|
|
272
288
|
@pulumi.getter(name="dataFactory")
|
|
273
289
|
def data_factory(self) -> Optional[pulumi.Input['AzureIntegrationsDataFactoryArgs']]:
|
|
274
290
|
"""
|
|
@@ -280,7 +296,7 @@ class AzureIntegrationsArgs:
|
|
|
280
296
|
def data_factory(self, value: Optional[pulumi.Input['AzureIntegrationsDataFactoryArgs']]):
|
|
281
297
|
pulumi.set(self, "data_factory", value)
|
|
282
298
|
|
|
283
|
-
@property
|
|
299
|
+
@_builtins.property
|
|
284
300
|
@pulumi.getter(name="eventHub")
|
|
285
301
|
def event_hub(self) -> Optional[pulumi.Input['AzureIntegrationsEventHubArgs']]:
|
|
286
302
|
"""
|
|
@@ -292,7 +308,7 @@ class AzureIntegrationsArgs:
|
|
|
292
308
|
def event_hub(self, value: Optional[pulumi.Input['AzureIntegrationsEventHubArgs']]):
|
|
293
309
|
pulumi.set(self, "event_hub", value)
|
|
294
310
|
|
|
295
|
-
@property
|
|
311
|
+
@_builtins.property
|
|
296
312
|
@pulumi.getter(name="expressRoute")
|
|
297
313
|
def express_route(self) -> Optional[pulumi.Input['AzureIntegrationsExpressRouteArgs']]:
|
|
298
314
|
"""
|
|
@@ -304,7 +320,7 @@ class AzureIntegrationsArgs:
|
|
|
304
320
|
def express_route(self, value: Optional[pulumi.Input['AzureIntegrationsExpressRouteArgs']]):
|
|
305
321
|
pulumi.set(self, "express_route", value)
|
|
306
322
|
|
|
307
|
-
@property
|
|
323
|
+
@_builtins.property
|
|
308
324
|
@pulumi.getter
|
|
309
325
|
def firewalls(self) -> Optional[pulumi.Input['AzureIntegrationsFirewallsArgs']]:
|
|
310
326
|
"""
|
|
@@ -316,7 +332,7 @@ class AzureIntegrationsArgs:
|
|
|
316
332
|
def firewalls(self, value: Optional[pulumi.Input['AzureIntegrationsFirewallsArgs']]):
|
|
317
333
|
pulumi.set(self, "firewalls", value)
|
|
318
334
|
|
|
319
|
-
@property
|
|
335
|
+
@_builtins.property
|
|
320
336
|
@pulumi.getter(name="frontDoor")
|
|
321
337
|
def front_door(self) -> Optional[pulumi.Input['AzureIntegrationsFrontDoorArgs']]:
|
|
322
338
|
"""
|
|
@@ -328,7 +344,7 @@ class AzureIntegrationsArgs:
|
|
|
328
344
|
def front_door(self, value: Optional[pulumi.Input['AzureIntegrationsFrontDoorArgs']]):
|
|
329
345
|
pulumi.set(self, "front_door", value)
|
|
330
346
|
|
|
331
|
-
@property
|
|
347
|
+
@_builtins.property
|
|
332
348
|
@pulumi.getter
|
|
333
349
|
def functions(self) -> Optional[pulumi.Input['AzureIntegrationsFunctionsArgs']]:
|
|
334
350
|
"""
|
|
@@ -340,7 +356,7 @@ class AzureIntegrationsArgs:
|
|
|
340
356
|
def functions(self, value: Optional[pulumi.Input['AzureIntegrationsFunctionsArgs']]):
|
|
341
357
|
pulumi.set(self, "functions", value)
|
|
342
358
|
|
|
343
|
-
@property
|
|
359
|
+
@_builtins.property
|
|
344
360
|
@pulumi.getter(name="keyVault")
|
|
345
361
|
def key_vault(self) -> Optional[pulumi.Input['AzureIntegrationsKeyVaultArgs']]:
|
|
346
362
|
"""
|
|
@@ -352,7 +368,7 @@ class AzureIntegrationsArgs:
|
|
|
352
368
|
def key_vault(self, value: Optional[pulumi.Input['AzureIntegrationsKeyVaultArgs']]):
|
|
353
369
|
pulumi.set(self, "key_vault", value)
|
|
354
370
|
|
|
355
|
-
@property
|
|
371
|
+
@_builtins.property
|
|
356
372
|
@pulumi.getter(name="loadBalancer")
|
|
357
373
|
def load_balancer(self) -> Optional[pulumi.Input['AzureIntegrationsLoadBalancerArgs']]:
|
|
358
374
|
"""
|
|
@@ -364,7 +380,7 @@ class AzureIntegrationsArgs:
|
|
|
364
380
|
def load_balancer(self, value: Optional[pulumi.Input['AzureIntegrationsLoadBalancerArgs']]):
|
|
365
381
|
pulumi.set(self, "load_balancer", value)
|
|
366
382
|
|
|
367
|
-
@property
|
|
383
|
+
@_builtins.property
|
|
368
384
|
@pulumi.getter(name="logicApps")
|
|
369
385
|
def logic_apps(self) -> Optional[pulumi.Input['AzureIntegrationsLogicAppsArgs']]:
|
|
370
386
|
"""
|
|
@@ -376,7 +392,7 @@ class AzureIntegrationsArgs:
|
|
|
376
392
|
def logic_apps(self, value: Optional[pulumi.Input['AzureIntegrationsLogicAppsArgs']]):
|
|
377
393
|
pulumi.set(self, "logic_apps", value)
|
|
378
394
|
|
|
379
|
-
@property
|
|
395
|
+
@_builtins.property
|
|
380
396
|
@pulumi.getter(name="machineLearning")
|
|
381
397
|
def machine_learning(self) -> Optional[pulumi.Input['AzureIntegrationsMachineLearningArgs']]:
|
|
382
398
|
"""
|
|
@@ -388,7 +404,7 @@ class AzureIntegrationsArgs:
|
|
|
388
404
|
def machine_learning(self, value: Optional[pulumi.Input['AzureIntegrationsMachineLearningArgs']]):
|
|
389
405
|
pulumi.set(self, "machine_learning", value)
|
|
390
406
|
|
|
391
|
-
@property
|
|
407
|
+
@_builtins.property
|
|
392
408
|
@pulumi.getter(name="mariaDb")
|
|
393
409
|
def maria_db(self) -> Optional[pulumi.Input['AzureIntegrationsMariaDbArgs']]:
|
|
394
410
|
"""
|
|
@@ -400,7 +416,7 @@ class AzureIntegrationsArgs:
|
|
|
400
416
|
def maria_db(self, value: Optional[pulumi.Input['AzureIntegrationsMariaDbArgs']]):
|
|
401
417
|
pulumi.set(self, "maria_db", value)
|
|
402
418
|
|
|
403
|
-
@property
|
|
419
|
+
@_builtins.property
|
|
404
420
|
@pulumi.getter
|
|
405
421
|
def monitor(self) -> Optional[pulumi.Input['AzureIntegrationsMonitorArgs']]:
|
|
406
422
|
"""
|
|
@@ -414,7 +430,7 @@ class AzureIntegrationsArgs:
|
|
|
414
430
|
def monitor(self, value: Optional[pulumi.Input['AzureIntegrationsMonitorArgs']]):
|
|
415
431
|
pulumi.set(self, "monitor", value)
|
|
416
432
|
|
|
417
|
-
@property
|
|
433
|
+
@_builtins.property
|
|
418
434
|
@pulumi.getter
|
|
419
435
|
def mysql(self) -> Optional[pulumi.Input['AzureIntegrationsMysqlArgs']]:
|
|
420
436
|
"""
|
|
@@ -426,7 +442,7 @@ class AzureIntegrationsArgs:
|
|
|
426
442
|
def mysql(self, value: Optional[pulumi.Input['AzureIntegrationsMysqlArgs']]):
|
|
427
443
|
pulumi.set(self, "mysql", value)
|
|
428
444
|
|
|
429
|
-
@property
|
|
445
|
+
@_builtins.property
|
|
430
446
|
@pulumi.getter(name="mysqlFlexible")
|
|
431
447
|
def mysql_flexible(self) -> Optional[pulumi.Input['AzureIntegrationsMysqlFlexibleArgs']]:
|
|
432
448
|
"""
|
|
@@ -438,7 +454,7 @@ class AzureIntegrationsArgs:
|
|
|
438
454
|
def mysql_flexible(self, value: Optional[pulumi.Input['AzureIntegrationsMysqlFlexibleArgs']]):
|
|
439
455
|
pulumi.set(self, "mysql_flexible", value)
|
|
440
456
|
|
|
441
|
-
@property
|
|
457
|
+
@_builtins.property
|
|
442
458
|
@pulumi.getter
|
|
443
459
|
def postgresql(self) -> Optional[pulumi.Input['AzureIntegrationsPostgresqlArgs']]:
|
|
444
460
|
"""
|
|
@@ -450,7 +466,7 @@ class AzureIntegrationsArgs:
|
|
|
450
466
|
def postgresql(self, value: Optional[pulumi.Input['AzureIntegrationsPostgresqlArgs']]):
|
|
451
467
|
pulumi.set(self, "postgresql", value)
|
|
452
468
|
|
|
453
|
-
@property
|
|
469
|
+
@_builtins.property
|
|
454
470
|
@pulumi.getter(name="postgresqlFlexible")
|
|
455
471
|
def postgresql_flexible(self) -> Optional[pulumi.Input['AzureIntegrationsPostgresqlFlexibleArgs']]:
|
|
456
472
|
"""
|
|
@@ -462,7 +478,7 @@ class AzureIntegrationsArgs:
|
|
|
462
478
|
def postgresql_flexible(self, value: Optional[pulumi.Input['AzureIntegrationsPostgresqlFlexibleArgs']]):
|
|
463
479
|
pulumi.set(self, "postgresql_flexible", value)
|
|
464
480
|
|
|
465
|
-
@property
|
|
481
|
+
@_builtins.property
|
|
466
482
|
@pulumi.getter(name="powerBiDedicated")
|
|
467
483
|
def power_bi_dedicated(self) -> Optional[pulumi.Input['AzureIntegrationsPowerBiDedicatedArgs']]:
|
|
468
484
|
"""
|
|
@@ -474,7 +490,7 @@ class AzureIntegrationsArgs:
|
|
|
474
490
|
def power_bi_dedicated(self, value: Optional[pulumi.Input['AzureIntegrationsPowerBiDedicatedArgs']]):
|
|
475
491
|
pulumi.set(self, "power_bi_dedicated", value)
|
|
476
492
|
|
|
477
|
-
@property
|
|
493
|
+
@_builtins.property
|
|
478
494
|
@pulumi.getter(name="redisCache")
|
|
479
495
|
def redis_cache(self) -> Optional[pulumi.Input['AzureIntegrationsRedisCacheArgs']]:
|
|
480
496
|
"""
|
|
@@ -486,7 +502,7 @@ class AzureIntegrationsArgs:
|
|
|
486
502
|
def redis_cache(self, value: Optional[pulumi.Input['AzureIntegrationsRedisCacheArgs']]):
|
|
487
503
|
pulumi.set(self, "redis_cache", value)
|
|
488
504
|
|
|
489
|
-
@property
|
|
505
|
+
@_builtins.property
|
|
490
506
|
@pulumi.getter(name="serviceBus")
|
|
491
507
|
def service_bus(self) -> Optional[pulumi.Input['AzureIntegrationsServiceBusArgs']]:
|
|
492
508
|
"""
|
|
@@ -498,7 +514,7 @@ class AzureIntegrationsArgs:
|
|
|
498
514
|
def service_bus(self, value: Optional[pulumi.Input['AzureIntegrationsServiceBusArgs']]):
|
|
499
515
|
pulumi.set(self, "service_bus", value)
|
|
500
516
|
|
|
501
|
-
@property
|
|
517
|
+
@_builtins.property
|
|
502
518
|
@pulumi.getter
|
|
503
519
|
def sql(self) -> Optional[pulumi.Input['AzureIntegrationsSqlArgs']]:
|
|
504
520
|
"""
|
|
@@ -510,7 +526,7 @@ class AzureIntegrationsArgs:
|
|
|
510
526
|
def sql(self, value: Optional[pulumi.Input['AzureIntegrationsSqlArgs']]):
|
|
511
527
|
pulumi.set(self, "sql", value)
|
|
512
528
|
|
|
513
|
-
@property
|
|
529
|
+
@_builtins.property
|
|
514
530
|
@pulumi.getter(name="sqlManaged")
|
|
515
531
|
def sql_managed(self) -> Optional[pulumi.Input['AzureIntegrationsSqlManagedArgs']]:
|
|
516
532
|
"""
|
|
@@ -522,7 +538,7 @@ class AzureIntegrationsArgs:
|
|
|
522
538
|
def sql_managed(self, value: Optional[pulumi.Input['AzureIntegrationsSqlManagedArgs']]):
|
|
523
539
|
pulumi.set(self, "sql_managed", value)
|
|
524
540
|
|
|
525
|
-
@property
|
|
541
|
+
@_builtins.property
|
|
526
542
|
@pulumi.getter
|
|
527
543
|
def storage(self) -> Optional[pulumi.Input['AzureIntegrationsStorageArgs']]:
|
|
528
544
|
"""
|
|
@@ -536,7 +552,7 @@ class AzureIntegrationsArgs:
|
|
|
536
552
|
def storage(self, value: Optional[pulumi.Input['AzureIntegrationsStorageArgs']]):
|
|
537
553
|
pulumi.set(self, "storage", value)
|
|
538
554
|
|
|
539
|
-
@property
|
|
555
|
+
@_builtins.property
|
|
540
556
|
@pulumi.getter(name="virtualMachine")
|
|
541
557
|
def virtual_machine(self) -> Optional[pulumi.Input['AzureIntegrationsVirtualMachineArgs']]:
|
|
542
558
|
"""
|
|
@@ -548,7 +564,7 @@ class AzureIntegrationsArgs:
|
|
|
548
564
|
def virtual_machine(self, value: Optional[pulumi.Input['AzureIntegrationsVirtualMachineArgs']]):
|
|
549
565
|
pulumi.set(self, "virtual_machine", value)
|
|
550
566
|
|
|
551
|
-
@property
|
|
567
|
+
@_builtins.property
|
|
552
568
|
@pulumi.getter(name="virtualNetworks")
|
|
553
569
|
def virtual_networks(self) -> Optional[pulumi.Input['AzureIntegrationsVirtualNetworksArgs']]:
|
|
554
570
|
"""
|
|
@@ -560,7 +576,7 @@ class AzureIntegrationsArgs:
|
|
|
560
576
|
def virtual_networks(self, value: Optional[pulumi.Input['AzureIntegrationsVirtualNetworksArgs']]):
|
|
561
577
|
pulumi.set(self, "virtual_networks", value)
|
|
562
578
|
|
|
563
|
-
@property
|
|
579
|
+
@_builtins.property
|
|
564
580
|
@pulumi.getter
|
|
565
581
|
def vms(self) -> Optional[pulumi.Input['AzureIntegrationsVmsArgs']]:
|
|
566
582
|
"""
|
|
@@ -572,7 +588,7 @@ class AzureIntegrationsArgs:
|
|
|
572
588
|
def vms(self, value: Optional[pulumi.Input['AzureIntegrationsVmsArgs']]):
|
|
573
589
|
pulumi.set(self, "vms", value)
|
|
574
590
|
|
|
575
|
-
@property
|
|
591
|
+
@_builtins.property
|
|
576
592
|
@pulumi.getter(name="vpnGateway")
|
|
577
593
|
def vpn_gateway(self) -> Optional[pulumi.Input['AzureIntegrationsVpnGatewayArgs']]:
|
|
578
594
|
"""
|
|
@@ -590,10 +606,11 @@ class AzureIntegrationsArgs:
|
|
|
590
606
|
@pulumi.input_type
|
|
591
607
|
class _AzureIntegrationsState:
|
|
592
608
|
def __init__(__self__, *,
|
|
593
|
-
account_id: Optional[pulumi.Input[str]] = None,
|
|
609
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
594
610
|
api_management: Optional[pulumi.Input['AzureIntegrationsApiManagementArgs']] = None,
|
|
595
611
|
app_gateway: Optional[pulumi.Input['AzureIntegrationsAppGatewayArgs']] = None,
|
|
596
612
|
app_service: Optional[pulumi.Input['AzureIntegrationsAppServiceArgs']] = None,
|
|
613
|
+
auto_discovery: Optional[pulumi.Input['AzureIntegrationsAutoDiscoveryArgs']] = None,
|
|
597
614
|
containers: Optional[pulumi.Input['AzureIntegrationsContainersArgs']] = None,
|
|
598
615
|
cosmos_db: Optional[pulumi.Input['AzureIntegrationsCosmosDbArgs']] = None,
|
|
599
616
|
cost_management: Optional[pulumi.Input['AzureIntegrationsCostManagementArgs']] = None,
|
|
@@ -604,7 +621,7 @@ class _AzureIntegrationsState:
|
|
|
604
621
|
front_door: Optional[pulumi.Input['AzureIntegrationsFrontDoorArgs']] = None,
|
|
605
622
|
functions: Optional[pulumi.Input['AzureIntegrationsFunctionsArgs']] = None,
|
|
606
623
|
key_vault: Optional[pulumi.Input['AzureIntegrationsKeyVaultArgs']] = None,
|
|
607
|
-
linked_account_id: Optional[pulumi.Input[str]] = None,
|
|
624
|
+
linked_account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
608
625
|
load_balancer: Optional[pulumi.Input['AzureIntegrationsLoadBalancerArgs']] = None,
|
|
609
626
|
logic_apps: Optional[pulumi.Input['AzureIntegrationsLogicAppsArgs']] = None,
|
|
610
627
|
machine_learning: Optional[pulumi.Input['AzureIntegrationsMachineLearningArgs']] = None,
|
|
@@ -626,10 +643,11 @@ class _AzureIntegrationsState:
|
|
|
626
643
|
vpn_gateway: Optional[pulumi.Input['AzureIntegrationsVpnGatewayArgs']] = None):
|
|
627
644
|
"""
|
|
628
645
|
Input properties used for looking up and filtering AzureIntegrations resources.
|
|
629
|
-
:param pulumi.Input[str] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
|
|
646
|
+
:param pulumi.Input[_builtins.str] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
|
|
630
647
|
:param pulumi.Input['AzureIntegrationsApiManagementArgs'] api_management: Azure API Management. See Integration blocks below for details.
|
|
631
648
|
:param pulumi.Input['AzureIntegrationsAppGatewayArgs'] app_gateway: Azure App Gateway. See Integration blocks below for details.
|
|
632
649
|
:param pulumi.Input['AzureIntegrationsAppServiceArgs'] app_service: Azure App Service. See Integration blocks below for details.
|
|
650
|
+
:param pulumi.Input['AzureIntegrationsAutoDiscoveryArgs'] auto_discovery: Azure Auto Discovery
|
|
633
651
|
:param pulumi.Input['AzureIntegrationsContainersArgs'] containers: Azure Containers. See Integration blocks below for details.
|
|
634
652
|
:param pulumi.Input['AzureIntegrationsCosmosDbArgs'] cosmos_db: Azure CosmosDB. See Integration blocks below for details.
|
|
635
653
|
:param pulumi.Input['AzureIntegrationsCostManagementArgs'] cost_management: Azure Cost Management. See Integration blocks below for details.
|
|
@@ -640,7 +658,7 @@ class _AzureIntegrationsState:
|
|
|
640
658
|
:param pulumi.Input['AzureIntegrationsFrontDoorArgs'] front_door: Azure Front Door. See Integration blocks below for details.
|
|
641
659
|
:param pulumi.Input['AzureIntegrationsFunctionsArgs'] functions: Azure Functions. See Integration blocks below for details.
|
|
642
660
|
:param pulumi.Input['AzureIntegrationsKeyVaultArgs'] key_vault: Azure Key Vault. See Integration blocks below for details.
|
|
643
|
-
:param pulumi.Input[str] linked_account_id: The ID of the linked Azure account in New Relic.
|
|
661
|
+
:param pulumi.Input[_builtins.str] linked_account_id: The ID of the linked Azure account in New Relic.
|
|
644
662
|
|
|
645
663
|
|
|
646
664
|
The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 60 seconds.
|
|
@@ -678,6 +696,8 @@ class _AzureIntegrationsState:
|
|
|
678
696
|
pulumi.set(__self__, "app_gateway", app_gateway)
|
|
679
697
|
if app_service is not None:
|
|
680
698
|
pulumi.set(__self__, "app_service", app_service)
|
|
699
|
+
if auto_discovery is not None:
|
|
700
|
+
pulumi.set(__self__, "auto_discovery", auto_discovery)
|
|
681
701
|
if containers is not None:
|
|
682
702
|
pulumi.set(__self__, "containers", containers)
|
|
683
703
|
if cosmos_db is not None:
|
|
@@ -739,19 +759,19 @@ class _AzureIntegrationsState:
|
|
|
739
759
|
if vpn_gateway is not None:
|
|
740
760
|
pulumi.set(__self__, "vpn_gateway", vpn_gateway)
|
|
741
761
|
|
|
742
|
-
@property
|
|
762
|
+
@_builtins.property
|
|
743
763
|
@pulumi.getter(name="accountId")
|
|
744
|
-
def account_id(self) -> Optional[pulumi.Input[str]]:
|
|
764
|
+
def account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
745
765
|
"""
|
|
746
766
|
The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
|
|
747
767
|
"""
|
|
748
768
|
return pulumi.get(self, "account_id")
|
|
749
769
|
|
|
750
770
|
@account_id.setter
|
|
751
|
-
def account_id(self, value: Optional[pulumi.Input[str]]):
|
|
771
|
+
def account_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
752
772
|
pulumi.set(self, "account_id", value)
|
|
753
773
|
|
|
754
|
-
@property
|
|
774
|
+
@_builtins.property
|
|
755
775
|
@pulumi.getter(name="apiManagement")
|
|
756
776
|
def api_management(self) -> Optional[pulumi.Input['AzureIntegrationsApiManagementArgs']]:
|
|
757
777
|
"""
|
|
@@ -763,7 +783,7 @@ class _AzureIntegrationsState:
|
|
|
763
783
|
def api_management(self, value: Optional[pulumi.Input['AzureIntegrationsApiManagementArgs']]):
|
|
764
784
|
pulumi.set(self, "api_management", value)
|
|
765
785
|
|
|
766
|
-
@property
|
|
786
|
+
@_builtins.property
|
|
767
787
|
@pulumi.getter(name="appGateway")
|
|
768
788
|
def app_gateway(self) -> Optional[pulumi.Input['AzureIntegrationsAppGatewayArgs']]:
|
|
769
789
|
"""
|
|
@@ -775,7 +795,7 @@ class _AzureIntegrationsState:
|
|
|
775
795
|
def app_gateway(self, value: Optional[pulumi.Input['AzureIntegrationsAppGatewayArgs']]):
|
|
776
796
|
pulumi.set(self, "app_gateway", value)
|
|
777
797
|
|
|
778
|
-
@property
|
|
798
|
+
@_builtins.property
|
|
779
799
|
@pulumi.getter(name="appService")
|
|
780
800
|
def app_service(self) -> Optional[pulumi.Input['AzureIntegrationsAppServiceArgs']]:
|
|
781
801
|
"""
|
|
@@ -787,7 +807,19 @@ class _AzureIntegrationsState:
|
|
|
787
807
|
def app_service(self, value: Optional[pulumi.Input['AzureIntegrationsAppServiceArgs']]):
|
|
788
808
|
pulumi.set(self, "app_service", value)
|
|
789
809
|
|
|
790
|
-
@property
|
|
810
|
+
@_builtins.property
|
|
811
|
+
@pulumi.getter(name="autoDiscovery")
|
|
812
|
+
def auto_discovery(self) -> Optional[pulumi.Input['AzureIntegrationsAutoDiscoveryArgs']]:
|
|
813
|
+
"""
|
|
814
|
+
Azure Auto Discovery
|
|
815
|
+
"""
|
|
816
|
+
return pulumi.get(self, "auto_discovery")
|
|
817
|
+
|
|
818
|
+
@auto_discovery.setter
|
|
819
|
+
def auto_discovery(self, value: Optional[pulumi.Input['AzureIntegrationsAutoDiscoveryArgs']]):
|
|
820
|
+
pulumi.set(self, "auto_discovery", value)
|
|
821
|
+
|
|
822
|
+
@_builtins.property
|
|
791
823
|
@pulumi.getter
|
|
792
824
|
def containers(self) -> Optional[pulumi.Input['AzureIntegrationsContainersArgs']]:
|
|
793
825
|
"""
|
|
@@ -799,7 +831,7 @@ class _AzureIntegrationsState:
|
|
|
799
831
|
def containers(self, value: Optional[pulumi.Input['AzureIntegrationsContainersArgs']]):
|
|
800
832
|
pulumi.set(self, "containers", value)
|
|
801
833
|
|
|
802
|
-
@property
|
|
834
|
+
@_builtins.property
|
|
803
835
|
@pulumi.getter(name="cosmosDb")
|
|
804
836
|
def cosmos_db(self) -> Optional[pulumi.Input['AzureIntegrationsCosmosDbArgs']]:
|
|
805
837
|
"""
|
|
@@ -811,7 +843,7 @@ class _AzureIntegrationsState:
|
|
|
811
843
|
def cosmos_db(self, value: Optional[pulumi.Input['AzureIntegrationsCosmosDbArgs']]):
|
|
812
844
|
pulumi.set(self, "cosmos_db", value)
|
|
813
845
|
|
|
814
|
-
@property
|
|
846
|
+
@_builtins.property
|
|
815
847
|
@pulumi.getter(name="costManagement")
|
|
816
848
|
def cost_management(self) -> Optional[pulumi.Input['AzureIntegrationsCostManagementArgs']]:
|
|
817
849
|
"""
|
|
@@ -823,7 +855,7 @@ class _AzureIntegrationsState:
|
|
|
823
855
|
def cost_management(self, value: Optional[pulumi.Input['AzureIntegrationsCostManagementArgs']]):
|
|
824
856
|
pulumi.set(self, "cost_management", value)
|
|
825
857
|
|
|
826
|
-
@property
|
|
858
|
+
@_builtins.property
|
|
827
859
|
@pulumi.getter(name="dataFactory")
|
|
828
860
|
def data_factory(self) -> Optional[pulumi.Input['AzureIntegrationsDataFactoryArgs']]:
|
|
829
861
|
"""
|
|
@@ -835,7 +867,7 @@ class _AzureIntegrationsState:
|
|
|
835
867
|
def data_factory(self, value: Optional[pulumi.Input['AzureIntegrationsDataFactoryArgs']]):
|
|
836
868
|
pulumi.set(self, "data_factory", value)
|
|
837
869
|
|
|
838
|
-
@property
|
|
870
|
+
@_builtins.property
|
|
839
871
|
@pulumi.getter(name="eventHub")
|
|
840
872
|
def event_hub(self) -> Optional[pulumi.Input['AzureIntegrationsEventHubArgs']]:
|
|
841
873
|
"""
|
|
@@ -847,7 +879,7 @@ class _AzureIntegrationsState:
|
|
|
847
879
|
def event_hub(self, value: Optional[pulumi.Input['AzureIntegrationsEventHubArgs']]):
|
|
848
880
|
pulumi.set(self, "event_hub", value)
|
|
849
881
|
|
|
850
|
-
@property
|
|
882
|
+
@_builtins.property
|
|
851
883
|
@pulumi.getter(name="expressRoute")
|
|
852
884
|
def express_route(self) -> Optional[pulumi.Input['AzureIntegrationsExpressRouteArgs']]:
|
|
853
885
|
"""
|
|
@@ -859,7 +891,7 @@ class _AzureIntegrationsState:
|
|
|
859
891
|
def express_route(self, value: Optional[pulumi.Input['AzureIntegrationsExpressRouteArgs']]):
|
|
860
892
|
pulumi.set(self, "express_route", value)
|
|
861
893
|
|
|
862
|
-
@property
|
|
894
|
+
@_builtins.property
|
|
863
895
|
@pulumi.getter
|
|
864
896
|
def firewalls(self) -> Optional[pulumi.Input['AzureIntegrationsFirewallsArgs']]:
|
|
865
897
|
"""
|
|
@@ -871,7 +903,7 @@ class _AzureIntegrationsState:
|
|
|
871
903
|
def firewalls(self, value: Optional[pulumi.Input['AzureIntegrationsFirewallsArgs']]):
|
|
872
904
|
pulumi.set(self, "firewalls", value)
|
|
873
905
|
|
|
874
|
-
@property
|
|
906
|
+
@_builtins.property
|
|
875
907
|
@pulumi.getter(name="frontDoor")
|
|
876
908
|
def front_door(self) -> Optional[pulumi.Input['AzureIntegrationsFrontDoorArgs']]:
|
|
877
909
|
"""
|
|
@@ -883,7 +915,7 @@ class _AzureIntegrationsState:
|
|
|
883
915
|
def front_door(self, value: Optional[pulumi.Input['AzureIntegrationsFrontDoorArgs']]):
|
|
884
916
|
pulumi.set(self, "front_door", value)
|
|
885
917
|
|
|
886
|
-
@property
|
|
918
|
+
@_builtins.property
|
|
887
919
|
@pulumi.getter
|
|
888
920
|
def functions(self) -> Optional[pulumi.Input['AzureIntegrationsFunctionsArgs']]:
|
|
889
921
|
"""
|
|
@@ -895,7 +927,7 @@ class _AzureIntegrationsState:
|
|
|
895
927
|
def functions(self, value: Optional[pulumi.Input['AzureIntegrationsFunctionsArgs']]):
|
|
896
928
|
pulumi.set(self, "functions", value)
|
|
897
929
|
|
|
898
|
-
@property
|
|
930
|
+
@_builtins.property
|
|
899
931
|
@pulumi.getter(name="keyVault")
|
|
900
932
|
def key_vault(self) -> Optional[pulumi.Input['AzureIntegrationsKeyVaultArgs']]:
|
|
901
933
|
"""
|
|
@@ -907,9 +939,9 @@ class _AzureIntegrationsState:
|
|
|
907
939
|
def key_vault(self, value: Optional[pulumi.Input['AzureIntegrationsKeyVaultArgs']]):
|
|
908
940
|
pulumi.set(self, "key_vault", value)
|
|
909
941
|
|
|
910
|
-
@property
|
|
942
|
+
@_builtins.property
|
|
911
943
|
@pulumi.getter(name="linkedAccountId")
|
|
912
|
-
def linked_account_id(self) -> Optional[pulumi.Input[str]]:
|
|
944
|
+
def linked_account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
913
945
|
"""
|
|
914
946
|
The ID of the linked Azure account in New Relic.
|
|
915
947
|
|
|
@@ -919,10 +951,10 @@ class _AzureIntegrationsState:
|
|
|
919
951
|
return pulumi.get(self, "linked_account_id")
|
|
920
952
|
|
|
921
953
|
@linked_account_id.setter
|
|
922
|
-
def linked_account_id(self, value: Optional[pulumi.Input[str]]):
|
|
954
|
+
def linked_account_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
923
955
|
pulumi.set(self, "linked_account_id", value)
|
|
924
956
|
|
|
925
|
-
@property
|
|
957
|
+
@_builtins.property
|
|
926
958
|
@pulumi.getter(name="loadBalancer")
|
|
927
959
|
def load_balancer(self) -> Optional[pulumi.Input['AzureIntegrationsLoadBalancerArgs']]:
|
|
928
960
|
"""
|
|
@@ -934,7 +966,7 @@ class _AzureIntegrationsState:
|
|
|
934
966
|
def load_balancer(self, value: Optional[pulumi.Input['AzureIntegrationsLoadBalancerArgs']]):
|
|
935
967
|
pulumi.set(self, "load_balancer", value)
|
|
936
968
|
|
|
937
|
-
@property
|
|
969
|
+
@_builtins.property
|
|
938
970
|
@pulumi.getter(name="logicApps")
|
|
939
971
|
def logic_apps(self) -> Optional[pulumi.Input['AzureIntegrationsLogicAppsArgs']]:
|
|
940
972
|
"""
|
|
@@ -946,7 +978,7 @@ class _AzureIntegrationsState:
|
|
|
946
978
|
def logic_apps(self, value: Optional[pulumi.Input['AzureIntegrationsLogicAppsArgs']]):
|
|
947
979
|
pulumi.set(self, "logic_apps", value)
|
|
948
980
|
|
|
949
|
-
@property
|
|
981
|
+
@_builtins.property
|
|
950
982
|
@pulumi.getter(name="machineLearning")
|
|
951
983
|
def machine_learning(self) -> Optional[pulumi.Input['AzureIntegrationsMachineLearningArgs']]:
|
|
952
984
|
"""
|
|
@@ -958,7 +990,7 @@ class _AzureIntegrationsState:
|
|
|
958
990
|
def machine_learning(self, value: Optional[pulumi.Input['AzureIntegrationsMachineLearningArgs']]):
|
|
959
991
|
pulumi.set(self, "machine_learning", value)
|
|
960
992
|
|
|
961
|
-
@property
|
|
993
|
+
@_builtins.property
|
|
962
994
|
@pulumi.getter(name="mariaDb")
|
|
963
995
|
def maria_db(self) -> Optional[pulumi.Input['AzureIntegrationsMariaDbArgs']]:
|
|
964
996
|
"""
|
|
@@ -970,7 +1002,7 @@ class _AzureIntegrationsState:
|
|
|
970
1002
|
def maria_db(self, value: Optional[pulumi.Input['AzureIntegrationsMariaDbArgs']]):
|
|
971
1003
|
pulumi.set(self, "maria_db", value)
|
|
972
1004
|
|
|
973
|
-
@property
|
|
1005
|
+
@_builtins.property
|
|
974
1006
|
@pulumi.getter
|
|
975
1007
|
def monitor(self) -> Optional[pulumi.Input['AzureIntegrationsMonitorArgs']]:
|
|
976
1008
|
"""
|
|
@@ -984,7 +1016,7 @@ class _AzureIntegrationsState:
|
|
|
984
1016
|
def monitor(self, value: Optional[pulumi.Input['AzureIntegrationsMonitorArgs']]):
|
|
985
1017
|
pulumi.set(self, "monitor", value)
|
|
986
1018
|
|
|
987
|
-
@property
|
|
1019
|
+
@_builtins.property
|
|
988
1020
|
@pulumi.getter
|
|
989
1021
|
def mysql(self) -> Optional[pulumi.Input['AzureIntegrationsMysqlArgs']]:
|
|
990
1022
|
"""
|
|
@@ -996,7 +1028,7 @@ class _AzureIntegrationsState:
|
|
|
996
1028
|
def mysql(self, value: Optional[pulumi.Input['AzureIntegrationsMysqlArgs']]):
|
|
997
1029
|
pulumi.set(self, "mysql", value)
|
|
998
1030
|
|
|
999
|
-
@property
|
|
1031
|
+
@_builtins.property
|
|
1000
1032
|
@pulumi.getter(name="mysqlFlexible")
|
|
1001
1033
|
def mysql_flexible(self) -> Optional[pulumi.Input['AzureIntegrationsMysqlFlexibleArgs']]:
|
|
1002
1034
|
"""
|
|
@@ -1008,7 +1040,7 @@ class _AzureIntegrationsState:
|
|
|
1008
1040
|
def mysql_flexible(self, value: Optional[pulumi.Input['AzureIntegrationsMysqlFlexibleArgs']]):
|
|
1009
1041
|
pulumi.set(self, "mysql_flexible", value)
|
|
1010
1042
|
|
|
1011
|
-
@property
|
|
1043
|
+
@_builtins.property
|
|
1012
1044
|
@pulumi.getter
|
|
1013
1045
|
def postgresql(self) -> Optional[pulumi.Input['AzureIntegrationsPostgresqlArgs']]:
|
|
1014
1046
|
"""
|
|
@@ -1020,7 +1052,7 @@ class _AzureIntegrationsState:
|
|
|
1020
1052
|
def postgresql(self, value: Optional[pulumi.Input['AzureIntegrationsPostgresqlArgs']]):
|
|
1021
1053
|
pulumi.set(self, "postgresql", value)
|
|
1022
1054
|
|
|
1023
|
-
@property
|
|
1055
|
+
@_builtins.property
|
|
1024
1056
|
@pulumi.getter(name="postgresqlFlexible")
|
|
1025
1057
|
def postgresql_flexible(self) -> Optional[pulumi.Input['AzureIntegrationsPostgresqlFlexibleArgs']]:
|
|
1026
1058
|
"""
|
|
@@ -1032,7 +1064,7 @@ class _AzureIntegrationsState:
|
|
|
1032
1064
|
def postgresql_flexible(self, value: Optional[pulumi.Input['AzureIntegrationsPostgresqlFlexibleArgs']]):
|
|
1033
1065
|
pulumi.set(self, "postgresql_flexible", value)
|
|
1034
1066
|
|
|
1035
|
-
@property
|
|
1067
|
+
@_builtins.property
|
|
1036
1068
|
@pulumi.getter(name="powerBiDedicated")
|
|
1037
1069
|
def power_bi_dedicated(self) -> Optional[pulumi.Input['AzureIntegrationsPowerBiDedicatedArgs']]:
|
|
1038
1070
|
"""
|
|
@@ -1044,7 +1076,7 @@ class _AzureIntegrationsState:
|
|
|
1044
1076
|
def power_bi_dedicated(self, value: Optional[pulumi.Input['AzureIntegrationsPowerBiDedicatedArgs']]):
|
|
1045
1077
|
pulumi.set(self, "power_bi_dedicated", value)
|
|
1046
1078
|
|
|
1047
|
-
@property
|
|
1079
|
+
@_builtins.property
|
|
1048
1080
|
@pulumi.getter(name="redisCache")
|
|
1049
1081
|
def redis_cache(self) -> Optional[pulumi.Input['AzureIntegrationsRedisCacheArgs']]:
|
|
1050
1082
|
"""
|
|
@@ -1056,7 +1088,7 @@ class _AzureIntegrationsState:
|
|
|
1056
1088
|
def redis_cache(self, value: Optional[pulumi.Input['AzureIntegrationsRedisCacheArgs']]):
|
|
1057
1089
|
pulumi.set(self, "redis_cache", value)
|
|
1058
1090
|
|
|
1059
|
-
@property
|
|
1091
|
+
@_builtins.property
|
|
1060
1092
|
@pulumi.getter(name="serviceBus")
|
|
1061
1093
|
def service_bus(self) -> Optional[pulumi.Input['AzureIntegrationsServiceBusArgs']]:
|
|
1062
1094
|
"""
|
|
@@ -1068,7 +1100,7 @@ class _AzureIntegrationsState:
|
|
|
1068
1100
|
def service_bus(self, value: Optional[pulumi.Input['AzureIntegrationsServiceBusArgs']]):
|
|
1069
1101
|
pulumi.set(self, "service_bus", value)
|
|
1070
1102
|
|
|
1071
|
-
@property
|
|
1103
|
+
@_builtins.property
|
|
1072
1104
|
@pulumi.getter
|
|
1073
1105
|
def sql(self) -> Optional[pulumi.Input['AzureIntegrationsSqlArgs']]:
|
|
1074
1106
|
"""
|
|
@@ -1080,7 +1112,7 @@ class _AzureIntegrationsState:
|
|
|
1080
1112
|
def sql(self, value: Optional[pulumi.Input['AzureIntegrationsSqlArgs']]):
|
|
1081
1113
|
pulumi.set(self, "sql", value)
|
|
1082
1114
|
|
|
1083
|
-
@property
|
|
1115
|
+
@_builtins.property
|
|
1084
1116
|
@pulumi.getter(name="sqlManaged")
|
|
1085
1117
|
def sql_managed(self) -> Optional[pulumi.Input['AzureIntegrationsSqlManagedArgs']]:
|
|
1086
1118
|
"""
|
|
@@ -1092,7 +1124,7 @@ class _AzureIntegrationsState:
|
|
|
1092
1124
|
def sql_managed(self, value: Optional[pulumi.Input['AzureIntegrationsSqlManagedArgs']]):
|
|
1093
1125
|
pulumi.set(self, "sql_managed", value)
|
|
1094
1126
|
|
|
1095
|
-
@property
|
|
1127
|
+
@_builtins.property
|
|
1096
1128
|
@pulumi.getter
|
|
1097
1129
|
def storage(self) -> Optional[pulumi.Input['AzureIntegrationsStorageArgs']]:
|
|
1098
1130
|
"""
|
|
@@ -1106,7 +1138,7 @@ class _AzureIntegrationsState:
|
|
|
1106
1138
|
def storage(self, value: Optional[pulumi.Input['AzureIntegrationsStorageArgs']]):
|
|
1107
1139
|
pulumi.set(self, "storage", value)
|
|
1108
1140
|
|
|
1109
|
-
@property
|
|
1141
|
+
@_builtins.property
|
|
1110
1142
|
@pulumi.getter(name="virtualMachine")
|
|
1111
1143
|
def virtual_machine(self) -> Optional[pulumi.Input['AzureIntegrationsVirtualMachineArgs']]:
|
|
1112
1144
|
"""
|
|
@@ -1118,7 +1150,7 @@ class _AzureIntegrationsState:
|
|
|
1118
1150
|
def virtual_machine(self, value: Optional[pulumi.Input['AzureIntegrationsVirtualMachineArgs']]):
|
|
1119
1151
|
pulumi.set(self, "virtual_machine", value)
|
|
1120
1152
|
|
|
1121
|
-
@property
|
|
1153
|
+
@_builtins.property
|
|
1122
1154
|
@pulumi.getter(name="virtualNetworks")
|
|
1123
1155
|
def virtual_networks(self) -> Optional[pulumi.Input['AzureIntegrationsVirtualNetworksArgs']]:
|
|
1124
1156
|
"""
|
|
@@ -1130,7 +1162,7 @@ class _AzureIntegrationsState:
|
|
|
1130
1162
|
def virtual_networks(self, value: Optional[pulumi.Input['AzureIntegrationsVirtualNetworksArgs']]):
|
|
1131
1163
|
pulumi.set(self, "virtual_networks", value)
|
|
1132
1164
|
|
|
1133
|
-
@property
|
|
1165
|
+
@_builtins.property
|
|
1134
1166
|
@pulumi.getter
|
|
1135
1167
|
def vms(self) -> Optional[pulumi.Input['AzureIntegrationsVmsArgs']]:
|
|
1136
1168
|
"""
|
|
@@ -1142,7 +1174,7 @@ class _AzureIntegrationsState:
|
|
|
1142
1174
|
def vms(self, value: Optional[pulumi.Input['AzureIntegrationsVmsArgs']]):
|
|
1143
1175
|
pulumi.set(self, "vms", value)
|
|
1144
1176
|
|
|
1145
|
-
@property
|
|
1177
|
+
@_builtins.property
|
|
1146
1178
|
@pulumi.getter(name="vpnGateway")
|
|
1147
1179
|
def vpn_gateway(self) -> Optional[pulumi.Input['AzureIntegrationsVpnGatewayArgs']]:
|
|
1148
1180
|
"""
|
|
@@ -1157,15 +1189,17 @@ class _AzureIntegrationsState:
|
|
|
1157
1189
|
pulumi.set(self, "vpn_gateway", value)
|
|
1158
1190
|
|
|
1159
1191
|
|
|
1192
|
+
@pulumi.type_token("newrelic:cloud/azureIntegrations:AzureIntegrations")
|
|
1160
1193
|
class AzureIntegrations(pulumi.CustomResource):
|
|
1161
1194
|
@overload
|
|
1162
1195
|
def __init__(__self__,
|
|
1163
1196
|
resource_name: str,
|
|
1164
1197
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
1165
|
-
account_id: Optional[pulumi.Input[str]] = None,
|
|
1198
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1166
1199
|
api_management: Optional[pulumi.Input[Union['AzureIntegrationsApiManagementArgs', 'AzureIntegrationsApiManagementArgsDict']]] = None,
|
|
1167
1200
|
app_gateway: Optional[pulumi.Input[Union['AzureIntegrationsAppGatewayArgs', 'AzureIntegrationsAppGatewayArgsDict']]] = None,
|
|
1168
1201
|
app_service: Optional[pulumi.Input[Union['AzureIntegrationsAppServiceArgs', 'AzureIntegrationsAppServiceArgsDict']]] = None,
|
|
1202
|
+
auto_discovery: Optional[pulumi.Input[Union['AzureIntegrationsAutoDiscoveryArgs', 'AzureIntegrationsAutoDiscoveryArgsDict']]] = None,
|
|
1169
1203
|
containers: Optional[pulumi.Input[Union['AzureIntegrationsContainersArgs', 'AzureIntegrationsContainersArgsDict']]] = None,
|
|
1170
1204
|
cosmos_db: Optional[pulumi.Input[Union['AzureIntegrationsCosmosDbArgs', 'AzureIntegrationsCosmosDbArgsDict']]] = None,
|
|
1171
1205
|
cost_management: Optional[pulumi.Input[Union['AzureIntegrationsCostManagementArgs', 'AzureIntegrationsCostManagementArgsDict']]] = None,
|
|
@@ -1176,7 +1210,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1176
1210
|
front_door: Optional[pulumi.Input[Union['AzureIntegrationsFrontDoorArgs', 'AzureIntegrationsFrontDoorArgsDict']]] = None,
|
|
1177
1211
|
functions: Optional[pulumi.Input[Union['AzureIntegrationsFunctionsArgs', 'AzureIntegrationsFunctionsArgsDict']]] = None,
|
|
1178
1212
|
key_vault: Optional[pulumi.Input[Union['AzureIntegrationsKeyVaultArgs', 'AzureIntegrationsKeyVaultArgsDict']]] = None,
|
|
1179
|
-
linked_account_id: Optional[pulumi.Input[str]] = None,
|
|
1213
|
+
linked_account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1180
1214
|
load_balancer: Optional[pulumi.Input[Union['AzureIntegrationsLoadBalancerArgs', 'AzureIntegrationsLoadBalancerArgsDict']]] = None,
|
|
1181
1215
|
logic_apps: Optional[pulumi.Input[Union['AzureIntegrationsLogicAppsArgs', 'AzureIntegrationsLogicAppsArgsDict']]] = None,
|
|
1182
1216
|
machine_learning: Optional[pulumi.Input[Union['AzureIntegrationsMachineLearningArgs', 'AzureIntegrationsMachineLearningArgsDict']]] = None,
|
|
@@ -1375,10 +1409,11 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1375
1409
|
|
|
1376
1410
|
:param str resource_name: The name of the resource.
|
|
1377
1411
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1378
|
-
:param pulumi.Input[str] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
|
|
1412
|
+
:param pulumi.Input[_builtins.str] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
|
|
1379
1413
|
:param pulumi.Input[Union['AzureIntegrationsApiManagementArgs', 'AzureIntegrationsApiManagementArgsDict']] api_management: Azure API Management. See Integration blocks below for details.
|
|
1380
1414
|
:param pulumi.Input[Union['AzureIntegrationsAppGatewayArgs', 'AzureIntegrationsAppGatewayArgsDict']] app_gateway: Azure App Gateway. See Integration blocks below for details.
|
|
1381
1415
|
:param pulumi.Input[Union['AzureIntegrationsAppServiceArgs', 'AzureIntegrationsAppServiceArgsDict']] app_service: Azure App Service. See Integration blocks below for details.
|
|
1416
|
+
:param pulumi.Input[Union['AzureIntegrationsAutoDiscoveryArgs', 'AzureIntegrationsAutoDiscoveryArgsDict']] auto_discovery: Azure Auto Discovery
|
|
1382
1417
|
:param pulumi.Input[Union['AzureIntegrationsContainersArgs', 'AzureIntegrationsContainersArgsDict']] containers: Azure Containers. See Integration blocks below for details.
|
|
1383
1418
|
:param pulumi.Input[Union['AzureIntegrationsCosmosDbArgs', 'AzureIntegrationsCosmosDbArgsDict']] cosmos_db: Azure CosmosDB. See Integration blocks below for details.
|
|
1384
1419
|
:param pulumi.Input[Union['AzureIntegrationsCostManagementArgs', 'AzureIntegrationsCostManagementArgsDict']] cost_management: Azure Cost Management. See Integration blocks below for details.
|
|
@@ -1389,7 +1424,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1389
1424
|
:param pulumi.Input[Union['AzureIntegrationsFrontDoorArgs', 'AzureIntegrationsFrontDoorArgsDict']] front_door: Azure Front Door. See Integration blocks below for details.
|
|
1390
1425
|
:param pulumi.Input[Union['AzureIntegrationsFunctionsArgs', 'AzureIntegrationsFunctionsArgsDict']] functions: Azure Functions. See Integration blocks below for details.
|
|
1391
1426
|
:param pulumi.Input[Union['AzureIntegrationsKeyVaultArgs', 'AzureIntegrationsKeyVaultArgsDict']] key_vault: Azure Key Vault. See Integration blocks below for details.
|
|
1392
|
-
:param pulumi.Input[str] linked_account_id: The ID of the linked Azure account in New Relic.
|
|
1427
|
+
:param pulumi.Input[_builtins.str] linked_account_id: The ID of the linked Azure account in New Relic.
|
|
1393
1428
|
|
|
1394
1429
|
|
|
1395
1430
|
The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 60 seconds.
|
|
@@ -1616,10 +1651,11 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1616
1651
|
def _internal_init(__self__,
|
|
1617
1652
|
resource_name: str,
|
|
1618
1653
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
1619
|
-
account_id: Optional[pulumi.Input[str]] = None,
|
|
1654
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1620
1655
|
api_management: Optional[pulumi.Input[Union['AzureIntegrationsApiManagementArgs', 'AzureIntegrationsApiManagementArgsDict']]] = None,
|
|
1621
1656
|
app_gateway: Optional[pulumi.Input[Union['AzureIntegrationsAppGatewayArgs', 'AzureIntegrationsAppGatewayArgsDict']]] = None,
|
|
1622
1657
|
app_service: Optional[pulumi.Input[Union['AzureIntegrationsAppServiceArgs', 'AzureIntegrationsAppServiceArgsDict']]] = None,
|
|
1658
|
+
auto_discovery: Optional[pulumi.Input[Union['AzureIntegrationsAutoDiscoveryArgs', 'AzureIntegrationsAutoDiscoveryArgsDict']]] = None,
|
|
1623
1659
|
containers: Optional[pulumi.Input[Union['AzureIntegrationsContainersArgs', 'AzureIntegrationsContainersArgsDict']]] = None,
|
|
1624
1660
|
cosmos_db: Optional[pulumi.Input[Union['AzureIntegrationsCosmosDbArgs', 'AzureIntegrationsCosmosDbArgsDict']]] = None,
|
|
1625
1661
|
cost_management: Optional[pulumi.Input[Union['AzureIntegrationsCostManagementArgs', 'AzureIntegrationsCostManagementArgsDict']]] = None,
|
|
@@ -1630,7 +1666,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1630
1666
|
front_door: Optional[pulumi.Input[Union['AzureIntegrationsFrontDoorArgs', 'AzureIntegrationsFrontDoorArgsDict']]] = None,
|
|
1631
1667
|
functions: Optional[pulumi.Input[Union['AzureIntegrationsFunctionsArgs', 'AzureIntegrationsFunctionsArgsDict']]] = None,
|
|
1632
1668
|
key_vault: Optional[pulumi.Input[Union['AzureIntegrationsKeyVaultArgs', 'AzureIntegrationsKeyVaultArgsDict']]] = None,
|
|
1633
|
-
linked_account_id: Optional[pulumi.Input[str]] = None,
|
|
1669
|
+
linked_account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1634
1670
|
load_balancer: Optional[pulumi.Input[Union['AzureIntegrationsLoadBalancerArgs', 'AzureIntegrationsLoadBalancerArgsDict']]] = None,
|
|
1635
1671
|
logic_apps: Optional[pulumi.Input[Union['AzureIntegrationsLogicAppsArgs', 'AzureIntegrationsLogicAppsArgsDict']]] = None,
|
|
1636
1672
|
machine_learning: Optional[pulumi.Input[Union['AzureIntegrationsMachineLearningArgs', 'AzureIntegrationsMachineLearningArgsDict']]] = None,
|
|
@@ -1663,6 +1699,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1663
1699
|
__props__.__dict__["api_management"] = api_management
|
|
1664
1700
|
__props__.__dict__["app_gateway"] = app_gateway
|
|
1665
1701
|
__props__.__dict__["app_service"] = app_service
|
|
1702
|
+
__props__.__dict__["auto_discovery"] = auto_discovery
|
|
1666
1703
|
__props__.__dict__["containers"] = containers
|
|
1667
1704
|
__props__.__dict__["cosmos_db"] = cosmos_db
|
|
1668
1705
|
__props__.__dict__["cost_management"] = cost_management
|
|
@@ -1705,10 +1742,11 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1705
1742
|
def get(resource_name: str,
|
|
1706
1743
|
id: pulumi.Input[str],
|
|
1707
1744
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
1708
|
-
account_id: Optional[pulumi.Input[str]] = None,
|
|
1745
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1709
1746
|
api_management: Optional[pulumi.Input[Union['AzureIntegrationsApiManagementArgs', 'AzureIntegrationsApiManagementArgsDict']]] = None,
|
|
1710
1747
|
app_gateway: Optional[pulumi.Input[Union['AzureIntegrationsAppGatewayArgs', 'AzureIntegrationsAppGatewayArgsDict']]] = None,
|
|
1711
1748
|
app_service: Optional[pulumi.Input[Union['AzureIntegrationsAppServiceArgs', 'AzureIntegrationsAppServiceArgsDict']]] = None,
|
|
1749
|
+
auto_discovery: Optional[pulumi.Input[Union['AzureIntegrationsAutoDiscoveryArgs', 'AzureIntegrationsAutoDiscoveryArgsDict']]] = None,
|
|
1712
1750
|
containers: Optional[pulumi.Input[Union['AzureIntegrationsContainersArgs', 'AzureIntegrationsContainersArgsDict']]] = None,
|
|
1713
1751
|
cosmos_db: Optional[pulumi.Input[Union['AzureIntegrationsCosmosDbArgs', 'AzureIntegrationsCosmosDbArgsDict']]] = None,
|
|
1714
1752
|
cost_management: Optional[pulumi.Input[Union['AzureIntegrationsCostManagementArgs', 'AzureIntegrationsCostManagementArgsDict']]] = None,
|
|
@@ -1719,7 +1757,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1719
1757
|
front_door: Optional[pulumi.Input[Union['AzureIntegrationsFrontDoorArgs', 'AzureIntegrationsFrontDoorArgsDict']]] = None,
|
|
1720
1758
|
functions: Optional[pulumi.Input[Union['AzureIntegrationsFunctionsArgs', 'AzureIntegrationsFunctionsArgsDict']]] = None,
|
|
1721
1759
|
key_vault: Optional[pulumi.Input[Union['AzureIntegrationsKeyVaultArgs', 'AzureIntegrationsKeyVaultArgsDict']]] = None,
|
|
1722
|
-
linked_account_id: Optional[pulumi.Input[str]] = None,
|
|
1760
|
+
linked_account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1723
1761
|
load_balancer: Optional[pulumi.Input[Union['AzureIntegrationsLoadBalancerArgs', 'AzureIntegrationsLoadBalancerArgsDict']]] = None,
|
|
1724
1762
|
logic_apps: Optional[pulumi.Input[Union['AzureIntegrationsLogicAppsArgs', 'AzureIntegrationsLogicAppsArgsDict']]] = None,
|
|
1725
1763
|
machine_learning: Optional[pulumi.Input[Union['AzureIntegrationsMachineLearningArgs', 'AzureIntegrationsMachineLearningArgsDict']]] = None,
|
|
@@ -1746,10 +1784,11 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1746
1784
|
:param str resource_name: The unique name of the resulting resource.
|
|
1747
1785
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
1748
1786
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1749
|
-
:param pulumi.Input[str] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
|
|
1787
|
+
:param pulumi.Input[_builtins.str] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
|
|
1750
1788
|
:param pulumi.Input[Union['AzureIntegrationsApiManagementArgs', 'AzureIntegrationsApiManagementArgsDict']] api_management: Azure API Management. See Integration blocks below for details.
|
|
1751
1789
|
:param pulumi.Input[Union['AzureIntegrationsAppGatewayArgs', 'AzureIntegrationsAppGatewayArgsDict']] app_gateway: Azure App Gateway. See Integration blocks below for details.
|
|
1752
1790
|
:param pulumi.Input[Union['AzureIntegrationsAppServiceArgs', 'AzureIntegrationsAppServiceArgsDict']] app_service: Azure App Service. See Integration blocks below for details.
|
|
1791
|
+
:param pulumi.Input[Union['AzureIntegrationsAutoDiscoveryArgs', 'AzureIntegrationsAutoDiscoveryArgsDict']] auto_discovery: Azure Auto Discovery
|
|
1753
1792
|
:param pulumi.Input[Union['AzureIntegrationsContainersArgs', 'AzureIntegrationsContainersArgsDict']] containers: Azure Containers. See Integration blocks below for details.
|
|
1754
1793
|
:param pulumi.Input[Union['AzureIntegrationsCosmosDbArgs', 'AzureIntegrationsCosmosDbArgsDict']] cosmos_db: Azure CosmosDB. See Integration blocks below for details.
|
|
1755
1794
|
:param pulumi.Input[Union['AzureIntegrationsCostManagementArgs', 'AzureIntegrationsCostManagementArgsDict']] cost_management: Azure Cost Management. See Integration blocks below for details.
|
|
@@ -1760,7 +1799,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1760
1799
|
:param pulumi.Input[Union['AzureIntegrationsFrontDoorArgs', 'AzureIntegrationsFrontDoorArgsDict']] front_door: Azure Front Door. See Integration blocks below for details.
|
|
1761
1800
|
:param pulumi.Input[Union['AzureIntegrationsFunctionsArgs', 'AzureIntegrationsFunctionsArgsDict']] functions: Azure Functions. See Integration blocks below for details.
|
|
1762
1801
|
:param pulumi.Input[Union['AzureIntegrationsKeyVaultArgs', 'AzureIntegrationsKeyVaultArgsDict']] key_vault: Azure Key Vault. See Integration blocks below for details.
|
|
1763
|
-
:param pulumi.Input[str] linked_account_id: The ID of the linked Azure account in New Relic.
|
|
1802
|
+
:param pulumi.Input[_builtins.str] linked_account_id: The ID of the linked Azure account in New Relic.
|
|
1764
1803
|
|
|
1765
1804
|
|
|
1766
1805
|
The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 60 seconds.
|
|
@@ -1798,6 +1837,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1798
1837
|
__props__.__dict__["api_management"] = api_management
|
|
1799
1838
|
__props__.__dict__["app_gateway"] = app_gateway
|
|
1800
1839
|
__props__.__dict__["app_service"] = app_service
|
|
1840
|
+
__props__.__dict__["auto_discovery"] = auto_discovery
|
|
1801
1841
|
__props__.__dict__["containers"] = containers
|
|
1802
1842
|
__props__.__dict__["cosmos_db"] = cosmos_db
|
|
1803
1843
|
__props__.__dict__["cost_management"] = cost_management
|
|
@@ -1830,15 +1870,15 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1830
1870
|
__props__.__dict__["vpn_gateway"] = vpn_gateway
|
|
1831
1871
|
return AzureIntegrations(resource_name, opts=opts, __props__=__props__)
|
|
1832
1872
|
|
|
1833
|
-
@property
|
|
1873
|
+
@_builtins.property
|
|
1834
1874
|
@pulumi.getter(name="accountId")
|
|
1835
|
-
def account_id(self) -> pulumi.Output[str]:
|
|
1875
|
+
def account_id(self) -> pulumi.Output[_builtins.str]:
|
|
1836
1876
|
"""
|
|
1837
1877
|
The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
|
|
1838
1878
|
"""
|
|
1839
1879
|
return pulumi.get(self, "account_id")
|
|
1840
1880
|
|
|
1841
|
-
@property
|
|
1881
|
+
@_builtins.property
|
|
1842
1882
|
@pulumi.getter(name="apiManagement")
|
|
1843
1883
|
def api_management(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsApiManagement']]:
|
|
1844
1884
|
"""
|
|
@@ -1846,7 +1886,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1846
1886
|
"""
|
|
1847
1887
|
return pulumi.get(self, "api_management")
|
|
1848
1888
|
|
|
1849
|
-
@property
|
|
1889
|
+
@_builtins.property
|
|
1850
1890
|
@pulumi.getter(name="appGateway")
|
|
1851
1891
|
def app_gateway(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsAppGateway']]:
|
|
1852
1892
|
"""
|
|
@@ -1854,7 +1894,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1854
1894
|
"""
|
|
1855
1895
|
return pulumi.get(self, "app_gateway")
|
|
1856
1896
|
|
|
1857
|
-
@property
|
|
1897
|
+
@_builtins.property
|
|
1858
1898
|
@pulumi.getter(name="appService")
|
|
1859
1899
|
def app_service(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsAppService']]:
|
|
1860
1900
|
"""
|
|
@@ -1862,7 +1902,15 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1862
1902
|
"""
|
|
1863
1903
|
return pulumi.get(self, "app_service")
|
|
1864
1904
|
|
|
1865
|
-
@property
|
|
1905
|
+
@_builtins.property
|
|
1906
|
+
@pulumi.getter(name="autoDiscovery")
|
|
1907
|
+
def auto_discovery(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsAutoDiscovery']]:
|
|
1908
|
+
"""
|
|
1909
|
+
Azure Auto Discovery
|
|
1910
|
+
"""
|
|
1911
|
+
return pulumi.get(self, "auto_discovery")
|
|
1912
|
+
|
|
1913
|
+
@_builtins.property
|
|
1866
1914
|
@pulumi.getter
|
|
1867
1915
|
def containers(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsContainers']]:
|
|
1868
1916
|
"""
|
|
@@ -1870,7 +1918,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1870
1918
|
"""
|
|
1871
1919
|
return pulumi.get(self, "containers")
|
|
1872
1920
|
|
|
1873
|
-
@property
|
|
1921
|
+
@_builtins.property
|
|
1874
1922
|
@pulumi.getter(name="cosmosDb")
|
|
1875
1923
|
def cosmos_db(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsCosmosDb']]:
|
|
1876
1924
|
"""
|
|
@@ -1878,7 +1926,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1878
1926
|
"""
|
|
1879
1927
|
return pulumi.get(self, "cosmos_db")
|
|
1880
1928
|
|
|
1881
|
-
@property
|
|
1929
|
+
@_builtins.property
|
|
1882
1930
|
@pulumi.getter(name="costManagement")
|
|
1883
1931
|
def cost_management(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsCostManagement']]:
|
|
1884
1932
|
"""
|
|
@@ -1886,7 +1934,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1886
1934
|
"""
|
|
1887
1935
|
return pulumi.get(self, "cost_management")
|
|
1888
1936
|
|
|
1889
|
-
@property
|
|
1937
|
+
@_builtins.property
|
|
1890
1938
|
@pulumi.getter(name="dataFactory")
|
|
1891
1939
|
def data_factory(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsDataFactory']]:
|
|
1892
1940
|
"""
|
|
@@ -1894,7 +1942,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1894
1942
|
"""
|
|
1895
1943
|
return pulumi.get(self, "data_factory")
|
|
1896
1944
|
|
|
1897
|
-
@property
|
|
1945
|
+
@_builtins.property
|
|
1898
1946
|
@pulumi.getter(name="eventHub")
|
|
1899
1947
|
def event_hub(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsEventHub']]:
|
|
1900
1948
|
"""
|
|
@@ -1902,7 +1950,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1902
1950
|
"""
|
|
1903
1951
|
return pulumi.get(self, "event_hub")
|
|
1904
1952
|
|
|
1905
|
-
@property
|
|
1953
|
+
@_builtins.property
|
|
1906
1954
|
@pulumi.getter(name="expressRoute")
|
|
1907
1955
|
def express_route(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsExpressRoute']]:
|
|
1908
1956
|
"""
|
|
@@ -1910,7 +1958,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1910
1958
|
"""
|
|
1911
1959
|
return pulumi.get(self, "express_route")
|
|
1912
1960
|
|
|
1913
|
-
@property
|
|
1961
|
+
@_builtins.property
|
|
1914
1962
|
@pulumi.getter
|
|
1915
1963
|
def firewalls(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsFirewalls']]:
|
|
1916
1964
|
"""
|
|
@@ -1918,7 +1966,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1918
1966
|
"""
|
|
1919
1967
|
return pulumi.get(self, "firewalls")
|
|
1920
1968
|
|
|
1921
|
-
@property
|
|
1969
|
+
@_builtins.property
|
|
1922
1970
|
@pulumi.getter(name="frontDoor")
|
|
1923
1971
|
def front_door(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsFrontDoor']]:
|
|
1924
1972
|
"""
|
|
@@ -1926,7 +1974,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1926
1974
|
"""
|
|
1927
1975
|
return pulumi.get(self, "front_door")
|
|
1928
1976
|
|
|
1929
|
-
@property
|
|
1977
|
+
@_builtins.property
|
|
1930
1978
|
@pulumi.getter
|
|
1931
1979
|
def functions(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsFunctions']]:
|
|
1932
1980
|
"""
|
|
@@ -1934,7 +1982,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1934
1982
|
"""
|
|
1935
1983
|
return pulumi.get(self, "functions")
|
|
1936
1984
|
|
|
1937
|
-
@property
|
|
1985
|
+
@_builtins.property
|
|
1938
1986
|
@pulumi.getter(name="keyVault")
|
|
1939
1987
|
def key_vault(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsKeyVault']]:
|
|
1940
1988
|
"""
|
|
@@ -1942,9 +1990,9 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1942
1990
|
"""
|
|
1943
1991
|
return pulumi.get(self, "key_vault")
|
|
1944
1992
|
|
|
1945
|
-
@property
|
|
1993
|
+
@_builtins.property
|
|
1946
1994
|
@pulumi.getter(name="linkedAccountId")
|
|
1947
|
-
def linked_account_id(self) -> pulumi.Output[str]:
|
|
1995
|
+
def linked_account_id(self) -> pulumi.Output[_builtins.str]:
|
|
1948
1996
|
"""
|
|
1949
1997
|
The ID of the linked Azure account in New Relic.
|
|
1950
1998
|
|
|
@@ -1953,7 +2001,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1953
2001
|
"""
|
|
1954
2002
|
return pulumi.get(self, "linked_account_id")
|
|
1955
2003
|
|
|
1956
|
-
@property
|
|
2004
|
+
@_builtins.property
|
|
1957
2005
|
@pulumi.getter(name="loadBalancer")
|
|
1958
2006
|
def load_balancer(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsLoadBalancer']]:
|
|
1959
2007
|
"""
|
|
@@ -1961,7 +2009,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1961
2009
|
"""
|
|
1962
2010
|
return pulumi.get(self, "load_balancer")
|
|
1963
2011
|
|
|
1964
|
-
@property
|
|
2012
|
+
@_builtins.property
|
|
1965
2013
|
@pulumi.getter(name="logicApps")
|
|
1966
2014
|
def logic_apps(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsLogicApps']]:
|
|
1967
2015
|
"""
|
|
@@ -1969,7 +2017,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1969
2017
|
"""
|
|
1970
2018
|
return pulumi.get(self, "logic_apps")
|
|
1971
2019
|
|
|
1972
|
-
@property
|
|
2020
|
+
@_builtins.property
|
|
1973
2021
|
@pulumi.getter(name="machineLearning")
|
|
1974
2022
|
def machine_learning(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsMachineLearning']]:
|
|
1975
2023
|
"""
|
|
@@ -1977,7 +2025,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1977
2025
|
"""
|
|
1978
2026
|
return pulumi.get(self, "machine_learning")
|
|
1979
2027
|
|
|
1980
|
-
@property
|
|
2028
|
+
@_builtins.property
|
|
1981
2029
|
@pulumi.getter(name="mariaDb")
|
|
1982
2030
|
def maria_db(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsMariaDb']]:
|
|
1983
2031
|
"""
|
|
@@ -1985,7 +2033,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1985
2033
|
"""
|
|
1986
2034
|
return pulumi.get(self, "maria_db")
|
|
1987
2035
|
|
|
1988
|
-
@property
|
|
2036
|
+
@_builtins.property
|
|
1989
2037
|
@pulumi.getter
|
|
1990
2038
|
def monitor(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsMonitor']]:
|
|
1991
2039
|
"""
|
|
@@ -1995,7 +2043,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1995
2043
|
"""
|
|
1996
2044
|
return pulumi.get(self, "monitor")
|
|
1997
2045
|
|
|
1998
|
-
@property
|
|
2046
|
+
@_builtins.property
|
|
1999
2047
|
@pulumi.getter
|
|
2000
2048
|
def mysql(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsMysql']]:
|
|
2001
2049
|
"""
|
|
@@ -2003,7 +2051,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
2003
2051
|
"""
|
|
2004
2052
|
return pulumi.get(self, "mysql")
|
|
2005
2053
|
|
|
2006
|
-
@property
|
|
2054
|
+
@_builtins.property
|
|
2007
2055
|
@pulumi.getter(name="mysqlFlexible")
|
|
2008
2056
|
def mysql_flexible(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsMysqlFlexible']]:
|
|
2009
2057
|
"""
|
|
@@ -2011,7 +2059,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
2011
2059
|
"""
|
|
2012
2060
|
return pulumi.get(self, "mysql_flexible")
|
|
2013
2061
|
|
|
2014
|
-
@property
|
|
2062
|
+
@_builtins.property
|
|
2015
2063
|
@pulumi.getter
|
|
2016
2064
|
def postgresql(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsPostgresql']]:
|
|
2017
2065
|
"""
|
|
@@ -2019,7 +2067,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
2019
2067
|
"""
|
|
2020
2068
|
return pulumi.get(self, "postgresql")
|
|
2021
2069
|
|
|
2022
|
-
@property
|
|
2070
|
+
@_builtins.property
|
|
2023
2071
|
@pulumi.getter(name="postgresqlFlexible")
|
|
2024
2072
|
def postgresql_flexible(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsPostgresqlFlexible']]:
|
|
2025
2073
|
"""
|
|
@@ -2027,7 +2075,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
2027
2075
|
"""
|
|
2028
2076
|
return pulumi.get(self, "postgresql_flexible")
|
|
2029
2077
|
|
|
2030
|
-
@property
|
|
2078
|
+
@_builtins.property
|
|
2031
2079
|
@pulumi.getter(name="powerBiDedicated")
|
|
2032
2080
|
def power_bi_dedicated(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsPowerBiDedicated']]:
|
|
2033
2081
|
"""
|
|
@@ -2035,7 +2083,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
2035
2083
|
"""
|
|
2036
2084
|
return pulumi.get(self, "power_bi_dedicated")
|
|
2037
2085
|
|
|
2038
|
-
@property
|
|
2086
|
+
@_builtins.property
|
|
2039
2087
|
@pulumi.getter(name="redisCache")
|
|
2040
2088
|
def redis_cache(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsRedisCache']]:
|
|
2041
2089
|
"""
|
|
@@ -2043,7 +2091,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
2043
2091
|
"""
|
|
2044
2092
|
return pulumi.get(self, "redis_cache")
|
|
2045
2093
|
|
|
2046
|
-
@property
|
|
2094
|
+
@_builtins.property
|
|
2047
2095
|
@pulumi.getter(name="serviceBus")
|
|
2048
2096
|
def service_bus(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsServiceBus']]:
|
|
2049
2097
|
"""
|
|
@@ -2051,7 +2099,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
2051
2099
|
"""
|
|
2052
2100
|
return pulumi.get(self, "service_bus")
|
|
2053
2101
|
|
|
2054
|
-
@property
|
|
2102
|
+
@_builtins.property
|
|
2055
2103
|
@pulumi.getter
|
|
2056
2104
|
def sql(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsSql']]:
|
|
2057
2105
|
"""
|
|
@@ -2059,7 +2107,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
2059
2107
|
"""
|
|
2060
2108
|
return pulumi.get(self, "sql")
|
|
2061
2109
|
|
|
2062
|
-
@property
|
|
2110
|
+
@_builtins.property
|
|
2063
2111
|
@pulumi.getter(name="sqlManaged")
|
|
2064
2112
|
def sql_managed(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsSqlManaged']]:
|
|
2065
2113
|
"""
|
|
@@ -2067,7 +2115,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
2067
2115
|
"""
|
|
2068
2116
|
return pulumi.get(self, "sql_managed")
|
|
2069
2117
|
|
|
2070
|
-
@property
|
|
2118
|
+
@_builtins.property
|
|
2071
2119
|
@pulumi.getter
|
|
2072
2120
|
def storage(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsStorage']]:
|
|
2073
2121
|
"""
|
|
@@ -2077,7 +2125,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
2077
2125
|
"""
|
|
2078
2126
|
return pulumi.get(self, "storage")
|
|
2079
2127
|
|
|
2080
|
-
@property
|
|
2128
|
+
@_builtins.property
|
|
2081
2129
|
@pulumi.getter(name="virtualMachine")
|
|
2082
2130
|
def virtual_machine(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsVirtualMachine']]:
|
|
2083
2131
|
"""
|
|
@@ -2085,7 +2133,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
2085
2133
|
"""
|
|
2086
2134
|
return pulumi.get(self, "virtual_machine")
|
|
2087
2135
|
|
|
2088
|
-
@property
|
|
2136
|
+
@_builtins.property
|
|
2089
2137
|
@pulumi.getter(name="virtualNetworks")
|
|
2090
2138
|
def virtual_networks(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsVirtualNetworks']]:
|
|
2091
2139
|
"""
|
|
@@ -2093,7 +2141,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
2093
2141
|
"""
|
|
2094
2142
|
return pulumi.get(self, "virtual_networks")
|
|
2095
2143
|
|
|
2096
|
-
@property
|
|
2144
|
+
@_builtins.property
|
|
2097
2145
|
@pulumi.getter
|
|
2098
2146
|
def vms(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsVms']]:
|
|
2099
2147
|
"""
|
|
@@ -2101,7 +2149,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
2101
2149
|
"""
|
|
2102
2150
|
return pulumi.get(self, "vms")
|
|
2103
2151
|
|
|
2104
|
-
@property
|
|
2152
|
+
@_builtins.property
|
|
2105
2153
|
@pulumi.getter(name="vpnGateway")
|
|
2106
2154
|
def vpn_gateway(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsVpnGateway']]:
|
|
2107
2155
|
"""
|