pulumi-gcp 7.37.0a1723638212__py3-none-any.whl → 7.38.0a1723822337__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 (72) hide show
  1. pulumi_gcp/appengine/application_url_dispatch_rules.py +10 -2
  2. pulumi_gcp/appengine/engine_split_traffic.py +32 -8
  3. pulumi_gcp/appengine/flexible_app_version.py +10 -2
  4. pulumi_gcp/appengine/service_network_settings.py +10 -2
  5. pulumi_gcp/appengine/standard_app_version.py +20 -4
  6. pulumi_gcp/assuredworkloads/workload.py +14 -14
  7. pulumi_gcp/biglake/database.py +10 -2
  8. pulumi_gcp/biglake/table.py +20 -4
  9. pulumi_gcp/bigquery/job.py +20 -4
  10. pulumi_gcp/cloudbuild/worker_pool.py +5 -5
  11. pulumi_gcp/clouddeploy/delivery_pipeline.py +19 -19
  12. pulumi_gcp/clouddeploy/target.py +19 -19
  13. pulumi_gcp/cloudfunctions/function.py +42 -42
  14. pulumi_gcp/cloudfunctions/get_function.py +3 -3
  15. pulumi_gcp/cloudquota/outputs.py +6 -6
  16. pulumi_gcp/composer/get_user_workloads_secret.py +1 -1
  17. pulumi_gcp/composer/user_workloads_secret.py +14 -14
  18. pulumi_gcp/compute/_inputs.py +55 -55
  19. pulumi_gcp/compute/get_instance_serial_port.py +12 -4
  20. pulumi_gcp/compute/get_instance_template.py +1 -1
  21. pulumi_gcp/compute/get_region_instance_template.py +1 -1
  22. pulumi_gcp/compute/instance_template.py +14 -14
  23. pulumi_gcp/compute/outputs.py +45 -45
  24. pulumi_gcp/compute/region_instance_template.py +14 -14
  25. pulumi_gcp/compute/region_network_endpoint_group.py +10 -2
  26. pulumi_gcp/container/_inputs.py +20 -20
  27. pulumi_gcp/container/aws_cluster.py +5 -5
  28. pulumi_gcp/container/aws_node_pool.py +5 -5
  29. pulumi_gcp/container/azure_cluster.py +5 -5
  30. pulumi_gcp/container/azure_node_pool.py +5 -5
  31. pulumi_gcp/container/outputs.py +21 -21
  32. pulumi_gcp/databasemigrationservice/_inputs.py +5 -5
  33. pulumi_gcp/databasemigrationservice/outputs.py +3 -3
  34. pulumi_gcp/dataflow/flex_template_job.py +42 -42
  35. pulumi_gcp/dataflow/job.py +42 -42
  36. pulumi_gcp/datafusion/instance.py +10 -2
  37. pulumi_gcp/dataloss/_inputs.py +5 -5
  38. pulumi_gcp/dataloss/outputs.py +3 -3
  39. pulumi_gcp/dataloss/prevention_stored_info_type.py +10 -2
  40. pulumi_gcp/dataplex/asset.py +14 -14
  41. pulumi_gcp/dataplex/lake.py +14 -14
  42. pulumi_gcp/dataplex/zone.py +14 -14
  43. pulumi_gcp/dataproc/_inputs.py +10 -10
  44. pulumi_gcp/dataproc/outputs.py +6 -6
  45. pulumi_gcp/dataproc/workflow_template.py +12 -12
  46. pulumi_gcp/eventarc/trigger.py +14 -14
  47. pulumi_gcp/firebase/_inputs.py +5 -5
  48. pulumi_gcp/firebase/outputs.py +3 -3
  49. pulumi_gcp/healthcare/dicom_store.py +12 -2
  50. pulumi_gcp/healthcare/fhir_store.py +10 -2
  51. pulumi_gcp/iam/access_boundary_policy.py +10 -2
  52. pulumi_gcp/monitoring/get_app_engine_service.py +10 -2
  53. pulumi_gcp/networkconnectivity/_inputs.py +5 -5
  54. pulumi_gcp/networkconnectivity/outputs.py +3 -3
  55. pulumi_gcp/projects/default_service_accounts.py +7 -7
  56. pulumi_gcp/pubsub/subscription.py +36 -6
  57. pulumi_gcp/pulumi-plugin.json +1 -1
  58. pulumi_gcp/recaptcha/enterprise_key.py +14 -14
  59. pulumi_gcp/securitycenter/instance_iam_binding.py +10 -2
  60. pulumi_gcp/securitycenter/instance_iam_member.py +10 -2
  61. pulumi_gcp/securitycenter/instance_iam_policy.py +10 -2
  62. pulumi_gcp/serviceaccount/key.py +14 -14
  63. pulumi_gcp/vertex/ai_feature_group.py +12 -2
  64. pulumi_gcp/vertex/ai_feature_group_feature.py +12 -2
  65. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +48 -8
  66. pulumi_gcp/workstations/_inputs.py +10 -10
  67. pulumi_gcp/workstations/outputs.py +6 -6
  68. pulumi_gcp/workstations/workstation_config.py +14 -6
  69. {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0a1723822337.dist-info}/METADATA +1 -1
  70. {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0a1723822337.dist-info}/RECORD +72 -72
  71. {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0a1723822337.dist-info}/WHEEL +0 -0
  72. {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0a1723822337.dist-info}/top_level.txt +0 -0
