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
@@ -178,14 +178,14 @@ class _DeliveryPipelineState:
178
178
  conditions: Optional[pulumi.Input[Sequence[pulumi.Input['DeliveryPipelineConditionArgs']]]] = None,
179
179
  create_time: Optional[pulumi.Input[str]] = None,
180
180
  description: Optional[pulumi.Input[str]] = None,
181
- effective_annotations: Optional[pulumi.Input[Mapping[str, Any]]] = None,
182
- effective_labels: Optional[pulumi.Input[Mapping[str, Any]]] = None,
181
+ effective_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
182
+ effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
183
183
  etag: Optional[pulumi.Input[str]] = None,
184
184
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
185
185
  location: Optional[pulumi.Input[str]] = None,
186
186
  name: Optional[pulumi.Input[str]] = None,
187
187
  project: Optional[pulumi.Input[str]] = None,
188
- pulumi_labels: Optional[pulumi.Input[Mapping[str, Any]]] = None,
188
+ pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
189
189
  serial_pipeline: Optional[pulumi.Input['DeliveryPipelineSerialPipelineArgs']] = None,
190
190
  suspended: Optional[pulumi.Input[bool]] = None,
191
191
  uid: Optional[pulumi.Input[str]] = None,
@@ -199,7 +199,7 @@ class _DeliveryPipelineState:
199
199
  :param pulumi.Input[Sequence[pulumi.Input['DeliveryPipelineConditionArgs']]] conditions: Output only. Information around the state of the Delivery Pipeline.
200
200
  :param pulumi.Input[str] create_time: Output only. Time at which the pipeline was created.
201
201
  :param pulumi.Input[str] description: Description of the `DeliveryPipeline`. Max length is 255 characters.
202
- :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.
202
+ :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.
203
203
  :param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
204
204
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the
205
205
  following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and
@@ -211,7 +211,7 @@ class _DeliveryPipelineState:
211
211
  :param pulumi.Input[str] location: The location for the resource
212
212
  :param pulumi.Input[str] name: Name of the `DeliveryPipeline`. Format is `a-z?`.
213
213
  :param pulumi.Input[str] project: The project for the resource
214
- :param pulumi.Input[Mapping[str, Any]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
214
+ :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.
215
215
  :param pulumi.Input['DeliveryPipelineSerialPipelineArgs'] serial_pipeline: SerialPipeline defines a sequential set of stages for a `DeliveryPipeline`.
216
216
  :param pulumi.Input[bool] suspended: When suspended, no new releases or rollouts can be created, but in-progress ones will complete.
217
217
  :param pulumi.Input[str] uid: Output only. Unique identifier of the `DeliveryPipeline`.
@@ -303,23 +303,23 @@ class _DeliveryPipelineState:
303
303
 
304
304
  @property
305
305
  @pulumi.getter(name="effectiveAnnotations")
306
- def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
306
+ def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
307
307
  return pulumi.get(self, "effective_annotations")
308
308
 
309
309
  @effective_annotations.setter
310
- def effective_annotations(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
310
+ def effective_annotations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
311
311
  pulumi.set(self, "effective_annotations", value)
312
312
 
313
313
  @property
314
314
  @pulumi.getter(name="effectiveLabels")
315
- def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
315
+ def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
316
316
  """
317
317
  All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
318
318
  """
319
319
  return pulumi.get(self, "effective_labels")
320
320
 
321
321
  @effective_labels.setter
322
- def effective_labels(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
322
+ def effective_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
323
323
  pulumi.set(self, "effective_labels", value)
324
324
 
325
325
  @property
@@ -390,14 +390,14 @@ class _DeliveryPipelineState:
390
390
 
391
391
  @property
392
392
  @pulumi.getter(name="pulumiLabels")
393
- def pulumi_labels(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
393
+ def pulumi_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
394
394
  """
395
395
  The combination of labels configured directly on the resource and default labels configured on the provider.
396
396
  """
397
397
  return pulumi.get(self, "pulumi_labels")
398
398
 
399
399
  @pulumi_labels.setter
400
- def pulumi_labels(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
400
+ def pulumi_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
401
401
  pulumi.set(self, "pulumi_labels", value)
402
402
 
403
403
  @property
@@ -1025,14 +1025,14 @@ class DeliveryPipeline(pulumi.CustomResource):
1025
1025
  conditions: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DeliveryPipelineConditionArgs', 'DeliveryPipelineConditionArgsDict']]]]] = None,
1026
1026
  create_time: Optional[pulumi.Input[str]] = None,
1027
1027
  description: Optional[pulumi.Input[str]] = None,
1028
- effective_annotations: Optional[pulumi.Input[Mapping[str, Any]]] = None,
1029
- effective_labels: Optional[pulumi.Input[Mapping[str, Any]]] = None,
1028
+ effective_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1029
+ effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1030
1030
  etag: Optional[pulumi.Input[str]] = None,
1031
1031
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1032
1032
  location: Optional[pulumi.Input[str]] = None,
1033
1033
  name: Optional[pulumi.Input[str]] = None,
1034
1034
  project: Optional[pulumi.Input[str]] = None,
1035
- pulumi_labels: Optional[pulumi.Input[Mapping[str, Any]]] = None,
1035
+ pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1036
1036
  serial_pipeline: Optional[pulumi.Input[Union['DeliveryPipelineSerialPipelineArgs', 'DeliveryPipelineSerialPipelineArgsDict']]] = None,
1037
1037
  suspended: Optional[pulumi.Input[bool]] = None,
1038
1038
  uid: Optional[pulumi.Input[str]] = None,
@@ -1051,7 +1051,7 @@ class DeliveryPipeline(pulumi.CustomResource):
1051
1051
  :param pulumi.Input[Sequence[pulumi.Input[Union['DeliveryPipelineConditionArgs', 'DeliveryPipelineConditionArgsDict']]]] conditions: Output only. Information around the state of the Delivery Pipeline.
1052
1052
  :param pulumi.Input[str] create_time: Output only. Time at which the pipeline was created.
1053
1053
  :param pulumi.Input[str] description: Description of the `DeliveryPipeline`. Max length is 255 characters.
1054
- :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.
1054
+ :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.
1055
1055
  :param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
1056
1056
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the
1057
1057
  following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and
@@ -1063,7 +1063,7 @@ class DeliveryPipeline(pulumi.CustomResource):
1063
1063
  :param pulumi.Input[str] location: The location for the resource
1064
1064
  :param pulumi.Input[str] name: Name of the `DeliveryPipeline`. Format is `a-z?`.
1065
1065
  :param pulumi.Input[str] project: The project for the resource
1066
- :param pulumi.Input[Mapping[str, Any]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
1066
+ :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.
1067
1067
  :param pulumi.Input[Union['DeliveryPipelineSerialPipelineArgs', 'DeliveryPipelineSerialPipelineArgsDict']] serial_pipeline: SerialPipeline defines a sequential set of stages for a `DeliveryPipeline`.
1068
1068
  :param pulumi.Input[bool] suspended: When suspended, no new releases or rollouts can be created, but in-progress ones will complete.
1069
1069
  :param pulumi.Input[str] uid: Output only. Unique identifier of the `DeliveryPipeline`.
@@ -1128,12 +1128,12 @@ class DeliveryPipeline(pulumi.CustomResource):
1128
1128
 
1129
1129
  @property
1130
1130
  @pulumi.getter(name="effectiveAnnotations")
1131
- def effective_annotations(self) -> pulumi.Output[Mapping[str, Any]]:
1131
+ def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
1132
1132
  return pulumi.get(self, "effective_annotations")
1133
1133
 
1134
1134
  @property
1135
1135
  @pulumi.getter(name="effectiveLabels")
1136
- def effective_labels(self) -> pulumi.Output[Mapping[str, Any]]:
1136
+ def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
1137
1137
  """
1138
1138
  All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
1139
1139
  """
@@ -1187,7 +1187,7 @@ class DeliveryPipeline(pulumi.CustomResource):
1187
1187
 
1188
1188
  @property
1189
1189
  @pulumi.getter(name="pulumiLabels")
1190
- def pulumi_labels(self) -> pulumi.Output[Mapping[str, Any]]:
1190
+ def pulumi_labels(self) -> pulumi.Output[Mapping[str, str]]:
1191
1191
  """
1192
1192
  The combination of labels configured directly on the resource and default labels configured on the provider.
1193
1193
  """
@@ -278,8 +278,8 @@ class _TargetState:
278
278
  custom_target: Optional[pulumi.Input['TargetCustomTargetArgs']] = None,
279
279
  deploy_parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
280
280
  description: Optional[pulumi.Input[str]] = None,
281
- effective_annotations: Optional[pulumi.Input[Mapping[str, Any]]] = None,
282
- effective_labels: Optional[pulumi.Input[Mapping[str, Any]]] = None,
281
+ effective_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
282
+ effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
283
283
  etag: Optional[pulumi.Input[str]] = None,
284
284
  execution_configs: Optional[pulumi.Input[Sequence[pulumi.Input['TargetExecutionConfigArgs']]]] = None,
285
285
  gke: Optional[pulumi.Input['TargetGkeArgs']] = None,
@@ -288,7 +288,7 @@ class _TargetState:
288
288
  multi_target: Optional[pulumi.Input['TargetMultiTargetArgs']] = None,
289
289
  name: Optional[pulumi.Input[str]] = None,
290
290
  project: Optional[pulumi.Input[str]] = None,
291
- pulumi_labels: Optional[pulumi.Input[Mapping[str, Any]]] = None,
291
+ pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
292
292
  require_approval: Optional[pulumi.Input[bool]] = None,
293
293
  run: Optional[pulumi.Input['TargetRunArgs']] = None,
294
294
  target_id: Optional[pulumi.Input[str]] = None,
@@ -305,7 +305,7 @@ class _TargetState:
305
305
  :param pulumi.Input['TargetCustomTargetArgs'] custom_target: Optional. Information specifying a Custom Target.
306
306
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] deploy_parameters: Optional. The deploy parameters to use for this target.
307
307
  :param pulumi.Input[str] description: Optional. Description of the `Target`. Max length is 255 characters.
308
- :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.
308
+ :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.
309
309
  :param pulumi.Input[str] etag: Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
310
310
  :param pulumi.Input[Sequence[pulumi.Input['TargetExecutionConfigArgs']]] execution_configs: Configurations for all execution that relates to this `Target`. Each `ExecutionEnvironmentUsage` value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the `RENDER` and `DEPLOY` `ExecutionEnvironmentUsage` values. When no configurations are specified, execution will use the default specified in `DefaultPool`.
311
311
  :param pulumi.Input['TargetGkeArgs'] gke: Information specifying a GKE Cluster.
@@ -321,7 +321,7 @@ class _TargetState:
321
321
 
322
322
  - - -
323
323
  :param pulumi.Input[str] project: The project for the resource
324
- :param pulumi.Input[Mapping[str, Any]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
324
+ :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.
325
325
  :param pulumi.Input[bool] require_approval: Optional. Whether or not the `Target` requires approval.
326
326
  :param pulumi.Input['TargetRunArgs'] run: Information specifying a Cloud Run deployment target.
327
327
  :param pulumi.Input[str] target_id: Output only. Resource id of the `Target`.
@@ -450,23 +450,23 @@ class _TargetState:
450
450
 
451
451
  @property
452
452
  @pulumi.getter(name="effectiveAnnotations")
453
- def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
453
+ def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
454
454
  return pulumi.get(self, "effective_annotations")
455
455
 
456
456
  @effective_annotations.setter
457
- def effective_annotations(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
457
+ def effective_annotations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
458
458
  pulumi.set(self, "effective_annotations", value)
459
459
 
460
460
  @property
461
461
  @pulumi.getter(name="effectiveLabels")
462
- def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
462
+ def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
463
463
  """
464
464
  All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
465
465
  """
466
466
  return pulumi.get(self, "effective_labels")
467
467
 
468
468
  @effective_labels.setter
469
- def effective_labels(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
469
+ def effective_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
470
470
  pulumi.set(self, "effective_labels", value)
471
471
 
472
472
  @property
@@ -574,14 +574,14 @@ class _TargetState:
574
574
 
575
575
  @property
576
576
  @pulumi.getter(name="pulumiLabels")
577
- def pulumi_labels(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
577
+ def pulumi_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
578
578
  """
579
579
  The combination of labels configured directly on the resource and default labels configured on the provider.
580
580
  """
581
581
  return pulumi.get(self, "pulumi_labels")
582
582
 
583
583
  @pulumi_labels.setter
584
- def pulumi_labels(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
584
+ def pulumi_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
585
585
  pulumi.set(self, "pulumi_labels", value)
586
586
 
587
587
  @property
@@ -1026,8 +1026,8 @@ class Target(pulumi.CustomResource):
1026
1026
  custom_target: Optional[pulumi.Input[Union['TargetCustomTargetArgs', 'TargetCustomTargetArgsDict']]] = None,
1027
1027
  deploy_parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1028
1028
  description: Optional[pulumi.Input[str]] = None,
1029
- effective_annotations: Optional[pulumi.Input[Mapping[str, Any]]] = None,
1030
- effective_labels: Optional[pulumi.Input[Mapping[str, Any]]] = None,
1029
+ effective_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1030
+ effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1031
1031
  etag: Optional[pulumi.Input[str]] = None,
1032
1032
  execution_configs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['TargetExecutionConfigArgs', 'TargetExecutionConfigArgsDict']]]]] = None,
1033
1033
  gke: Optional[pulumi.Input[Union['TargetGkeArgs', 'TargetGkeArgsDict']]] = None,
@@ -1036,7 +1036,7 @@ class Target(pulumi.CustomResource):
1036
1036
  multi_target: Optional[pulumi.Input[Union['TargetMultiTargetArgs', 'TargetMultiTargetArgsDict']]] = None,
1037
1037
  name: Optional[pulumi.Input[str]] = None,
1038
1038
  project: Optional[pulumi.Input[str]] = None,
1039
- pulumi_labels: Optional[pulumi.Input[Mapping[str, Any]]] = None,
1039
+ pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1040
1040
  require_approval: Optional[pulumi.Input[bool]] = None,
1041
1041
  run: Optional[pulumi.Input[Union['TargetRunArgs', 'TargetRunArgsDict']]] = None,
1042
1042
  target_id: Optional[pulumi.Input[str]] = None,
@@ -1058,7 +1058,7 @@ class Target(pulumi.CustomResource):
1058
1058
  :param pulumi.Input[Union['TargetCustomTargetArgs', 'TargetCustomTargetArgsDict']] custom_target: Optional. Information specifying a Custom Target.
1059
1059
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] deploy_parameters: Optional. The deploy parameters to use for this target.
1060
1060
  :param pulumi.Input[str] description: Optional. Description of the `Target`. Max length is 255 characters.
1061
- :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.
1061
+ :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.
1062
1062
  :param pulumi.Input[str] etag: Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
1063
1063
  :param pulumi.Input[Sequence[pulumi.Input[Union['TargetExecutionConfigArgs', 'TargetExecutionConfigArgsDict']]]] execution_configs: Configurations for all execution that relates to this `Target`. Each `ExecutionEnvironmentUsage` value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the `RENDER` and `DEPLOY` `ExecutionEnvironmentUsage` values. When no configurations are specified, execution will use the default specified in `DefaultPool`.
1064
1064
  :param pulumi.Input[Union['TargetGkeArgs', 'TargetGkeArgsDict']] gke: Information specifying a GKE Cluster.
@@ -1074,7 +1074,7 @@ class Target(pulumi.CustomResource):
1074
1074
 
1075
1075
  - - -
1076
1076
  :param pulumi.Input[str] project: The project for the resource
1077
- :param pulumi.Input[Mapping[str, Any]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
1077
+ :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.
1078
1078
  :param pulumi.Input[bool] require_approval: Optional. Whether or not the `Target` requires approval.
1079
1079
  :param pulumi.Input[Union['TargetRunArgs', 'TargetRunArgsDict']] run: Information specifying a Cloud Run deployment target.
1080
1080
  :param pulumi.Input[str] target_id: Output only. Resource id of the `Target`.
@@ -1162,12 +1162,12 @@ class Target(pulumi.CustomResource):
1162
1162
 
1163
1163
  @property
1164
1164
  @pulumi.getter(name="effectiveAnnotations")
1165
- def effective_annotations(self) -> pulumi.Output[Mapping[str, Any]]:
1165
+ def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
1166
1166
  return pulumi.get(self, "effective_annotations")
1167
1167
 
1168
1168
  @property
1169
1169
  @pulumi.getter(name="effectiveLabels")
1170
- def effective_labels(self) -> pulumi.Output[Mapping[str, Any]]:
1170
+ def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
1171
1171
  """
1172
1172
  All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
1173
1173
  """
@@ -1246,7 +1246,7 @@ class Target(pulumi.CustomResource):
1246
1246
 
1247
1247
  @property
1248
1248
  @pulumi.getter(name="pulumiLabels")
1249
- def pulumi_labels(self) -> pulumi.Output[Mapping[str, Any]]:
1249
+ def pulumi_labels(self) -> pulumi.Output[Mapping[str, str]]:
1250
1250
  """
1251
1251
  The combination of labels configured directly on the resource and default labels configured on the provider.
1252
1252
  """