pulumi-gcp 7.22.0a1715345822__py3-none-any.whl → 7.23.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. pulumi_gcp/__init__.py +35 -0
  2. pulumi_gcp/alloydb/_inputs.py +139 -0
  3. pulumi_gcp/alloydb/cluster.py +54 -0
  4. pulumi_gcp/alloydb/outputs.py +145 -0
  5. pulumi_gcp/applicationintegration/auth_config.py +2 -6
  6. pulumi_gcp/applicationintegration/client.py +133 -18
  7. pulumi_gcp/bigquery/dataset.py +2 -2
  8. pulumi_gcp/bigquery/job.py +16 -20
  9. pulumi_gcp/bigquery/table.py +47 -0
  10. pulumi_gcp/bigtable/__init__.py +1 -0
  11. pulumi_gcp/bigtable/_inputs.py +101 -0
  12. pulumi_gcp/bigtable/authorized_view.py +440 -0
  13. pulumi_gcp/bigtable/outputs.py +119 -0
  14. pulumi_gcp/certificateauthority/certificate_template.py +70 -0
  15. pulumi_gcp/cloudbuildv2/repository.py +2 -2
  16. pulumi_gcp/clouddeploy/_inputs.py +96 -0
  17. pulumi_gcp/clouddeploy/custom_target_type.py +46 -0
  18. pulumi_gcp/clouddeploy/delivery_pipeline.py +7 -7
  19. pulumi_gcp/clouddeploy/outputs.py +96 -1
  20. pulumi_gcp/clouddeploy/target.py +54 -7
  21. pulumi_gcp/cloudrunv2/job.py +2 -4
  22. pulumi_gcp/cloudrunv2/service.py +2 -4
  23. pulumi_gcp/compute/_inputs.py +693 -0
  24. pulumi_gcp/compute/firewall_policy_rule.py +125 -10
  25. pulumi_gcp/compute/network_firewall_policy_rule.py +125 -10
  26. pulumi_gcp/compute/outputs.py +688 -0
  27. pulumi_gcp/compute/region_network_firewall_policy_rule.py +125 -10
  28. pulumi_gcp/compute/region_security_policy_rule.py +230 -1
  29. pulumi_gcp/compute/router_peer.py +54 -14
  30. pulumi_gcp/config/__init__.pyi +2 -0
  31. pulumi_gcp/config/vars.py +4 -0
  32. pulumi_gcp/container/_inputs.py +236 -3
  33. pulumi_gcp/container/outputs.py +365 -4
  34. pulumi_gcp/dataflow/flex_template_job.py +28 -28
  35. pulumi_gcp/dataflow/job.py +28 -14
  36. pulumi_gcp/essentialcontacts/document_ai_warehouse_document_schema.py +0 -528
  37. pulumi_gcp/firebaserules/release.py +2 -2
  38. pulumi_gcp/iam/_inputs.py +191 -2
  39. pulumi_gcp/iam/outputs.py +197 -2
  40. pulumi_gcp/iam/workforce_pool_provider.py +245 -0
  41. pulumi_gcp/integrationconnectors/__init__.py +1 -0
  42. pulumi_gcp/integrationconnectors/managed_zone.py +753 -0
  43. pulumi_gcp/networkconnectivity/__init__.py +1 -0
  44. pulumi_gcp/networkconnectivity/regional_endpoint.py +946 -0
  45. pulumi_gcp/networksecurity/firewall_endpoint.py +34 -0
  46. pulumi_gcp/networksecurity/firewall_endpoint_association.py +24 -0
  47. pulumi_gcp/networksecurity/security_profile.py +16 -0
  48. pulumi_gcp/networksecurity/security_profile_group.py +18 -0
  49. pulumi_gcp/networksecurity/tls_inspection_policy.py +16 -0
  50. pulumi_gcp/orgpolicy/policy.py +2 -2
  51. pulumi_gcp/privilegedaccessmanager/__init__.py +10 -0
  52. pulumi_gcp/privilegedaccessmanager/_inputs.py +420 -0
  53. pulumi_gcp/privilegedaccessmanager/entitlement.py +852 -0
  54. pulumi_gcp/privilegedaccessmanager/outputs.py +491 -0
  55. pulumi_gcp/provider.py +20 -0
  56. pulumi_gcp/pubsub/subscription.py +4 -4
  57. pulumi_gcp/pulumi-plugin.json +2 -1
  58. pulumi_gcp/redis/cluster.py +69 -2
  59. pulumi_gcp/storage/__init__.py +1 -0
  60. pulumi_gcp/storage/get_buckets.py +138 -0
  61. pulumi_gcp/storage/outputs.py +63 -0
  62. {pulumi_gcp-7.22.0a1715345822.dist-info → pulumi_gcp-7.23.0.dist-info}/METADATA +1 -1
  63. {pulumi_gcp-7.22.0a1715345822.dist-info → pulumi_gcp-7.23.0.dist-info}/RECORD +65 -57
  64. {pulumi_gcp-7.22.0a1715345822.dist-info → pulumi_gcp-7.23.0.dist-info}/WHEEL +0 -0
  65. {pulumi_gcp-7.22.0a1715345822.dist-info → pulumi_gcp-7.23.0.dist-info}/top_level.txt +0 -0