@@ -6362,10 +6362,10 @@ class InstanceBootDiskInitializeParams(dict):
6362
6362
  def __init__(__self__, *,
6363
6363
  enable_confidential_compute: Optional[bool] = None,
6364
6364
  image: Optional[str] = None,
6365
- labels: Optional[Mapping[str, Any]] = None,
6365
+ labels: Optional[Mapping[str, str]] = None,
6366
6366
  provisioned_iops: Optional[int] = None,
6367
6367
  provisioned_throughput: Optional[int] = None,
6368
- resource_manager_tags: Optional[Mapping[str, Any]] = None,
6368
+ resource_manager_tags: Optional[Mapping[str, str]] = None,
6369
6369
  size: Optional[int] = None,
6370
6370
  storage_pool: Optional[str] = None,
6371
6371
  type: Optional[str] = None):
@@ -6381,7 +6381,7 @@ class InstanceBootDiskInitializeParams(dict):
6381
6381
  [compute.Image data source](https://www.terraform.io/docs/providers/google/d/compute_image.html).
6382
6382
  For instance, the image `centos-6-v20180104` includes its family name `centos-6`.
6383
6383
  These images can be referred by family name here.
6384
- :param Mapping[str, Any] labels: A set of key/value label pairs assigned to the disk. This
6384
+ :param Mapping[str, str] labels: A set of key/value label pairs assigned to the disk. This
6385
6385
  field is only applicable for persistent disks.
6386
6386
  :param int provisioned_iops: Indicates how many IOPS to provision for the disk.
6387
6387
  This sets the number of I/O operations per second that the disk can handle.
@@ -6397,7 +6397,7 @@ class InstanceBootDiskInitializeParams(dict):
6397
6397
  api/gcloud without the need to delete and recreate the disk, hyperdisk allows
6398
6398
  for an update of throughput every 4 hours. To update your hyperdisk more
6399
6399
  frequently, you'll need to manually delete and recreate it.
6400
- :param Mapping[str, Any] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
6400
+ :param Mapping[str, str] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
6401
6401
  :param int size: The size of the image in gigabytes. If not specified, it
6402
6402
  will inherit the size of its base image.
6403
6403
  :param str storage_pool: The URL of the storage pool in which the new disk is created.
@@ -6452,7 +6452,7 @@ class InstanceBootDiskInitializeParams(dict):
6452
6452
 
6453
6453
  @property
6454
6454
  @pulumi.getter
6455
- def labels(self) -> Optional[Mapping[str, Any]]:
6455
+ def labels(self) -> Optional[Mapping[str, str]]:
6456
6456
  """
6457
6457
  A set of key/value label pairs assigned to the disk. This
6458
6458
  field is only applicable for persistent disks.
@@ -6489,7 +6489,7 @@ class InstanceBootDiskInitializeParams(dict):
6489
6489
 
6490
6490
  @property
6491
6491
  @pulumi.getter(name="resourceManagerTags")
6492
- def resource_manager_tags(self) -> Optional[Mapping[str, Any]]:
6492
+ def resource_manager_tags(self) -> Optional[Mapping[str, str]]:
6493
6493
  """
6494
6494
  A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
6495
6495
  """
@@ -6899,20 +6899,20 @@ class InstanceFromMachineImageBootDiskInitializeParams(dict):
6899
6899
  def __init__(__self__, *,
6900
6900
  enable_confidential_compute: Optional[bool] = None,
6901
6901
  image: Optional[str] = None,
6902
- labels: Optional[Mapping[str, Any]] = None,
6902
+ labels: Optional[Mapping[str, str]] = None,
6903
6903
  provisioned_iops: Optional[int] = None,
6904
6904
  provisioned_throughput: Optional[int] = None,
6905
- resource_manager_tags: Optional[Mapping[str, Any]] = None,
6905
+ resource_manager_tags: Optional[Mapping[str, str]] = None,
6906
6906
  size: Optional[int] = None,
6907
6907
  storage_pool: Optional[str] = None,
6908
6908
  type: Optional[str] = None):
6909
6909
  """
6910
6910
  :param bool enable_confidential_compute: A flag to enable confidential compute mode on boot disk
6911
6911
  :param str image: The image from which this disk was initialised.
6912
- :param Mapping[str, Any] labels: A set of key/value label pairs assigned to the disk.
6912
+ :param Mapping[str, str] labels: A set of key/value label pairs assigned to the disk.
6913
6913
  :param int provisioned_iops: Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle.
6914
6914
  :param int provisioned_throughput: Indicates how much throughput to provision for the disk. This sets the number of throughput mb per second that the disk can handle.
6915
- :param Mapping[str, Any] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
6915
+ :param Mapping[str, str] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
6916
6916
  :param int size: The size of the image in gigabytes.
6917
6917
  :param str storage_pool: The URL of the storage pool in which the new disk is created
6918
6918
  :param str type: The Google Compute Engine disk type. Such as pd-standard, pd-ssd or pd-balanced.
@@ -6954,7 +6954,7 @@ class InstanceFromMachineImageBootDiskInitializeParams(dict):
6954
6954
 
6955
6955
  @property
6956
6956
  @pulumi.getter
6957
- def labels(self) -> Optional[Mapping[str, Any]]:
6957
+ def labels(self) -> Optional[Mapping[str, str]]:
6958
6958
  """
6959
6959
  A set of key/value label pairs assigned to the disk.
6960
6960
  """
@@ -6978,7 +6978,7 @@ class InstanceFromMachineImageBootDiskInitializeParams(dict):
6978
6978
 
6979
6979
  @property
6980
6980
  @pulumi.getter(name="resourceManagerTags")
6981
- def resource_manager_tags(self) -> Optional[Mapping[str, Any]]:
6981
+ def resource_manager_tags(self) -> Optional[Mapping[str, str]]:
6982
6982
  """
6983
6983
  A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
6984
6984
  """
@@ -7621,16 +7621,16 @@ class InstanceFromMachineImageParams(dict):
7621
7621
  return super().get(key, default)
7622
7622
 
7623
7623
  def __init__(__self__, *,
7624
- resource_manager_tags: Optional[Mapping[str, Any]] = None):
7624
+ resource_manager_tags: Optional[Mapping[str, str]] = None):
7625
7625
  """
7626
- :param Mapping[str, Any] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
7626
+ :param Mapping[str, str] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
7627
7627
  """
