pulumi-gcp 7.28.0a1718995220__py3-none-any.whl → 7.29.0__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 +8 -0
  2. pulumi_gcp/_utilities.py +35 -0
  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 +11 -17
  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 +6 -18
  23. pulumi_gcp/artifactregistry/__init__.py +1 -0
  24. pulumi_gcp/artifactregistry/_inputs.py +4 -4
  25. pulumi_gcp/artifactregistry/get_docker_image.py +244 -0
  26. pulumi_gcp/artifactregistry/outputs.py +6 -6
  27. pulumi_gcp/artifactregistry/repository.py +10 -10
  28. pulumi_gcp/backupdisasterrecovery/management_server.py +2 -2
  29. pulumi_gcp/bigquery/_inputs.py +2 -6
  30. pulumi_gcp/bigquery/data_transfer_config.py +4 -4
  31. pulumi_gcp/bigquery/dataset.py +75 -0
  32. pulumi_gcp/bigquery/get_dataset.py +11 -1
  33. pulumi_gcp/bigquery/job.py +6 -6
  34. pulumi_gcp/bigquery/outputs.py +2 -6
  35. pulumi_gcp/bigtable/_inputs.py +1 -3
  36. pulumi_gcp/bigtable/instance.py +3 -9
  37. pulumi_gcp/bigtable/outputs.py +1 -3
  38. pulumi_gcp/billing/_inputs.py +22 -0
  39. pulumi_gcp/billing/budget.py +50 -0
  40. pulumi_gcp/billing/outputs.py +20 -0
  41. pulumi_gcp/certificateauthority/authority.py +2 -2
  42. pulumi_gcp/certificateauthority/certificate.py +4 -4
  43. pulumi_gcp/certificatemanager/_inputs.py +2 -6
  44. pulumi_gcp/certificatemanager/certificate.py +4 -4
  45. pulumi_gcp/certificatemanager/certificate_issuance_config.py +2 -2
  46. pulumi_gcp/certificatemanager/outputs.py +2 -6
  47. pulumi_gcp/cloudbuild/bitbucket_server_config.py +6 -6
  48. pulumi_gcp/cloudbuild/trigger.py +2 -2
  49. pulumi_gcp/cloudbuild/worker_pool.py +6 -6
  50. pulumi_gcp/cloudbuildv2/connection.py +2 -2
  51. pulumi_gcp/cloudbuildv2/repository.py +2 -2
  52. pulumi_gcp/cloudfunctionsv2/function.py +28 -28
  53. pulumi_gcp/cloudids/endpoint.py +2 -2
  54. pulumi_gcp/cloudrun/_inputs.py +3 -9
  55. pulumi_gcp/cloudrun/outputs.py +3 -9
  56. pulumi_gcp/cloudrunv2/get_job.py +21 -1
  57. pulumi_gcp/cloudrunv2/job.py +163 -19
  58. pulumi_gcp/cloudrunv2/service.py +8 -8
  59. pulumi_gcp/compute/_inputs.py +83 -0
  60. pulumi_gcp/compute/disk.py +3 -9
  61. pulumi_gcp/compute/firewall.py +3 -9
  62. pulumi_gcp/compute/forwarding_rule.py +22 -22
  63. pulumi_gcp/compute/outputs.py +166 -1
  64. pulumi_gcp/compute/packet_mirroring.py +2 -2
  65. pulumi_gcp/compute/project_cloud_armor_tier.py +2 -2
  66. pulumi_gcp/compute/region_disk.py +3 -9
  67. pulumi_gcp/compute/region_security_policy_rule.py +2 -2
  68. pulumi_gcp/compute/route.py +2 -2
  69. pulumi_gcp/compute/subnetwork.py +2 -6
  70. pulumi_gcp/compute/target_instance.py +2 -2
  71. pulumi_gcp/compute/vpn_gateway.py +2 -2
  72. pulumi_gcp/compute/vpn_tunnel.py +2 -2
  73. pulumi_gcp/container/_inputs.py +2 -6
  74. pulumi_gcp/container/outputs.py +2 -6
  75. pulumi_gcp/databasemigrationservice/connection_profile.py +16 -16
  76. pulumi_gcp/datacatalog/policy_tag.py +2 -2
  77. pulumi_gcp/datafusion/instance.py +4 -8
  78. pulumi_gcp/dataplex/asset.py +2 -2
  79. pulumi_gcp/dataplex/datascan.py +2 -2
  80. pulumi_gcp/dataproc/_inputs.py +100 -0
  81. pulumi_gcp/dataproc/metastore_service.py +172 -0
  82. pulumi_gcp/dataproc/outputs.py +192 -1
  83. pulumi_gcp/dataproc/workflow_template.py +3 -9
  84. pulumi_gcp/datastore/data_store_index.py +2 -2
  85. pulumi_gcp/datastream/stream.py +6 -6
  86. pulumi_gcp/diagflow/entity_type.py +2 -2
  87. pulumi_gcp/diagflow/fulfillment.py +2 -2
  88. pulumi_gcp/diagflow/intent.py +4 -4
  89. pulumi_gcp/edgecontainer/node_pool.py +2 -2
  90. pulumi_gcp/edgecontainer/vpn_connection.py +2 -2
  91. pulumi_gcp/eventarc/channel.py +2 -2
  92. pulumi_gcp/eventarc/google_channel_config.py +2 -2
  93. pulumi_gcp/filestore/instance.py +3 -9
  94. pulumi_gcp/firebase/app_check_app_attest_config.py +8 -8
  95. pulumi_gcp/firebase/app_check_debug_token.py +4 -4
  96. pulumi_gcp/firebase/app_check_device_check_config.py +4 -4
  97. pulumi_gcp/firebase/app_check_play_integrity_config.py +8 -8
  98. pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +4 -4
  99. pulumi_gcp/firebase/app_check_recaptcha_v3_config.py +4 -4
  100. pulumi_gcp/firebase/app_check_service_config.py +6 -6
  101. pulumi_gcp/firebase/database_instance.py +2 -2
  102. pulumi_gcp/firestore/database.py +4 -4
  103. pulumi_gcp/firestore/document.py +12 -12
  104. pulumi_gcp/folder/access_approval_settings.py +2 -2
  105. pulumi_gcp/gkehub/_inputs.py +4 -8
  106. pulumi_gcp/gkehub/membership.py +3 -9
  107. pulumi_gcp/gkehub/membership_binding.py +4 -4
  108. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  109. pulumi_gcp/gkehub/namespace.py +2 -2
  110. pulumi_gcp/gkehub/outputs.py +4 -8
  111. pulumi_gcp/gkehub/scope_rbac_role_binding.py +2 -2
  112. pulumi_gcp/healthcare/fhir_store.py +3 -9
  113. pulumi_gcp/healthcare/hl7_store.py +3 -9
  114. pulumi_gcp/integrationconnectors/connection.py +2 -2
  115. pulumi_gcp/integrationconnectors/managed_zone.py +6 -6
  116. pulumi_gcp/kms/_inputs.py +1 -3
  117. pulumi_gcp/kms/autokey_config.py +16 -16
  118. pulumi_gcp/kms/key_handle.py +22 -22
  119. pulumi_gcp/kms/outputs.py +1 -3
  120. pulumi_gcp/logging/folder_settings.py +2 -2
  121. pulumi_gcp/logging/linked_dataset.py +2 -2
  122. pulumi_gcp/logging/organization_settings.py +2 -2
  123. pulumi_gcp/logging/project_bucket_config.py +2 -2
  124. pulumi_gcp/looker/instance.py +2 -2
  125. pulumi_gcp/netapp/volume_replication.py +2 -2
  126. pulumi_gcp/netapp/volume_snapshot.py +2 -2
  127. pulumi_gcp/networkconnectivity/internal_range.py +2 -2
  128. pulumi_gcp/networksecurity/gateway_security_policy.py +4 -4
  129. pulumi_gcp/networksecurity/tls_inspection_policy.py +4 -4
  130. pulumi_gcp/networkservices/gateway.py +6 -6
  131. pulumi_gcp/organizations/access_approval_settings.py +2 -2
  132. pulumi_gcp/parallelstore/instance.py +2 -2
  133. pulumi_gcp/projects/access_approval_settings.py +5 -11
  134. pulumi_gcp/pubsub/_inputs.py +40 -0
  135. pulumi_gcp/pubsub/outputs.py +66 -0
  136. pulumi_gcp/pubsub/schema.py +2 -2
  137. pulumi_gcp/pubsub/subscription.py +174 -8
  138. pulumi_gcp/pubsub/topic.py +2 -2
  139. pulumi_gcp/pulumi-plugin.json +1 -1
  140. pulumi_gcp/redis/cluster.py +4 -4
  141. pulumi_gcp/redis/get_instance.py +11 -1
  142. pulumi_gcp/redis/instance.py +49 -2
  143. pulumi_gcp/secretmanager/secret.py +2 -2
  144. pulumi_gcp/securesourcemanager/instance.py +6 -6
  145. pulumi_gcp/securitycenter/instance_iam_binding.py +2 -2
  146. pulumi_gcp/securitycenter/instance_iam_member.py +2 -2
  147. pulumi_gcp/securitycenter/instance_iam_policy.py +2 -2
  148. pulumi_gcp/servicenetworking/__init__.py +1 -0
  149. pulumi_gcp/servicenetworking/vpc_service_controls.py +511 -0
  150. pulumi_gcp/sql/_inputs.py +1 -3
  151. pulumi_gcp/sql/database_instance.py +2 -2
  152. pulumi_gcp/sql/outputs.py +1 -3
  153. pulumi_gcp/sql/user.py +21 -7
  154. pulumi_gcp/storage/get_project_service_account.py +2 -2
  155. pulumi_gcp/storage/insights_report_config.py +2 -2
  156. pulumi_gcp/storage/notification.py +2 -2
  157. pulumi_gcp/storage/transfer_agent_pool.py +2 -2
  158. pulumi_gcp/storage/transfer_job.py +4 -4
  159. pulumi_gcp/tpu/v2_vm.py +4 -4
  160. pulumi_gcp/vertex/_inputs.py +1 -3
  161. pulumi_gcp/vertex/ai_endpoint.py +2 -2
  162. pulumi_gcp/vertex/ai_feature_online_store.py +3 -9
  163. pulumi_gcp/vertex/ai_index_endpoint.py +2 -2
  164. pulumi_gcp/vertex/ai_tensorboard.py +2 -2
  165. pulumi_gcp/vertex/outputs.py +1 -3
  166. pulumi_gcp/vmwareengine/external_address.py +2 -2
  167. pulumi_gcp/vmwareengine/network.py +4 -4
  168. pulumi_gcp/vpcaccess/connector.py +2 -8
  169. {pulumi_gcp-7.28.0a1718995220.dist-info → pulumi_gcp-7.29.0.dist-info}/METADATA +1 -1
  170. {pulumi_gcp-7.28.0a1718995220.dist-info → pulumi_gcp-7.29.0.dist-info}/RECORD +172 -170
  171. {pulumi_gcp-7.28.0a1718995220.dist-info → pulumi_gcp-7.29.0.dist-info}/WHEEL +1 -1
  172. {pulumi_gcp-7.28.0a1718995220.dist-info → pulumi_gcp-7.29.0.dist-info}/top_level.txt +0 -0
