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,8 +21,8 @@ __all__ = ['GcpIntegrationsArgs', 'GcpIntegrations']
|
|
|
21
21
|
@pulumi.input_type
|
|
22
22
|
class GcpIntegrationsArgs:
|
|
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
|
alloy_db: Optional[pulumi.Input['GcpIntegrationsAlloyDbArgs']] = None,
|
|
27
27
|
app_engine: Optional[pulumi.Input['GcpIntegrationsAppEngineArgs']] = None,
|
|
28
28
|
big_query: Optional[pulumi.Input['GcpIntegrationsBigQueryArgs']] = None,
|
|
@@ -51,10 +51,10 @@ class GcpIntegrationsArgs:
|
|
|
51
51
|
vpc_access: Optional[pulumi.Input['GcpIntegrationsVpcAccessArgs']] = None):
|
|
52
52
|
"""
|
|
53
53
|
The set of arguments for constructing a GcpIntegrations resource.
|
|
54
|
-
:param pulumi.Input[str] linked_account_id: The ID of the linked GCP account in New Relic.
|
|
54
|
+
:param pulumi.Input[_builtins.str] linked_account_id: The ID of the linked GCP account in New Relic.
|
|
55
55
|
|
|
56
56
|
The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 300 seconds.
|
|
57
|
-
: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`.
|
|
57
|
+
: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`.
|
|
58
58
|
:param pulumi.Input['GcpIntegrationsAlloyDbArgs'] alloy_db: Alloy DB integration. See Integration blocks below for details.
|
|
59
59
|
:param pulumi.Input['GcpIntegrationsAppEngineArgs'] app_engine: App Engine integration. See Integration blocks below for details.
|
|
60
60
|
:param pulumi.Input['GcpIntegrationsBigQueryArgs'] big_query: Biq Query integration. See Integration blocks below for details.
|
|
@@ -138,9 +138,9 @@ class GcpIntegrationsArgs:
|
|
|
138
138
|
if vpc_access is not None:
|
|
139
139
|
pulumi.set(__self__, "vpc_access", vpc_access)
|
|
140
140
|
|
|
141
|
-
@property
|
|
141
|
+
@_builtins.property
|
|
142
142
|
@pulumi.getter(name="linkedAccountId")
|
|
143
|
-
def linked_account_id(self) -> pulumi.Input[str]:
|
|
143
|
+
def linked_account_id(self) -> pulumi.Input[_builtins.str]:
|
|
144
144
|
"""
|
|
145
145
|
The ID of the linked GCP account in New Relic.
|
|
146
146
|
|
|
@@ -149,22 +149,22 @@ class GcpIntegrationsArgs:
|
|
|
149
149
|
return pulumi.get(self, "linked_account_id")
|
|
150
150
|
|
|
151
151
|
@linked_account_id.setter
|
|
152
|
-
def linked_account_id(self, value: pulumi.Input[str]):
|
|
152
|
+
def linked_account_id(self, value: pulumi.Input[_builtins.str]):
|
|
153
153
|
pulumi.set(self, "linked_account_id", value)
|
|
154
154
|
|
|
155
|
-
@property
|
|
155
|
+
@_builtins.property
|
|
156
156
|
@pulumi.getter(name="accountId")
|
|
157
|
-
def account_id(self) -> Optional[pulumi.Input[str]]:
|
|
157
|
+
def account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
158
158
|
"""
|
|
159
159
|
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`.
|
|
160
160
|
"""
|
|
161
161
|
return pulumi.get(self, "account_id")
|
|
162
162
|
|
|
163
163
|
@account_id.setter
|
|
164
|
-
def account_id(self, value: Optional[pulumi.Input[str]]):
|
|
164
|
+
def account_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
165
165
|
pulumi.set(self, "account_id", value)
|
|
166
166
|
|
|
167
|
-
@property
|
|
167
|
+
@_builtins.property
|
|
168
168
|
@pulumi.getter(name="alloyDb")
|
|
169
169
|
def alloy_db(self) -> Optional[pulumi.Input['GcpIntegrationsAlloyDbArgs']]:
|
|
170
170
|
"""
|
|
@@ -176,7 +176,7 @@ class GcpIntegrationsArgs:
|
|
|
176
176
|
def alloy_db(self, value: Optional[pulumi.Input['GcpIntegrationsAlloyDbArgs']]):
|
|
177
177
|
pulumi.set(self, "alloy_db", value)
|
|
178
178
|
|
|
179
|
-
@property
|
|
179
|
+
@_builtins.property
|
|
180
180
|
@pulumi.getter(name="appEngine")
|
|
181
181
|
def app_engine(self) -> Optional[pulumi.Input['GcpIntegrationsAppEngineArgs']]:
|
|
182
182
|
"""
|
|
@@ -188,7 +188,7 @@ class GcpIntegrationsArgs:
|
|
|
188
188
|
def app_engine(self, value: Optional[pulumi.Input['GcpIntegrationsAppEngineArgs']]):
|
|
189
189
|
pulumi.set(self, "app_engine", value)
|
|
190
190
|
|
|
191
|
-
@property
|
|
191
|
+
@_builtins.property
|
|
192
192
|
@pulumi.getter(name="bigQuery")
|
|
193
193
|
def big_query(self) -> Optional[pulumi.Input['GcpIntegrationsBigQueryArgs']]:
|
|
194
194
|
"""
|
|
@@ -200,7 +200,7 @@ class GcpIntegrationsArgs:
|
|
|
200
200
|
def big_query(self, value: Optional[pulumi.Input['GcpIntegrationsBigQueryArgs']]):
|
|
201
201
|
pulumi.set(self, "big_query", value)
|
|
202
202
|
|
|
203
|
-
@property
|
|
203
|
+
@_builtins.property
|
|
204
204
|
@pulumi.getter(name="bigTable")
|
|
205
205
|
def big_table(self) -> Optional[pulumi.Input['GcpIntegrationsBigTableArgs']]:
|
|
206
206
|
"""
|
|
@@ -212,7 +212,7 @@ class GcpIntegrationsArgs:
|
|
|
212
212
|
def big_table(self, value: Optional[pulumi.Input['GcpIntegrationsBigTableArgs']]):
|
|
213
213
|
pulumi.set(self, "big_table", value)
|
|
214
214
|
|
|
215
|
-
@property
|
|
215
|
+
@_builtins.property
|
|
216
216
|
@pulumi.getter
|
|
217
217
|
def composer(self) -> Optional[pulumi.Input['GcpIntegrationsComposerArgs']]:
|
|
218
218
|
"""
|
|
@@ -224,7 +224,7 @@ class GcpIntegrationsArgs:
|
|
|
224
224
|
def composer(self, value: Optional[pulumi.Input['GcpIntegrationsComposerArgs']]):
|
|
225
225
|
pulumi.set(self, "composer", value)
|
|
226
226
|
|
|
227
|
-
@property
|
|
227
|
+
@_builtins.property
|
|
228
228
|
@pulumi.getter(name="dataFlow")
|
|
229
229
|
def data_flow(self) -> Optional[pulumi.Input['GcpIntegrationsDataFlowArgs']]:
|
|
230
230
|
"""
|
|
@@ -236,7 +236,7 @@ class GcpIntegrationsArgs:
|
|
|
236
236
|
def data_flow(self, value: Optional[pulumi.Input['GcpIntegrationsDataFlowArgs']]):
|
|
237
237
|
pulumi.set(self, "data_flow", value)
|
|
238
238
|
|
|
239
|
-
@property
|
|
239
|
+
@_builtins.property
|
|
240
240
|
@pulumi.getter(name="dataProc")
|
|
241
241
|
def data_proc(self) -> Optional[pulumi.Input['GcpIntegrationsDataProcArgs']]:
|
|
242
242
|
"""
|
|
@@ -248,7 +248,7 @@ class GcpIntegrationsArgs:
|
|
|
248
248
|
def data_proc(self, value: Optional[pulumi.Input['GcpIntegrationsDataProcArgs']]):
|
|
249
249
|
pulumi.set(self, "data_proc", value)
|
|
250
250
|
|
|
251
|
-
@property
|
|
251
|
+
@_builtins.property
|
|
252
252
|
@pulumi.getter(name="dataStore")
|
|
253
253
|
def data_store(self) -> Optional[pulumi.Input['GcpIntegrationsDataStoreArgs']]:
|
|
254
254
|
"""
|
|
@@ -260,7 +260,7 @@ class GcpIntegrationsArgs:
|
|
|
260
260
|
def data_store(self, value: Optional[pulumi.Input['GcpIntegrationsDataStoreArgs']]):
|
|
261
261
|
pulumi.set(self, "data_store", value)
|
|
262
262
|
|
|
263
|
-
@property
|
|
263
|
+
@_builtins.property
|
|
264
264
|
@pulumi.getter(name="fireBaseDatabase")
|
|
265
265
|
def fire_base_database(self) -> Optional[pulumi.Input['GcpIntegrationsFireBaseDatabaseArgs']]:
|
|
266
266
|
"""
|
|
@@ -272,7 +272,7 @@ class GcpIntegrationsArgs:
|
|
|
272
272
|
def fire_base_database(self, value: Optional[pulumi.Input['GcpIntegrationsFireBaseDatabaseArgs']]):
|
|
273
273
|
pulumi.set(self, "fire_base_database", value)
|
|
274
274
|
|
|
275
|
-
@property
|
|
275
|
+
@_builtins.property
|
|
276
276
|
@pulumi.getter(name="fireBaseHosting")
|
|
277
277
|
def fire_base_hosting(self) -> Optional[pulumi.Input['GcpIntegrationsFireBaseHostingArgs']]:
|
|
278
278
|
"""
|
|
@@ -284,7 +284,7 @@ class GcpIntegrationsArgs:
|
|
|
284
284
|
def fire_base_hosting(self, value: Optional[pulumi.Input['GcpIntegrationsFireBaseHostingArgs']]):
|
|
285
285
|
pulumi.set(self, "fire_base_hosting", value)
|
|
286
286
|
|
|
287
|
-
@property
|
|
287
|
+
@_builtins.property
|
|
288
288
|
@pulumi.getter(name="fireBaseStorage")
|
|
289
289
|
def fire_base_storage(self) -> Optional[pulumi.Input['GcpIntegrationsFireBaseStorageArgs']]:
|
|
290
290
|
"""
|
|
@@ -296,7 +296,7 @@ class GcpIntegrationsArgs:
|
|
|
296
296
|
def fire_base_storage(self, value: Optional[pulumi.Input['GcpIntegrationsFireBaseStorageArgs']]):
|
|
297
297
|
pulumi.set(self, "fire_base_storage", value)
|
|
298
298
|
|
|
299
|
-
@property
|
|
299
|
+
@_builtins.property
|
|
300
300
|
@pulumi.getter(name="fireStore")
|
|
301
301
|
def fire_store(self) -> Optional[pulumi.Input['GcpIntegrationsFireStoreArgs']]:
|
|
302
302
|
"""
|
|
@@ -308,7 +308,7 @@ class GcpIntegrationsArgs:
|
|
|
308
308
|
def fire_store(self, value: Optional[pulumi.Input['GcpIntegrationsFireStoreArgs']]):
|
|
309
309
|
pulumi.set(self, "fire_store", value)
|
|
310
310
|
|
|
311
|
-
@property
|
|
311
|
+
@_builtins.property
|
|
312
312
|
@pulumi.getter
|
|
313
313
|
def functions(self) -> Optional[pulumi.Input['GcpIntegrationsFunctionsArgs']]:
|
|
314
314
|
"""
|
|
@@ -320,7 +320,7 @@ class GcpIntegrationsArgs:
|
|
|
320
320
|
def functions(self, value: Optional[pulumi.Input['GcpIntegrationsFunctionsArgs']]):
|
|
321
321
|
pulumi.set(self, "functions", value)
|
|
322
322
|
|
|
323
|
-
@property
|
|
323
|
+
@_builtins.property
|
|
324
324
|
@pulumi.getter
|
|
325
325
|
def interconnect(self) -> Optional[pulumi.Input['GcpIntegrationsInterconnectArgs']]:
|
|
326
326
|
"""
|
|
@@ -332,7 +332,7 @@ class GcpIntegrationsArgs:
|
|
|
332
332
|
def interconnect(self, value: Optional[pulumi.Input['GcpIntegrationsInterconnectArgs']]):
|
|
333
333
|
pulumi.set(self, "interconnect", value)
|
|
334
334
|
|
|
335
|
-
@property
|
|
335
|
+
@_builtins.property
|
|
336
336
|
@pulumi.getter
|
|
337
337
|
def kubernetes(self) -> Optional[pulumi.Input['GcpIntegrationsKubernetesArgs']]:
|
|
338
338
|
"""
|
|
@@ -344,7 +344,7 @@ class GcpIntegrationsArgs:
|
|
|
344
344
|
def kubernetes(self, value: Optional[pulumi.Input['GcpIntegrationsKubernetesArgs']]):
|
|
345
345
|
pulumi.set(self, "kubernetes", value)
|
|
346
346
|
|
|
347
|
-
@property
|
|
347
|
+
@_builtins.property
|
|
348
348
|
@pulumi.getter(name="loadBalancing")
|
|
349
349
|
def load_balancing(self) -> Optional[pulumi.Input['GcpIntegrationsLoadBalancingArgs']]:
|
|
350
350
|
"""
|
|
@@ -356,7 +356,7 @@ class GcpIntegrationsArgs:
|
|
|
356
356
|
def load_balancing(self, value: Optional[pulumi.Input['GcpIntegrationsLoadBalancingArgs']]):
|
|
357
357
|
pulumi.set(self, "load_balancing", value)
|
|
358
358
|
|
|
359
|
-
@property
|
|
359
|
+
@_builtins.property
|
|
360
360
|
@pulumi.getter(name="memCache")
|
|
361
361
|
def mem_cache(self) -> Optional[pulumi.Input['GcpIntegrationsMemCacheArgs']]:
|
|
362
362
|
"""
|
|
@@ -368,7 +368,7 @@ class GcpIntegrationsArgs:
|
|
|
368
368
|
def mem_cache(self, value: Optional[pulumi.Input['GcpIntegrationsMemCacheArgs']]):
|
|
369
369
|
pulumi.set(self, "mem_cache", value)
|
|
370
370
|
|
|
371
|
-
@property
|
|
371
|
+
@_builtins.property
|
|
372
372
|
@pulumi.getter(name="pubSub")
|
|
373
373
|
def pub_sub(self) -> Optional[pulumi.Input['GcpIntegrationsPubSubArgs']]:
|
|
374
374
|
"""
|
|
@@ -380,7 +380,7 @@ class GcpIntegrationsArgs:
|
|
|
380
380
|
def pub_sub(self, value: Optional[pulumi.Input['GcpIntegrationsPubSubArgs']]):
|
|
381
381
|
pulumi.set(self, "pub_sub", value)
|
|
382
382
|
|
|
383
|
-
@property
|
|
383
|
+
@_builtins.property
|
|
384
384
|
@pulumi.getter
|
|
385
385
|
def redis(self) -> Optional[pulumi.Input['GcpIntegrationsRedisArgs']]:
|
|
386
386
|
"""
|
|
@@ -392,7 +392,7 @@ class GcpIntegrationsArgs:
|
|
|
392
392
|
def redis(self, value: Optional[pulumi.Input['GcpIntegrationsRedisArgs']]):
|
|
393
393
|
pulumi.set(self, "redis", value)
|
|
394
394
|
|
|
395
|
-
@property
|
|
395
|
+
@_builtins.property
|
|
396
396
|
@pulumi.getter
|
|
397
397
|
def router(self) -> Optional[pulumi.Input['GcpIntegrationsRouterArgs']]:
|
|
398
398
|
"""
|
|
@@ -404,7 +404,7 @@ class GcpIntegrationsArgs:
|
|
|
404
404
|
def router(self, value: Optional[pulumi.Input['GcpIntegrationsRouterArgs']]):
|
|
405
405
|
pulumi.set(self, "router", value)
|
|
406
406
|
|
|
407
|
-
@property
|
|
407
|
+
@_builtins.property
|
|
408
408
|
@pulumi.getter
|
|
409
409
|
def run(self) -> Optional[pulumi.Input['GcpIntegrationsRunArgs']]:
|
|
410
410
|
"""
|
|
@@ -416,7 +416,7 @@ class GcpIntegrationsArgs:
|
|
|
416
416
|
def run(self, value: Optional[pulumi.Input['GcpIntegrationsRunArgs']]):
|
|
417
417
|
pulumi.set(self, "run", value)
|
|
418
418
|
|
|
419
|
-
@property
|
|
419
|
+
@_builtins.property
|
|
420
420
|
@pulumi.getter
|
|
421
421
|
def spanner(self) -> Optional[pulumi.Input['GcpIntegrationsSpannerArgs']]:
|
|
422
422
|
"""
|
|
@@ -428,7 +428,7 @@ class GcpIntegrationsArgs:
|
|
|
428
428
|
def spanner(self, value: Optional[pulumi.Input['GcpIntegrationsSpannerArgs']]):
|
|
429
429
|
pulumi.set(self, "spanner", value)
|
|
430
430
|
|
|
431
|
-
@property
|
|
431
|
+
@_builtins.property
|
|
432
432
|
@pulumi.getter
|
|
433
433
|
def sql(self) -> Optional[pulumi.Input['GcpIntegrationsSqlArgs']]:
|
|
434
434
|
"""
|
|
@@ -440,7 +440,7 @@ class GcpIntegrationsArgs:
|
|
|
440
440
|
def sql(self, value: Optional[pulumi.Input['GcpIntegrationsSqlArgs']]):
|
|
441
441
|
pulumi.set(self, "sql", value)
|
|
442
442
|
|
|
443
|
-
@property
|
|
443
|
+
@_builtins.property
|
|
444
444
|
@pulumi.getter
|
|
445
445
|
def storage(self) -> Optional[pulumi.Input['GcpIntegrationsStorageArgs']]:
|
|
446
446
|
"""
|
|
@@ -452,7 +452,7 @@ class GcpIntegrationsArgs:
|
|
|
452
452
|
def storage(self, value: Optional[pulumi.Input['GcpIntegrationsStorageArgs']]):
|
|
453
453
|
pulumi.set(self, "storage", value)
|
|
454
454
|
|
|
455
|
-
@property
|
|
455
|
+
@_builtins.property
|
|
456
456
|
@pulumi.getter(name="virtualMachines")
|
|
457
457
|
def virtual_machines(self) -> Optional[pulumi.Input['GcpIntegrationsVirtualMachinesArgs']]:
|
|
458
458
|
"""
|
|
@@ -464,7 +464,7 @@ class GcpIntegrationsArgs:
|
|
|
464
464
|
def virtual_machines(self, value: Optional[pulumi.Input['GcpIntegrationsVirtualMachinesArgs']]):
|
|
465
465
|
pulumi.set(self, "virtual_machines", value)
|
|
466
466
|
|
|
467
|
-
@property
|
|
467
|
+
@_builtins.property
|
|
468
468
|
@pulumi.getter(name="vpcAccess")
|
|
469
469
|
def vpc_access(self) -> Optional[pulumi.Input['GcpIntegrationsVpcAccessArgs']]:
|
|
470
470
|
"""
|
|
@@ -480,7 +480,7 @@ class GcpIntegrationsArgs:
|
|
|
480
480
|
@pulumi.input_type
|
|
481
481
|
class _GcpIntegrationsState:
|
|
482
482
|
def __init__(__self__, *,
|
|
483
|
-
account_id: Optional[pulumi.Input[str]] = None,
|
|
483
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
484
484
|
alloy_db: Optional[pulumi.Input['GcpIntegrationsAlloyDbArgs']] = None,
|
|
485
485
|
app_engine: Optional[pulumi.Input['GcpIntegrationsAppEngineArgs']] = None,
|
|
486
486
|
big_query: Optional[pulumi.Input['GcpIntegrationsBigQueryArgs']] = None,
|
|
@@ -496,7 +496,7 @@ class _GcpIntegrationsState:
|
|
|
496
496
|
functions: Optional[pulumi.Input['GcpIntegrationsFunctionsArgs']] = None,
|
|
497
497
|
interconnect: Optional[pulumi.Input['GcpIntegrationsInterconnectArgs']] = None,
|
|
498
498
|
kubernetes: Optional[pulumi.Input['GcpIntegrationsKubernetesArgs']] = None,
|
|
499
|
-
linked_account_id: Optional[pulumi.Input[str]] = None,
|
|
499
|
+
linked_account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
500
500
|
load_balancing: Optional[pulumi.Input['GcpIntegrationsLoadBalancingArgs']] = None,
|
|
501
501
|
mem_cache: Optional[pulumi.Input['GcpIntegrationsMemCacheArgs']] = None,
|
|
502
502
|
pub_sub: Optional[pulumi.Input['GcpIntegrationsPubSubArgs']] = None,
|
|
@@ -510,7 +510,7 @@ class _GcpIntegrationsState:
|
|
|
510
510
|
vpc_access: Optional[pulumi.Input['GcpIntegrationsVpcAccessArgs']] = None):
|
|
511
511
|
"""
|
|
512
512
|
Input properties used for looking up and filtering GcpIntegrations resources.
|
|
513
|
-
: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`.
|
|
513
|
+
: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`.
|
|
514
514
|
:param pulumi.Input['GcpIntegrationsAlloyDbArgs'] alloy_db: Alloy DB integration. See Integration blocks below for details.
|
|
515
515
|
:param pulumi.Input['GcpIntegrationsAppEngineArgs'] app_engine: App Engine integration. See Integration blocks below for details.
|
|
516
516
|
:param pulumi.Input['GcpIntegrationsBigQueryArgs'] big_query: Biq Query integration. See Integration blocks below for details.
|
|
@@ -526,7 +526,7 @@ class _GcpIntegrationsState:
|
|
|
526
526
|
:param pulumi.Input['GcpIntegrationsFunctionsArgs'] functions: Functions integration. See Integration blocks below for details.
|
|
527
527
|
:param pulumi.Input['GcpIntegrationsInterconnectArgs'] interconnect: Interconnect integration. See Integration blocks below for details.
|
|
528
528
|
:param pulumi.Input['GcpIntegrationsKubernetesArgs'] kubernetes: Kubernetes integration. See Integration blocks below for details.
|
|
529
|
-
:param pulumi.Input[str] linked_account_id: The ID of the linked GCP account in New Relic.
|
|
529
|
+
:param pulumi.Input[_builtins.str] linked_account_id: The ID of the linked GCP account in New Relic.
|
|
530
530
|
|
|
531
531
|
The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 300 seconds.
|
|
532
532
|
:param pulumi.Input['GcpIntegrationsLoadBalancingArgs'] load_balancing: Load Balancing integration. See Integration blocks below for details.
|
|
@@ -598,19 +598,19 @@ class _GcpIntegrationsState:
|
|
|
598
598
|
if vpc_access is not None:
|
|
599
599
|
pulumi.set(__self__, "vpc_access", vpc_access)
|
|
600
600
|
|
|
601
|
-
@property
|
|
601
|
+
@_builtins.property
|
|
602
602
|
@pulumi.getter(name="accountId")
|
|
603
|
-
def account_id(self) -> Optional[pulumi.Input[str]]:
|
|
603
|
+
def account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
604
604
|
"""
|
|
605
605
|
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`.
|
|
606
606
|
"""
|
|
607
607
|
return pulumi.get(self, "account_id")
|
|
608
608
|
|
|
609
609
|
@account_id.setter
|
|
610
|
-
def account_id(self, value: Optional[pulumi.Input[str]]):
|
|
610
|
+
def account_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
611
611
|
pulumi.set(self, "account_id", value)
|
|
612
612
|
|
|
613
|
-
@property
|
|
613
|
+
@_builtins.property
|
|
614
614
|
@pulumi.getter(name="alloyDb")
|
|
615
615
|
def alloy_db(self) -> Optional[pulumi.Input['GcpIntegrationsAlloyDbArgs']]:
|
|
616
616
|
"""
|
|
@@ -622,7 +622,7 @@ class _GcpIntegrationsState:
|
|
|
622
622
|
def alloy_db(self, value: Optional[pulumi.Input['GcpIntegrationsAlloyDbArgs']]):
|
|
623
623
|
pulumi.set(self, "alloy_db", value)
|
|
624
624
|
|
|
625
|
-
@property
|
|
625
|
+
@_builtins.property
|
|
626
626
|
@pulumi.getter(name="appEngine")
|
|
627
627
|
def app_engine(self) -> Optional[pulumi.Input['GcpIntegrationsAppEngineArgs']]:
|
|
628
628
|
"""
|
|
@@ -634,7 +634,7 @@ class _GcpIntegrationsState:
|
|
|
634
634
|
def app_engine(self, value: Optional[pulumi.Input['GcpIntegrationsAppEngineArgs']]):
|
|
635
635
|
pulumi.set(self, "app_engine", value)
|
|
636
636
|
|
|
637
|
-
@property
|
|
637
|
+
@_builtins.property
|
|
638
638
|
@pulumi.getter(name="bigQuery")
|
|
639
639
|
def big_query(self) -> Optional[pulumi.Input['GcpIntegrationsBigQueryArgs']]:
|
|
640
640
|
"""
|
|
@@ -646,7 +646,7 @@ class _GcpIntegrationsState:
|
|
|
646
646
|
def big_query(self, value: Optional[pulumi.Input['GcpIntegrationsBigQueryArgs']]):
|
|
647
647
|
pulumi.set(self, "big_query", value)
|
|
648
648
|
|
|
649
|
-
@property
|
|
649
|
+
@_builtins.property
|
|
650
650
|
@pulumi.getter(name="bigTable")
|
|
651
651
|
def big_table(self) -> Optional[pulumi.Input['GcpIntegrationsBigTableArgs']]:
|
|
652
652
|
"""
|
|
@@ -658,7 +658,7 @@ class _GcpIntegrationsState:
|
|
|
658
658
|
def big_table(self, value: Optional[pulumi.Input['GcpIntegrationsBigTableArgs']]):
|
|
659
659
|
pulumi.set(self, "big_table", value)
|
|
660
660
|
|
|
661
|
-
@property
|
|
661
|
+
@_builtins.property
|
|
662
662
|
@pulumi.getter
|
|
663
663
|
def composer(self) -> Optional[pulumi.Input['GcpIntegrationsComposerArgs']]:
|
|
664
664
|
"""
|
|
@@ -670,7 +670,7 @@ class _GcpIntegrationsState:
|
|
|
670
670
|
def composer(self, value: Optional[pulumi.Input['GcpIntegrationsComposerArgs']]):
|
|
671
671
|
pulumi.set(self, "composer", value)
|
|
672
672
|
|
|
673
|
-
@property
|
|
673
|
+
@_builtins.property
|
|
674
674
|
@pulumi.getter(name="dataFlow")
|
|
675
675
|
def data_flow(self) -> Optional[pulumi.Input['GcpIntegrationsDataFlowArgs']]:
|
|
676
676
|
"""
|
|
@@ -682,7 +682,7 @@ class _GcpIntegrationsState:
|
|
|
682
682
|
def data_flow(self, value: Optional[pulumi.Input['GcpIntegrationsDataFlowArgs']]):
|
|
683
683
|
pulumi.set(self, "data_flow", value)
|
|
684
684
|
|
|
685
|
-
@property
|
|
685
|
+
@_builtins.property
|
|
686
686
|
@pulumi.getter(name="dataProc")
|
|
687
687
|
def data_proc(self) -> Optional[pulumi.Input['GcpIntegrationsDataProcArgs']]:
|
|
688
688
|
"""
|
|
@@ -694,7 +694,7 @@ class _GcpIntegrationsState:
|
|
|
694
694
|
def data_proc(self, value: Optional[pulumi.Input['GcpIntegrationsDataProcArgs']]):
|
|
695
695
|
pulumi.set(self, "data_proc", value)
|
|
696
696
|
|
|
697
|
-
@property
|
|
697
|
+
@_builtins.property
|
|
698
698
|
@pulumi.getter(name="dataStore")
|
|
699
699
|
def data_store(self) -> Optional[pulumi.Input['GcpIntegrationsDataStoreArgs']]:
|
|
700
700
|
"""
|
|
@@ -706,7 +706,7 @@ class _GcpIntegrationsState:
|
|
|
706
706
|
def data_store(self, value: Optional[pulumi.Input['GcpIntegrationsDataStoreArgs']]):
|
|
707
707
|
pulumi.set(self, "data_store", value)
|
|
708
708
|
|
|
709
|
-
@property
|
|
709
|
+
@_builtins.property
|
|
710
710
|
@pulumi.getter(name="fireBaseDatabase")
|
|
711
711
|
def fire_base_database(self) -> Optional[pulumi.Input['GcpIntegrationsFireBaseDatabaseArgs']]:
|
|
712
712
|
"""
|
|
@@ -718,7 +718,7 @@ class _GcpIntegrationsState:
|
|
|
718
718
|
def fire_base_database(self, value: Optional[pulumi.Input['GcpIntegrationsFireBaseDatabaseArgs']]):
|
|
719
719
|
pulumi.set(self, "fire_base_database", value)
|
|
720
720
|
|
|
721
|
-
@property
|
|
721
|
+
@_builtins.property
|
|
722
722
|
@pulumi.getter(name="fireBaseHosting")
|
|
723
723
|
def fire_base_hosting(self) -> Optional[pulumi.Input['GcpIntegrationsFireBaseHostingArgs']]:
|
|
724
724
|
"""
|
|
@@ -730,7 +730,7 @@ class _GcpIntegrationsState:
|
|
|
730
730
|
def fire_base_hosting(self, value: Optional[pulumi.Input['GcpIntegrationsFireBaseHostingArgs']]):
|
|
731
731
|
pulumi.set(self, "fire_base_hosting", value)
|
|
732
732
|
|
|
733
|
-
@property
|
|
733
|
+
@_builtins.property
|
|
734
734
|
@pulumi.getter(name="fireBaseStorage")
|
|
735
735
|
def fire_base_storage(self) -> Optional[pulumi.Input['GcpIntegrationsFireBaseStorageArgs']]:
|
|
736
736
|
"""
|
|
@@ -742,7 +742,7 @@ class _GcpIntegrationsState:
|
|
|
742
742
|
def fire_base_storage(self, value: Optional[pulumi.Input['GcpIntegrationsFireBaseStorageArgs']]):
|
|
743
743
|
pulumi.set(self, "fire_base_storage", value)
|
|
744
744
|
|
|
745
|
-
@property
|
|
745
|
+
@_builtins.property
|
|
746
746
|
@pulumi.getter(name="fireStore")
|
|
747
747
|
def fire_store(self) -> Optional[pulumi.Input['GcpIntegrationsFireStoreArgs']]:
|
|
748
748
|
"""
|
|
@@ -754,7 +754,7 @@ class _GcpIntegrationsState:
|
|
|
754
754
|
def fire_store(self, value: Optional[pulumi.Input['GcpIntegrationsFireStoreArgs']]):
|
|
755
755
|
pulumi.set(self, "fire_store", value)
|
|
756
756
|
|
|
757
|
-
@property
|
|
757
|
+
@_builtins.property
|
|
758
758
|
@pulumi.getter
|
|
759
759
|
def functions(self) -> Optional[pulumi.Input['GcpIntegrationsFunctionsArgs']]:
|
|
760
760
|
"""
|
|
@@ -766,7 +766,7 @@ class _GcpIntegrationsState:
|
|
|
766
766
|
def functions(self, value: Optional[pulumi.Input['GcpIntegrationsFunctionsArgs']]):
|
|
767
767
|
pulumi.set(self, "functions", value)
|
|
768
768
|
|
|
769
|
-
@property
|
|
769
|
+
@_builtins.property
|
|
770
770
|
@pulumi.getter
|
|
771
771
|
def interconnect(self) -> Optional[pulumi.Input['GcpIntegrationsInterconnectArgs']]:
|
|
772
772
|
"""
|
|
@@ -778,7 +778,7 @@ class _GcpIntegrationsState:
|
|
|
778
778
|
def interconnect(self, value: Optional[pulumi.Input['GcpIntegrationsInterconnectArgs']]):
|
|
779
779
|
pulumi.set(self, "interconnect", value)
|
|
780
780
|
|
|
781
|
-
@property
|
|
781
|
+
@_builtins.property
|
|
782
782
|
@pulumi.getter
|
|
783
783
|
def kubernetes(self) -> Optional[pulumi.Input['GcpIntegrationsKubernetesArgs']]:
|
|
784
784
|
"""
|
|
@@ -790,9 +790,9 @@ class _GcpIntegrationsState:
|
|
|
790
790
|
def kubernetes(self, value: Optional[pulumi.Input['GcpIntegrationsKubernetesArgs']]):
|
|
791
791
|
pulumi.set(self, "kubernetes", value)
|
|
792
792
|
|
|
793
|
-
@property
|
|
793
|
+
@_builtins.property
|
|
794
794
|
@pulumi.getter(name="linkedAccountId")
|
|
795
|
-
def linked_account_id(self) -> Optional[pulumi.Input[str]]:
|
|
795
|
+
def linked_account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
796
796
|
"""
|
|
797
797
|
The ID of the linked GCP account in New Relic.
|
|
798
798
|
|
|
@@ -801,10 +801,10 @@ class _GcpIntegrationsState:
|
|
|
801
801
|
return pulumi.get(self, "linked_account_id")
|
|
802
802
|
|
|
803
803
|
@linked_account_id.setter
|
|
804
|
-
def linked_account_id(self, value: Optional[pulumi.Input[str]]):
|
|
804
|
+
def linked_account_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
805
805
|
pulumi.set(self, "linked_account_id", value)
|
|
806
806
|
|
|
807
|
-
@property
|
|
807
|
+
@_builtins.property
|
|
808
808
|
@pulumi.getter(name="loadBalancing")
|
|
809
809
|
def load_balancing(self) -> Optional[pulumi.Input['GcpIntegrationsLoadBalancingArgs']]:
|
|
810
810
|
"""
|
|
@@ -816,7 +816,7 @@ class _GcpIntegrationsState:
|
|
|
816
816
|
def load_balancing(self, value: Optional[pulumi.Input['GcpIntegrationsLoadBalancingArgs']]):
|
|
817
817
|
pulumi.set(self, "load_balancing", value)
|
|
818
818
|
|
|
819
|
-
@property
|
|
819
|
+
@_builtins.property
|
|
820
820
|
@pulumi.getter(name="memCache")
|
|
821
821
|
def mem_cache(self) -> Optional[pulumi.Input['GcpIntegrationsMemCacheArgs']]:
|
|
822
822
|
"""
|
|
@@ -828,7 +828,7 @@ class _GcpIntegrationsState:
|
|
|
828
828
|
def mem_cache(self, value: Optional[pulumi.Input['GcpIntegrationsMemCacheArgs']]):
|
|
829
829
|
pulumi.set(self, "mem_cache", value)
|
|
830
830
|
|
|
831
|
-
@property
|
|
831
|
+
@_builtins.property
|
|
832
832
|
@pulumi.getter(name="pubSub")
|
|
833
833
|
def pub_sub(self) -> Optional[pulumi.Input['GcpIntegrationsPubSubArgs']]:
|
|
834
834
|
"""
|
|
@@ -840,7 +840,7 @@ class _GcpIntegrationsState:
|
|
|
840
840
|
def pub_sub(self, value: Optional[pulumi.Input['GcpIntegrationsPubSubArgs']]):
|
|
841
841
|
pulumi.set(self, "pub_sub", value)
|
|
842
842
|
|
|
843
|
-
@property
|
|
843
|
+
@_builtins.property
|
|
844
844
|
@pulumi.getter
|
|
845
845
|
def redis(self) -> Optional[pulumi.Input['GcpIntegrationsRedisArgs']]:
|
|
846
846
|
"""
|
|
@@ -852,7 +852,7 @@ class _GcpIntegrationsState:
|
|
|
852
852
|
def redis(self, value: Optional[pulumi.Input['GcpIntegrationsRedisArgs']]):
|
|
853
853
|
pulumi.set(self, "redis", value)
|
|
854
854
|
|
|
855
|
-
@property
|
|
855
|
+
@_builtins.property
|
|
856
856
|
@pulumi.getter
|
|
857
857
|
def router(self) -> Optional[pulumi.Input['GcpIntegrationsRouterArgs']]:
|
|
858
858
|
"""
|
|
@@ -864,7 +864,7 @@ class _GcpIntegrationsState:
|
|
|
864
864
|
def router(self, value: Optional[pulumi.Input['GcpIntegrationsRouterArgs']]):
|
|
865
865
|
pulumi.set(self, "router", value)
|
|
866
866
|
|
|
867
|
-
@property
|
|
867
|
+
@_builtins.property
|
|
868
868
|
@pulumi.getter
|
|
869
869
|
def run(self) -> Optional[pulumi.Input['GcpIntegrationsRunArgs']]:
|
|
870
870
|
"""
|
|
@@ -876,7 +876,7 @@ class _GcpIntegrationsState:
|
|
|
876
876
|
def run(self, value: Optional[pulumi.Input['GcpIntegrationsRunArgs']]):
|
|
877
877
|
pulumi.set(self, "run", value)
|
|
878
878
|
|
|
879
|
-
@property
|
|
879
|
+
@_builtins.property
|
|
880
880
|
@pulumi.getter
|
|
881
881
|
def spanner(self) -> Optional[pulumi.Input['GcpIntegrationsSpannerArgs']]:
|
|
882
882
|
"""
|
|
@@ -888,7 +888,7 @@ class _GcpIntegrationsState:
|
|
|
888
888
|
def spanner(self, value: Optional[pulumi.Input['GcpIntegrationsSpannerArgs']]):
|
|
889
889
|
pulumi.set(self, "spanner", value)
|
|
890
890
|
|
|
891
|
-
@property
|
|
891
|
+
@_builtins.property
|
|
892
892
|
@pulumi.getter
|
|
893
893
|
def sql(self) -> Optional[pulumi.Input['GcpIntegrationsSqlArgs']]:
|
|
894
894
|
"""
|
|
@@ -900,7 +900,7 @@ class _GcpIntegrationsState:
|
|
|
900
900
|
def sql(self, value: Optional[pulumi.Input['GcpIntegrationsSqlArgs']]):
|
|
901
901
|
pulumi.set(self, "sql", value)
|
|
902
902
|
|
|
903
|
-
@property
|
|
903
|
+
@_builtins.property
|
|
904
904
|
@pulumi.getter
|
|
905
905
|
def storage(self) -> Optional[pulumi.Input['GcpIntegrationsStorageArgs']]:
|
|
906
906
|
"""
|
|
@@ -912,7 +912,7 @@ class _GcpIntegrationsState:
|
|
|
912
912
|
def storage(self, value: Optional[pulumi.Input['GcpIntegrationsStorageArgs']]):
|
|
913
913
|
pulumi.set(self, "storage", value)
|
|
914
914
|
|
|
915
|
-
@property
|
|
915
|
+
@_builtins.property
|
|
916
916
|
@pulumi.getter(name="virtualMachines")
|
|
917
917
|
def virtual_machines(self) -> Optional[pulumi.Input['GcpIntegrationsVirtualMachinesArgs']]:
|
|
918
918
|
"""
|
|
@@ -924,7 +924,7 @@ class _GcpIntegrationsState:
|
|
|
924
924
|
def virtual_machines(self, value: Optional[pulumi.Input['GcpIntegrationsVirtualMachinesArgs']]):
|
|
925
925
|
pulumi.set(self, "virtual_machines", value)
|
|
926
926
|
|
|
927
|
-
@property
|
|
927
|
+
@_builtins.property
|
|
928
928
|
@pulumi.getter(name="vpcAccess")
|
|
929
929
|
def vpc_access(self) -> Optional[pulumi.Input['GcpIntegrationsVpcAccessArgs']]:
|
|
930
930
|
"""
|
|
@@ -937,12 +937,13 @@ class _GcpIntegrationsState:
|
|
|
937
937
|
pulumi.set(self, "vpc_access", value)
|
|
938
938
|
|
|
939
939
|
|
|
940
|
+
@pulumi.type_token("newrelic:cloud/gcpIntegrations:GcpIntegrations")
|
|
940
941
|
class GcpIntegrations(pulumi.CustomResource):
|
|
941
942
|
@overload
|
|
942
943
|
def __init__(__self__,
|
|
943
944
|
resource_name: str,
|
|
944
945
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
945
|
-
account_id: Optional[pulumi.Input[str]] = None,
|
|
946
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
946
947
|
alloy_db: Optional[pulumi.Input[Union['GcpIntegrationsAlloyDbArgs', 'GcpIntegrationsAlloyDbArgsDict']]] = None,
|
|
947
948
|
app_engine: Optional[pulumi.Input[Union['GcpIntegrationsAppEngineArgs', 'GcpIntegrationsAppEngineArgsDict']]] = None,
|
|
948
949
|
big_query: Optional[pulumi.Input[Union['GcpIntegrationsBigQueryArgs', 'GcpIntegrationsBigQueryArgsDict']]] = None,
|
|
@@ -958,7 +959,7 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
958
959
|
functions: Optional[pulumi.Input[Union['GcpIntegrationsFunctionsArgs', 'GcpIntegrationsFunctionsArgsDict']]] = None,
|
|
959
960
|
interconnect: Optional[pulumi.Input[Union['GcpIntegrationsInterconnectArgs', 'GcpIntegrationsInterconnectArgsDict']]] = None,
|
|
960
961
|
kubernetes: Optional[pulumi.Input[Union['GcpIntegrationsKubernetesArgs', 'GcpIntegrationsKubernetesArgsDict']]] = None,
|
|
961
|
-
linked_account_id: Optional[pulumi.Input[str]] = None,
|
|
962
|
+
linked_account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
962
963
|
load_balancing: Optional[pulumi.Input[Union['GcpIntegrationsLoadBalancingArgs', 'GcpIntegrationsLoadBalancingArgsDict']]] = None,
|
|
963
964
|
mem_cache: Optional[pulumi.Input[Union['GcpIntegrationsMemCacheArgs', 'GcpIntegrationsMemCacheArgsDict']]] = None,
|
|
964
965
|
pub_sub: Optional[pulumi.Input[Union['GcpIntegrationsPubSubArgs', 'GcpIntegrationsPubSubArgsDict']]] = None,
|
|
@@ -1086,7 +1087,7 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
1086
1087
|
|
|
1087
1088
|
:param str resource_name: The name of the resource.
|
|
1088
1089
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1089
|
-
: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`.
|
|
1090
|
+
: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`.
|
|
1090
1091
|
:param pulumi.Input[Union['GcpIntegrationsAlloyDbArgs', 'GcpIntegrationsAlloyDbArgsDict']] alloy_db: Alloy DB integration. See Integration blocks below for details.
|
|
1091
1092
|
:param pulumi.Input[Union['GcpIntegrationsAppEngineArgs', 'GcpIntegrationsAppEngineArgsDict']] app_engine: App Engine integration. See Integration blocks below for details.
|
|
1092
1093
|
:param pulumi.Input[Union['GcpIntegrationsBigQueryArgs', 'GcpIntegrationsBigQueryArgsDict']] big_query: Biq Query integration. See Integration blocks below for details.
|
|
@@ -1102,7 +1103,7 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
1102
1103
|
:param pulumi.Input[Union['GcpIntegrationsFunctionsArgs', 'GcpIntegrationsFunctionsArgsDict']] functions: Functions integration. See Integration blocks below for details.
|
|
1103
1104
|
:param pulumi.Input[Union['GcpIntegrationsInterconnectArgs', 'GcpIntegrationsInterconnectArgsDict']] interconnect: Interconnect integration. See Integration blocks below for details.
|
|
1104
1105
|
:param pulumi.Input[Union['GcpIntegrationsKubernetesArgs', 'GcpIntegrationsKubernetesArgsDict']] kubernetes: Kubernetes integration. See Integration blocks below for details.
|
|
1105
|
-
:param pulumi.Input[str] linked_account_id: The ID of the linked GCP account in New Relic.
|
|
1106
|
+
:param pulumi.Input[_builtins.str] linked_account_id: The ID of the linked GCP account in New Relic.
|
|
1106
1107
|
|
|
1107
1108
|
The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 300 seconds.
|
|
1108
1109
|
:param pulumi.Input[Union['GcpIntegrationsLoadBalancingArgs', 'GcpIntegrationsLoadBalancingArgsDict']] load_balancing: Load Balancing integration. See Integration blocks below for details.
|
|
@@ -1251,7 +1252,7 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
1251
1252
|
def _internal_init(__self__,
|
|
1252
1253
|
resource_name: str,
|
|
1253
1254
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
1254
|
-
account_id: Optional[pulumi.Input[str]] = None,
|
|
1255
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1255
1256
|
alloy_db: Optional[pulumi.Input[Union['GcpIntegrationsAlloyDbArgs', 'GcpIntegrationsAlloyDbArgsDict']]] = None,
|
|
1256
1257
|
app_engine: Optional[pulumi.Input[Union['GcpIntegrationsAppEngineArgs', 'GcpIntegrationsAppEngineArgsDict']]] = None,
|
|
1257
1258
|
big_query: Optional[pulumi.Input[Union['GcpIntegrationsBigQueryArgs', 'GcpIntegrationsBigQueryArgsDict']]] = None,
|
|
@@ -1267,7 +1268,7 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
1267
1268
|
functions: Optional[pulumi.Input[Union['GcpIntegrationsFunctionsArgs', 'GcpIntegrationsFunctionsArgsDict']]] = None,
|
|
1268
1269
|
interconnect: Optional[pulumi.Input[Union['GcpIntegrationsInterconnectArgs', 'GcpIntegrationsInterconnectArgsDict']]] = None,
|
|
1269
1270
|
kubernetes: Optional[pulumi.Input[Union['GcpIntegrationsKubernetesArgs', 'GcpIntegrationsKubernetesArgsDict']]] = None,
|
|
1270
|
-
linked_account_id: Optional[pulumi.Input[str]] = None,
|
|
1271
|
+
linked_account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1271
1272
|
load_balancing: Optional[pulumi.Input[Union['GcpIntegrationsLoadBalancingArgs', 'GcpIntegrationsLoadBalancingArgsDict']]] = None,
|
|
1272
1273
|
mem_cache: Optional[pulumi.Input[Union['GcpIntegrationsMemCacheArgs', 'GcpIntegrationsMemCacheArgsDict']]] = None,
|
|
1273
1274
|
pub_sub: Optional[pulumi.Input[Union['GcpIntegrationsPubSubArgs', 'GcpIntegrationsPubSubArgsDict']]] = None,
|
|
@@ -1328,7 +1329,7 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
1328
1329
|
def get(resource_name: str,
|
|
1329
1330
|
id: pulumi.Input[str],
|
|
1330
1331
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
1331
|
-
account_id: Optional[pulumi.Input[str]] = None,
|
|
1332
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1332
1333
|
alloy_db: Optional[pulumi.Input[Union['GcpIntegrationsAlloyDbArgs', 'GcpIntegrationsAlloyDbArgsDict']]] = None,
|
|
1333
1334
|
app_engine: Optional[pulumi.Input[Union['GcpIntegrationsAppEngineArgs', 'GcpIntegrationsAppEngineArgsDict']]] = None,
|
|
1334
1335
|
big_query: Optional[pulumi.Input[Union['GcpIntegrationsBigQueryArgs', 'GcpIntegrationsBigQueryArgsDict']]] = None,
|
|
@@ -1344,7 +1345,7 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
1344
1345
|
functions: Optional[pulumi.Input[Union['GcpIntegrationsFunctionsArgs', 'GcpIntegrationsFunctionsArgsDict']]] = None,
|
|
1345
1346
|
interconnect: Optional[pulumi.Input[Union['GcpIntegrationsInterconnectArgs', 'GcpIntegrationsInterconnectArgsDict']]] = None,
|
|
1346
1347
|
kubernetes: Optional[pulumi.Input[Union['GcpIntegrationsKubernetesArgs', 'GcpIntegrationsKubernetesArgsDict']]] = None,
|
|
1347
|
-
linked_account_id: Optional[pulumi.Input[str]] = None,
|
|
1348
|
+
linked_account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1348
1349
|
load_balancing: Optional[pulumi.Input[Union['GcpIntegrationsLoadBalancingArgs', 'GcpIntegrationsLoadBalancingArgsDict']]] = None,
|
|
1349
1350
|
mem_cache: Optional[pulumi.Input[Union['GcpIntegrationsMemCacheArgs', 'GcpIntegrationsMemCacheArgsDict']]] = None,
|
|
1350
1351
|
pub_sub: Optional[pulumi.Input[Union['GcpIntegrationsPubSubArgs', 'GcpIntegrationsPubSubArgsDict']]] = None,
|
|
@@ -1363,7 +1364,7 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
1363
1364
|
:param str resource_name: The unique name of the resulting resource.
|
|
1364
1365
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
1365
1366
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1366
|
-
: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`.
|
|
1367
|
+
: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`.
|
|
1367
1368
|
:param pulumi.Input[Union['GcpIntegrationsAlloyDbArgs', 'GcpIntegrationsAlloyDbArgsDict']] alloy_db: Alloy DB integration. See Integration blocks below for details.
|
|
1368
1369
|
:param pulumi.Input[Union['GcpIntegrationsAppEngineArgs', 'GcpIntegrationsAppEngineArgsDict']] app_engine: App Engine integration. See Integration blocks below for details.
|
|
1369
1370
|
:param pulumi.Input[Union['GcpIntegrationsBigQueryArgs', 'GcpIntegrationsBigQueryArgsDict']] big_query: Biq Query integration. See Integration blocks below for details.
|
|
@@ -1379,7 +1380,7 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
1379
1380
|
:param pulumi.Input[Union['GcpIntegrationsFunctionsArgs', 'GcpIntegrationsFunctionsArgsDict']] functions: Functions integration. See Integration blocks below for details.
|
|
1380
1381
|
:param pulumi.Input[Union['GcpIntegrationsInterconnectArgs', 'GcpIntegrationsInterconnectArgsDict']] interconnect: Interconnect integration. See Integration blocks below for details.
|
|
1381
1382
|
:param pulumi.Input[Union['GcpIntegrationsKubernetesArgs', 'GcpIntegrationsKubernetesArgsDict']] kubernetes: Kubernetes integration. See Integration blocks below for details.
|
|
1382
|
-
:param pulumi.Input[str] linked_account_id: The ID of the linked GCP account in New Relic.
|
|
1383
|
+
:param pulumi.Input[_builtins.str] linked_account_id: The ID of the linked GCP account in New Relic.
|
|
1383
1384
|
|
|
1384
1385
|
The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 300 seconds.
|
|
1385
1386
|
:param pulumi.Input[Union['GcpIntegrationsLoadBalancingArgs', 'GcpIntegrationsLoadBalancingArgsDict']] load_balancing: Load Balancing integration. See Integration blocks below for details.
|
|
@@ -1428,15 +1429,15 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
1428
1429
|
__props__.__dict__["vpc_access"] = vpc_access
|
|
1429
1430
|
return GcpIntegrations(resource_name, opts=opts, __props__=__props__)
|
|
1430
1431
|
|
|
1431
|
-
@property
|
|
1432
|
+
@_builtins.property
|
|
1432
1433
|
@pulumi.getter(name="accountId")
|
|
1433
|
-
def account_id(self) -> pulumi.Output[str]:
|
|
1434
|
+
def account_id(self) -> pulumi.Output[_builtins.str]:
|
|
1434
1435
|
"""
|
|
1435
1436
|
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`.
|
|
1436
1437
|
"""
|
|
1437
1438
|
return pulumi.get(self, "account_id")
|
|
1438
1439
|
|
|
1439
|
-
@property
|
|
1440
|
+
@_builtins.property
|
|
1440
1441
|
@pulumi.getter(name="alloyDb")
|
|
1441
1442
|
def alloy_db(self) -> pulumi.Output[Optional['outputs.GcpIntegrationsAlloyDb']]:
|
|
1442
1443
|
"""
|
|
@@ -1444,7 +1445,7 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
1444
1445
|
"""
|
|
1445
1446
|
return pulumi.get(self, "alloy_db")
|
|
1446
1447
|
|
|
1447
|
-
@property
|
|
1448
|
+
@_builtins.property
|
|
1448
1449
|
@pulumi.getter(name="appEngine")
|
|
1449
1450
|
def app_engine(self) -> pulumi.Output[Optional['outputs.GcpIntegrationsAppEngine']]:
|
|
1450
1451
|
"""
|
|
@@ -1452,7 +1453,7 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
1452
1453
|
"""
|
|
1453
1454
|
return pulumi.get(self, "app_engine")
|
|
1454
1455
|
|
|
1455
|
-
@property
|
|
1456
|
+
@_builtins.property
|
|
1456
1457
|
@pulumi.getter(name="bigQuery")
|
|
1457
1458
|
def big_query(self) -> pulumi.Output[Optional['outputs.GcpIntegrationsBigQuery']]:
|
|
1458
1459
|
"""
|
|
@@ -1460,7 +1461,7 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
1460
1461
|
"""
|
|
1461
1462
|
return pulumi.get(self, "big_query")
|
|
1462
1463
|
|
|
1463
|
-
@property
|
|
1464
|
+
@_builtins.property
|
|
1464
1465
|
@pulumi.getter(name="bigTable")
|
|
1465
1466
|
def big_table(self) -> pulumi.Output[Optional['outputs.GcpIntegrationsBigTable']]:
|
|
1466
1467
|
"""
|
|
@@ -1468,7 +1469,7 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
1468
1469
|
"""
|
|
1469
1470
|
return pulumi.get(self, "big_table")
|
|
1470
1471
|
|
|
1471
|
-
@property
|
|
1472
|
+
@_builtins.property
|
|
1472
1473
|
@pulumi.getter
|
|
1473
1474
|
def composer(self) -> pulumi.Output[Optional['outputs.GcpIntegrationsComposer']]:
|
|
1474
1475
|
"""
|
|
@@ -1476,7 +1477,7 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
1476
1477
|
"""
|
|
1477
1478
|
return pulumi.get(self, "composer")
|
|
1478
1479
|
|
|
1479
|
-
@property
|
|
1480
|
+
@_builtins.property
|
|
1480
1481
|
@pulumi.getter(name="dataFlow")
|
|
1481
1482
|
def data_flow(self) -> pulumi.Output[Optional['outputs.GcpIntegrationsDataFlow']]:
|
|
1482
1483
|
"""
|
|
@@ -1484,7 +1485,7 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
1484
1485
|
"""
|
|
1485
1486
|
return pulumi.get(self, "data_flow")
|
|
1486
1487
|
|
|
1487
|
-
@property
|
|
1488
|
+
@_builtins.property
|
|
1488
1489
|
@pulumi.getter(name="dataProc")
|
|
1489
1490
|
def data_proc(self) -> pulumi.Output[Optional['outputs.GcpIntegrationsDataProc']]:
|
|
1490
1491
|
"""
|
|
@@ -1492,7 +1493,7 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
1492
1493
|
"""
|
|
1493
1494
|
return pulumi.get(self, "data_proc")
|
|
1494
1495
|
|
|
1495
|
-
@property
|
|
1496
|
+
@_builtins.property
|
|
1496
1497
|
@pulumi.getter(name="dataStore")
|
|
1497
1498
|
def data_store(self) -> pulumi.Output[Optional['outputs.GcpIntegrationsDataStore']]:
|
|
1498
1499
|
"""
|
|
@@ -1500,7 +1501,7 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
1500
1501
|
"""
|
|
1501
1502
|
return pulumi.get(self, "data_store")
|
|
1502
1503
|
|
|
1503
|
-
@property
|
|
1504
|
+
@_builtins.property
|
|
1504
1505
|
@pulumi.getter(name="fireBaseDatabase")
|
|
1505
1506
|
def fire_base_database(self) -> pulumi.Output[Optional['outputs.GcpIntegrationsFireBaseDatabase']]:
|
|
1506
1507
|
"""
|
|
@@ -1508,7 +1509,7 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
1508
1509
|
"""
|
|
1509
1510
|
return pulumi.get(self, "fire_base_database")
|
|
1510
1511
|
|
|
1511
|
-
@property
|
|
1512
|
+
@_builtins.property
|
|
1512
1513
|
@pulumi.getter(name="fireBaseHosting")
|
|
1513
1514
|
def fire_base_hosting(self) -> pulumi.Output[Optional['outputs.GcpIntegrationsFireBaseHosting']]:
|
|
1514
1515
|
"""
|
|
@@ -1516,7 +1517,7 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
1516
1517
|
"""
|
|
1517
1518
|
return pulumi.get(self, "fire_base_hosting")
|
|
1518
1519
|
|
|
1519
|
-
@property
|
|
1520
|
+
@_builtins.property
|
|
1520
1521
|
@pulumi.getter(name="fireBaseStorage")
|
|
1521
1522
|
def fire_base_storage(self) -> pulumi.Output[Optional['outputs.GcpIntegrationsFireBaseStorage']]:
|
|
1522
1523
|
"""
|
|
@@ -1524,7 +1525,7 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
1524
1525
|
"""
|
|
1525
1526
|
return pulumi.get(self, "fire_base_storage")
|
|
1526
1527
|
|
|
1527
|
-
@property
|
|
1528
|
+
@_builtins.property
|
|
1528
1529
|
@pulumi.getter(name="fireStore")
|
|
1529
1530
|
def fire_store(self) -> pulumi.Output[Optional['outputs.GcpIntegrationsFireStore']]:
|
|
1530
1531
|
"""
|
|
@@ -1532,7 +1533,7 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
1532
1533
|
"""
|
|
1533
1534
|
return pulumi.get(self, "fire_store")
|
|
1534
1535
|
|
|
1535
|
-
@property
|
|
1536
|
+
@_builtins.property
|
|
1536
1537
|
@pulumi.getter
|
|
1537
1538
|
def functions(self) -> pulumi.Output[Optional['outputs.GcpIntegrationsFunctions']]:
|
|
1538
1539
|
"""
|
|
@@ -1540,7 +1541,7 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
1540
1541
|
"""
|
|
1541
1542
|
return pulumi.get(self, "functions")
|
|
1542
1543
|
|
|
1543
|
-
@property
|
|
1544
|
+
@_builtins.property
|
|
1544
1545
|
@pulumi.getter
|
|
1545
1546
|
def interconnect(self) -> pulumi.Output[Optional['outputs.GcpIntegrationsInterconnect']]:
|
|
1546
1547
|
"""
|
|
@@ -1548,7 +1549,7 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
1548
1549
|
"""
|
|
1549
1550
|
return pulumi.get(self, "interconnect")
|
|
1550
1551
|
|
|
1551
|
-
@property
|
|
1552
|
+
@_builtins.property
|
|
1552
1553
|
@pulumi.getter
|
|
1553
1554
|
def kubernetes(self) -> pulumi.Output[Optional['outputs.GcpIntegrationsKubernetes']]:
|
|
1554
1555
|
"""
|
|
@@ -1556,9 +1557,9 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
1556
1557
|
"""
|
|
1557
1558
|
return pulumi.get(self, "kubernetes")
|
|
1558
1559
|
|
|
1559
|
-
@property
|
|
1560
|
+
@_builtins.property
|
|
1560
1561
|
@pulumi.getter(name="linkedAccountId")
|
|
1561
|
-
def linked_account_id(self) -> pulumi.Output[str]:
|
|
1562
|
+
def linked_account_id(self) -> pulumi.Output[_builtins.str]:
|
|
1562
1563
|
"""
|
|
1563
1564
|
The ID of the linked GCP account in New Relic.
|
|
1564
1565
|
|
|
@@ -1566,7 +1567,7 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
1566
1567
|
"""
|
|
1567
1568
|
return pulumi.get(self, "linked_account_id")
|
|
1568
1569
|
|
|
1569
|
-
@property
|
|
1570
|
+
@_builtins.property
|
|
1570
1571
|
@pulumi.getter(name="loadBalancing")
|
|
1571
1572
|
def load_balancing(self) -> pulumi.Output[Optional['outputs.GcpIntegrationsLoadBalancing']]:
|
|
1572
1573
|
"""
|
|
@@ -1574,7 +1575,7 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
1574
1575
|
"""
|
|
1575
1576
|
return pulumi.get(self, "load_balancing")
|
|
1576
1577
|
|
|
1577
|
-
@property
|
|
1578
|
+
@_builtins.property
|
|
1578
1579
|
@pulumi.getter(name="memCache")
|
|
1579
1580
|
def mem_cache(self) -> pulumi.Output[Optional['outputs.GcpIntegrationsMemCache']]:
|
|
1580
1581
|
"""
|
|
@@ -1582,7 +1583,7 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
1582
1583
|
"""
|
|
1583
1584
|
return pulumi.get(self, "mem_cache")
|
|
1584
1585
|
|
|
1585
|
-
@property
|
|
1586
|
+
@_builtins.property
|
|
1586
1587
|
@pulumi.getter(name="pubSub")
|
|
1587
1588
|
def pub_sub(self) -> pulumi.Output[Optional['outputs.GcpIntegrationsPubSub']]:
|
|
1588
1589
|
"""
|
|
@@ -1590,7 +1591,7 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
1590
1591
|
"""
|
|
1591
1592
|
return pulumi.get(self, "pub_sub")
|
|
1592
1593
|
|
|
1593
|
-
@property
|
|
1594
|
+
@_builtins.property
|
|
1594
1595
|
@pulumi.getter
|
|
1595
1596
|
def redis(self) -> pulumi.Output[Optional['outputs.GcpIntegrationsRedis']]:
|
|
1596
1597
|
"""
|
|
@@ -1598,7 +1599,7 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
1598
1599
|
"""
|
|
1599
1600
|
return pulumi.get(self, "redis")
|
|
1600
1601
|
|
|
1601
|
-
@property
|
|
1602
|
+
@_builtins.property
|
|
1602
1603
|
@pulumi.getter
|
|
1603
1604
|
def router(self) -> pulumi.Output[Optional['outputs.GcpIntegrationsRouter']]:
|
|
1604
1605
|
"""
|
|
@@ -1606,7 +1607,7 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
1606
1607
|
"""
|
|
1607
1608
|
return pulumi.get(self, "router")
|
|
1608
1609
|
|
|
1609
|
-
@property
|
|
1610
|
+
@_builtins.property
|
|
1610
1611
|
@pulumi.getter
|
|
1611
1612
|
def run(self) -> pulumi.Output[Optional['outputs.GcpIntegrationsRun']]:
|
|
1612
1613
|
"""
|
|
@@ -1614,7 +1615,7 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
1614
1615
|
"""
|
|
1615
1616
|
return pulumi.get(self, "run")
|
|
1616
1617
|
|
|
1617
|
-
@property
|
|
1618
|
+
@_builtins.property
|
|
1618
1619
|
@pulumi.getter
|
|
1619
1620
|
def spanner(self) -> pulumi.Output[Optional['outputs.GcpIntegrationsSpanner']]:
|
|
1620
1621
|
"""
|
|
@@ -1622,7 +1623,7 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
1622
1623
|
"""
|
|
1623
1624
|
return pulumi.get(self, "spanner")
|
|
1624
1625
|
|
|
1625
|
-
@property
|
|
1626
|
+
@_builtins.property
|
|
1626
1627
|
@pulumi.getter
|
|
1627
1628
|
def sql(self) -> pulumi.Output[Optional['outputs.GcpIntegrationsSql']]:
|
|
1628
1629
|
"""
|
|
@@ -1630,7 +1631,7 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
1630
1631
|
"""
|
|
1631
1632
|
return pulumi.get(self, "sql")
|
|
1632
1633
|
|
|
1633
|
-
@property
|
|
1634
|
+
@_builtins.property
|
|
1634
1635
|
@pulumi.getter
|
|
1635
1636
|
def storage(self) -> pulumi.Output[Optional['outputs.GcpIntegrationsStorage']]:
|
|
1636
1637
|
"""
|
|
@@ -1638,7 +1639,7 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
1638
1639
|
"""
|
|
1639
1640
|
return pulumi.get(self, "storage")
|
|
1640
1641
|
|
|
1641
|
-
@property
|
|
1642
|
+
@_builtins.property
|
|
1642
1643
|
@pulumi.getter(name="virtualMachines")
|
|
1643
1644
|
def virtual_machines(self) -> pulumi.Output[Optional['outputs.GcpIntegrationsVirtualMachines']]:
|
|
1644
1645
|
"""
|
|
@@ -1646,7 +1647,7 @@ class GcpIntegrations(pulumi.CustomResource):
|
|
|
1646
1647
|
"""
|
|
1647
1648
|
return pulumi.get(self, "virtual_machines")
|
|
1648
1649
|
|
|
1649
|
-
@property
|
|
1650
|
+
@_builtins.property
|
|
1650
1651
|
@pulumi.getter(name="vpcAccess")
|
|
1651
1652
|
def vpc_access(self) -> pulumi.Output[Optional['outputs.GcpIntegrationsVpcAccess']]:
|
|
1652
1653
|
"""
|