7628
7628
  if resource_manager_tags is not None:
7629
7629
  pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
7630
7630
 
7631
7631
  @property
7632
7632
  @pulumi.getter(name="resourceManagerTags")
7633
- def resource_manager_tags(self) -> Optional[Mapping[str, Any]]:
7633
+ def resource_manager_tags(self) -> Optional[Mapping[str, str]]:
7634
7634
  """
7635
7635
  A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
7636
7636
  """
@@ -8505,20 +8505,20 @@ class InstanceFromTemplateBootDiskInitializeParams(dict):
8505
8505
  def __init__(__self__, *,
8506
8506
  enable_confidential_compute: Optional[bool] = None,
8507
8507
  image: Optional[str] = None,
8508
- labels: Optional[Mapping[str, Any]] = None,
8508
+ labels: Optional[Mapping[str, str]] = None,
8509
8509
  provisioned_iops: Optional[int] = None,
8510
8510
  provisioned_throughput: Optional[int] = None,
8511
- resource_manager_tags: Optional[Mapping[str, Any]] = None,
8511
+ resource_manager_tags: Optional[Mapping[str, str]] = None,
8512
8512
  size: Optional[int] = None,
8513
8513
  storage_pool: Optional[str] = None,
8514
8514
  type: Optional[str] = None):