@@ -413,7 +413,7 @@ class PacketMirroring(pulumi.CustomResource):
413
413
  network=default.id,
414
414
  subnetwork=default_subnetwork.id,
415
415
  network_tier="PREMIUM",
416
- opts=pulumi.ResourceOptions(depends_on=[default_subnetwork]))
416
+ opts = pulumi.ResourceOptions(depends_on=[default_subnetwork]))
417
417
  foobar = gcp.compute.PacketMirroring("foobar",
418
418
  name="my-mirroring",
419
419
  description="bar",
@@ -548,7 +548,7 @@ class PacketMirroring(pulumi.CustomResource):
548
548
  network=default.id,
549
549
  subnetwork=default_subnetwork.id,
550
550
  network_tier="PREMIUM",
551
- opts=pulumi.ResourceOptions(depends_on=[default_subnetwork]))
551
+ opts = pulumi.ResourceOptions(depends_on=[default_subnetwork]))
552
552
  foobar = gcp.compute.PacketMirroring("foobar",
553
553
  name="my-mirroring",
554
554
  description="bar",
@@ -154,7 +154,7 @@ class ProjectCloudArmorTier(pulumi.CustomResource):
154
154
  cloud_armor_tier_config = gcp.compute.ProjectCloudArmorTier("cloud_armor_tier_config",
155
155
  project=project.project_id,
156
156
  cloud_armor_tier="CA_STANDARD",
157
- opts=pulumi.ResourceOptions(depends_on=[compute]))
157
+ opts = pulumi.ResourceOptions(depends_on=[compute]))
158
158
  ```
159
159
 
160
160
  ## Import
@@ -227,7 +227,7 @@ class ProjectCloudArmorTier(pulumi.CustomResource):
227
227
  cloud_armor_tier_config = gcp.compute.ProjectCloudArmorTier("cloud_armor_tier_config",
228
228
  project=project.project_id,
229
229
  cloud_armor_tier="CA_STANDARD",
230
- opts=pulumi.ResourceOptions(depends_on=[compute]))
230
+ opts = pulumi.ResourceOptions(depends_on=[compute]))
231
231
  ```
