pulumi-gcp 7.29.0__py3-none-any.whl → 7.29.0a1719036462__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 (172) hide show
  1. pulumi_gcp/__init__.py +0 -8
  2. pulumi_gcp/_utilities.py +0 -35
  3. pulumi_gcp/activedirectory/domain.py +14 -14
  4. pulumi_gcp/activedirectory/domain_trust.py +14 -14
  5. pulumi_gcp/alloydb/backup.py +8 -8
  6. pulumi_gcp/alloydb/cluster.py +17 -11
  7. pulumi_gcp/alloydb/instance.py +8 -8
  8. pulumi_gcp/alloydb/user.py +8 -8
  9. pulumi_gcp/apigee/addons_config.py +4 -4
  10. pulumi_gcp/apigee/endpoint_attachment.py +2 -2
  11. pulumi_gcp/apigee/env_group.py +2 -2
  12. pulumi_gcp/apigee/environment.py +2 -2
  13. pulumi_gcp/apigee/instance.py +8 -8
  14. pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +10 -10
  15. pulumi_gcp/apigee/nat_address.py +2 -2
  16. pulumi_gcp/apigee/organization.py +6 -6
  17. pulumi_gcp/apigee/sync_authorization.py +4 -4
  18. pulumi_gcp/apigee/target_server.py +10 -10
  19. pulumi_gcp/apphub/service.py +20 -20
  20. pulumi_gcp/apphub/service_project_attachment.py +8 -8
  21. pulumi_gcp/applicationintegration/auth_config.py +2 -2
  22. pulumi_gcp/applicationintegration/client.py +18 -6
  23. pulumi_gcp/artifactregistry/__init__.py +0 -1
  24. pulumi_gcp/artifactregistry/_inputs.py +4 -4
  25. pulumi_gcp/artifactregistry/outputs.py +6 -6
  26. pulumi_gcp/artifactregistry/repository.py +10 -10
  27. pulumi_gcp/backupdisasterrecovery/management_server.py +2 -2
  28. pulumi_gcp/bigquery/_inputs.py +6 -2
  29. pulumi_gcp/bigquery/data_transfer_config.py +4 -4
  30. pulumi_gcp/bigquery/dataset.py +0 -75
  31. pulumi_gcp/bigquery/get_dataset.py +1 -11
  32. pulumi_gcp/bigquery/job.py +6 -6
  33. pulumi_gcp/bigquery/outputs.py +6 -2
  34. pulumi_gcp/bigtable/_inputs.py +3 -1
  35. pulumi_gcp/bigtable/instance.py +9 -3
  36. pulumi_gcp/bigtable/outputs.py +3 -1
  37. pulumi_gcp/billing/_inputs.py +0 -22
  38. pulumi_gcp/billing/budget.py +0 -50
  39. pulumi_gcp/billing/outputs.py +0 -20
  40. pulumi_gcp/certificateauthority/authority.py +2 -2
  41. pulumi_gcp/certificateauthority/certificate.py +4 -4
  42. pulumi_gcp/certificatemanager/_inputs.py +6 -2
  43. pulumi_gcp/certificatemanager/certificate.py +4 -4
  44. pulumi_gcp/certificatemanager/certificate_issuance_config.py +2 -2
  45. pulumi_gcp/certificatemanager/outputs.py +6 -2
  46. pulumi_gcp/cloudbuild/bitbucket_server_config.py +6 -6
  47. pulumi_gcp/cloudbuild/trigger.py +2 -2
  48. pulumi_gcp/cloudbuild/worker_pool.py +6 -6
  49. pulumi_gcp/cloudbuildv2/connection.py +2 -2
  50. pulumi_gcp/cloudbuildv2/repository.py +2 -2
  51. pulumi_gcp/cloudfunctionsv2/function.py +28 -28
  52. pulumi_gcp/cloudids/endpoint.py +2 -2
  53. pulumi_gcp/cloudrun/_inputs.py +9 -3
  54. pulumi_gcp/cloudrun/outputs.py +9 -3
  55. pulumi_gcp/cloudrunv2/get_job.py +1 -21
  56. pulumi_gcp/cloudrunv2/job.py +19 -163
  57. pulumi_gcp/cloudrunv2/service.py +8 -8
  58. pulumi_gcp/compute/_inputs.py +0 -83
  59. pulumi_gcp/compute/disk.py +9 -3
  60. pulumi_gcp/compute/firewall.py +9 -3
  61. pulumi_gcp/compute/forwarding_rule.py +22 -22
  62. pulumi_gcp/compute/outputs.py +1 -166
  63. pulumi_gcp/compute/packet_mirroring.py +2 -2
  64. pulumi_gcp/compute/project_cloud_armor_tier.py +2 -2
  65. pulumi_gcp/compute/region_disk.py +9 -3
  66. pulumi_gcp/compute/region_security_policy_rule.py +2 -2
  67. pulumi_gcp/compute/route.py +2 -2
  68. pulumi_gcp/compute/subnetwork.py +6 -2
  69. pulumi_gcp/compute/target_instance.py +2 -2
  70. pulumi_gcp/compute/vpn_gateway.py +2 -2
  71. pulumi_gcp/compute/vpn_tunnel.py +2 -2
  72. pulumi_gcp/container/_inputs.py +6 -2
  73. pulumi_gcp/container/outputs.py +6 -2
  74. pulumi_gcp/databasemigrationservice/connection_profile.py +16 -16
  75. pulumi_gcp/datacatalog/policy_tag.py +2 -2
  76. pulumi_gcp/datafusion/instance.py +8 -4
  77. pulumi_gcp/dataplex/asset.py +2 -2
  78. pulumi_gcp/dataplex/datascan.py +2 -2
  79. pulumi_gcp/dataproc/_inputs.py +0 -100
  80. pulumi_gcp/dataproc/metastore_service.py +0 -172
  81. pulumi_gcp/dataproc/outputs.py +1 -192
  82. pulumi_gcp/dataproc/workflow_template.py +9 -3
  83. pulumi_gcp/datastore/data_store_index.py +2 -2
  84. pulumi_gcp/datastream/stream.py +6 -6
  85. pulumi_gcp/diagflow/entity_type.py +2 -2
  86. pulumi_gcp/diagflow/fulfillment.py +2 -2
  87. pulumi_gcp/diagflow/intent.py +4 -4
  88. pulumi_gcp/edgecontainer/node_pool.py +2 -2
  89. pulumi_gcp/edgecontainer/vpn_connection.py +2 -2
  90. pulumi_gcp/eventarc/channel.py +2 -2
  91. pulumi_gcp/eventarc/google_channel_config.py +2 -2
  92. pulumi_gcp/filestore/instance.py +9 -3
  93. pulumi_gcp/firebase/app_check_app_attest_config.py +8 -8
  94. pulumi_gcp/firebase/app_check_debug_token.py +4 -4
  95. pulumi_gcp/firebase/app_check_device_check_config.py +4 -4
  96. pulumi_gcp/firebase/app_check_play_integrity_config.py +8 -8
  97. pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +4 -4
  98. pulumi_gcp/firebase/app_check_recaptcha_v3_config.py +4 -4
  99. pulumi_gcp/firebase/app_check_service_config.py +6 -6
  100. pulumi_gcp/firebase/database_instance.py +2 -2
  101. pulumi_gcp/firestore/database.py +4 -4
  102. pulumi_gcp/firestore/document.py +12 -12
  103. pulumi_gcp/folder/access_approval_settings.py +2 -2
  104. pulumi_gcp/gkehub/_inputs.py +8 -4
  105. pulumi_gcp/gkehub/membership.py +9 -3
  106. pulumi_gcp/gkehub/membership_binding.py +4 -4
  107. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  108. pulumi_gcp/gkehub/namespace.py +2 -2
  109. pulumi_gcp/gkehub/outputs.py +8 -4
  110. pulumi_gcp/gkehub/scope_rbac_role_binding.py +2 -2
  111. pulumi_gcp/healthcare/fhir_store.py +9 -3
  112. pulumi_gcp/healthcare/hl7_store.py +9 -3
  113. pulumi_gcp/integrationconnectors/connection.py +2 -2
  114. pulumi_gcp/integrationconnectors/managed_zone.py +6 -6
  115. pulumi_gcp/kms/_inputs.py +3 -1
  116. pulumi_gcp/kms/autokey_config.py +16 -16
  117. pulumi_gcp/kms/key_handle.py +22 -22
  118. pulumi_gcp/kms/outputs.py +3 -1
  119. pulumi_gcp/logging/folder_settings.py +2 -2
  120. pulumi_gcp/logging/linked_dataset.py +2 -2
  121. pulumi_gcp/logging/organization_settings.py +2 -2
  122. pulumi_gcp/logging/project_bucket_config.py +2 -2
  123. pulumi_gcp/looker/instance.py +2 -2
  124. pulumi_gcp/netapp/volume_replication.py +2 -2
  125. pulumi_gcp/netapp/volume_snapshot.py +2 -2
  126. pulumi_gcp/networkconnectivity/internal_range.py +2 -2
  127. pulumi_gcp/networksecurity/gateway_security_policy.py +4 -4
  128. pulumi_gcp/networksecurity/tls_inspection_policy.py +4 -4
  129. pulumi_gcp/networkservices/gateway.py +6 -6
  130. pulumi_gcp/organizations/access_approval_settings.py +2 -2
  131. pulumi_gcp/parallelstore/instance.py +2 -2
  132. pulumi_gcp/projects/access_approval_settings.py +11 -5
  133. pulumi_gcp/pubsub/_inputs.py +0 -40
  134. pulumi_gcp/pubsub/outputs.py +0 -66
  135. pulumi_gcp/pubsub/schema.py +2 -2
  136. pulumi_gcp/pubsub/subscription.py +8 -174
  137. pulumi_gcp/pubsub/topic.py +2 -2
  138. pulumi_gcp/pulumi-plugin.json +1 -1
  139. pulumi_gcp/redis/cluster.py +4 -4
  140. pulumi_gcp/redis/get_instance.py +1 -11
  141. pulumi_gcp/redis/instance.py +2 -49
  142. pulumi_gcp/secretmanager/secret.py +2 -2
  143. pulumi_gcp/securesourcemanager/instance.py +6 -6
  144. pulumi_gcp/securitycenter/instance_iam_binding.py +2 -2
  145. pulumi_gcp/securitycenter/instance_iam_member.py +2 -2
  146. pulumi_gcp/securitycenter/instance_iam_policy.py +2 -2
  147. pulumi_gcp/servicenetworking/__init__.py +0 -1
  148. pulumi_gcp/sql/_inputs.py +3 -1
  149. pulumi_gcp/sql/database_instance.py +2 -2
  150. pulumi_gcp/sql/outputs.py +3 -1
  151. pulumi_gcp/sql/user.py +7 -21
  152. pulumi_gcp/storage/get_project_service_account.py +2 -2
  153. pulumi_gcp/storage/insights_report_config.py +2 -2
  154. pulumi_gcp/storage/notification.py +2 -2
  155. pulumi_gcp/storage/transfer_agent_pool.py +2 -2
  156. pulumi_gcp/storage/transfer_job.py +4 -4
  157. pulumi_gcp/tpu/v2_vm.py +4 -4
  158. pulumi_gcp/vertex/_inputs.py +3 -1
  159. pulumi_gcp/vertex/ai_endpoint.py +2 -2
  160. pulumi_gcp/vertex/ai_feature_online_store.py +9 -3
  161. pulumi_gcp/vertex/ai_index_endpoint.py +2 -2
  162. pulumi_gcp/vertex/ai_tensorboard.py +2 -2
  163. pulumi_gcp/vertex/outputs.py +3 -1
  164. pulumi_gcp/vmwareengine/external_address.py +2 -2
  165. pulumi_gcp/vmwareengine/network.py +4 -4
  166. pulumi_gcp/vpcaccess/connector.py +8 -2
  167. {pulumi_gcp-7.29.0.dist-info → pulumi_gcp-7.29.0a1719036462.dist-info}/METADATA +1 -1
  168. {pulumi_gcp-7.29.0.dist-info → pulumi_gcp-7.29.0a1719036462.dist-info}/RECORD +170 -172
  169. {pulumi_gcp-7.29.0.dist-info → pulumi_gcp-7.29.0a1719036462.dist-info}/WHEEL +1 -1
  170. pulumi_gcp/artifactregistry/get_docker_image.py +0 -244
  171. pulumi_gcp/servicenetworking/vpc_service_controls.py +0 -511
  172. {pulumi_gcp-7.29.0.dist-info → pulumi_gcp-7.29.0a1719036462.dist-info}/top_level.txt +0 -0
@@ -805,7 +805,7 @@ class Route(pulumi.CustomResource):
805
805
  "tag1",
806
806
  "tag2",
807
807
  ],
808
- opts = pulumi.ResourceOptions(depends_on=[
808
+ opts=pulumi.ResourceOptions(depends_on=[
809
809
  peering1,
810
810
  peering2,
811
811
  ]))
@@ -1044,7 +1044,7 @@ class Route(pulumi.CustomResource):
1044
1044
  "tag1",
1045
1045
  "tag2",
1046
1046
  ],
1047
- opts = pulumi.ResourceOptions(depends_on=[
1047
+ opts=pulumi.ResourceOptions(depends_on=[
1048
1048
  peering1,
1049
1049
  peering2,
1050
1050
  ]))
@@ -561,11 +561,13 @@ class _SubnetworkState:
561
561
 
562
562
  @property
563
563
  @pulumi.getter
564
- @_utilities.deprecated("""This field is not useful for users, and has been removed as an output.""")
565
564
  def fingerprint(self) -> Optional[pulumi.Input[str]]:
566
565
  """
567
566
  Fingerprint of this resource. This field is used internally during updates of this resource.
568
567
  """
568
+ warnings.warn("""This field is not useful for users, and has been removed as an output.""", DeprecationWarning)
569
+ pulumi.log.warn("""fingerprint is deprecated: This field is not useful for users, and has been removed as an output.""")
570
+
569
571
  return pulumi.get(self, "fingerprint")
570
572
 
571
573
  @fingerprint.setter
@@ -1522,11 +1524,13 @@ class Subnetwork(pulumi.CustomResource):
1522
1524
 
1523
1525
  @property
1524
1526
  @pulumi.getter
1525
- @_utilities.deprecated("""This field is not useful for users, and has been removed as an output.""")
1526
1527
  def fingerprint(self) -> pulumi.Output[str]:
1527
1528
  """
1528
1529
  Fingerprint of this resource. This field is used internally during updates of this resource.
1529
1530
  """
1531
+ warnings.warn("""This field is not useful for users, and has been removed as an output.""", DeprecationWarning)
1532
+ pulumi.log.warn("""fingerprint is deprecated: This field is not useful for users, and has been removed as an output.""")
1533
+
1530
1534
  return pulumi.get(self, "fingerprint")
1531
1535
 
1532
1536
  @property
@@ -517,7 +517,7 @@ class TargetInstance(pulumi.CustomResource):
517
517
  region="southamerica-west1",
518
518
  description="basic security policy for target instance",
519
519
  type="CLOUD_ARMOR_NETWORK",
520
- opts = pulumi.ResourceOptions(depends_on=[edge_sec_service]))
520
+ opts=pulumi.ResourceOptions(depends_on=[edge_sec_service]))
521
521
  default_target_instance = gcp.compute.TargetInstance("default",
522
522
  name="target-instance",
523
523
  zone="southamerica-west1-a",
@@ -707,7 +707,7 @@ class TargetInstance(pulumi.CustomResource):
707
707
  region="southamerica-west1",
708
708
  description="basic security policy for target instance",
709
709
  type="CLOUD_ARMOR_NETWORK",
710
- opts = pulumi.ResourceOptions(depends_on=[edge_sec_service]))
710
+ opts=pulumi.ResourceOptions(depends_on=[edge_sec_service]))
711
711
  default_target_instance = gcp.compute.TargetInstance("default",
712
712
  name="target-instance",
713
713
  zone="southamerica-west1-a",
@@ -331,7 +331,7 @@ class VPNGateway(pulumi.CustomResource):
331
331
  peer_ip="15.0.0.120",
332
332
  shared_secret="a secret message",
333
333
  target_vpn_gateway=target_gateway.id,
334
- opts = pulumi.ResourceOptions(depends_on=[
334
+ opts=pulumi.ResourceOptions(depends_on=[
335
335
  fr_esp,
336
336
  fr_udp500,
337
337
  fr_udp4500,
@@ -444,7 +444,7 @@ class VPNGateway(pulumi.CustomResource):
444
444
  peer_ip="15.0.0.120",
445
445
  shared_secret="a secret message",
446
446
  target_vpn_gateway=target_gateway.id,
447
- opts = pulumi.ResourceOptions(depends_on=[
447
+ opts=pulumi.ResourceOptions(depends_on=[
448
448
  fr_esp,
449
449
  fr_udp500,
450
450
  fr_udp4500,
@@ -885,7 +885,7 @@ class VPNTunnel(pulumi.CustomResource):
885
885
  labels={
886
886
  "foo": "bar",
887
887
  },
888
- opts = pulumi.ResourceOptions(depends_on=[
888
+ opts=pulumi.ResourceOptions(depends_on=[
889
889
  fr_esp,
890
890
  fr_udp500,
891
891
  fr_udp4500,
@@ -1030,7 +1030,7 @@ class VPNTunnel(pulumi.CustomResource):
1030
1030
  labels={
1031
1031
  "foo": "bar",
1032
1032
  },
1033
- opts = pulumi.ResourceOptions(depends_on=[
1033
+ opts=pulumi.ResourceOptions(depends_on=[
1034
1034
  fr_esp,
1035
1035
  fr_udp500,
1036
1036
  fr_udp4500,
@@ -3769,11 +3769,13 @@ class ClusterBinaryAuthorizationArgs:
3769
3769
 
3770
3770
  @property
3771
3771
  @pulumi.getter
3772
- @_utilities.deprecated("""Deprecated in favor of evaluation_mode.""")
3773
3772
  def enabled(self) -> Optional[pulumi.Input[bool]]:
3774
3773
  """
3775
3774
  Enable Binary Authorization for this cluster.
3776
3775
  """
3776
+ warnings.warn("""Deprecated in favor of evaluation_mode.""", DeprecationWarning)
3777
+ pulumi.log.warn("""enabled is deprecated: Deprecated in favor of evaluation_mode.""")
3778
+
3777
3779
  return pulumi.get(self, "enabled")
3778
3780
 
3779
3781
  @enabled.setter
@@ -5652,11 +5654,13 @@ class ClusterMonitoringConfigAdvancedDatapathObservabilityConfigArgs:
5652
5654
 
5653
5655
  @property
5654
5656
  @pulumi.getter(name="relayMode")
5655
- @_utilities.deprecated("""Deprecated in favor of enable_relay field. Remove this attribute's configuration as this field will be removed in the next major release and enable_relay will become a required field.""")
5656
5657
  def relay_mode(self) -> Optional[pulumi.Input[str]]:
5657
5658
  """
5658
5659
  Mode used to make Relay available.
5659
5660
  """
5661
+ warnings.warn("""Deprecated in favor of enable_relay field. Remove this attribute's configuration as this field will be removed in the next major release and enable_relay will become a required field.""", DeprecationWarning)
5662
+ pulumi.log.warn("""relay_mode is deprecated: Deprecated in favor of enable_relay field. Remove this attribute's configuration as this field will be removed in the next major release and enable_relay will become a required field.""")
5663
+
5660
5664
  return pulumi.get(self, "relay_mode")
5661
5665
 
5662
5666
  @relay_mode.setter
@@ -4309,11 +4309,13 @@ class ClusterBinaryAuthorization(dict):
4309
4309
 
4310
4310
  @property
4311
4311
  @pulumi.getter
4312
- @_utilities.deprecated("""Deprecated in favor of evaluation_mode.""")
4313
4312
  def enabled(self) -> Optional[bool]:
4314
4313
  """
4315
4314
  Enable Binary Authorization for this cluster.
4316
4315
  """
4316
+ warnings.warn("""Deprecated in favor of evaluation_mode.""", DeprecationWarning)
4317
+ pulumi.log.warn("""enabled is deprecated: Deprecated in favor of evaluation_mode.""")
4318
+
4317
4319
  return pulumi.get(self, "enabled")
4318
4320
 
4319
4321
  @property
@@ -6372,11 +6374,13 @@ class ClusterMonitoringConfigAdvancedDatapathObservabilityConfig(dict):
6372
6374
 
6373
6375
  @property
6374
6376
  @pulumi.getter(name="relayMode")
6375
- @_utilities.deprecated("""Deprecated in favor of enable_relay field. Remove this attribute's configuration as this field will be removed in the next major release and enable_relay will become a required field.""")
6376
6377
  def relay_mode(self) -> Optional[str]:
6377
6378
  """
6378
6379
  Mode used to make Relay available.
6379
6380
  """
6381
+ warnings.warn("""Deprecated in favor of enable_relay field. Remove this attribute's configuration as this field will be removed in the next major release and enable_relay will become a required field.""", DeprecationWarning)
6382
+ pulumi.log.warn("""relay_mode is deprecated: Deprecated in favor of enable_relay field. Remove this attribute's configuration as this field will be removed in the next major release and enable_relay will become a required field.""")
6383
+
6380
6384
  return pulumi.get(self, "relay_mode")
6381
6385
 
6382
6386
 
@@ -557,12 +557,12 @@ class ConnectionProfile(pulumi.CustomResource):
557
557
  sql_client_cert = gcp.sql.SslCert("sql_client_cert",
558
558
  common_name="my-cert",
559
559
  instance=cloudsqldb.name,
560
- opts = pulumi.ResourceOptions(depends_on=[cloudsqldb]))
560
+ opts=pulumi.ResourceOptions(depends_on=[cloudsqldb]))
561
561
  sqldb_user = gcp.sql.User("sqldb_user",
562
562
  name="my-username",
563
563
  instance=cloudsqldb.name,
564
564
  password="my-password",
565
- opts = pulumi.ResourceOptions(depends_on=[sql_client_cert]))
565
+ opts=pulumi.ResourceOptions(depends_on=[sql_client_cert]))
566
566
  cloudsqlprofile = gcp.databasemigrationservice.ConnectionProfile("cloudsqlprofile",
567
567
  location="us-central1",
568
568
  connection_profile_id="my-fromprofileid",
@@ -582,7 +582,7 @@ class ConnectionProfile(pulumi.CustomResource):
582
582
  ),
583
583
  cloud_sql_id="my-database",
584
584
  ),
585
- opts = pulumi.ResourceOptions(depends_on=[sqldb_user]))
585
+ opts=pulumi.ResourceOptions(depends_on=[sqldb_user]))
586
586
  cloudsqlprofile_destination = gcp.databasemigrationservice.ConnectionProfile("cloudsqlprofile_destination",
587
587
  location="us-central1",
588
588
  connection_profile_id="my-toprofileid",
@@ -612,7 +612,7 @@ class ConnectionProfile(pulumi.CustomResource):
612
612
  root_password="testpasscloudsql",
613
613
  ),
614
614
  ),
615
- opts = pulumi.ResourceOptions(depends_on=[cloudsqlprofile]))
615
+ opts=pulumi.ResourceOptions(depends_on=[cloudsqlprofile]))
616
616
  ```
617
617
  ### Database Migration Service Connection Profile Postgres
618
618
 
@@ -630,12 +630,12 @@ class ConnectionProfile(pulumi.CustomResource):
630
630
  sql_client_cert = gcp.sql.SslCert("sql_client_cert",
631
631
  common_name="my-cert",
632
632
  instance=postgresqldb.name,
633
- opts = pulumi.ResourceOptions(depends_on=[postgresqldb]))
633
+ opts=pulumi.ResourceOptions(depends_on=[postgresqldb]))
634
634
  sqldb_user = gcp.sql.User("sqldb_user",
635
635
  name="my-username",
636
636
  instance=postgresqldb.name,
637
637
  password="my-password",
638
- opts = pulumi.ResourceOptions(depends_on=[sql_client_cert]))
638
+ opts=pulumi.ResourceOptions(depends_on=[sql_client_cert]))
639
639
  postgresprofile = gcp.databasemigrationservice.ConnectionProfile("postgresprofile",
640
640
  location="us-central1",
641
641
  connection_profile_id="my-profileid",
@@ -655,7 +655,7 @@ class ConnectionProfile(pulumi.CustomResource):
655
655
  ),
656
656
  cloud_sql_id="my-database",
657
657
  ),
658
- opts = pulumi.ResourceOptions(depends_on=[sqldb_user]))
658
+ opts=pulumi.ResourceOptions(depends_on=[sqldb_user]))
659
659
  ```
660
660
  ### Database Migration Service Connection Profile Oracle
661
661
 
@@ -727,7 +727,7 @@ class ConnectionProfile(pulumi.CustomResource):
727
727
  ),
728
728
  ),
729
729
  ),
730
- opts = pulumi.ResourceOptions(depends_on=[vpc_connection]))
730
+ opts=pulumi.ResourceOptions(depends_on=[vpc_connection]))
731
731
  ```
732
732
 
733
733
  ## Import
@@ -814,12 +814,12 @@ class ConnectionProfile(pulumi.CustomResource):
814
814
  sql_client_cert = gcp.sql.SslCert("sql_client_cert",
815
815
  common_name="my-cert",
816
816
  instance=cloudsqldb.name,
817
- opts = pulumi.ResourceOptions(depends_on=[cloudsqldb]))
817
+ opts=pulumi.ResourceOptions(depends_on=[cloudsqldb]))
818
818
  sqldb_user = gcp.sql.User("sqldb_user",
819
819
  name="my-username",
820
820
  instance=cloudsqldb.name,
821
821
  password="my-password",
822
- opts = pulumi.ResourceOptions(depends_on=[sql_client_cert]))
822
+ opts=pulumi.ResourceOptions(depends_on=[sql_client_cert]))
823
823
  cloudsqlprofile = gcp.databasemigrationservice.ConnectionProfile("cloudsqlprofile",
824
824
  location="us-central1",
825
825
  connection_profile_id="my-fromprofileid",
@@ -839,7 +839,7 @@ class ConnectionProfile(pulumi.CustomResource):
839
839
  ),
840
840
  cloud_sql_id="my-database",
841
841
  ),
842
- opts = pulumi.ResourceOptions(depends_on=[sqldb_user]))
842
+ opts=pulumi.ResourceOptions(depends_on=[sqldb_user]))
843
843
  cloudsqlprofile_destination = gcp.databasemigrationservice.ConnectionProfile("cloudsqlprofile_destination",
844
844
  location="us-central1",
845
845
  connection_profile_id="my-toprofileid",
@@ -869,7 +869,7 @@ class ConnectionProfile(pulumi.CustomResource):
869
869
  root_password="testpasscloudsql",
870
870
  ),
871
871
  ),
872
- opts = pulumi.ResourceOptions(depends_on=[cloudsqlprofile]))
872
+ opts=pulumi.ResourceOptions(depends_on=[cloudsqlprofile]))
873
873
  ```
874
874
  ### Database Migration Service Connection Profile Postgres
875
875
 
@@ -887,12 +887,12 @@ class ConnectionProfile(pulumi.CustomResource):
887
887
  sql_client_cert = gcp.sql.SslCert("sql_client_cert",
888
888
  common_name="my-cert",
889
889
  instance=postgresqldb.name,
890
- opts = pulumi.ResourceOptions(depends_on=[postgresqldb]))
890
+ opts=pulumi.ResourceOptions(depends_on=[postgresqldb]))
891
891
  sqldb_user = gcp.sql.User("sqldb_user",
892
892
  name="my-username",
893
893
  instance=postgresqldb.name,
894
894
  password="my-password",
895
- opts = pulumi.ResourceOptions(depends_on=[sql_client_cert]))
895
+ opts=pulumi.ResourceOptions(depends_on=[sql_client_cert]))
896
896
  postgresprofile = gcp.databasemigrationservice.ConnectionProfile("postgresprofile",
897
897
  location="us-central1",
898
898
  connection_profile_id="my-profileid",
@@ -912,7 +912,7 @@ class ConnectionProfile(pulumi.CustomResource):
912
912
  ),
913
913
  cloud_sql_id="my-database",
914
914
  ),
915
- opts = pulumi.ResourceOptions(depends_on=[sqldb_user]))
915
+ opts=pulumi.ResourceOptions(depends_on=[sqldb_user]))
916
916
  ```
917
917
  ### Database Migration Service Connection Profile Oracle
918
918
 
@@ -984,7 +984,7 @@ class ConnectionProfile(pulumi.CustomResource):
984
984
  ),
985
985
  ),
986
986
  ),
987
- opts = pulumi.ResourceOptions(depends_on=[vpc_connection]))
987
+ opts=pulumi.ResourceOptions(depends_on=[vpc_connection]))
988
988
  ```
989
989
 
990
990
  ## Import
@@ -287,7 +287,7 @@ class PolicyTag(pulumi.CustomResource):
287
287
  display_name="dob",
288
288
  description="The users date of birth",
289
289
  parent_policy_tag=parent_policy.id,
290
- opts = pulumi.ResourceOptions(depends_on=[child_policy]))
290
+ opts=pulumi.ResourceOptions(depends_on=[child_policy]))
291
291
  ```
292
292
 
293
293
  ## Import
@@ -375,7 +375,7 @@ class PolicyTag(pulumi.CustomResource):
375
375
  display_name="dob",
376
376
  description="The users date of birth",
377
377
  parent_policy_tag=parent_policy.id,
378
- opts = pulumi.ResourceOptions(depends_on=[child_policy]))
378
+ opts=pulumi.ResourceOptions(depends_on=[child_policy]))
379
379
  ```
380
380
 
381
381
  ## Import
@@ -823,11 +823,13 @@ class _InstanceState:
823
823
 
824
824
  @property
825
825
  @pulumi.getter(name="serviceAccount")
826
- @_utilities.deprecated("""`service_account` is deprecated and will be removed in a future major release. Instead, use `tenant_project_id` to extract the tenant project ID.""")
827
826
  def service_account(self) -> Optional[pulumi.Input[str]]:
828
827
  """
829
828
  Service account which will be used to access resources in the customer project.
830
829
  """
830
+ warnings.warn("""`service_account` is deprecated and will be removed in a future major release. Instead, use `tenant_project_id` to extract the tenant project ID.""", DeprecationWarning)
831
+ pulumi.log.warn("""service_account is deprecated: `service_account` is deprecated and will be removed in a future major release. Instead, use `tenant_project_id` to extract the tenant project ID.""")
832
+
831
833
  return pulumi.get(self, "service_account")
832
834
 
833
835
  @service_account.setter
@@ -1057,7 +1059,7 @@ class Instance(pulumi.CustomResource):
1057
1059
  crypto_key_config=gcp.datafusion.InstanceCryptoKeyConfigArgs(
1058
1060
  key_reference=crypto_key.id,
1059
1061
  ),
1060
- opts = pulumi.ResourceOptions(depends_on=[crypto_key_member]))
1062
+ opts=pulumi.ResourceOptions(depends_on=[crypto_key_member]))
1061
1063
  ```
1062
1064
  ### Data Fusion Instance Enterprise
1063
1065
 
@@ -1266,7 +1268,7 @@ class Instance(pulumi.CustomResource):
1266
1268
  crypto_key_config=gcp.datafusion.InstanceCryptoKeyConfigArgs(
1267
1269
  key_reference=crypto_key.id,
1268
1270
  ),
1269
- opts = pulumi.ResourceOptions(depends_on=[crypto_key_member]))
1271
+ opts=pulumi.ResourceOptions(depends_on=[crypto_key_member]))
1270
1272
  ```
1271
1273
  ### Data Fusion Instance Enterprise
1272
1274
 
@@ -1759,11 +1761,13 @@ class Instance(pulumi.CustomResource):
1759
1761
 
1760
1762
  @property
1761
1763
  @pulumi.getter(name="serviceAccount")
1762
- @_utilities.deprecated("""`service_account` is deprecated and will be removed in a future major release. Instead, use `tenant_project_id` to extract the tenant project ID.""")
1763
1764
  def service_account(self) -> pulumi.Output[str]:
1764
1765
  """
1765
1766
  Service account which will be used to access resources in the customer project.
1766
1767
  """
1768
+ warnings.warn("""`service_account` is deprecated and will be removed in a future major release. Instead, use `tenant_project_id` to extract the tenant project ID.""", DeprecationWarning)
1769
+ pulumi.log.warn("""service_account is deprecated: `service_account` is deprecated and will be removed in a future major release. Instead, use `tenant_project_id` to extract the tenant project ID.""")
1770
+
1767
1771
  return pulumi.get(self, "service_account")
1768
1772
 
1769
1773
  @property
@@ -560,7 +560,7 @@ class Asset(pulumi.CustomResource):
560
560
  "my-asset": "exists",
561
561
  },
562
562
  project="my-project-name",
563
- opts = pulumi.ResourceOptions(depends_on=[basic_bucket]))
563
+ opts=pulumi.ResourceOptions(depends_on=[basic_bucket]))
564
564
  ```
565
565
 
566
566
  ## Import
@@ -656,7 +656,7 @@ class Asset(pulumi.CustomResource):
656
656
  "my-asset": "exists",
657
657
  },
658
658
  project="my-project-name",
659
- opts = pulumi.ResourceOptions(depends_on=[basic_bucket]))
659
+ opts=pulumi.ResourceOptions(depends_on=[basic_bucket]))
660
660
  ```
661
661
 
662
662
  ## Import
@@ -594,7 +594,7 @@ class Datascan(pulumi.CustomResource):
594
594
  ),
595
595
  ),
596
596
  project="my-project-name",
597
- opts = pulumi.ResourceOptions(depends_on=[source]))
597
+ opts=pulumi.ResourceOptions(depends_on=[source]))
598
598
  ```
599
599
  ### Dataplex Datascan Basic Quality
600
600
 
@@ -854,7 +854,7 @@ class Datascan(pulumi.CustomResource):
854
854
  ),
855
855
  ),
856
856
  project="my-project-name",
857
- opts = pulumi.ResourceOptions(depends_on=[source]))
857
+ opts=pulumi.ResourceOptions(depends_on=[source]))
858
858
  ```
859
859
  ### Dataplex Datascan Basic Quality
860
860
 
@@ -96,8 +96,6 @@ __all__ = [
96
96
  'MetastoreServiceNetworkConfigArgs',
97
97
  'MetastoreServiceNetworkConfigConsumerArgs',
98
98
  'MetastoreServiceScalingConfigArgs',
99
- 'MetastoreServiceScalingConfigAutoscalingConfigArgs',
100
- 'MetastoreServiceScalingConfigAutoscalingConfigLimitConfigArgs',
101
99
  'MetastoreServiceScheduledBackupArgs',
102
100
  'MetastoreServiceTelemetryConfigArgs',
103
101
  'WorkflowTemplateJobArgs',
@@ -5739,36 +5737,18 @@ class MetastoreServiceNetworkConfigConsumerArgs:
5739
5737
  @pulumi.input_type
5740
5738
  class MetastoreServiceScalingConfigArgs:
5741
5739
  def __init__(__self__, *,
5742
- autoscaling_config: Optional[pulumi.Input['MetastoreServiceScalingConfigAutoscalingConfigArgs']] = None,
5743
5740
  instance_size: Optional[pulumi.Input[str]] = None,
5744
5741
  scaling_factor: Optional[pulumi.Input[float]] = None):
5745
5742
  """
5746
- :param pulumi.Input['MetastoreServiceScalingConfigAutoscalingConfigArgs'] autoscaling_config: Represents the autoscaling configuration of a metastore service.
5747
- Structure is documented below.
5748
5743
  :param pulumi.Input[str] instance_size: Metastore instance sizes.
5749
5744
  Possible values are: `EXTRA_SMALL`, `SMALL`, `MEDIUM`, `LARGE`, `EXTRA_LARGE`.
5750
5745
  :param pulumi.Input[float] scaling_factor: Scaling factor, in increments of 0.1 for values less than 1.0, and increments of 1.0 for values greater than 1.0.
5751
5746
  """
5752
- if autoscaling_config is not None:
5753
- pulumi.set(__self__, "autoscaling_config", autoscaling_config)
5754
5747
  if instance_size is not None:
5755
5748
  pulumi.set(__self__, "instance_size", instance_size)
5756
5749
  if scaling_factor is not None:
5757
5750
  pulumi.set(__self__, "scaling_factor", scaling_factor)
5758
5751
 
5759
- @property
5760
- @pulumi.getter(name="autoscalingConfig")
5761
- def autoscaling_config(self) -> Optional[pulumi.Input['MetastoreServiceScalingConfigAutoscalingConfigArgs']]:
5762
- """
5763
- Represents the autoscaling configuration of a metastore service.
5764
- Structure is documented below.
5765
- """
5766
- return pulumi.get(self, "autoscaling_config")
5767
-
5768
- @autoscaling_config.setter
5769
- def autoscaling_config(self, value: Optional[pulumi.Input['MetastoreServiceScalingConfigAutoscalingConfigArgs']]):
5770
- pulumi.set(self, "autoscaling_config", value)
5771
-
5772
5752
  @property
5773
5753
  @pulumi.getter(name="instanceSize")
5774
5754
  def instance_size(self) -> Optional[pulumi.Input[str]]:
@@ -5795,86 +5775,6 @@ class MetastoreServiceScalingConfigArgs:
5795
5775
  pulumi.set(self, "scaling_factor", value)
5796
5776
 
5797
5777
 
5798
- @pulumi.input_type
5799
- class MetastoreServiceScalingConfigAutoscalingConfigArgs:
5800
- def __init__(__self__, *,
5801
- autoscaling_enabled: Optional[pulumi.Input[bool]] = None,
5802
- limit_config: Optional[pulumi.Input['MetastoreServiceScalingConfigAutoscalingConfigLimitConfigArgs']] = None):
5803
- """
5804
- :param pulumi.Input[bool] autoscaling_enabled: Defines whether autoscaling is enabled. The default value is false.
5805
- :param pulumi.Input['MetastoreServiceScalingConfigAutoscalingConfigLimitConfigArgs'] limit_config: Represents the limit configuration of a metastore service.
5806
- Structure is documented below.
5807
- """
5808
- if autoscaling_enabled is not None:
5809
- pulumi.set(__self__, "autoscaling_enabled", autoscaling_enabled)
5810
- if limit_config is not None:
5811
- pulumi.set(__self__, "limit_config", limit_config)
5812
-
5813
- @property
5814
- @pulumi.getter(name="autoscalingEnabled")
5815
- def autoscaling_enabled(self) -> Optional[pulumi.Input[bool]]:
5816
- """
5817
- Defines whether autoscaling is enabled. The default value is false.
5818
- """
5819
- return pulumi.get(self, "autoscaling_enabled")
5820
-
5821
- @autoscaling_enabled.setter
5822
- def autoscaling_enabled(self, value: Optional[pulumi.Input[bool]]):
5823
- pulumi.set(self, "autoscaling_enabled", value)
5824
-
5825
- @property
5826
- @pulumi.getter(name="limitConfig")
5827
- def limit_config(self) -> Optional[pulumi.Input['MetastoreServiceScalingConfigAutoscalingConfigLimitConfigArgs']]:
5828
- """
5829
- Represents the limit configuration of a metastore service.
5830
- Structure is documented below.
5831
- """
5832
- return pulumi.get(self, "limit_config")
5833
-
5834
- @limit_config.setter
5835
- def limit_config(self, value: Optional[pulumi.Input['MetastoreServiceScalingConfigAutoscalingConfigLimitConfigArgs']]):
5836
- pulumi.set(self, "limit_config", value)
5837
-
5838
-
5839
- @pulumi.input_type
5840
- class MetastoreServiceScalingConfigAutoscalingConfigLimitConfigArgs:
5841
- def __init__(__self__, *,
5842
- max_scaling_factor: Optional[pulumi.Input[float]] = None,
5843
- min_scaling_factor: Optional[pulumi.Input[float]] = None):
5844
- """
5845
- :param pulumi.Input[float] max_scaling_factor: The maximum scaling factor that the service will autoscale to. The default value is 6.0.
5846
- :param pulumi.Input[float] min_scaling_factor: The minimum scaling factor that the service will autoscale to. The default value is 0.1.
5847
- """
5848
- if max_scaling_factor is not None:
5849
- pulumi.set(__self__, "max_scaling_factor", max_scaling_factor)
5850
- if min_scaling_factor is not None:
5851
- pulumi.set(__self__, "min_scaling_factor", min_scaling_factor)
5852
-
5853
- @property
5854
- @pulumi.getter(name="maxScalingFactor")
5855
- def max_scaling_factor(self) -> Optional[pulumi.Input[float]]:
5856
- """
5857
- The maximum scaling factor that the service will autoscale to. The default value is 6.0.
5858
- """
5859
- return pulumi.get(self, "max_scaling_factor")
5860
-
5861
- @max_scaling_factor.setter
5862
- def max_scaling_factor(self, value: Optional[pulumi.Input[float]]):
5863
- pulumi.set(self, "max_scaling_factor", value)
5864
-
5865
- @property
5866
- @pulumi.getter(name="minScalingFactor")
5867
- def min_scaling_factor(self) -> Optional[pulumi.Input[float]]:
5868
- """
5869
- The minimum scaling factor that the service will autoscale to. The default value is 0.1.
5870
- """
5871
- return pulumi.get(self, "min_scaling_factor")
5872
-
5873
- @min_scaling_factor.setter
5874
- def min_scaling_factor(self, value: Optional[pulumi.Input[float]]):
5875
- pulumi.set(self, "min_scaling_factor", value)
5876
-
5877
-
5878
5778
  @pulumi.input_type
5879
5779
  class MetastoreServiceScheduledBackupArgs:
5880
5780
  def __init__(__self__, *,