8515
8515
  """
8516
8516
  :param bool enable_confidential_compute: A flag to enable confidential compute mode on boot disk
8517
8517
  :param str image: The image from which this disk was initialised.
8518
- :param Mapping[str, Any] labels: A set of key/value label pairs assigned to the disk.
8518
+ :param Mapping[str, str] labels: A set of key/value label pairs assigned to the disk.
8519
8519
  :param int provisioned_iops: Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle.
8520
8520
  :param int provisioned_throughput: Indicates how much throughput to provision for the disk. This sets the number of throughput mb per second that the disk can handle.
8521
- :param Mapping[str, Any] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
8521
+ :param Mapping[str, str] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
8522
8522
  :param int size: The size of the image in gigabytes.
8523
8523
  :param str storage_pool: The URL of the storage pool in which the new disk is created
8524
8524
  :param str type: The Google Compute Engine disk type. Such as pd-standard, pd-ssd or pd-balanced.
@@ -8560,7 +8560,7 @@ class InstanceFromTemplateBootDiskInitializeParams(dict):
8560
8560
 
8561
8561
  @property
8562
8562
  @pulumi.getter
8563
- def labels(self) -> Optional[Mapping[str, Any]]:
8563
+ def labels(self) -> Optional[Mapping[str, str]]:
8564
8564
  """
8565
8565
  A set of key/value label pairs assigned to the disk.
8566
8566
  """
@@ -8584,7 +8584,7 @@ class InstanceFromTemplateBootDiskInitializeParams(dict):
8584
8584
 
8585
8585
  @property
8586
8586
  @pulumi.getter(name="resourceManagerTags")
8587
- def resource_manager_tags(self) -> Optional[Mapping[str, Any]]:
8587
+ def resource_manager_tags(self) -> Optional[Mapping[str, str]]:
8588
8588
  """
8589
8589
  A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
8590
8590
  """
@@ -9227,16 +9227,16 @@ class InstanceFromTemplateParams(dict):
9227
9227
  return super().get(key, default)
9228
9228
 
9229
9229
  def __init__(__self__, *,
9230
- resource_manager_tags: Optional[Mapping[str, Any]] = None):
9230
+ resource_manager_tags: Optional[Mapping[str, str]] = None):
9231
9231
  """
9232
- :param Mapping[str, Any] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
9232
+ :param Mapping[str, str] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
9233
9233
  """
9234
9234
  if resource_manager_tags is not None:
9235
9235
  pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
9236
9236
 
9237
9237
  @property
9238
9238
  @pulumi.getter(name="resourceManagerTags")
9239
- def resource_manager_tags(self) -> Optional[Mapping[str, Any]]:
9239
+ def resource_manager_tags(self) -> Optional[Mapping[str, str]]:
9240
9240
  """
9241
9241
  A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
9242
9242
  """
@@ -9974,16 +9974,16 @@ class InstanceGroupManagerParams(dict):
9974
9974
  return super().get(key, default)
9975
9975
 
9976
9976
  def __init__(__self__, *,
9977
- resource_manager_tags: Optional[Mapping[str, Any]] = None):
9977
+ resource_manager_tags: Optional[Mapping[str, str]] = None):
9978
9978
  """