232
232
 
233
233
  ## Import
@@ -222,15 +222,13 @@ class RegionDiskArgs:
222
222
 
223
223
  @property
224
224
  @pulumi.getter
225
+ @_utilities.deprecated("""`interface` is deprecated and will be removed in a future major release. This field is no longer used and can be safely removed from your configurations; disk interfaces are automatically determined on attachment.""")
225
226
  def interface(self) -> Optional[pulumi.Input[str]]:
226
227
  """
227
228
  Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI.
228
229
 
229
230
  > **Warning:** `interface` is deprecated and will be removed in a future major release. This field is no longer used and can be safely removed from your configurations; disk interfaces are automatically determined on attachment.
230
231
  """
231
- warnings.warn("""`interface` is deprecated and will be removed in a future major release. This field is no longer used and can be safely removed from your configurations; disk interfaces are automatically determined on attachment.""", DeprecationWarning)
232
- pulumi.log.warn("""interface is deprecated: `interface` is deprecated and will be removed in a future major release. This field is no longer used and can be safely removed from your configurations; disk interfaces are automatically determined on attachment.""")
233
-
234
232
  return pulumi.get(self, "interface")
235
233
 
236
234
  @interface.setter
@@ -675,15 +673,13 @@ class _RegionDiskState:
675
673
 
