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
@@ -300,7 +300,7 @@ if not MYPY:
300
300
  """
301
301
  The status code, which should be an enum value of google.rpc.Code.
302
302
  """
303
- details: NotRequired[pulumi.Input[Sequence[pulumi.Input[Mapping[str, Any]]]]]
303
+ details: NotRequired[pulumi.Input[Sequence[pulumi.Input[Mapping[str, pulumi.Input[str]]]]]]
304
304
  """
305
305
  A list of messages that carry the error details.
306
306
  """
@@ -315,11 +315,11 @@ elif False:
315
315
  class ExtensionsInstanceErrorStatusArgs:
316
316
  def __init__(__self__, *,
317
317
  code: Optional[pulumi.Input[int]] = None,
318
- details: Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str, Any]]]]] = None,
318
+ details: Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str, pulumi.Input[str]]]]]] = None,
319
319
  message: Optional[pulumi.Input[str]] = None):
320
320
  """
321
321
  :param pulumi.Input[int] code: The status code, which should be an enum value of google.rpc.Code.
322
- :param pulumi.Input[Sequence[pulumi.Input[Mapping[str, Any]]]] details: A list of messages that carry the error details.
322
+ :param pulumi.Input[Sequence[pulumi.Input[Mapping[str, pulumi.Input[str]]]]] details: A list of messages that carry the error details.
323
323
  :param pulumi.Input[str] message: A developer-facing error message, which should be in English.
324
324
  """
325
325
  if code is not None:
@@ -343,14 +343,14 @@ class ExtensionsInstanceErrorStatusArgs:
343
343
 
344
344
  @property
345
345
  @pulumi.getter
346
- def details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str, Any]]]]]:
346
+ def details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str, pulumi.Input[str]]]]]]:
347
347
  """
348
348
  A list of messages that carry the error details.
349
349
  """
350
350
  return pulumi.get(self, "details")
351
351
 
352
352
  @details.setter
353
- def details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str, Any]]]]]):
353
+ def details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str, pulumi.Input[str]]]]]]):
354
354
  pulumi.set(self, "details", value)
355
355
 
356
356
  @property
@@ -213,11 +213,11 @@ class ExtensionsInstanceConfig(dict):
213
213
  class ExtensionsInstanceErrorStatus(dict):
214
214
  def __init__(__self__, *,
215
215
  code: Optional[int] = None,
216
- details: Optional[Sequence[Mapping[str, Any]]] = None,
216
+ details: Optional[Sequence[Mapping[str, str]]] = None,
217
217
  message: Optional[str] = None):
218
218
  """
219
219
  :param int code: The status code, which should be an enum value of google.rpc.Code.
220
- :param Sequence[Mapping[str, Any]] details: A list of messages that carry the error details.
220
+ :param Sequence[Mapping[str, str]] details: A list of messages that carry the error details.
221
221
  :param str message: A developer-facing error message, which should be in English.
222
222
  """
223
223
  if code is not None:
@@ -237,7 +237,7 @@ class ExtensionsInstanceErrorStatus(dict):
237
237
 
238
238
  @property
239
239
  @pulumi.getter
240
- def details(self) -> Optional[Sequence[Mapping[str, Any]]]:
240
+ def details(self) -> Optional[Sequence[Mapping[str, str]]]:
241
241
  """
242
242
  A list of messages that carry the error details.
243
243
  """
@@ -390,7 +390,12 @@ class DicomStore(pulumi.CustomResource):
390
390
  },
391
391
  stream_configs=[{
392
392
  "bigquery_destination": {
393
- "table_uri": pulumi.Output.all(bq_dataset.project, bq_dataset.dataset_id, bq_table.table_id).apply(lambda project, dataset_id, table_id: f"bq://{project}.{dataset_id}.{table_id}"),
393
+ "table_uri": pulumi.Output.all(
394
+ project=bq_dataset.project,
395
+ dataset_id=bq_dataset.dataset_id,
396
+ table_id=bq_table.table_id
397
+ ).apply(lambda resolved_outputs: f"bq://{resolved_outputs['project']}.{resolved_outputs['dataset_id']}.{resolved_outputs['table_id']}")
398
+ ,
394
399
  },
395
400
  }])
396
401
  ```
@@ -509,7 +514,12 @@ class DicomStore(pulumi.CustomResource):
509
514
  },
510
515
  stream_configs=[{
511
516
  "bigquery_destination": {
512
- "table_uri": pulumi.Output.all(bq_dataset.project, bq_dataset.dataset_id, bq_table.table_id).apply(lambda project, dataset_id, table_id: f"bq://{project}.{dataset_id}.{table_id}"),
517
+ "table_uri": pulumi.Output.all(
518
+ project=bq_dataset.project,
519
+ dataset_id=bq_dataset.dataset_id,
520
+ table_id=bq_table.table_id
521
+ ).apply(lambda resolved_outputs: f"bq://{resolved_outputs['project']}.{resolved_outputs['dataset_id']}.{resolved_outputs['table_id']}")
522
+ ,
513
523
  },
514
524
  }])
515
525
  ```
@@ -835,7 +835,11 @@ class FhirStore(pulumi.CustomResource):
835
835
  stream_configs=[{
836
836
  "resource_types": ["Observation"],
837
837
  "bigquery_destination": {
838
- "dataset_uri": pulumi.Output.all(bq_dataset.project, bq_dataset.dataset_id).apply(lambda project, dataset_id: f"bq://{project}.{dataset_id}"),
838
+ "dataset_uri": pulumi.Output.all(
839
+ project=bq_dataset.project,
840
+ dataset_id=bq_dataset.dataset_id
841
+ ).apply(lambda resolved_outputs: f"bq://{resolved_outputs['project']}.{resolved_outputs['dataset_id']}")
842
+ ,
839
843
  "schema_config": {
840
844
  "recursive_structure_depth": 3,
841
845
  "last_updated_partition_config": {
@@ -1036,7 +1040,11 @@ class FhirStore(pulumi.CustomResource):
1036
1040
  stream_configs=[{
1037
1041
  "resource_types": ["Observation"],
1038
1042
  "bigquery_destination": {
1039
- "dataset_uri": pulumi.Output.all(bq_dataset.project, bq_dataset.dataset_id).apply(lambda project, dataset_id: f"bq://{project}.{dataset_id}"),
1043
+ "dataset_uri": pulumi.Output.all(
1044
+ project=bq_dataset.project,
1045
+ dataset_id=bq_dataset.dataset_id
1046
+ ).apply(lambda resolved_outputs: f"bq://{resolved_outputs['project']}.{resolved_outputs['dataset_id']}")
1047
+ ,
1040
1048
  "schema_config": {
1041
1049
  "recursive_structure_depth": 3,
1042
1050
  "last_updated_partition_config": {
@@ -242,7 +242,11 @@ class AccessBoundaryPolicy(pulumi.CustomResource):
242
242
  "available_permissions": ["*"],
243
243
  "availability_condition": {
244
244
  "title": "Access level expr",
245
- "expression": pulumi.Output.all(project.org_id, test_access.name).apply(lambda org_id, name: f"request.matchAccessLevels('{org_id}', ['{name}'])"),
245
+ "expression": pulumi.Output.all(
246
+ org_id=project.org_id,
247
+ name=test_access.name
248
+ ).apply(lambda resolved_outputs: f"request.matchAccessLevels('{resolved_outputs['org_id']}', ['{resolved_outputs['name']}'])")
249
+ ,
246
250
  },
247
251
  },
248
252
  }])
@@ -326,7 +330,11 @@ class AccessBoundaryPolicy(pulumi.CustomResource):
326
330
  "available_permissions": ["*"],
327
331
  "availability_condition": {
328
332
  "title": "Access level expr",
329
- "expression": pulumi.Output.all(project.org_id, test_access.name).apply(lambda org_id, name: f"request.matchAccessLevels('{org_id}', ['{name}'])"),
333
+ "expression": pulumi.Output.all(
334
+ org_id=project.org_id,
335
+ name=test_access.name
336
+ ).apply(lambda resolved_outputs: f"request.matchAccessLevels('{resolved_outputs['org_id']}', ['{resolved_outputs['name']}'])")
337
+ ,
330
338
  },
331
339
  },
332
340
  }])
@@ -165,7 +165,11 @@ def get_app_engine_service(module_id: Optional[str] = None,
165
165
  },
166
166
  deployment={
167
167
  "zip": {
168
- "source_url": pulumi.Output.all(bucket.name, object.name).apply(lambda bucketName, objectName: f"https://storage.googleapis.com/{bucket_name}/{object_name}"),
168
+ "source_url": pulumi.Output.all(
169
+ bucketName=bucket.name,
170
+ objectName=object.name
171
+ ).apply(lambda resolved_outputs: f"https://storage.googleapis.com/{resolved_outputs['bucketName']}/{resolved_outputs['objectName']}")
172
+ ,
169
173
  },
170
174
  },
171
175
  env_variables={
@@ -246,7 +250,11 @@ def get_app_engine_service_output(module_id: Optional[pulumi.Input[str]] = None,
246
250
  },
247
251
  deployment={
248
252
  "zip": {
249
- "source_url": pulumi.Output.all(bucket.name, object.name).apply(lambda bucketName, objectName: f"https://storage.googleapis.com/{bucket_name}/{object_name}"),
253
+ "source_url": pulumi.Output.all(
254
+ bucketName=bucket.name,
255
+ objectName=object.name
256
+ ).apply(lambda resolved_outputs: f"https://storage.googleapis.com/{resolved_outputs['bucketName']}/{resolved_outputs['objectName']}")
257
+ ,
250
258
  },
251
259
  },
252
260
  env_variables={
@@ -586,7 +586,7 @@ if not MYPY:
586
586
  """
587
587
  The status code, which should be an enum value of [google.rpc.Code][].
588
588
  """
589
- details: NotRequired[pulumi.Input[Sequence[pulumi.Input[Mapping[str, Any]]]]]
589
+ details: NotRequired[pulumi.Input[Sequence[pulumi.Input[Mapping[str, pulumi.Input[str]]]]]]
590
590
  """
591
591
  (Output)
592
592
  A list of messages that carry the error details.
@@ -602,11 +602,11 @@ elif False:
602
602
  class ServiceConnectionPolicyPscConnectionErrorArgs:
603
603
  def __init__(__self__, *,
604
604
  code: Optional[pulumi.Input[int]] = None,
605
- details: Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str, Any]]]]] = None,
605
+ details: Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str, pulumi.Input[str]]]]]] = None,
606
606
  message: Optional[pulumi.Input[str]] = None):
607
607
  """
608
608
  :param pulumi.Input[int] code: The status code, which should be an enum value of [google.rpc.Code][].
609
- :param pulumi.Input[Sequence[pulumi.Input[Mapping[str, Any]]]] details: (Output)
609
+ :param pulumi.Input[Sequence[pulumi.Input[Mapping[str, pulumi.Input[str]]]]] details: (Output)
610
610
  A list of messages that carry the error details.
611
611
  :param pulumi.Input[str] message: A developer-facing error message.
612
612
  """
@@ -631,7 +631,7 @@ class ServiceConnectionPolicyPscConnectionErrorArgs:
631
631
 
632
632
  @property
633
633
  @pulumi.getter
634
- def details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str, Any]]]]]:
634
+ def details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str, pulumi.Input[str]]]]]]:
635
635
  """
636
636
  (Output)
637
637
  A list of messages that carry the error details.
@@ -639,7 +639,7 @@ class ServiceConnectionPolicyPscConnectionErrorArgs:
639
639
  return pulumi.get(self, "details")
640
640
 
641
641
  @details.setter
642
- def details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str, Any]]]]]):
642
+ def details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str, pulumi.Input[str]]]]]]):
643
643
  pulumi.set(self, "details", value)
644
644
 
645
645
  @property
@@ -424,11 +424,11 @@ class ServiceConnectionPolicyPscConnection(dict):
424
424
  class ServiceConnectionPolicyPscConnectionError(dict):
425
425
  def __init__(__self__, *,
426
426
  code: Optional[int] = None,
427
- details: Optional[Sequence[Mapping[str, Any]]] = None,
427
+ details: Optional[Sequence[Mapping[str, str]]] = None,
428
428
  message: Optional[str] = None):
429
429
  """
430
430
  :param int code: The status code, which should be an enum value of [google.rpc.Code][].
431
- :param Sequence[Mapping[str, Any]] details: (Output)
431
+ :param Sequence[Mapping[str, str]] details: (Output)
432
432
  A list of messages that carry the error details.
433
433
  :param str message: A developer-facing error message.
434
434
  """
@@ -449,7 +449,7 @@ class ServiceConnectionPolicyPscConnectionError(dict):
449
449
 
450
450
  @property
451
451
  @pulumi.getter
452
- def details(self) -> Optional[Sequence[Mapping[str, Any]]]:
452
+ def details(self) -> Optional[Sequence[Mapping[str, str]]]:
453
453
  """
454
454
  (Output)
455
455
  A list of messages that carry the error details.
@@ -82,7 +82,7 @@ class _DefaultServiceAccountsState:
82
82
  action: Optional[pulumi.Input[str]] = None,
83
83
  project: Optional[pulumi.Input[str]] = None,
84
84
  restore_policy: Optional[pulumi.Input[str]] = None,
85
- service_accounts: Optional[pulumi.Input[Mapping[str, Any]]] = None):
85
+ service_accounts: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
86
86
  """
87
87
  Input properties used for looking up and filtering DefaultServiceAccounts resources.
88
88
  :param pulumi.Input[str] action: The action to be performed in the default service accounts. Valid values are: `DEPRIVILEGE`, `DELETE`, `DISABLE`. Note that `DEPRIVILEGE` action will ignore the REVERT configuration in the restore_policy
@@ -91,7 +91,7 @@ class _DefaultServiceAccountsState:
91
91
  Valid values are NONE, REVERT and REVERT_AND_IGNORE_FAILURE. It is applied for any action but in the DEPRIVILEGE.
92
92
  If set to REVERT it attempts to restore all default SAs but the DEPRIVILEGE action.
93
93
  If set to REVERT_AND_IGNORE_FAILURE it is the same behavior as REVERT but ignores errors returned by the API.
94
- :param pulumi.Input[Mapping[str, Any]] service_accounts: The Service Accounts changed by this resource. It is used for `REVERT` the `action` on the destroy.
94
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] service_accounts: The Service Accounts changed by this resource. It is used for `REVERT` the `action` on the destroy.
95
95
  """
96
96
  if action is not None:
97
97
  pulumi.set(__self__, "action", action)
@@ -143,14 +143,14 @@ class _DefaultServiceAccountsState:
143
143
 
144
144
  @property
145
145
  @pulumi.getter(name="serviceAccounts")
146
- def service_accounts(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
146
+ def service_accounts(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
147
147
  """
148
148
  The Service Accounts changed by this resource. It is used for `REVERT` the `action` on the destroy.
149
149
  """
150
150
  return pulumi.get(self, "service_accounts")
151
151
 
152
152
  @service_accounts.setter
153
- def service_accounts(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
153
+ def service_accounts(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
154
154
  pulumi.set(self, "service_accounts", value)
155
155
 
156
156
 
@@ -312,7 +312,7 @@ class DefaultServiceAccounts(pulumi.CustomResource):
312
312
  action: Optional[pulumi.Input[str]] = None,
313
313
  project: Optional[pulumi.Input[str]] = None,
314
314
  restore_policy: Optional[pulumi.Input[str]] = None,
315
- service_accounts: Optional[pulumi.Input[Mapping[str, Any]]] = None) -> 'DefaultServiceAccounts':
315
+ service_accounts: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None) -> 'DefaultServiceAccounts':
316
316
  """
317
317
  Get an existing DefaultServiceAccounts resource's state with the given name, id, and optional extra
318
318
  properties used to qualify the lookup.
@@ -326,7 +326,7 @@ class DefaultServiceAccounts(pulumi.CustomResource):
326
326
  Valid values are NONE, REVERT and REVERT_AND_IGNORE_FAILURE. It is applied for any action but in the DEPRIVILEGE.
327
327
  If set to REVERT it attempts to restore all default SAs but the DEPRIVILEGE action.
328
328
  If set to REVERT_AND_IGNORE_FAILURE it is the same behavior as REVERT but ignores errors returned by the API.
329
- :param pulumi.Input[Mapping[str, Any]] service_accounts: The Service Accounts changed by this resource. It is used for `REVERT` the `action` on the destroy.
329
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] service_accounts: The Service Accounts changed by this resource. It is used for `REVERT` the `action` on the destroy.
330
330
  """
331
331
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
332
332
 
@@ -367,7 +367,7 @@ class DefaultServiceAccounts(pulumi.CustomResource):
367
367
 
368
368
  @property
369
369
  @pulumi.getter(name="serviceAccounts")
370
- def service_accounts(self) -> pulumi.Output[Mapping[str, Any]]:
370
+ def service_accounts(self) -> pulumi.Output[Mapping[str, str]]:
371
371
  """
372
372
  The Service Accounts changed by this resource. It is used for `REVERT` the `action` on the destroy.
373
373
  """
@@ -987,7 +987,12 @@ class Subscription(pulumi.CustomResource):
987
987
  name="example-subscription",
988
988
  topic=example.id,
989
989
  bigquery_config={
990
- "table": pulumi.Output.all(test_table.project, test_table.dataset_id, test_table.table_id).apply(lambda project, dataset_id, table_id: f"{project}.{dataset_id}.{table_id}"),
990
+ "table": pulumi.Output.all(
991
+ project=test_table.project,
992
+ dataset_id=test_table.dataset_id,
993
+ table_id=test_table.table_id
994
+ ).apply(lambda resolved_outputs: f"{resolved_outputs['project']}.{resolved_outputs['dataset_id']}.{resolved_outputs['table_id']}")
995
+ ,
991
996
  },
992
997
  opts = pulumi.ResourceOptions(depends_on=[
993
998
  viewer,
@@ -1028,7 +1033,12 @@ class Subscription(pulumi.CustomResource):
1028
1033
  name="example-subscription",
1029
1034
  topic=example.id,
1030
1035
  bigquery_config={
1031
- "table": pulumi.Output.all(test_table.project, test_table.dataset_id, test_table.table_id).apply(lambda project, dataset_id, table_id: f"{project}.{dataset_id}.{table_id}"),
1036
+ "table": pulumi.Output.all(
1037
+ project=test_table.project,
1038
+ dataset_id=test_table.dataset_id,
1039
+ table_id=test_table.table_id
1040
+ ).apply(lambda resolved_outputs: f"{resolved_outputs['project']}.{resolved_outputs['dataset_id']}.{resolved_outputs['table_id']}")
1041
+ ,
1032
1042
  "use_table_schema": True,
1033
1043
  },
1034
1044
  opts = pulumi.ResourceOptions(depends_on=[
@@ -1073,7 +1083,12 @@ class Subscription(pulumi.CustomResource):
1073
1083
  name="example-subscription",
1074
1084
  topic=example.id,
1075
1085
  bigquery_config={
1076
- "table": pulumi.Output.all(test_table.project, test_table.dataset_id, test_table.table_id).apply(lambda project, dataset_id, table_id: f"{project}.{dataset_id}.{table_id}"),
1086
+ "table": pulumi.Output.all(
1087
+ project=test_table.project,
1088
+ dataset_id=test_table.dataset_id,
1089
+ table_id=test_table.table_id
1090
+ ).apply(lambda resolved_outputs: f"{resolved_outputs['project']}.{resolved_outputs['dataset_id']}.{resolved_outputs['table_id']}")
1091
+ ,
1077
1092
  "service_account_email": bq_write_service_account.email,
1078
1093
  },
1079
1094
  opts = pulumi.ResourceOptions(depends_on=[
@@ -1415,7 +1430,12 @@ class Subscription(pulumi.CustomResource):
1415
1430
  name="example-subscription",
1416
1431
  topic=example.id,
1417
1432
  bigquery_config={
1418
- "table": pulumi.Output.all(test_table.project, test_table.dataset_id, test_table.table_id).apply(lambda project, dataset_id, table_id: f"{project}.{dataset_id}.{table_id}"),
1433
+ "table": pulumi.Output.all(
1434
+ project=test_table.project,
1435
+ dataset_id=test_table.dataset_id,
1436
+ table_id=test_table.table_id
1437
+ ).apply(lambda resolved_outputs: f"{resolved_outputs['project']}.{resolved_outputs['dataset_id']}.{resolved_outputs['table_id']}")
1438
+ ,
1419
1439
  },
1420
1440
  opts = pulumi.ResourceOptions(depends_on=[
1421
1441
  viewer,
@@ -1456,7 +1476,12 @@ class Subscription(pulumi.CustomResource):
1456
1476
  name="example-subscription",
1457
1477
  topic=example.id,
1458
1478
  bigquery_config={
1459
- "table": pulumi.Output.all(test_table.project, test_table.dataset_id, test_table.table_id).apply(lambda project, dataset_id, table_id: f"{project}.{dataset_id}.{table_id}"),
1479
+ "table": pulumi.Output.all(
1480
+ project=test_table.project,
1481
+ dataset_id=test_table.dataset_id,
1482
+ table_id=test_table.table_id
1483
+ ).apply(lambda resolved_outputs: f"{resolved_outputs['project']}.{resolved_outputs['dataset_id']}.{resolved_outputs['table_id']}")
1484
+ ,
1460
1485
  "use_table_schema": True,
1461
1486
  },
1462
1487
  opts = pulumi.ResourceOptions(depends_on=[
@@ -1501,7 +1526,12 @@ class Subscription(pulumi.CustomResource):
1501
1526
  name="example-subscription",
1502
1527
  topic=example.id,
1503
1528
  bigquery_config={
1504
- "table": pulumi.Output.all(test_table.project, test_table.dataset_id, test_table.table_id).apply(lambda project, dataset_id, table_id: f"{project}.{dataset_id}.{table_id}"),
1529
+ "table": pulumi.Output.all(
1530
+ project=test_table.project,
1531
+ dataset_id=test_table.dataset_id,
1532
+ table_id=test_table.table_id
1533
+ ).apply(lambda resolved_outputs: f"{resolved_outputs['project']}.{resolved_outputs['dataset_id']}.{resolved_outputs['table_id']}")
1534
+ ,
1505
1535
  "service_account_email": bq_write_service_account.email,
1506
1536
  },
1507
1537
  opts = pulumi.ResourceOptions(depends_on=[
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "gcp",
4
- "version": "7.37.0-alpha.1723638212"
4
+ "version": "7.38.0-alpha.1723822337"
5
5
  }
@@ -173,12 +173,12 @@ class _EnterpriseKeyState:
173
173
  android_settings: Optional[pulumi.Input['EnterpriseKeyAndroidSettingsArgs']] = None,
174
174
  create_time: Optional[pulumi.Input[str]] = None,
175
175
  display_name: Optional[pulumi.Input[str]] = None,
176
- effective_labels: Optional[pulumi.Input[Mapping[str, Any]]] = None,
176
+ effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
177
177
  ios_settings: Optional[pulumi.Input['EnterpriseKeyIosSettingsArgs']] = None,
178
178
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
179
179
  name: Optional[pulumi.Input[str]] = None,
180
180
  project: Optional[pulumi.Input[str]] = None,
181
- pulumi_labels: Optional[pulumi.Input[Mapping[str, Any]]] = None,
181
+ pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
182
182
  testing_options: Optional[pulumi.Input['EnterpriseKeyTestingOptionsArgs']] = None,
183
183
  waf_settings: Optional[pulumi.Input['EnterpriseKeyWafSettingsArgs']] = None,
184
184
  web_settings: Optional[pulumi.Input['EnterpriseKeyWebSettingsArgs']] = None):
@@ -191,7 +191,7 @@ class _EnterpriseKeyState:
191
191
 
192
192
 
193
193
  - - -
194
- :param pulumi.Input[Mapping[str, Any]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
194
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
195
195
  :param pulumi.Input['EnterpriseKeyIosSettingsArgs'] ios_settings: Settings for keys that can be used by iOS apps.
196
196
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: See [Creating and managing labels](https://cloud.google.com/recaptcha-enterprise/docs/labels).
197
197
 
@@ -199,7 +199,7 @@ class _EnterpriseKeyState:
199
199
  Please refer to the field `effective_labels` for all of the labels present on the resource.
200
200
  :param pulumi.Input[str] name: The resource id for the Key, which is the same as the Site Key itself.
201
201
  :param pulumi.Input[str] project: The project for the resource
202
- :param pulumi.Input[Mapping[str, Any]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
202
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
203
203
  :param pulumi.Input['EnterpriseKeyTestingOptionsArgs'] testing_options: Options for user acceptance testing.
204
204
  :param pulumi.Input['EnterpriseKeyWafSettingsArgs'] waf_settings: Settings specific to keys that can be used for WAF (Web Application Firewall).
205
205
  :param pulumi.Input['EnterpriseKeyWebSettingsArgs'] web_settings: Settings for keys that can be used by websites.
@@ -271,14 +271,14 @@ class _EnterpriseKeyState:
271
271
 
272
272
  @property
273
273
  @pulumi.getter(name="effectiveLabels")
274
- def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
274
+ def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
275
275
  """
276
276
  All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
277
277
  """
278
278
  return pulumi.get(self, "effective_labels")
279
279
 
280
280
  @effective_labels.setter
281
- def effective_labels(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
281
+ def effective_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
282
282
  pulumi.set(self, "effective_labels", value)
283
283
 
284
284
  @property
@@ -334,14 +334,14 @@ class _EnterpriseKeyState:
334
334
 
335
335
  @property
336
336
  @pulumi.getter(name="pulumiLabels")
337
- def pulumi_labels(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
337
+ def pulumi_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
338
338
  """
339
339
  The combination of labels configured directly on the resource and default labels configured on the provider.
340
340
  """
341
341
  return pulumi.get(self, "pulumi_labels")
342
342
 
343
343
  @pulumi_labels.setter
344
- def pulumi_labels(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
344
+ def pulumi_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
345
345
  pulumi.set(self, "pulumi_labels", value)
346
346
 
347
347
  @property
@@ -794,12 +794,12 @@ class EnterpriseKey(pulumi.CustomResource):
794
794
  android_settings: Optional[pulumi.Input[Union['EnterpriseKeyAndroidSettingsArgs', 'EnterpriseKeyAndroidSettingsArgsDict']]] = None,
795
795
  create_time: Optional[pulumi.Input[str]] = None,
796
796
  display_name: Optional[pulumi.Input[str]] = None,
797
- effective_labels: Optional[pulumi.Input[Mapping[str, Any]]] = None,
797
+ effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
798
798
  ios_settings: Optional[pulumi.Input[Union['EnterpriseKeyIosSettingsArgs', 'EnterpriseKeyIosSettingsArgsDict']]] = None,
799
799
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
800
800
  name: Optional[pulumi.Input[str]] = None,
801
801
  project: Optional[pulumi.Input[str]] = None,
802
- pulumi_labels: Optional[pulumi.Input[Mapping[str, Any]]] = None,
802
+ pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
803
803
  testing_options: Optional[pulumi.Input[Union['EnterpriseKeyTestingOptionsArgs', 'EnterpriseKeyTestingOptionsArgsDict']]] = None,
804
804
  waf_settings: Optional[pulumi.Input[Union['EnterpriseKeyWafSettingsArgs', 'EnterpriseKeyWafSettingsArgsDict']]] = None,
805
805
  web_settings: Optional[pulumi.Input[Union['EnterpriseKeyWebSettingsArgs', 'EnterpriseKeyWebSettingsArgsDict']]] = None) -> 'EnterpriseKey':
@@ -817,7 +817,7 @@ class EnterpriseKey(pulumi.CustomResource):
817
817
 
818
818
 
819
819
  - - -
820
- :param pulumi.Input[Mapping[str, Any]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
820
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
821
821
  :param pulumi.Input[Union['EnterpriseKeyIosSettingsArgs', 'EnterpriseKeyIosSettingsArgsDict']] ios_settings: Settings for keys that can be used by iOS apps.
822
822
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: See [Creating and managing labels](https://cloud.google.com/recaptcha-enterprise/docs/labels).
823
823
 
@@ -825,7 +825,7 @@ class EnterpriseKey(pulumi.CustomResource):
825
825
  Please refer to the field `effective_labels` for all of the labels present on the resource.
826
826
  :param pulumi.Input[str] name: The resource id for the Key, which is the same as the Site Key itself.
827
827
  :param pulumi.Input[str] project: The project for the resource
828
- :param pulumi.Input[Mapping[str, Any]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
828
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
829
829
  :param pulumi.Input[Union['EnterpriseKeyTestingOptionsArgs', 'EnterpriseKeyTestingOptionsArgsDict']] testing_options: Options for user acceptance testing.
830
830
  :param pulumi.Input[Union['EnterpriseKeyWafSettingsArgs', 'EnterpriseKeyWafSettingsArgsDict']] waf_settings: Settings specific to keys that can be used for WAF (Web Application Firewall).
831
831
  :param pulumi.Input[Union['EnterpriseKeyWebSettingsArgs', 'EnterpriseKeyWebSettingsArgsDict']] web_settings: Settings for keys that can be used by websites.
@@ -878,7 +878,7 @@ class EnterpriseKey(pulumi.CustomResource):
878
878
 
879
879
  @property
880
880
  @pulumi.getter(name="effectiveLabels")
881
- def effective_labels(self) -> pulumi.Output[Mapping[str, Any]]:
881
+ def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
882
882
  """
883
883
  All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
884
884
  """
@@ -921,7 +921,7 @@ class EnterpriseKey(pulumi.CustomResource):
921
921
 
922
922
  @property
923
923
  @pulumi.getter(name="pulumiLabels")
924
- def pulumi_labels(self) -> pulumi.Output[Mapping[str, Any]]:
924
+ def pulumi_labels(self) -> pulumi.Output[Mapping[str, str]]:
925
925
  """
926
926
  The combination of labels configured directly on the resource and default labels configured on the provider.
927
927
  """
@@ -279,7 +279,11 @@ class InstanceIamBinding(pulumi.CustomResource):
279
279
  },
280
280
  network_config={
281
281
  "network": "default",
282
- "ip_allocation": pulumi.Output.all(private_ip_alloc.address, private_ip_alloc.prefix_length).apply(lambda address, prefix_length: f"{address}/{prefix_length}"),
282
+ "ip_allocation": pulumi.Output.all(
283
+ address=private_ip_alloc.address,
284
+ prefix_length=private_ip_alloc.prefix_length
285
+ ).apply(lambda resolved_outputs: f"{resolved_outputs['address']}/{resolved_outputs['prefix_length']}")
286
+ ,
283
287
  },
284
288
  accelerators=[{
285
289
  "accelerator_type": "CDC",
@@ -479,7 +483,11 @@ class InstanceIamBinding(pulumi.CustomResource):
479
483
  },
480
484
  network_config={
481
485
  "network": "default",
482
- "ip_allocation": pulumi.Output.all(private_ip_alloc.address, private_ip_alloc.prefix_length).apply(lambda address, prefix_length: f"{address}/{prefix_length}"),
486
+ "ip_allocation": pulumi.Output.all(
487
+ address=private_ip_alloc.address,
488
+ prefix_length=private_ip_alloc.prefix_length
489
+ ).apply(lambda resolved_outputs: f"{resolved_outputs['address']}/{resolved_outputs['prefix_length']}")
490
+ ,
483
491
  },
484
492
  accelerators=[{
485
493
  "accelerator_type": "CDC",
@@ -279,7 +279,11 @@ class InstanceIamMember(pulumi.CustomResource):
279
279
  },
280
280
  network_config={
281
281
  "network": "default",
282
- "ip_allocation": pulumi.Output.all(private_ip_alloc.address, private_ip_alloc.prefix_length).apply(lambda address, prefix_length: f"{address}/{prefix_length}"),
282
+ "ip_allocation": pulumi.Output.all(
283
+ address=private_ip_alloc.address,
284
+ prefix_length=private_ip_alloc.prefix_length
285
+ ).apply(lambda resolved_outputs: f"{resolved_outputs['address']}/{resolved_outputs['prefix_length']}")
286
+ ,
283
287
  },
284
288
  accelerators=[{
285
289
  "accelerator_type": "CDC",
@@ -479,7 +483,11 @@ class InstanceIamMember(pulumi.CustomResource):
479
483
  },
480
484
  network_config={
481
485
  "network": "default",
482
- "ip_allocation": pulumi.Output.all(private_ip_alloc.address, private_ip_alloc.prefix_length).apply(lambda address, prefix_length: f"{address}/{prefix_length}"),
486
+ "ip_allocation": pulumi.Output.all(
487
+ address=private_ip_alloc.address,
488
+ prefix_length=private_ip_alloc.prefix_length
489
+ ).apply(lambda resolved_outputs: f"{resolved_outputs['address']}/{resolved_outputs['prefix_length']}")
490
+ ,
483
491
  },
484
492
  accelerators=[{
485
493
  "accelerator_type": "CDC",
@@ -228,7 +228,11 @@ class InstanceIamPolicy(pulumi.CustomResource):
228
228
  },
229
229
  network_config={
230
230
  "network": "default",
231
- "ip_allocation": pulumi.Output.all(private_ip_alloc.address, private_ip_alloc.prefix_length).apply(lambda address, prefix_length: f"{address}/{prefix_length}"),
231
+ "ip_allocation": pulumi.Output.all(
232
+ address=private_ip_alloc.address,
233
+ prefix_length=private_ip_alloc.prefix_length
234
+ ).apply(lambda resolved_outputs: f"{resolved_outputs['address']}/{resolved_outputs['prefix_length']}")
235
+ ,
232
236
  },
233
237
  accelerators=[{
234
238
  "accelerator_type": "CDC",
@@ -428,7 +432,11 @@ class InstanceIamPolicy(pulumi.CustomResource):
428
432
  },
429
433
  network_config={
430
434
  "network": "default",
431
- "ip_allocation": pulumi.Output.all(private_ip_alloc.address, private_ip_alloc.prefix_length).apply(lambda address, prefix_length: f"{address}/{prefix_length}"),
435
+ "ip_allocation": pulumi.Output.all(
436
+ address=private_ip_alloc.address,
437
+ prefix_length=private_ip_alloc.prefix_length
438
+ ).apply(lambda resolved_outputs: f"{resolved_outputs['address']}/{resolved_outputs['prefix_length']}")
439
+ ,
432
440
  },
433
441
  accelerators=[{
434
442
  "accelerator_type": "CDC",