@@ -64,14 +64,14 @@ class FlexTemplateJobArgs:
64
64
  :param pulumi.Input[int] num_workers: Immutable. The initial number of Google Compute Engine instances for the job.
65
65
  :param pulumi.Input[str] on_delete: One of "drain" or "cancel". Specifies behavior of
66
66
  deletion during `pulumi destroy`. See above note.
67
- :param pulumi.Input[Mapping[str, Any]] parameters: Key/Value pairs to be passed to the Dataflow job (as
68
- used in the template). Additional [pipeline options](https://cloud.google.com/dataflow/docs/guides/specifying-exec-params#setting-other-cloud-dataflow-pipeline-options)
69
- such as `serviceAccount`, `workerMachineType`, etc can be specified here.
67
+ :param pulumi.Input[Mapping[str, Any]] parameters: **Template specific** Key/Value pairs to be forwarded to the pipeline's options; keys are
68
+ case-sensitive based on the language on which the pipeline is coded, mostly Java.
69
+ **Note**: do not configure Dataflow options here in parameters.
70
70
  :param pulumi.Input[str] project: The project in which the resource belongs. If it is not
71
71
  provided, the provider project is used.
72
72
  :param pulumi.Input[str] region: Immutable. The region in which the created job should run.
73
73
  :param pulumi.Input[str] sdk_container_image: Docker registry location of container image to use for the 'worker harness. Default is the container for the version of the SDK. Note this field is only valid for portable pipelines.
74
- :param pulumi.Input[str] service_account_email: Service account email to run the workers as.
74
+ :param pulumi.Input[str] service_account_email: Service account email to run the workers as. This should be just an email e.g. `myserviceaccount@myproject.iam.gserviceaccount.com`. Do not include any `serviceAccount:` or other prefix.
75
75
  :param pulumi.Input[str] staging_location: The Cloud Storage path to use for staging files. Must be a valid Cloud Storage URL, beginning with gs://.
76
76
  :param pulumi.Input[str] subnetwork: The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK".
77
77
  :param pulumi.Input[str] temp_location: The Cloud Storage path to use for temporary files. Must be a valid Cloud Storage URL, beginning with gs://.
@@ -307,9 +307,9 @@ class FlexTemplateJobArgs:
307
307
  @pulumi.getter
308
308
  def parameters(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
309
309
  """
310
- Key/Value pairs to be passed to the Dataflow job (as
311
- used in the template). Additional [pipeline options](https://cloud.google.com/dataflow/docs/guides/specifying-exec-params#setting-other-cloud-dataflow-pipeline-options)
312
- such as `serviceAccount`, `workerMachineType`, etc can be specified here.
310
+ **Template specific** Key/Value pairs to be forwarded to the pipeline's options; keys are
311
+ case-sensitive based on the language on which the pipeline is coded, mostly Java.
312
+ **Note**: do not configure Dataflow options here in parameters.
313
313
  """
314
314
  return pulumi.get(self, "parameters")
315
315
 
@@ -358,7 +358,7 @@ class FlexTemplateJobArgs:
358
358
  @pulumi.getter(name="serviceAccountEmail")
359
359
  def service_account_email(self) -> Optional[pulumi.Input[str]]:
360
360
  """
361
- Service account email to run the workers as.
361
+ Service account email to run the workers as. This should be just an email e.g. `myserviceaccount@myproject.iam.gserviceaccount.com`. Do not include any `serviceAccount:` or other prefix.
362
362
  """
363
363
  return pulumi.get(self, "service_account_email")
364
364
 
@@ -483,15 +483,15 @@ class _FlexTemplateJobState:
483
483
  :param pulumi.Input[int] num_workers: Immutable. The initial number of Google Compute Engine instances for the job.
484
484
  :param pulumi.Input[str] on_delete: One of "drain" or "cancel". Specifies behavior of
485
485
  deletion during `pulumi destroy`. See above note.
486
- :param pulumi.Input[Mapping[str, Any]] parameters: Key/Value pairs to be passed to the Dataflow job (as
487
- used in the template). Additional [pipeline options](https://cloud.google.com/dataflow/docs/guides/specifying-exec-params#setting-other-cloud-dataflow-pipeline-options)
488
- such as `serviceAccount`, `workerMachineType`, etc can be specified here.
486
+ :param pulumi.Input[Mapping[str, Any]] parameters: **Template specific** Key/Value pairs to be forwarded to the pipeline's options; keys are
487
+ case-sensitive based on the language on which the pipeline is coded, mostly Java.
488
+ **Note**: do not configure Dataflow options here in parameters.
489
489
  :param pulumi.Input[str] project: The project in which the resource belongs. If it is not
490
490
  provided, the provider project is used.
491
491
  :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.
492
492
  :param pulumi.Input[str] region: Immutable. The region in which the created job should run.
493
493
  :param pulumi.Input[str] sdk_container_image: Docker registry location of container image to use for the 'worker harness. Default is the container for the version of the SDK. Note this field is only valid for portable pipelines.
494
- :param pulumi.Input[str] service_account_email: Service account email to run the workers as.
494
+ :param pulumi.Input[str] service_account_email: Service account email to run the workers as. This should be just an email e.g. `myserviceaccount@myproject.iam.gserviceaccount.com`. Do not include any `serviceAccount:` or other prefix.
495
495
  :param pulumi.Input[str] staging_location: The Cloud Storage path to use for staging files. Must be a valid Cloud Storage URL, beginning with gs://.
496
496
  :param pulumi.Input[str] state: The current state of the resource, selected from the [JobState enum](https://cloud.google.com/dataflow/docs/reference/rest/v1b3/projects.jobs#Job.JobState)
497
497
  :param pulumi.Input[str] subnetwork: The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK".
@@ -761,9 +761,9 @@ class _FlexTemplateJobState:
761
761
  @pulumi.getter
762
762
  def parameters(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
763
763
  """
764
- Key/Value pairs to be passed to the Dataflow job (as
765
- used in the template). Additional [pipeline options](https://cloud.google.com/dataflow/docs/guides/specifying-exec-params#setting-other-cloud-dataflow-pipeline-options)
766
- such as `serviceAccount`, `workerMachineType`, etc can be specified here.
764
+ **Template specific** Key/Value pairs to be forwarded to the pipeline's options; keys are
765
+ case-sensitive based on the language on which the pipeline is coded, mostly Java.
766
+ **Note**: do not configure Dataflow options here in parameters.
767
767
  """
768
768
  return pulumi.get(self, "parameters")
769
769
 
@@ -824,7 +824,7 @@ class _FlexTemplateJobState:
824
824
  @pulumi.getter(name="serviceAccountEmail")
825
825
  def service_account_email(self) -> Optional[pulumi.Input[str]]:
826
826
  """
827
- Service account email to run the workers as.
827
+ Service account email to run the workers as. This should be just an email e.g. `myserviceaccount@myproject.iam.gserviceaccount.com`. Do not include any `serviceAccount:` or other prefix.
828
828
  """
829
829
  return pulumi.get(self, "service_account_email")
830
830
 
@@ -1043,14 +1043,14 @@ class FlexTemplateJob(pulumi.CustomResource):
1043
1043
  :param pulumi.Input[int] num_workers: Immutable. The initial number of Google Compute Engine instances for the job.
1044
1044
  :param pulumi.Input[str] on_delete: One of "drain" or "cancel". Specifies behavior of
1045
1045
  deletion during `pulumi destroy`. See above note.
1046
- :param pulumi.Input[Mapping[str, Any]] parameters: Key/Value pairs to be passed to the Dataflow job (as
1047
- used in the template). Additional [pipeline options](https://cloud.google.com/dataflow/docs/guides/specifying-exec-params#setting-other-cloud-dataflow-pipeline-options)
1048
- such as `serviceAccount`, `workerMachineType`, etc can be specified here.
1046
+ :param pulumi.Input[Mapping[str, Any]] parameters: **Template specific** Key/Value pairs to be forwarded to the pipeline's options; keys are
1047
+ case-sensitive based on the language on which the pipeline is coded, mostly Java.
1048
+ **Note**: do not configure Dataflow options here in parameters.
1049
1049
  :param pulumi.Input[str] project: The project in which the resource belongs. If it is not
1050
1050
  provided, the provider project is used.
1051
1051
  :param pulumi.Input[str] region: Immutable. The region in which the created job should run.
1052
1052
  :param pulumi.Input[str] sdk_container_image: Docker registry location of container image to use for the 'worker harness. Default is the container for the version of the SDK. Note this field is only valid for portable pipelines.
1053
- :param pulumi.Input[str] service_account_email: Service account email to run the workers as.
1053
+ :param pulumi.Input[str] service_account_email: Service account email to run the workers as. This should be just an email e.g. `myserviceaccount@myproject.iam.gserviceaccount.com`. Do not include any `serviceAccount:` or other prefix.
1054
1054
  :param pulumi.Input[str] staging_location: The Cloud Storage path to use for staging files. Must be a valid Cloud Storage URL, beginning with gs://.
1055
1055
  :param pulumi.Input[str] subnetwork: The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK".
1056
1056
  :param pulumi.Input[str] temp_location: The Cloud Storage path to use for temporary files. Must be a valid Cloud Storage URL, beginning with gs://.
@@ -1287,15 +1287,15 @@ class FlexTemplateJob(pulumi.CustomResource):
1287
1287
  :param pulumi.Input[int] num_workers: Immutable. The initial number of Google Compute Engine instances for the job.
1288
1288
  :param pulumi.Input[str] on_delete: One of "drain" or "cancel". Specifies behavior of
1289
1289
  deletion during `pulumi destroy`. See above note.
1290
- :param pulumi.Input[Mapping[str, Any]] parameters: Key/Value pairs to be passed to the Dataflow job (as
1291
- used in the template). Additional [pipeline options](https://cloud.google.com/dataflow/docs/guides/specifying-exec-params#setting-other-cloud-dataflow-pipeline-options)
1292
- such as `serviceAccount`, `workerMachineType`, etc can be specified here.
1290
+ :param pulumi.Input[Mapping[str, Any]] parameters: **Template specific** Key/Value pairs to be forwarded to the pipeline's options; keys are
1291
+ case-sensitive based on the language on which the pipeline is coded, mostly Java.
1292
+ **Note**: do not configure Dataflow options here in parameters.
1293
1293
  :param pulumi.Input[str] project: The project in which the resource belongs. If it is not
1294
1294
  provided, the provider project is used.
1295
1295
  :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.
1296
1296
  :param pulumi.Input[str] region: Immutable. The region in which the created job should run.
1297
1297
  :param pulumi.Input[str] sdk_container_image: Docker registry location of container image to use for the 'worker harness. Default is the container for the version of the SDK. Note this field is only valid for portable pipelines.
1298
- :param pulumi.Input[str] service_account_email: Service account email to run the workers as.
1298
+ :param pulumi.Input[str] service_account_email: Service account email to run the workers as. This should be just an email e.g. `myserviceaccount@myproject.iam.gserviceaccount.com`. Do not include any `serviceAccount:` or other prefix.
1299
1299
  :param pulumi.Input[str] staging_location: The Cloud Storage path to use for staging files. Must be a valid Cloud Storage URL, beginning with gs://.
1300
1300
  :param pulumi.Input[str] state: The current state of the resource, selected from the [JobState enum](https://cloud.google.com/dataflow/docs/reference/rest/v1b3/projects.jobs#Job.JobState)
1301
1301
  :param pulumi.Input[str] subnetwork: The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK".
@@ -1477,9 +1477,9 @@ class FlexTemplateJob(pulumi.CustomResource):
1477
1477
  @pulumi.getter
1478
1478
  def parameters(self) -> pulumi.Output[Optional[Mapping[str, Any]]]:
1479
1479
  """
1480
- Key/Value pairs to be passed to the Dataflow job (as
1481
- used in the template). Additional [pipeline options](https://cloud.google.com/dataflow/docs/guides/specifying-exec-params#setting-other-cloud-dataflow-pipeline-options)
1482
- such as `serviceAccount`, `workerMachineType`, etc can be specified here.
1480
+ **Template specific** Key/Value pairs to be forwarded to the pipeline's options; keys are
1481
+ case-sensitive based on the language on which the pipeline is coded, mostly Java.
1482
+ **Note**: do not configure Dataflow options here in parameters.
1483
1483
  """
1484
1484
  return pulumi.get(self, "parameters")
1485
1485
 
@@ -1520,7 +1520,7 @@ class FlexTemplateJob(pulumi.CustomResource):
1520
1520
  @pulumi.getter(name="serviceAccountEmail")
1521
1521
  def service_account_email(self) -> pulumi.Output[str]:
1522
1522
  """
1523
- Service account email to run the workers as.
1523
+ Service account email to run the workers as. This should be just an email e.g. `myserviceaccount@myproject.iam.gserviceaccount.com`. Do not include any `serviceAccount:` or other prefix.
1524
1524
  """
1525
1525
  return pulumi.get(self, "service_account_email")
1526
1526
 
@@ -52,10 +52,12 @@ class JobArgs:
52
52
  :param pulumi.Input[str] name: A unique name for the resource, required by Dataflow.
53
53
  :param pulumi.Input[str] network: The network to which VMs will be assigned. If it is not provided, "default" will be used.
54
54
  :param pulumi.Input[str] on_delete: One of "drain" or "cancel". Specifies behavior of deletion during `pulumi destroy`. See above note.
55
- :param pulumi.Input[Mapping[str, Any]] parameters: Key/Value pairs to be passed to the Dataflow job (as used in the template).
55
+ :param pulumi.Input[Mapping[str, Any]] parameters: **Template specific** Key/Value pairs to be forwarded to the pipeline's options; keys are
56
+ case-sensitive based on the language on which the pipeline is coded, mostly Java.
57
+ **Note**: do not configure Dataflow options here in parameters.
56
58
  :param pulumi.Input[str] project: The project in which the resource belongs. If it is not provided, the provider project is used.
57
59
  :param pulumi.Input[str] region: The region in which the created job should run.
58
- :param pulumi.Input[str] service_account_email: The Service Account email used to create the job.
60
+ :param pulumi.Input[str] service_account_email: The Service Account email used to create the job. This should be just an email e.g. `myserviceaccount@myproject.iam.gserviceaccount.com`. Do not include any `serviceAccount:` or other prefix.
59
61
  :param pulumi.Input[bool] skip_wait_on_job_termination: If set to `true`, Pulumi will treat `DRAINING` and `CANCELLING` as terminal states when deleting the resource, and will remove the resource from Pulumi state and move on. See above note.
60
62
  :param pulumi.Input[str] subnetwork: The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK". If the [subnetwork is located in a Shared VPC network](https://cloud.google.com/dataflow/docs/guides/specifying-networks#shared), you must use the complete URL. For example `"googleapis.com/compute/v1/projects/PROJECT_ID/regions/REGION/subnetworks/SUBNET_NAME"`
61
63
  :param pulumi.Input[Mapping[str, Any]] transform_name_mapping: Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced with the corresponding name prefixes of the new job. This field is not used outside of update.
@@ -252,7 +254,9 @@ class JobArgs:
252
254
  @pulumi.getter
253
255
  def parameters(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
254
256
  """
255
- Key/Value pairs to be passed to the Dataflow job (as used in the template).
257
+ **Template specific** Key/Value pairs to be forwarded to the pipeline's options; keys are
258
+ case-sensitive based on the language on which the pipeline is coded, mostly Java.
259
+ **Note**: do not configure Dataflow options here in parameters.
256
260
  """
257
261
  return pulumi.get(self, "parameters")
258
262
 
@@ -288,7 +292,7 @@ class JobArgs:
288
292
  @pulumi.getter(name="serviceAccountEmail")
289
293
  def service_account_email(self) -> Optional[pulumi.Input[str]]:
290
294
  """
291
- The Service Account email used to create the job.
295
+ The Service Account email used to create the job. This should be just an email e.g. `myserviceaccount@myproject.iam.gserviceaccount.com`. Do not include any `serviceAccount:` or other prefix.
292
296
  """
293
297
  return pulumi.get(self, "service_account_email")
294
298
 
@@ -389,11 +393,13 @@ class _JobState:
389
393
  :param pulumi.Input[str] name: A unique name for the resource, required by Dataflow.
390
394
  :param pulumi.Input[str] network: The network to which VMs will be assigned. If it is not provided, "default" will be used.
391
395
  :param pulumi.Input[str] on_delete: One of "drain" or "cancel". Specifies behavior of deletion during `pulumi destroy`. See above note.
392
- :param pulumi.Input[Mapping[str, Any]] parameters: Key/Value pairs to be passed to the Dataflow job (as used in the template).
396
+ :param pulumi.Input[Mapping[str, Any]] parameters: **Template specific** Key/Value pairs to be forwarded to the pipeline's options; keys are
397
+ case-sensitive based on the language on which the pipeline is coded, mostly Java.
398
+ **Note**: do not configure Dataflow options here in parameters.
393
399
  :param pulumi.Input[str] project: The project in which the resource belongs. If it is not provided, the provider project is used.
394
400
  :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.
395
401
  :param pulumi.Input[str] region: The region in which the created job should run.
396
- :param pulumi.Input[str] service_account_email: The Service Account email used to create the job.
402
+ :param pulumi.Input[str] service_account_email: The Service Account email used to create the job. This should be just an email e.g. `myserviceaccount@myproject.iam.gserviceaccount.com`. Do not include any `serviceAccount:` or other prefix.
397
403
  :param pulumi.Input[bool] skip_wait_on_job_termination: If set to `true`, Pulumi will treat `DRAINING` and `CANCELLING` as terminal states when deleting the resource, and will remove the resource from Pulumi state and move on. See above note.
398
404
  :param pulumi.Input[str] state: The current state of the resource, selected from the [JobState enum](https://cloud.google.com/dataflow/docs/reference/rest/v1b3/projects.jobs#Job.JobState)
399
405
  :param pulumi.Input[str] subnetwork: The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK". If the [subnetwork is located in a Shared VPC network](https://cloud.google.com/dataflow/docs/guides/specifying-networks#shared), you must use the complete URL. For example `"googleapis.com/compute/v1/projects/PROJECT_ID/regions/REGION/subnetworks/SUBNET_NAME"`
@@ -606,7 +612,9 @@ class _JobState:
606
612
  @pulumi.getter
607
613
  def parameters(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
608
614
  """
609
- Key/Value pairs to be passed to the Dataflow job (as used in the template).
615
+ **Template specific** Key/Value pairs to be forwarded to the pipeline's options; keys are
616
+ case-sensitive based on the language on which the pipeline is coded, mostly Java.
617
+ **Note**: do not configure Dataflow options here in parameters.
610
618
  """
611
619
  return pulumi.get(self, "parameters")
612
620
 
@@ -654,7 +662,7 @@ class _JobState:
654
662
  @pulumi.getter(name="serviceAccountEmail")
655
663
  def service_account_email(self) -> Optional[pulumi.Input[str]]:
656
664
  """
657
- The Service Account email used to create the job.
665
+ The Service Account email used to create the job. This should be just an email e.g. `myserviceaccount@myproject.iam.gserviceaccount.com`. Do not include any `serviceAccount:` or other prefix.
658
666
  """
659
667
  return pulumi.get(self, "service_account_email")
660
668
 
@@ -900,10 +908,12 @@ class Job(pulumi.CustomResource):
900
908
  :param pulumi.Input[str] name: A unique name for the resource, required by Dataflow.
901
909
  :param pulumi.Input[str] network: The network to which VMs will be assigned. If it is not provided, "default" will be used.
902
910
  :param pulumi.Input[str] on_delete: One of "drain" or "cancel". Specifies behavior of deletion during `pulumi destroy`. See above note.
903
- :param pulumi.Input[Mapping[str, Any]] parameters: Key/Value pairs to be passed to the Dataflow job (as used in the template).
911
+ :param pulumi.Input[Mapping[str, Any]] parameters: **Template specific** Key/Value pairs to be forwarded to the pipeline's options; keys are
912
+ case-sensitive based on the language on which the pipeline is coded, mostly Java.
913
+ **Note**: do not configure Dataflow options here in parameters.
904
914
  :param pulumi.Input[str] project: The project in which the resource belongs. If it is not provided, the provider project is used.
905
915
  :param pulumi.Input[str] region: The region in which the created job should run.
906
- :param pulumi.Input[str] service_account_email: The Service Account email used to create the job.
916
+ :param pulumi.Input[str] service_account_email: The Service Account email used to create the job. This should be just an email e.g. `myserviceaccount@myproject.iam.gserviceaccount.com`. Do not include any `serviceAccount:` or other prefix.
907
917
  :param pulumi.Input[bool] skip_wait_on_job_termination: If set to `true`, Pulumi will treat `DRAINING` and `CANCELLING` as terminal states when deleting the resource, and will remove the resource from Pulumi state and move on. See above note.
908
918
  :param pulumi.Input[str] subnetwork: The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK". If the [subnetwork is located in a Shared VPC network](https://cloud.google.com/dataflow/docs/guides/specifying-networks#shared), you must use the complete URL. For example `"googleapis.com/compute/v1/projects/PROJECT_ID/regions/REGION/subnetworks/SUBNET_NAME"`
909
919
  :param pulumi.Input[str] temp_gcs_location: A writeable location on GCS for the Dataflow job to dump its temporary data.
@@ -1149,11 +1159,13 @@ class Job(pulumi.CustomResource):
1149
1159
  :param pulumi.Input[str] name: A unique name for the resource, required by Dataflow.
1150
1160
  :param pulumi.Input[str] network: The network to which VMs will be assigned. If it is not provided, "default" will be used.
1151
1161
  :param pulumi.Input[str] on_delete: One of "drain" or "cancel". Specifies behavior of deletion during `pulumi destroy`. See above note.
1152
- :param pulumi.Input[Mapping[str, Any]] parameters: Key/Value pairs to be passed to the Dataflow job (as used in the template).
1162
+ :param pulumi.Input[Mapping[str, Any]] parameters: **Template specific** Key/Value pairs to be forwarded to the pipeline's options; keys are
1163
+ case-sensitive based on the language on which the pipeline is coded, mostly Java.
1164
+ **Note**: do not configure Dataflow options here in parameters.
1153
1165
  :param pulumi.Input[str] project: The project in which the resource belongs. If it is not provided, the provider project is used.
1154
1166
  :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.
1155
1167
  :param pulumi.Input[str] region: The region in which the created job should run.
1156
- :param pulumi.Input[str] service_account_email: The Service Account email used to create the job.
1168
+ :param pulumi.Input[str] service_account_email: The Service Account email used to create the job. This should be just an email e.g. `myserviceaccount@myproject.iam.gserviceaccount.com`. Do not include any `serviceAccount:` or other prefix.
1157
1169
  :param pulumi.Input[bool] skip_wait_on_job_termination: If set to `true`, Pulumi will treat `DRAINING` and `CANCELLING` as terminal states when deleting the resource, and will remove the resource from Pulumi state and move on. See above note.
1158
1170
  :param pulumi.Input[str] state: The current state of the resource, selected from the [JobState enum](https://cloud.google.com/dataflow/docs/reference/rest/v1b3/projects.jobs#Job.JobState)
1159
1171
  :param pulumi.Input[str] subnetwork: The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK". If the [subnetwork is located in a Shared VPC network](https://cloud.google.com/dataflow/docs/guides/specifying-networks#shared), you must use the complete URL. For example `"googleapis.com/compute/v1/projects/PROJECT_ID/regions/REGION/subnetworks/SUBNET_NAME"`
@@ -1298,7 +1310,9 @@ class Job(pulumi.CustomResource):
1298
1310
  @pulumi.getter
1299
1311
  def parameters(self) -> pulumi.Output[Optional[Mapping[str, Any]]]:
1300
1312
  """
1301
- Key/Value pairs to be passed to the Dataflow job (as used in the template).
1313
+ **Template specific** Key/Value pairs to be forwarded to the pipeline's options; keys are
1314
+ case-sensitive based on the language on which the pipeline is coded, mostly Java.
1315
+ **Note**: do not configure Dataflow options here in parameters.
1302
1316
  """
1303
1317
  return pulumi.get(self, "parameters")
1304
1318
 
@@ -1330,7 +1344,7 @@ class Job(pulumi.CustomResource):
1330
1344
  @pulumi.getter(name="serviceAccountEmail")
1331
1345
  def service_account_email(self) -> pulumi.Output[Optional[str]]:
1332
1346
  """
1333
- The Service Account email used to create the job.
1347
+ The Service Account email used to create the job. This should be just an email e.g. `myserviceaccount@myproject.iam.gserviceaccount.com`. Do not include any `serviceAccount:` or other prefix.
1334
1348
  """
1335
1349
  return pulumi.get(self, "service_account_email")
1336
1350