9979
- :param Mapping[str, Any] resource_manager_tags: Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456. For more information, see [Manage tags for resources](https://cloud.google.com/compute/docs/tag-resources)
9979
+ :param Mapping[str, str] resource_manager_tags: Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456. For more information, see [Manage tags for resources](https://cloud.google.com/compute/docs/tag-resources)
9980
9980
  """
9981
9981
  if resource_manager_tags is not None:
9982
9982
  pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
9983
9983
 
9984
9984
  @property
9985
9985
  @pulumi.getter(name="resourceManagerTags")
9986
- def resource_manager_tags(self) -> Optional[Mapping[str, Any]]:
9986
+ def resource_manager_tags(self) -> Optional[Mapping[str, str]]:
9987
9987
  """
9988
9988
  Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456. For more information, see [Manage tags for resources](https://cloud.google.com/compute/docs/tag-resources)
9989
9989
  """
@@ -11424,16 +11424,16 @@ class InstanceParams(dict):
11424
11424
  return super().get(key, default)
11425
11425
 
11426
11426
  def __init__(__self__, *,
11427
- resource_manager_tags: Optional[Mapping[str, Any]] = None):
11427
+ resource_manager_tags: Optional[Mapping[str, str]] = None):
11428
11428
  """
11429
- :param Mapping[str, Any] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
11429
+ :param Mapping[str, str] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
11430
11430
  """
11431
11431
  if resource_manager_tags is not None:
11432
11432
  pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
11433
11433
 
11434
11434
  @property
11435
11435
  @pulumi.getter(name="resourceManagerTags")
11436
- def resource_manager_tags(self) -> Optional[Mapping[str, Any]]:
11436
+ def resource_manager_tags(self) -> Optional[Mapping[str, str]]:
11437
11437
  """
11438
11438
  A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
11439
11439
  """
@@ -19818,16 +19818,16 @@ class RegionInstanceGroupManagerParams(dict):
19818
19818
  return super().get(key, default)
19819
19819
 
19820
19820
  def __init__(__self__, *,
19821
- resource_manager_tags: Optional[Mapping[str, Any]] = None):
19821
+ resource_manager_tags: Optional[Mapping[str, str]] = None):
19822
19822
  """
19823
- :param Mapping[str, Any] resource_manager_tags: Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456. For more information, see [Manage tags for resources](https://cloud.google.com/compute/docs/tag-resources)
19823
+ :param Mapping[str, str] resource_manager_tags: Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456. For more information, see [Manage tags for resources](https://cloud.google.com/compute/docs/tag-resources)
19824
19824
  """
19825
19825
  if resource_manager_tags is not None:
19826
19826
  pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
19827
19827
 
19828
19828
  @property
19829
19829
  @pulumi.getter(name="resourceManagerTags")
19830
- def resource_manager_tags(self) -> Optional[Mapping[str, Any]]:
19830
+ def resource_manager_tags(self) -> Optional[Mapping[str, str]]:
19831
19831
  """
19832
19832
  Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456. For more information, see [Manage tags for resources](https://cloud.google.com/compute/docs/tag-resources)
19833
19833
  """
@@ -45947,20 +45947,20 @@ class GetInstanceBootDiskInitializeParamResult(dict):
45947
45947
  def __init__(__self__, *,
45948
45948
  enable_confidential_compute: bool,
45949
45949
  image: str,
45950
- labels: Mapping[str, Any],
45950
+ labels: Mapping[str, str],
45951
45951
  provisioned_iops: int,
45952
45952
  provisioned_throughput: int,
45953
- resource_manager_tags: Mapping[str, Any],
45953
+ resource_manager_tags: Mapping[str, str],
45954
45954
  size: int,
45955
45955
  storage_pool: str,
45956
45956
  type: str):
45957
45957
  """
45958
45958
  :param bool enable_confidential_compute: A flag to enable confidential compute mode on boot disk
45959
45959
  :param str image: The image from which this disk was initialised.
45960
- :param Mapping[str, Any] labels: A set of key/value label pairs assigned to the disk.
45960
+ :param Mapping[str, str] labels: A set of key/value label pairs assigned to the disk.
45961
45961
  :param int provisioned_iops: Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle.
45962
45962
  :param int provisioned_throughput: Indicates how much throughput to provision for the disk. This sets the number of throughput mb per second that the disk can handle.
45963
- :param Mapping[str, Any] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
45963
+ :param Mapping[str, str] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
45964
45964
  :param int size: The size of the image in gigabytes.
45965
45965
  :param str storage_pool: The URL of the storage pool in which the new disk is created
45966
45966
  :param str type: The accelerator type resource exposed to this instance. E.g. `nvidia-tesla-k80`.
@@ -45993,7 +45993,7 @@ class GetInstanceBootDiskInitializeParamResult(dict):
45993
45993
 
45994
45994
  @property
45995
45995
  @pulumi.getter
45996
- def labels(self) -> Mapping[str, Any]:
45996
+ def labels(self) -> Mapping[str, str]:
45997
45997
  """
45998
45998
  A set of key/value label pairs assigned to the disk.
45999
45999
  """
@@ -46017,7 +46017,7 @@ class GetInstanceBootDiskInitializeParamResult(dict):
46017
46017
 
46018
46018
  @property
46019
46019
  @pulumi.getter(name="resourceManagerTags")
46020
- def resource_manager_tags(self) -> Mapping[str, Any]:
46020
+ def resource_manager_tags(self) -> Mapping[str, str]:
46021
46021
  """
46022
46022
  A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
46023
46023
  """
@@ -46200,15 +46200,15 @@ class GetInstanceGroupManagerNamedPortResult(dict):
46200
46200
  @pulumi.output_type
46201
46201
  class GetInstanceGroupManagerParamResult(dict):
46202
46202
  def __init__(__self__, *,
46203
- resource_manager_tags: Mapping[str, Any]):
46203
+ resource_manager_tags: Mapping[str, str]):
46204
46204
  """
46205
- :param Mapping[str, Any] resource_manager_tags: Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456.
46205
+ :param Mapping[str, str] resource_manager_tags: Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456.
46206
46206
  """
46207
46207
  pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
46208
46208
 
46209
46209
  @property
46210
46210
  @pulumi.getter(name="resourceManagerTags")
46211
- def resource_manager_tags(self) -> Mapping[str, Any]:
46211
+ def resource_manager_tags(self) -> Mapping[str, str]:
46212
46212
  """
46213
46213
  Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456.
46214
46214
  """
@@ -47068,15 +47068,15 @@ class GetInstanceNetworkPerformanceConfigResult(dict):
47068
47068
  @pulumi.output_type
47069
47069
  class GetInstanceParamResult(dict):
47070
47070
  def __init__(__self__, *,
47071
- resource_manager_tags: Mapping[str, Any]):
47071
+ resource_manager_tags: Mapping[str, str]):
47072
47072
  """
47073
- :param Mapping[str, Any] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
47073
+ :param Mapping[str, str] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
47074
47074
  """
47075
47075
  pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
47076
47076
 
47077
47077
  @property
47078
47078
  @pulumi.getter(name="resourceManagerTags")
47079
- def resource_manager_tags(self) -> Mapping[str, Any]:
47079
+ def resource_manager_tags(self) -> Mapping[str, str]:
47080
47080
  """
47081
47081
  A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
47082
47082
  """
@@ -31,7 +31,7 @@ class RegionInstanceTemplateArgs:
31
31
  guest_accelerators: Optional[pulumi.Input[Sequence[pulumi.Input['RegionInstanceTemplateGuestAcceleratorArgs']]]] = None,
32
32
  instance_description: Optional[pulumi.Input[str]] = None,
33
33
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
34
- metadata: Optional[pulumi.Input[Mapping[str, Any]]] = None,
34
+ metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
35
35
  metadata_startup_script: Optional[pulumi.Input[str]] = None,
36
36
  min_cpu_platform: Optional[pulumi.Input[str]] = None,
37
37
  name: Optional[pulumi.Input[str]] = None,
@@ -73,7 +73,7 @@ class RegionInstanceTemplateArgs:
73
73
 
74
74
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
75
75
  Please refer to the field 'effective_labels' for all of the labels present on the resource.
76
- :param pulumi.Input[Mapping[str, Any]] metadata: Metadata key/value pairs to make available from
76
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] metadata: Metadata key/value pairs to make available from
77
77
  within instances created from this template.
78
78
  :param pulumi.Input[str] metadata_startup_script: An alternative to using the
79
79
  startup-script metadata key, mostly to match the compute_instance resource.
@@ -296,7 +296,7 @@ class RegionInstanceTemplateArgs:
296
296
 
297
297
  @property
298
298
  @pulumi.getter
299
- def metadata(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
299
+ def metadata(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
300
300
  """
301
301
  Metadata key/value pairs to make available from
302
302
  within instances created from this template.
@@ -304,7 +304,7 @@ class RegionInstanceTemplateArgs:
304
304
  return pulumi.get(self, "metadata")
305
305
 
306
306
  @metadata.setter
307
- def metadata(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
307
+ def metadata(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
308
308
  pulumi.set(self, "metadata", value)
309
309
 
310
310
  @property
@@ -528,7 +528,7 @@ class _RegionInstanceTemplateState:
528
528
  instance_description: Optional[pulumi.Input[str]] = None,
529
529
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
530
530
  machine_type: Optional[pulumi.Input[str]] = None,
531
- metadata: Optional[pulumi.Input[Mapping[str, Any]]] = None,
531
+ metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
532
532
  metadata_fingerprint: Optional[pulumi.Input[str]] = None,
533
533
  metadata_startup_script: Optional[pulumi.Input[str]] = None,
534
534
  min_cpu_platform: Optional[pulumi.Input[str]] = None,
@@ -575,7 +575,7 @@ class _RegionInstanceTemplateState:
575
575
  To create a machine with a [custom type](https://cloud.google.com/dataproc/docs/concepts/compute/custom-machine-types) (such as extended memory), format the value like `custom-VCPUS-MEM_IN_MB` like `custom-6-20480` for 6 vCPU and 20GB of RAM.
576
576
 
577
577
  - - -
578
- :param pulumi.Input[Mapping[str, Any]] metadata: Metadata key/value pairs to make available from
578
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] metadata: Metadata key/value pairs to make available from
579
579
  within instances created from this template.
580
580
  :param pulumi.Input[str] metadata_fingerprint: The unique fingerprint of the metadata.
581
581
  :param pulumi.Input[str] metadata_startup_script: An alternative to using the
@@ -826,7 +826,7 @@ class _RegionInstanceTemplateState:
826
826
 
827
827
  @property
828
828
  @pulumi.getter
829
- def metadata(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
829
+ def metadata(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
830
830
  """
831
831
  Metadata key/value pairs to make available from
832
832
  within instances created from this template.
@@ -834,7 +834,7 @@ class _RegionInstanceTemplateState:
834
834
  return pulumi.get(self, "metadata")
835
835
 
836
836
  @metadata.setter
837
- def metadata(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
837
+ def metadata(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
838
838
  pulumi.set(self, "metadata", value)
839
839
 
840
840
  @property
@@ -1107,7 +1107,7 @@ class RegionInstanceTemplate(pulumi.CustomResource):
1107
1107
  instance_description: Optional[pulumi.Input[str]] = None,
1108
1108
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1109
1109
  machine_type: Optional[pulumi.Input[str]] = None,
1110
- metadata: Optional[pulumi.Input[Mapping[str, Any]]] = None,
1110
+ metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1111
1111
  metadata_startup_script: Optional[pulumi.Input[str]] = None,
1112
1112
  min_cpu_platform: Optional[pulumi.Input[str]] = None,
1113
1113
  name: Optional[pulumi.Input[str]] = None,
@@ -1175,7 +1175,7 @@ class RegionInstanceTemplate(pulumi.CustomResource):
1175
1175
  To create a machine with a [custom type](https://cloud.google.com/dataproc/docs/concepts/compute/custom-machine-types) (such as extended memory), format the value like `custom-VCPUS-MEM_IN_MB` like `custom-6-20480` for 6 vCPU and 20GB of RAM.
1176
1176
 
1177
1177
  - - -
1178
- :param pulumi.Input[Mapping[str, Any]] metadata: Metadata key/value pairs to make available from
1178
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] metadata: Metadata key/value pairs to make available from
1179
1179
  within instances created from this template.
1180
1180
  :param pulumi.Input[str] metadata_startup_script: An alternative to using the
1181
1181
  startup-script metadata key, mostly to match the compute_instance resource.
@@ -1266,7 +1266,7 @@ class RegionInstanceTemplate(pulumi.CustomResource):
1266
1266
  instance_description: Optional[pulumi.Input[str]] = None,
1267
1267
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1268
1268
  machine_type: Optional[pulumi.Input[str]] = None,
1269
- metadata: Optional[pulumi.Input[Mapping[str, Any]]] = None,
1269
+ metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1270
1270
  metadata_startup_script: Optional[pulumi.Input[str]] = None,
1271
1271
  min_cpu_platform: Optional[pulumi.Input[str]] = None,
1272
1272
  name: Optional[pulumi.Input[str]] = None,
@@ -1351,7 +1351,7 @@ class RegionInstanceTemplate(pulumi.CustomResource):
1351
1351
  instance_description: Optional[pulumi.Input[str]] = None,
1352
1352
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1353
1353
  machine_type: Optional[pulumi.Input[str]] = None,
1354
- metadata: Optional[pulumi.Input[Mapping[str, Any]]] = None,
1354
+ metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1355
1355
  metadata_fingerprint: Optional[pulumi.Input[str]] = None,
1356
1356
  metadata_startup_script: Optional[pulumi.Input[str]] = None,
1357
1357
  min_cpu_platform: Optional[pulumi.Input[str]] = None,
@@ -1403,7 +1403,7 @@ class RegionInstanceTemplate(pulumi.CustomResource):
1403
1403
  To create a machine with a [custom type](https://cloud.google.com/dataproc/docs/concepts/compute/custom-machine-types) (such as extended memory), format the value like `custom-VCPUS-MEM_IN_MB` like `custom-6-20480` for 6 vCPU and 20GB of RAM.
1404
1404
 
1405
1405
  - - -
1406
- :param pulumi.Input[Mapping[str, Any]] metadata: Metadata key/value pairs to make available from
1406
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] metadata: Metadata key/value pairs to make available from
1407
1407
  within instances created from this template.
1408
1408
  :param pulumi.Input[str] metadata_fingerprint: The unique fingerprint of the metadata.
1409
1409
  :param pulumi.Input[str] metadata_startup_script: An alternative to using the
@@ -1583,7 +1583,7 @@ class RegionInstanceTemplate(pulumi.CustomResource):
1583
1583
 
1584
1584
  @property
1585
1585
  @pulumi.getter
1586
- def metadata(self) -> pulumi.Output[Optional[Mapping[str, Any]]]:
1586
+ def metadata(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
1587
1587
  """
1588
1588
  Metadata key/value pairs to make available from
1589
1589
  within instances created from this template.
@@ -651,7 +651,11 @@ class RegionNetworkEndpointGroup(pulumi.CustomResource):
651
651
  },
652
652
  deployment={
653
653
  "zip": {
654
- "source_url": pulumi.Output.all(appengine_neg_bucket.name, appengine_neg_bucket_object.name).apply(lambda appengineNegBucketName, appengineNegBucketObjectName: f"https://storage.googleapis.com/{appengine_neg_bucket_name}/{appengine_neg_bucket_object_name}"),
654
+ "source_url": pulumi.Output.all(
655
+ appengineNegBucketName=appengine_neg_bucket.name,
656
+ appengineNegBucketObjectName=appengine_neg_bucket_object.name
657
+ ).apply(lambda resolved_outputs: f"https://storage.googleapis.com/{resolved_outputs['appengineNegBucketName']}/{resolved_outputs['appengineNegBucketObjectName']}")
658
+ ,
655
659
  },
656
660
  },
657
661
  liveness_check={
@@ -987,7 +991,11 @@ class RegionNetworkEndpointGroup(pulumi.CustomResource):
987
991
  },
988
992
  deployment={
989
993
  "zip": {
990
- "source_url": pulumi.Output.all(appengine_neg_bucket.name, appengine_neg_bucket_object.name).apply(lambda appengineNegBucketName, appengineNegBucketObjectName: f"https://storage.googleapis.com/{appengine_neg_bucket_name}/{appengine_neg_bucket_object_name}"),
994
+ "source_url": pulumi.Output.all(
995
+ appengineNegBucketName=appengine_neg_bucket.name,
996
+ appengineNegBucketObjectName=appengine_neg_bucket_object.name
997
+ ).apply(lambda resolved_outputs: f"https://storage.googleapis.com/{resolved_outputs['appengineNegBucketName']}/{resolved_outputs['appengineNegBucketObjectName']}")
998
+ ,
991
999
  },
992
1000
  },
993
1001
  liveness_check={