pulumi-gcp 7.39.0a1726207510__py3-none-any.whl → 8.0.0a1__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.
Files changed (167) hide show
  1. pulumi_gcp/__init__.py +32 -19
  2. pulumi_gcp/accesscontextmanager/access_policy.py +4 -2
  3. pulumi_gcp/activedirectory/domain.py +38 -2
  4. pulumi_gcp/activedirectory/domain_trust.py +0 -30
  5. pulumi_gcp/activedirectory/peering.py +0 -72
  6. pulumi_gcp/alloydb/cluster.py +12 -200
  7. pulumi_gcp/alloydb/instance.py +13 -5
  8. pulumi_gcp/alloydb/user.py +14 -6
  9. pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +4 -2
  10. pulumi_gcp/apigee/sync_authorization.py +4 -2
  11. pulumi_gcp/apigee/target_server.py +4 -2
  12. pulumi_gcp/appengine/firewall_rule.py +4 -2
  13. pulumi_gcp/appengine/flexible_app_version.py +4 -2
  14. pulumi_gcp/apphub/service.py +8 -4
  15. pulumi_gcp/apphub/service_project_attachment.py +8 -4
  16. pulumi_gcp/applicationintegration/client.py +0 -154
  17. pulumi_gcp/bigquery/_inputs.py +0 -70
  18. pulumi_gcp/bigquery/iam_binding.py +0 -260
  19. pulumi_gcp/bigquery/iam_member.py +0 -260
  20. pulumi_gcp/bigquery/iam_policy.py +0 -240
  21. pulumi_gcp/bigquery/outputs.py +0 -44
  22. pulumi_gcp/bigquery/reservation.py +0 -84
  23. pulumi_gcp/bigquery/table.py +0 -98
  24. pulumi_gcp/billing/project_info.py +4 -2
  25. pulumi_gcp/certificateauthority/get_authority.py +0 -20
  26. pulumi_gcp/certificatemanager/get_certificate_map.py +0 -14
  27. pulumi_gcp/cloudasset/folder_feed.py +4 -2
  28. pulumi_gcp/cloudidentity/get_group_lookup.py +0 -18
  29. pulumi_gcp/cloudidentity/get_group_memberships.py +0 -14
  30. pulumi_gcp/cloudidentity/get_groups.py +0 -14
  31. pulumi_gcp/cloudrunv2/_inputs.py +25 -25
  32. pulumi_gcp/cloudrunv2/get_job.py +11 -1
  33. pulumi_gcp/cloudrunv2/get_service.py +11 -1
  34. pulumi_gcp/cloudrunv2/job.py +50 -0
  35. pulumi_gcp/cloudrunv2/outputs.py +26 -26
  36. pulumi_gcp/cloudrunv2/service.py +54 -0
  37. pulumi_gcp/compute/_inputs.py +117 -54
  38. pulumi_gcp/compute/backend_service.py +52 -0
  39. pulumi_gcp/compute/disk_async_replication.py +0 -48
  40. pulumi_gcp/compute/firewall_policy_rule.py +4 -2
  41. pulumi_gcp/compute/forwarding_rule.py +42 -0
  42. pulumi_gcp/compute/get_backend_bucket.py +0 -14
  43. pulumi_gcp/compute/get_backend_service.py +0 -20
  44. pulumi_gcp/compute/get_certificate.py +0 -20
  45. pulumi_gcp/compute/get_forwarding_rule.py +11 -15
  46. pulumi_gcp/compute/get_forwarding_rules.py +0 -16
  47. pulumi_gcp/compute/get_global_forwarding_rule.py +0 -14
  48. pulumi_gcp/compute/get_hc_vpn_gateway.py +0 -14
  49. pulumi_gcp/compute/get_health_check.py +0 -14
  50. pulumi_gcp/compute/get_lbip_ranges.py +0 -32
  51. pulumi_gcp/compute/get_netblock_ip_ranges.py +0 -52
  52. pulumi_gcp/compute/get_network.py +0 -14
  53. pulumi_gcp/compute/get_networks.py +0 -14
  54. pulumi_gcp/compute/get_region_ssl_certificate.py +0 -20
  55. pulumi_gcp/compute/get_ssl_policy.py +0 -14
  56. pulumi_gcp/compute/get_vpn_gateway.py +0 -14
  57. pulumi_gcp/compute/global_address.py +8 -4
  58. pulumi_gcp/compute/global_forwarding_rule.py +7 -0
  59. pulumi_gcp/compute/instance_template.py +56 -63
  60. pulumi_gcp/compute/managed_ssl_certificate.py +1 -20
  61. pulumi_gcp/compute/manged_ssl_certificate.py +1 -20
  62. pulumi_gcp/compute/network_attachment.py +8 -4
  63. pulumi_gcp/compute/node_group.py +4 -2
  64. pulumi_gcp/compute/organization_security_policy_association.py +4 -2
  65. pulumi_gcp/compute/outputs.py +101 -42
  66. pulumi_gcp/compute/project_cloud_armor_tier.py +4 -2
  67. pulumi_gcp/compute/region_backend_service.py +36 -7
  68. pulumi_gcp/compute/region_instance_template.py +56 -7
  69. pulumi_gcp/compute/region_ssl_certificate.py +49 -7
  70. pulumi_gcp/compute/ssl_certificate.py +49 -7
  71. pulumi_gcp/compute/subnetwork.py +193 -23
  72. pulumi_gcp/config/__init__.pyi +3 -5
  73. pulumi_gcp/config/vars.py +6 -10
  74. pulumi_gcp/container/_inputs.py +19 -41
  75. pulumi_gcp/container/cluster.py +79 -0
  76. pulumi_gcp/container/get_cluster.py +21 -25
  77. pulumi_gcp/container/get_engine_versions.py +8 -2
  78. pulumi_gcp/container/outputs.py +17 -40
  79. pulumi_gcp/dataproc/get_metastore_service.py +0 -16
  80. pulumi_gcp/diagflow/intent.py +4 -2
  81. pulumi_gcp/dns/get_record_set.py +0 -20
  82. pulumi_gcp/edgenetwork/network.py +83 -0
  83. pulumi_gcp/edgenetwork/subnet.py +83 -0
  84. pulumi_gcp/filestore/get_instance.py +0 -20
  85. pulumi_gcp/firebase/database_instance.py +2 -0
  86. pulumi_gcp/firebase/hosting_custom_domain.py +4 -2
  87. pulumi_gcp/firebase/hosting_version.py +4 -2
  88. pulumi_gcp/firebase/project.py +2 -0
  89. pulumi_gcp/firestore/document.py +8 -4
  90. pulumi_gcp/folder/access_approval_settings.py +12 -6
  91. pulumi_gcp/gkeonprem/_inputs.py +11 -11
  92. pulumi_gcp/gkeonprem/outputs.py +9 -9
  93. pulumi_gcp/gkeonprem/v_mware_cluster.py +31 -31
  94. pulumi_gcp/gkeonprem/v_mware_node_pool.py +186 -0
  95. pulumi_gcp/iam/access_boundary_policy.py +4 -2
  96. pulumi_gcp/iam/deny_policy.py +4 -2
  97. pulumi_gcp/iam/get_workload_identity_pool.py +0 -14
  98. pulumi_gcp/iam/get_workload_identity_pool_provider.py +0 -16
  99. pulumi_gcp/iap/brand.py +4 -2
  100. pulumi_gcp/iap/client.py +4 -2
  101. pulumi_gcp/iap/get_client.py +0 -18
  102. pulumi_gcp/identityplatform/__init__.py +0 -1
  103. pulumi_gcp/identityplatform/_inputs.py +0 -396
  104. pulumi_gcp/identityplatform/config.py +2 -0
  105. pulumi_gcp/identityplatform/outputs.py +0 -313
  106. pulumi_gcp/integrationconnectors/managed_zone.py +4 -2
  107. pulumi_gcp/kms/__init__.py +4 -0
  108. pulumi_gcp/kms/_inputs.py +130 -0
  109. pulumi_gcp/kms/autokey_config.py +6 -2
  110. pulumi_gcp/kms/ekm_connection_iam_binding.py +1097 -0
  111. pulumi_gcp/kms/ekm_connection_iam_member.py +1097 -0
  112. pulumi_gcp/kms/ekm_connection_iam_policy.py +916 -0
  113. pulumi_gcp/kms/get_ekm_connection_iam_policy.py +177 -0
  114. pulumi_gcp/kms/key_handle.py +8 -2
  115. pulumi_gcp/kms/outputs.py +76 -0
  116. pulumi_gcp/logging/folder_settings.py +4 -2
  117. pulumi_gcp/monitoring/get_secret_version.py +2 -2
  118. pulumi_gcp/monitoring/monitored_project.py +4 -2
  119. pulumi_gcp/networksecurity/firewall_endpoint_association.py +12 -44
  120. pulumi_gcp/networkservices/_inputs.py +23 -0
  121. pulumi_gcp/networkservices/outputs.py +17 -1
  122. pulumi_gcp/networkservices/tcp_route.py +2 -0
  123. pulumi_gcp/organizations/access_approval_settings.py +4 -2
  124. pulumi_gcp/organizations/folder.py +35 -1
  125. pulumi_gcp/organizations/get_active_folder.py +0 -16
  126. pulumi_gcp/organizations/get_client_config.py +16 -15
  127. pulumi_gcp/organizations/get_folder.py +11 -1
  128. pulumi_gcp/organizations/get_project.py +3 -13
  129. pulumi_gcp/organizations/project.py +3 -87
  130. pulumi_gcp/orgpolicy/policy.py +12 -6
  131. pulumi_gcp/projects/api_key.py +2 -52
  132. pulumi_gcp/provider.py +32 -52
  133. pulumi_gcp/pubsub/topic.py +1 -1
  134. pulumi_gcp/pulumi-plugin.json +1 -1
  135. pulumi_gcp/redis/cluster.py +58 -0
  136. pulumi_gcp/redis/get_instance.py +0 -20
  137. pulumi_gcp/resourcemanager/lien.py +4 -2
  138. pulumi_gcp/secretmanager/get_secret_version.py +2 -2
  139. pulumi_gcp/securitycenter/__init__.py +1 -0
  140. pulumi_gcp/securitycenter/folder_custom_module.py +8 -4
  141. pulumi_gcp/securitycenter/management_folder_security_health_analytics_custom_module.py +8 -4
  142. pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +862 -0
  143. pulumi_gcp/serviceusage/consumer_quota_override.py +12 -6
  144. pulumi_gcp/spanner/get_instance.py +0 -14
  145. pulumi_gcp/sql/_inputs.py +3 -36
  146. pulumi_gcp/sql/outputs.py +6 -49
  147. pulumi_gcp/storage/_inputs.py +23 -23
  148. pulumi_gcp/storage/bucket.py +6 -6
  149. pulumi_gcp/storage/outputs.py +27 -27
  150. pulumi_gcp/tags/get_tag_key.py +0 -30
  151. pulumi_gcp/tags/get_tag_keys.py +0 -26
  152. pulumi_gcp/tags/get_tag_value.py +0 -16
  153. pulumi_gcp/tags/get_tag_values.py +0 -14
  154. pulumi_gcp/tags/tag_binding.py +4 -2
  155. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -2
  156. pulumi_gcp/vmwareengine/network.py +4 -2
  157. pulumi_gcp/vpcaccess/connector.py +14 -6
  158. pulumi_gcp/vpcaccess/get_connector.py +6 -2
  159. {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0a1.dist-info}/METADATA +1 -1
  160. {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0a1.dist-info}/RECORD +162 -162
  161. pulumi_gcp/datastore/__init__.py +0 -10
  162. pulumi_gcp/datastore/_inputs.py +0 -76
  163. pulumi_gcp/datastore/data_store_index.py +0 -515
  164. pulumi_gcp/datastore/outputs.py +0 -51
  165. pulumi_gcp/identityplatform/project_default_config.py +0 -357
  166. {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0a1.dist-info}/WHEEL +0 -0
  167. {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0a1.dist-info}/top_level.txt +0 -0