676
674
  @property
677
675
  @pulumi.getter
676
+ @_utilities.deprecated("""`interface` is deprecated and will be removed in a future major release. This field is no longer used and can be safely removed from your configurations; disk interfaces are automatically determined on attachment.""")
678
677
  def interface(self) -> Optional[pulumi.Input[str]]:
679
678
  """
680
679
  Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI.
681
680
 
682
681
  > **Warning:** `interface` is deprecated and will be removed in a future major release. This field is no longer used and can be safely removed from your configurations; disk interfaces are automatically determined on attachment.
683
682
  """
684
- warnings.warn("""`interface` is deprecated and will be removed in a future major release. This field is no longer used and can be safely removed from your configurations; disk interfaces are automatically determined on attachment.""", DeprecationWarning)
685
- pulumi.log.warn("""interface is deprecated: `interface` is deprecated and will be removed in a future major release. This field is no longer used and can be safely removed from your configurations; disk interfaces are automatically determined on attachment.""")
686
-
687
683
  return pulumi.get(self, "interface")
688
684
 
689
685
  @interface.setter
@@ -1665,15 +1661,13 @@ class RegionDisk(pulumi.CustomResource):
1665
1661
 
1666
1662
  @property
1667
1663
  @pulumi.getter
1664
+ @_utilities.deprecated("""`interface` is deprecated and will be removed in a future major release. This field is no longer used and can be safely removed from your configurations; disk interfaces are automatically determined on attachment.""")
1668
1665
  def interface(self) -> pulumi.Output[Optional[str]]:
1669
1666
  """
1670
1667
  Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI.
1671
1668
 
1672
1669
  > **Warning:** `interface` is deprecated and will be removed in a future major release. This field is no longer used and can be safely removed from your configurations; disk interfaces are automatically determined on attachment.
1673
1670
  """
1674
- warnings.warn("""`interface` is deprecated and will be removed in a future major release. This field is no longer used and can be safely removed from your configurations; disk interfaces are automatically determined on attachment.""", DeprecationWarning)
1675
- pulumi.log.warn("""interface is deprecated: `interface` is deprecated and will be removed in a future major release. This field is no longer used and can be safely removed from your configurations; disk interfaces are automatically determined on attachment.""")
1676
-
1677
1671
  return pulumi.get(self, "interface")
1678
1672
 
1679
1673
  @property
@@ -649,7 +649,7 @@ class RegionSecurityPolicyRule(pulumi.CustomResource):
649
649
  size=2,
650
650
  mask="0x8F00",
651
651
  )],
652
- opts=pulumi.ResourceOptions(depends_on=[edge_sec_service]))
652
+ opts = pulumi.ResourceOptions(depends_on=[edge_sec_service]))
653
653
  policy_rule_network_match = gcp.compute.RegionSecurityPolicyRule("policy_rule_network_match",
654
654
  region="us-west2",
655
655
  security_policy=policynetworkmatch.name,
@@ -899,7 +899,7 @@ class RegionSecurityPolicyRule(pulumi.CustomResource):
899
899
  size=2,
900
900
  mask="0x8F00",
901
901
  )],
902
- opts=pulumi.ResourceOptions(depends_on=[edge_sec_service]))
902
+ opts = pulumi.ResourceOptions(depends_on=[edge_sec_service]))
903
903
  policy_rule_network_match = gcp.compute.RegionSecurityPolicyRule("policy_rule_network_match",
904
904
  region="us-west2",
905
905
  security_policy=policynetworkmatch.name,
@@ -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,13 +561,11 @@ 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.""")
564
565
  def fingerprint(self) -> Optional[pulumi.Input[str]]:
565
566
  """
566
567
  Fingerprint of this resource. This field is used internally during updates of this resource.
567
568
  """
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
-
571
569
  return pulumi.get(self, "fingerprint")
572
570
 
573
571
  @fingerprint.setter
@@ -1524,13 +1522,11 @@ class Subnetwork(pulumi.CustomResource):
1524
1522
 
1525
1523
  @property
1526
1524
  @pulumi.getter
1525
+ @_utilities.deprecated("""This field is not useful for users, and has been removed as an output.""")
1527
1526
  def fingerprint(self) -> pulumi.Output[str]:
1528
1527
  """
1529
1528
  Fingerprint of this resource. This field is used internally during updates of this resource.
1530
1529
  """
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
-
1534
1530
  return pulumi.get(self, "fingerprint")
1535
1531
 
1536
1532
  @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,13 +3769,11 @@ class ClusterBinaryAuthorizationArgs:
3769
3769
 
3770
3770
  @property
3771
3771
  @pulumi.getter
3772
+ @_utilities.deprecated("""Deprecated in favor of evaluation_mode.""")
3772
3773
  def enabled(self) -> Optional[pulumi.Input[bool]]:
3773
3774
  """
3774
3775
  Enable Binary Authorization for this cluster.
3775
3776
  """
3776
- warnings.warn("""Deprecated in favor of evaluation_mode.""", DeprecationWarning)
3777
- pulumi.log.warn("""enabled is deprecated: Deprecated in favor of evaluation_mode.""")
3778
-
3779
3777
  return pulumi.get(self, "enabled")
3780
3778
 
3781
3779
  @enabled.setter
@@ -5654,13 +5652,11 @@ class ClusterMonitoringConfigAdvancedDatapathObservabilityConfigArgs:
5654
5652
 
5655
5653
  @property
5656
5654
  @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.""")
5657
5656
  def relay_mode(self) -> Optional[pulumi.Input[str]]:
5658
5657
  """
5659
5658
  Mode used to make Relay available.
5660
5659
  """
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
-
5664
5660
  return pulumi.get(self, "relay_mode")
5665
5661
 
5666
5662
  @relay_mode.setter
@@ -4309,13 +4309,11 @@ class ClusterBinaryAuthorization(dict):
4309
4309
 
4310
4310
  @property
4311
4311
  @pulumi.getter
4312
+ @_utilities.deprecated("""Deprecated in favor of evaluation_mode.""")
4312
4313
  def enabled(self) -> Optional[bool]:
4313
4314
  """
4314
4315
  Enable Binary Authorization for this cluster.
4315
4316
  """
4316
- warnings.warn("""Deprecated in favor of evaluation_mode.""", DeprecationWarning)
4317
- pulumi.log.warn("""enabled is deprecated: Deprecated in favor of evaluation_mode.""")
4318
-
4319
4317
  return pulumi.get(self, "enabled")
4320
4318
 
4321
4319
  @property
@@ -6374,13 +6372,11 @@ class ClusterMonitoringConfigAdvancedDatapathObservabilityConfig(dict):
6374
6372
 
6375
6373
  @property
6376
6374
  @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.""")
6377
6376
  def relay_mode(self) -> Optional[str]:
6378
6377
  """
6379
6378
  Mode used to make Relay available.
6380
6379
  """
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
-
6384
6380
  return pulumi.get(self, "relay_mode")
6385
6381
 
6386
6382
 
@@ -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,13 +823,11 @@ 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.""")
826
827
  def service_account(self) -> Optional[pulumi.Input[str]]:
827
828
  """
828
829
  Service account which will be used to access resources in the customer project.
829
830
  """
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
-
833
831
  return pulumi.get(self, "service_account")
834
832
 
835
833
  @service_account.setter
@@ -1059,7 +1057,7 @@ class Instance(pulumi.CustomResource):
1059
1057
  crypto_key_config=gcp.datafusion.InstanceCryptoKeyConfigArgs(
1060
1058
  key_reference=crypto_key.id,
1061
1059
  ),
1062
- opts=pulumi.ResourceOptions(depends_on=[crypto_key_member]))
1060
+ opts = pulumi.ResourceOptions(depends_on=[crypto_key_member]))
1063
1061
  ```
1064
1062
  ### Data Fusion Instance Enterprise
1065
1063
 
@@ -1268,7 +1266,7 @@ class Instance(pulumi.CustomResource):
1268
1266
  crypto_key_config=gcp.datafusion.InstanceCryptoKeyConfigArgs(
1269
1267
  key_reference=crypto_key.id,
1270
1268
  ),
1271
- opts=pulumi.ResourceOptions(depends_on=[crypto_key_member]))
1269
+ opts = pulumi.ResourceOptions(depends_on=[crypto_key_member]))
1272
1270
  ```
1273
1271
  ### Data Fusion Instance Enterprise
1274
1272
 
@@ -1761,13 +1759,11 @@ class Instance(pulumi.CustomResource):
1761
1759
 
1762
1760
  @property
1763
1761
  @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.""")
1764
1763
  def service_account(self) -> pulumi.Output[str]:
1765
1764
  """
1766
1765
  Service account which will be used to access resources in the customer project.
1767
1766
  """
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
-
1771
1767
  return pulumi.get(self, "service_account")
1772
1768
 
1773
1769
  @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,6 +96,8 @@ __all__ = [
96
96
  'MetastoreServiceNetworkConfigArgs',
97
97
  'MetastoreServiceNetworkConfigConsumerArgs',
98
98
  'MetastoreServiceScalingConfigArgs',
99
+ 'MetastoreServiceScalingConfigAutoscalingConfigArgs',
100
+ 'MetastoreServiceScalingConfigAutoscalingConfigLimitConfigArgs',
99
101
  'MetastoreServiceScheduledBackupArgs',
100
102
  'MetastoreServiceTelemetryConfigArgs',
101
103
  'WorkflowTemplateJobArgs',
@@ -5737,18 +5739,36 @@ class MetastoreServiceNetworkConfigConsumerArgs:
5737
5739
  @pulumi.input_type
5738
5740
  class MetastoreServiceScalingConfigArgs:
5739
5741
  def __init__(__self__, *,
5742
+ autoscaling_config: Optional[pulumi.Input['MetastoreServiceScalingConfigAutoscalingConfigArgs']] = None,
5740
5743
  instance_size: Optional[pulumi.Input[str]] = None,
5741
5744
  scaling_factor: Optional[pulumi.Input[float]] = None):
5742
5745
  """
5746
+ :param pulumi.Input['MetastoreServiceScalingConfigAutoscalingConfigArgs'] autoscaling_config: Represents the autoscaling configuration of a metastore service.
5747
+ Structure is documented below.
5743
5748
  :param pulumi.Input[str] instance_size: Metastore instance sizes.
5744
5749
  Possible values are: `EXTRA_SMALL`, `SMALL`, `MEDIUM`, `LARGE`, `EXTRA_LARGE`.
5745
5750
  :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.
5746
5751
  """
5752
+ if autoscaling_config is not None:
5753
+ pulumi.set(__self__, "autoscaling_config", autoscaling_config)
5747
5754
  if instance_size is not None:
5748
5755
  pulumi.set(__self__, "instance_size", instance_size)
5749
5756
  if scaling_factor is not None:
5750
5757
  pulumi.set(__self__, "scaling_factor", scaling_factor)
5751
5758
 
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
+
5752
5772
  @property
5753
5773
  @pulumi.getter(name="instanceSize")
5754
5774
  def instance_size(self) -> Optional[pulumi.Input[str]]:
@@ -5775,6 +5795,86 @@ class MetastoreServiceScalingConfigArgs:
5775
5795
  pulumi.set(self, "scaling_factor", value)
5776
5796
 
5777
5797
 
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
+
5778
5878
  @pulumi.input_type
5779
5879
  class MetastoreServiceScheduledBackupArgs:
5780
5880
  def __init__(__self__, *,