@@ -190,8 +190,6 @@ class IamPolicy(pulumi.CustomResource):
190
190
 
191
191
  > **Note:** `bigquery.IamBinding` resources **can be** used in conjunction with `bigquery.IamMember` resources **only if** they do not grant privilege to the same role.
192
192
 
193
- > **Note:** This resource supports IAM Conditions but they have some known limitations which can be found [here](https://cloud.google.com/iam/docs/conditions-overview#limitations). Please review this article if you are having issues with IAM Conditions.
194
-
195
193
  ## bigquery.IamPolicy
196
194
 
197
195
  ```python
@@ -209,27 +207,6 @@ class IamPolicy(pulumi.CustomResource):
209
207
  policy_data=admin.policy_data)
210
208
  ```
211
209
 
212
- With IAM Conditions:
213
-
214
- ```python
215
- import pulumi
216
- import pulumi_gcp as gcp
217
-
218
- admin = gcp.organizations.get_iam_policy(bindings=[{
219
- "role": "roles/bigquery.dataOwner",
220
- "members": ["user:jane@example.com"],
221
- "condition": {
222
- "title": "expires_after_2019_12_31",
223
- "description": "Expiring at midnight of 2019-12-31",
224
- "expression": "request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
225
- },
226
- }])
227
- policy = gcp.bigquery.IamPolicy("policy",
228
- project=test["project"],
229
- dataset_id=test["datasetId"],
230
- table_id=test["tableId"],
231
- policy_data=admin.policy_data)
232
- ```
233
210
  ## bigquery.IamBinding
234
211
 
235
212
  ```python
@@ -244,24 +221,6 @@ class IamPolicy(pulumi.CustomResource):
244
221
  members=["user:jane@example.com"])
245
222
  ```
246
223
 
247
- With IAM Conditions:
248
-
249
- ```python
250
- import pulumi
251
- import pulumi_gcp as gcp
252
-
253
- binding = gcp.bigquery.IamBinding("binding",
254
- project=test["project"],
255
- dataset_id=test["datasetId"],
256
- table_id=test["tableId"],
257
- role="roles/bigquery.dataOwner",
258
- members=["user:jane@example.com"],
259
- condition={
260
- "title": "expires_after_2019_12_31",
261
- "description": "Expiring at midnight of 2019-12-31",
262
- "expression": "request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
263
- })
264
- ```
265
224
  ## bigquery.IamMember
266
225
 
267
226
  ```python
@@ -276,25 +235,6 @@ class IamPolicy(pulumi.CustomResource):
276
235
  member="user:jane@example.com")
277
236
  ```
278
237
 
279
- With IAM Conditions:
280
-
281
- ```python
282
- import pulumi
283
- import pulumi_gcp as gcp
284
-
285
- member = gcp.bigquery.IamMember("member",
286
- project=test["project"],
287
- dataset_id=test["datasetId"],
288
- table_id=test["tableId"],
289
- role="roles/bigquery.dataOwner",
290
- member="user:jane@example.com",
291
- condition={
292
- "title": "expires_after_2019_12_31",
293
- "description": "Expiring at midnight of 2019-12-31",
294
- "expression": "request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
295
- })
296
- ```
297
-
298
238
  ## This resource supports User Project Overrides.
299
239
 
300
240
  -
@@ -314,8 +254,6 @@ class IamPolicy(pulumi.CustomResource):
314
254
 
315
255
  > **Note:** `bigquery.IamBinding` resources **can be** used in conjunction with `bigquery.IamMember` resources **only if** they do not grant privilege to the same role.
316
256
 
317
- > **Note:** This resource supports IAM Conditions but they have some known limitations which can be found [here](https://cloud.google.com/iam/docs/conditions-overview#limitations). Please review this article if you are having issues with IAM Conditions.
318
-
319
257
  ## bigquery.IamPolicy
320
258
 
321
259
  ```python
@@ -333,27 +271,6 @@ class IamPolicy(pulumi.CustomResource):
333
271
  policy_data=admin.policy_data)
334
272
  ```
335
273
 
336
- With IAM Conditions:
337
-
338
- ```python
339
- import pulumi
340
- import pulumi_gcp as gcp
341
-
342
- admin = gcp.organizations.get_iam_policy(bindings=[{
343
- "role": "roles/bigquery.dataOwner",
344
- "members": ["user:jane@example.com"],
345
- "condition": {
346
- "title": "expires_after_2019_12_31",
347
- "description": "Expiring at midnight of 2019-12-31",
348
- "expression": "request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
349
- },
350
- }])
351
- policy = gcp.bigquery.IamPolicy("policy",
352
- project=test["project"],
353
- dataset_id=test["datasetId"],
354
- table_id=test["tableId"],
355
- policy_data=admin.policy_data)
356
- ```
357
274
  ## bigquery.IamBinding
358
275
 
359
276
  ```python
@@ -368,24 +285,6 @@ class IamPolicy(pulumi.CustomResource):
368
285
  members=["user:jane@example.com"])
369
286
  ```
370
287
 
371
- With IAM Conditions:
372
-
373
- ```python
374
- import pulumi
375
- import pulumi_gcp as gcp
376
-
377
- binding = gcp.bigquery.IamBinding("binding",
378
- project=test["project"],
379
- dataset_id=test["datasetId"],
380
- table_id=test["tableId"],
381
- role="roles/bigquery.dataOwner",
382
- members=["user:jane@example.com"],
383
- condition={
384
- "title": "expires_after_2019_12_31",
385
- "description": "Expiring at midnight of 2019-12-31",
386
- "expression": "request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
387
- })
388
- ```
389
288
  ## bigquery.IamMember
390
289
 
391
290
  ```python
@@ -400,25 +299,6 @@ class IamPolicy(pulumi.CustomResource):
400
299
  member="user:jane@example.com")
401
300
  ```
402
301
 
403
- With IAM Conditions:
404
-
405
- ```python
406
- import pulumi
407
- import pulumi_gcp as gcp
408
-
409
- member = gcp.bigquery.IamMember("member",
410
- project=test["project"],
411
- dataset_id=test["datasetId"],
412
- table_id=test["tableId"],
413
- role="roles/bigquery.dataOwner",
414
- member="user:jane@example.com",
415
- condition={
416
- "title": "expires_after_2019_12_31",
417
- "description": "Expiring at midnight of 2019-12-31",
418
- "expression": "request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
419
- })
420
- ```
421
-
422
302
  ## Import
423
303
 
424
304
  For all import syntaxes, the "resource in question" can take any of the following forms:
@@ -485,8 +365,6 @@ class IamPolicy(pulumi.CustomResource):
485
365
 
486
366
  > **Note:** `bigquery.IamBinding` resources **can be** used in conjunction with `bigquery.IamMember` resources **only if** they do not grant privilege to the same role.
487
367
 
488
- > **Note:** This resource supports IAM Conditions but they have some known limitations which can be found [here](https://cloud.google.com/iam/docs/conditions-overview#limitations). Please review this article if you are having issues with IAM Conditions.
489
-
490
368
  ## bigquery.IamPolicy
491
369
 
492
370
  ```python
@@ -504,27 +382,6 @@ class IamPolicy(pulumi.CustomResource):
504
382
  policy_data=admin.policy_data)
505
383
  ```
506
384
 
507
- With IAM Conditions:
508
-
509
- ```python
510
- import pulumi
511
- import pulumi_gcp as gcp
512
-
513
- admin = gcp.organizations.get_iam_policy(bindings=[{
514
- "role": "roles/bigquery.dataOwner",
515
- "members": ["user:jane@example.com"],
516
- "condition": {
517
- "title": "expires_after_2019_12_31",
518
- "description": "Expiring at midnight of 2019-12-31",
519
- "expression": "request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
520
- },
521
- }])
522
- policy = gcp.bigquery.IamPolicy("policy",
523
- project=test["project"],
524
- dataset_id=test["datasetId"],
525
- table_id=test["tableId"],
526
- policy_data=admin.policy_data)
527
- ```
528
385
  ## bigquery.IamBinding
529
386
 
530
387
  ```python
@@ -539,24 +396,6 @@ class IamPolicy(pulumi.CustomResource):
539
396
  members=["user:jane@example.com"])
540
397
  ```
541
398
 
542
- With IAM Conditions:
543
-
544
- ```python
545
- import pulumi
546
- import pulumi_gcp as gcp
547
-
548
- binding = gcp.bigquery.IamBinding("binding",
549
- project=test["project"],
550
- dataset_id=test["datasetId"],
551
- table_id=test["tableId"],
552
- role="roles/bigquery.dataOwner",
553
- members=["user:jane@example.com"],
554
- condition={
555
- "title": "expires_after_2019_12_31",
556
- "description": "Expiring at midnight of 2019-12-31",
557
- "expression": "request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
558
- })
559
- ```
560
399
  ## bigquery.IamMember
561
400
 
562
401
  ```python
@@ -571,25 +410,6 @@ class IamPolicy(pulumi.CustomResource):
571
410
  member="user:jane@example.com")
572
411
  ```
573
412
 
574
- With IAM Conditions:
575
-
576
- ```python
577
- import pulumi
578
- import pulumi_gcp as gcp
579
-
580
- member = gcp.bigquery.IamMember("member",
581
- project=test["project"],
582
- dataset_id=test["datasetId"],
583
- table_id=test["tableId"],
584
- role="roles/bigquery.dataOwner",
585
- member="user:jane@example.com",
586
- condition={
587
- "title": "expires_after_2019_12_31",
588
- "description": "Expiring at midnight of 2019-12-31",
589
- "expression": "request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
590
- })
591
- ```
592
-
593
413
  ## This resource supports User Project Overrides.
594
414
 
595
415
  -
@@ -609,8 +429,6 @@ class IamPolicy(pulumi.CustomResource):
609
429
 
610
430
  > **Note:** `bigquery.IamBinding` resources **can be** used in conjunction with `bigquery.IamMember` resources **only if** they do not grant privilege to the same role.
611
431
 
612
- > **Note:** This resource supports IAM Conditions but they have some known limitations which can be found [here](https://cloud.google.com/iam/docs/conditions-overview#limitations). Please review this article if you are having issues with IAM Conditions.
613
-
614
432
  ## bigquery.IamPolicy
615
433
 
616
434
  ```python
@@ -628,27 +446,6 @@ class IamPolicy(pulumi.CustomResource):
628
446
  policy_data=admin.policy_data)
629
447
  ```
630
448
 
631
- With IAM Conditions:
632
-
633
- ```python
634
- import pulumi
635
- import pulumi_gcp as gcp
636
-
637
- admin = gcp.organizations.get_iam_policy(bindings=[{
638
- "role": "roles/bigquery.dataOwner",
639
- "members": ["user:jane@example.com"],
640
- "condition": {
641
- "title": "expires_after_2019_12_31",
642
- "description": "Expiring at midnight of 2019-12-31",
643
- "expression": "request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
644
- },
645
- }])
646
- policy = gcp.bigquery.IamPolicy("policy",
647
- project=test["project"],
648
- dataset_id=test["datasetId"],
649
- table_id=test["tableId"],
650
- policy_data=admin.policy_data)
651
- ```
652
449
  ## bigquery.IamBinding
653
450
 
654
451
  ```python
@@ -663,24 +460,6 @@ class IamPolicy(pulumi.CustomResource):
663
460
  members=["user:jane@example.com"])
664
461
  ```
665
462
 
666
- With IAM Conditions:
667
-
668
- ```python
669
- import pulumi
670
- import pulumi_gcp as gcp
671
-
672
- binding = gcp.bigquery.IamBinding("binding",
673
- project=test["project"],
674
- dataset_id=test["datasetId"],
675
- table_id=test["tableId"],
676
- role="roles/bigquery.dataOwner",
677
- members=["user:jane@example.com"],
678
- condition={
679
- "title": "expires_after_2019_12_31",
680
- "description": "Expiring at midnight of 2019-12-31",
681
- "expression": "request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
682
- })
683
- ```
684
463
  ## bigquery.IamMember
685
464
 
686
465
  ```python
@@ -695,25 +474,6 @@ class IamPolicy(pulumi.CustomResource):
695
474
  member="user:jane@example.com")
696
475
  ```
697
476
 
698
- With IAM Conditions:
699
-
700
- ```python
701
- import pulumi
702
- import pulumi_gcp as gcp
703
-
704
- member = gcp.bigquery.IamMember("member",
705
- project=test["project"],
706
- dataset_id=test["datasetId"],
707
- table_id=test["tableId"],
708
- role="roles/bigquery.dataOwner",
709
- member="user:jane@example.com",
710
- condition={
711
- "title": "expires_after_2019_12_31",
712
- "description": "Expiring at midnight of 2019-12-31",
713
- "expression": "request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
714
- })
715
- ```
716
-
717
477
  ## Import
718
478
 
719
479
  For all import syntaxes, the "resource in question" can take any of the following forms:
@@ -1763,15 +1763,6 @@ class IamBindingCondition(dict):
1763
1763
  expression: str,
1764
1764
  title: str,
1765
1765
  description: Optional[str] = None):
1766
- """
1767
- :param str expression: Textual representation of an expression in Common Expression Language syntax.
1768
- :param str title: A title for the expression, i.e. a short string describing its purpose.
1769
- :param str description: An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
1770
-
1771
- > **Warning:** This provider considers the `role` and condition contents (`title`+`description`+`expression`) as the
1772
- identifier for the binding. This means that if any part of the condition is changed out-of-band, this provider will
1773
- consider it to be an entirely different resource and will treat it as such.
1774
- """
1775
1766
  pulumi.set(__self__, "expression", expression)
1776
1767
  pulumi.set(__self__, "title", title)
1777
1768
  if description is not None:
@@ -1780,29 +1771,16 @@ class IamBindingCondition(dict):
1780
1771
  @property
1781
1772
  @pulumi.getter
1782
1773
  def expression(self) -> str:
1783
- """
1784
- Textual representation of an expression in Common Expression Language syntax.
1785
- """
1786
1774
  return pulumi.get(self, "expression")
1787
1775
 
1788
1776
  @property
1789
1777
  @pulumi.getter
1790
1778
  def title(self) -> str:
1791
- """
1792
- A title for the expression, i.e. a short string describing its purpose.
1793
- """
1794
1779
  return pulumi.get(self, "title")
1795
1780
 
1796
1781
  @property
1797
1782
  @pulumi.getter
1798
1783
  def description(self) -> Optional[str]:
1799
- """
1800
- An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
1801
-
1802
- > **Warning:** This provider considers the `role` and condition contents (`title`+`description`+`expression`) as the
1803
- identifier for the binding. This means that if any part of the condition is changed out-of-band, this provider will
1804
- consider it to be an entirely different resource and will treat it as such.
1805
- """
1806
1784
  return pulumi.get(self, "description")
1807
1785
 
1808
1786
 
@@ -1812,15 +1790,6 @@ class IamMemberCondition(dict):
1812
1790
  expression: str,
1813
1791
  title: str,
1814
1792
  description: Optional[str] = None):
1815
- """
1816
- :param str expression: Textual representation of an expression in Common Expression Language syntax.
1817
- :param str title: A title for the expression, i.e. a short string describing its purpose.
1818
- :param str description: An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
1819
-
1820
- > **Warning:** This provider considers the `role` and condition contents (`title`+`description`+`expression`) as the
1821
- identifier for the binding. This means that if any part of the condition is changed out-of-band, this provider will
1822
- consider it to be an entirely different resource and will treat it as such.
1823
- """
1824
1793
  pulumi.set(__self__, "expression", expression)
1825
1794
  pulumi.set(__self__, "title", title)
1826
1795
  if description is not None:
@@ -1829,29 +1798,16 @@ class IamMemberCondition(dict):
1829
1798
  @property
1830
1799
  @pulumi.getter
1831
1800
  def expression(self) -> str:
1832
- """
1833
- Textual representation of an expression in Common Expression Language syntax.
1834
- """
1835
1801
  return pulumi.get(self, "expression")
1836
1802
 
1837
1803
  @property
1838
1804
  @pulumi.getter
1839
1805
  def title(self) -> str:
1840
- """
1841
- A title for the expression, i.e. a short string describing its purpose.
1842
- """
1843
1806
  return pulumi.get(self, "title")
1844
1807
 
1845
1808
  @property
1846
1809
  @pulumi.getter
1847
1810
  def description(self) -> Optional[str]:
1848
- """
1849
- An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
1850
-
1851
- > **Warning:** This provider considers the `role` and condition contents (`title`+`description`+`expression`) as the
1852
- identifier for the binding. This means that if any part of the condition is changed out-of-band, this provider will
1853
- consider it to be an entirely different resource and will treat it as such.
1854
- """
1855
1811
  return pulumi.get(self, "description")
1856
1812
 
1857
1813
 
@@ -27,7 +27,6 @@ class ReservationArgs:
27
27
  edition: Optional[pulumi.Input[str]] = None,
28
28
  ignore_idle_slots: Optional[pulumi.Input[bool]] = None,
29
29
  location: Optional[pulumi.Input[str]] = None,
30
- multi_region_auxiliary: Optional[pulumi.Input[bool]] = None,
31
30
  name: Optional[pulumi.Input[str]] = None,
32
31
  project: Optional[pulumi.Input[str]] = None):
33
32
  """
@@ -43,11 +42,6 @@ class ReservationArgs:
43
42
  capacity specified above at most.
44
43
  :param pulumi.Input[str] location: The geographic location where the transfer config should reside.
45
44
  Examples: US, EU, asia-northeast1. The default value is US.
46
- :param pulumi.Input[bool] multi_region_auxiliary: (Optional, Deprecated)
47
- Applicable only for reservations located within one of the BigQuery multi-regions (US or EU).
48
- If set to true, this reservation is placed in the organization's secondary region which is designated for disaster recovery purposes. If false, this reservation is placed in the organization's default region.
49
-
50
- > **Warning:** `multi_region_auxiliary` is deprecated and will be removed in a future major release. This field is no longer supported by the BigQuery Reservation API.
51
45
  :param pulumi.Input[str] name: The name of the reservation. This field must only contain alphanumeric characters or dash.
52
46
 
53
47
 
@@ -66,11 +60,6 @@ class ReservationArgs:
66
60
  pulumi.set(__self__, "ignore_idle_slots", ignore_idle_slots)
67
61
  if location is not None:
68
62
  pulumi.set(__self__, "location", location)
69
- if multi_region_auxiliary is not None:
70
- warnings.warn("""`multi_region_auxiliary` is deprecated and will be removed in a future major release. This field is no longer supported by the BigQuery Reservation API.""", DeprecationWarning)
71
- pulumi.log.warn("""multi_region_auxiliary is deprecated: `multi_region_auxiliary` is deprecated and will be removed in a future major release. This field is no longer supported by the BigQuery Reservation API.""")
72
- if multi_region_auxiliary is not None:
73
- pulumi.set(__self__, "multi_region_auxiliary", multi_region_auxiliary)
74
63
  if name is not None:
75
64
  pulumi.set(__self__, "name", name)
76
65
  if project is not None:
@@ -153,23 +142,6 @@ class ReservationArgs:
153
142
  def location(self, value: Optional[pulumi.Input[str]]):
154
143
  pulumi.set(self, "location", value)
155
144
 
156
- @property
157
- @pulumi.getter(name="multiRegionAuxiliary")
158
- @_utilities.deprecated("""`multi_region_auxiliary` is deprecated and will be removed in a future major release. This field is no longer supported by the BigQuery Reservation API.""")
159
- def multi_region_auxiliary(self) -> Optional[pulumi.Input[bool]]:
160
- """
161
- (Optional, Deprecated)
162
- Applicable only for reservations located within one of the BigQuery multi-regions (US or EU).
163
- If set to true, this reservation is placed in the organization's secondary region which is designated for disaster recovery purposes. If false, this reservation is placed in the organization's default region.
164
-
165
- > **Warning:** `multi_region_auxiliary` is deprecated and will be removed in a future major release. This field is no longer supported by the BigQuery Reservation API.
166
- """
167
- return pulumi.get(self, "multi_region_auxiliary")
168
-
169
- @multi_region_auxiliary.setter
170
- def multi_region_auxiliary(self, value: Optional[pulumi.Input[bool]]):
171
- pulumi.set(self, "multi_region_auxiliary", value)
172
-
173
145
  @property
174
146
  @pulumi.getter
175
147
  def name(self) -> Optional[pulumi.Input[str]]:
@@ -207,7 +179,6 @@ class _ReservationState:
207
179
  edition: Optional[pulumi.Input[str]] = None,
208
180
  ignore_idle_slots: Optional[pulumi.Input[bool]] = None,
209
181
  location: Optional[pulumi.Input[str]] = None,
210
- multi_region_auxiliary: Optional[pulumi.Input[bool]] = None,
211
182
  name: Optional[pulumi.Input[str]] = None,
212
183
  project: Optional[pulumi.Input[str]] = None,
213
184
  slot_capacity: Optional[pulumi.Input[int]] = None):
@@ -222,11 +193,6 @@ class _ReservationState:
222
193
  capacity specified above at most.
223
194
  :param pulumi.Input[str] location: The geographic location where the transfer config should reside.
224
195
  Examples: US, EU, asia-northeast1. The default value is US.
225
- :param pulumi.Input[bool] multi_region_auxiliary: (Optional, Deprecated)
226
- Applicable only for reservations located within one of the BigQuery multi-regions (US or EU).
227
- If set to true, this reservation is placed in the organization's secondary region which is designated for disaster recovery purposes. If false, this reservation is placed in the organization's default region.
228
-
229
- > **Warning:** `multi_region_auxiliary` is deprecated and will be removed in a future major release. This field is no longer supported by the BigQuery Reservation API.
230
196
  :param pulumi.Input[str] name: The name of the reservation. This field must only contain alphanumeric characters or dash.
231
197
 
232
198
 
@@ -246,11 +212,6 @@ class _ReservationState:
246
212
  pulumi.set(__self__, "ignore_idle_slots", ignore_idle_slots)
247
213
  if location is not None:
248
214
  pulumi.set(__self__, "location", location)
249
- if multi_region_auxiliary is not None:
250
- warnings.warn("""`multi_region_auxiliary` is deprecated and will be removed in a future major release. This field is no longer supported by the BigQuery Reservation API.""", DeprecationWarning)
251
- pulumi.log.warn("""multi_region_auxiliary is deprecated: `multi_region_auxiliary` is deprecated and will be removed in a future major release. This field is no longer supported by the BigQuery Reservation API.""")
252
- if multi_region_auxiliary is not None:
253
- pulumi.set(__self__, "multi_region_auxiliary", multi_region_auxiliary)
254
215
  if name is not None:
255
216
  pulumi.set(__self__, "name", name)
256
217
  if project is not None:
@@ -322,23 +283,6 @@ class _ReservationState:
322
283
  def location(self, value: Optional[pulumi.Input[str]]):
323
284
  pulumi.set(self, "location", value)
324
285
 
325
- @property
326
- @pulumi.getter(name="multiRegionAuxiliary")
327
- @_utilities.deprecated("""`multi_region_auxiliary` is deprecated and will be removed in a future major release. This field is no longer supported by the BigQuery Reservation API.""")
328
- def multi_region_auxiliary(self) -> Optional[pulumi.Input[bool]]:
329
- """
330
- (Optional, Deprecated)
331
- Applicable only for reservations located within one of the BigQuery multi-regions (US or EU).
332
- If set to true, this reservation is placed in the organization's secondary region which is designated for disaster recovery purposes. If false, this reservation is placed in the organization's default region.
333
-
334
- > **Warning:** `multi_region_auxiliary` is deprecated and will be removed in a future major release. This field is no longer supported by the BigQuery Reservation API.
335
- """
336
- return pulumi.get(self, "multi_region_auxiliary")
337
-
338
- @multi_region_auxiliary.setter
339
- def multi_region_auxiliary(self, value: Optional[pulumi.Input[bool]]):
340
- pulumi.set(self, "multi_region_auxiliary", value)
341
-
342
286
  @property
343
287
  @pulumi.getter
344
288
  def name(self) -> Optional[pulumi.Input[str]]:
@@ -391,7 +335,6 @@ class Reservation(pulumi.CustomResource):
391
335
  edition: Optional[pulumi.Input[str]] = None,
392
336
  ignore_idle_slots: Optional[pulumi.Input[bool]] = None,
393
337
  location: Optional[pulumi.Input[str]] = None,
394
- multi_region_auxiliary: Optional[pulumi.Input[bool]] = None,
395
338
  name: Optional[pulumi.Input[str]] = None,
396
339
  project: Optional[pulumi.Input[str]] = None,
397
340
  slot_capacity: Optional[pulumi.Input[int]] = None,
@@ -460,11 +403,6 @@ class Reservation(pulumi.CustomResource):
460
403
  capacity specified above at most.
461
404
  :param pulumi.Input[str] location: The geographic location where the transfer config should reside.
462
405
  Examples: US, EU, asia-northeast1. The default value is US.
463
- :param pulumi.Input[bool] multi_region_auxiliary: (Optional, Deprecated)
464
- Applicable only for reservations located within one of the BigQuery multi-regions (US or EU).
465
- If set to true, this reservation is placed in the organization's secondary region which is designated for disaster recovery purposes. If false, this reservation is placed in the organization's default region.
466
-
467
- > **Warning:** `multi_region_auxiliary` is deprecated and will be removed in a future major release. This field is no longer supported by the BigQuery Reservation API.
468
406
  :param pulumi.Input[str] name: The name of the reservation. This field must only contain alphanumeric characters or dash.
469
407
 
470
408
 
@@ -553,7 +491,6 @@ class Reservation(pulumi.CustomResource):
553
491
  edition: Optional[pulumi.Input[str]] = None,
554
492
  ignore_idle_slots: Optional[pulumi.Input[bool]] = None,
555
493
  location: Optional[pulumi.Input[str]] = None,
556
- multi_region_auxiliary: Optional[pulumi.Input[bool]] = None,
557
494
  name: Optional[pulumi.Input[str]] = None,
558
495
  project: Optional[pulumi.Input[str]] = None,
559
496
  slot_capacity: Optional[pulumi.Input[int]] = None,
@@ -571,7 +508,6 @@ class Reservation(pulumi.CustomResource):
571
508
  __props__.__dict__["edition"] = edition
572
509
  __props__.__dict__["ignore_idle_slots"] = ignore_idle_slots
573
510
  __props__.__dict__["location"] = location
574
- __props__.__dict__["multi_region_auxiliary"] = multi_region_auxiliary
575
511
  __props__.__dict__["name"] = name
576
512
  __props__.__dict__["project"] = project
577
513
  if slot_capacity is None and not opts.urn:
@@ -592,7 +528,6 @@ class Reservation(pulumi.CustomResource):
592
528
  edition: Optional[pulumi.Input[str]] = None,
593
529
  ignore_idle_slots: Optional[pulumi.Input[bool]] = None,
594
530
  location: Optional[pulumi.Input[str]] = None,
595
- multi_region_auxiliary: Optional[pulumi.Input[bool]] = None,
596
531
  name: Optional[pulumi.Input[str]] = None,
597
532
  project: Optional[pulumi.Input[str]] = None,
598
533
  slot_capacity: Optional[pulumi.Input[int]] = None) -> 'Reservation':
@@ -612,11 +547,6 @@ class Reservation(pulumi.CustomResource):
612
547
  capacity specified above at most.
613
548
  :param pulumi.Input[str] location: The geographic location where the transfer config should reside.
614
549
  Examples: US, EU, asia-northeast1. The default value is US.
615
- :param pulumi.Input[bool] multi_region_auxiliary: (Optional, Deprecated)
616
- Applicable only for reservations located within one of the BigQuery multi-regions (US or EU).
617
- If set to true, this reservation is placed in the organization's secondary region which is designated for disaster recovery purposes. If false, this reservation is placed in the organization's default region.
618
-
619
- > **Warning:** `multi_region_auxiliary` is deprecated and will be removed in a future major release. This field is no longer supported by the BigQuery Reservation API.
620
550
  :param pulumi.Input[str] name: The name of the reservation. This field must only contain alphanumeric characters or dash.
621
551
 
622
552
 
@@ -635,7 +565,6 @@ class Reservation(pulumi.CustomResource):
635
565
  __props__.__dict__["edition"] = edition
636
566
  __props__.__dict__["ignore_idle_slots"] = ignore_idle_slots
637
567
  __props__.__dict__["location"] = location
638
- __props__.__dict__["multi_region_auxiliary"] = multi_region_auxiliary
639
568
  __props__.__dict__["name"] = name
640
569
  __props__.__dict__["project"] = project
641
570
  __props__.__dict__["slot_capacity"] = slot_capacity
@@ -685,19 +614,6 @@ class Reservation(pulumi.CustomResource):
685
614
  """
686
615
  return pulumi.get(self, "location")
687
616
 
688
- @property
689
- @pulumi.getter(name="multiRegionAuxiliary")
690
- @_utilities.deprecated("""`multi_region_auxiliary` is deprecated and will be removed in a future major release. This field is no longer supported by the BigQuery Reservation API.""")
691
- def multi_region_auxiliary(self) -> pulumi.Output[Optional[bool]]:
692
- """
693
- (Optional, Deprecated)
694
- Applicable only for reservations located within one of the BigQuery multi-regions (US or EU).
695
- If set to true, this reservation is placed in the organization's secondary region which is designated for disaster recovery purposes. If false, this reservation is placed in the organization's default region.
696
-
697
- > **Warning:** `multi_region_auxiliary` is deprecated and will be removed in a future major release. This field is no longer supported by the BigQuery Reservation API.
698
- """
699
- return pulumi.get(self, "multi_region_auxiliary")
700
-
701
617
  @property
702
618
  @pulumi.getter
703
619
  def name(self) -> pulumi.Output[str]: