pulumi-gcp 7.17.0__py3-none-any.whl → 7.17.0a1711740254__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 (91) hide show
  1. pulumi_gcp/__init__.py +0 -27
  2. pulumi_gcp/apphub/__init__.py +0 -1
  3. pulumi_gcp/apphub/outputs.py +0 -214
  4. pulumi_gcp/bigquery/_inputs.py +0 -16
  5. pulumi_gcp/bigquery/outputs.py +0 -14
  6. pulumi_gcp/bigquery/routine.py +0 -98
  7. pulumi_gcp/bigtable/_inputs.py +4 -4
  8. pulumi_gcp/bigtable/gc_policy.py +0 -8
  9. pulumi_gcp/bigtable/outputs.py +4 -4
  10. pulumi_gcp/billing/_inputs.py +4 -4
  11. pulumi_gcp/billing/outputs.py +4 -4
  12. pulumi_gcp/billing/project_info.py +4 -4
  13. pulumi_gcp/cloudfunctionsv2/_inputs.py +2 -2
  14. pulumi_gcp/cloudfunctionsv2/outputs.py +4 -4
  15. pulumi_gcp/cloudquota/__init__.py +0 -2
  16. pulumi_gcp/cloudquota/outputs.py +0 -118
  17. pulumi_gcp/cloudrunv2/service.py +7 -7
  18. pulumi_gcp/composer/_inputs.py +4 -14
  19. pulumi_gcp/composer/outputs.py +10 -22
  20. pulumi_gcp/compute/_inputs.py +44 -40
  21. pulumi_gcp/compute/autoscaler.py +14 -14
  22. pulumi_gcp/compute/interconnect_attachment.py +0 -64
  23. pulumi_gcp/compute/network_endpoint.py +0 -8
  24. pulumi_gcp/compute/network_endpoint_list.py +0 -8
  25. pulumi_gcp/compute/outputs.py +60 -62
  26. pulumi_gcp/compute/region_autoscaler.py +14 -14
  27. pulumi_gcp/compute/region_backend_service.py +0 -28
  28. pulumi_gcp/compute/target_instance.py +4 -4
  29. pulumi_gcp/config/__init__.pyi +0 -2
  30. pulumi_gcp/config/vars.py +0 -4
  31. pulumi_gcp/container/_inputs.py +16 -148
  32. pulumi_gcp/container/outputs.py +16 -148
  33. pulumi_gcp/databasemigrationservice/connection_profile.py +6 -6
  34. pulumi_gcp/dataflow/flex_template_job.py +112 -84
  35. pulumi_gcp/dataloss/_inputs.py +6 -6
  36. pulumi_gcp/dataloss/outputs.py +6 -6
  37. pulumi_gcp/dataplex/task.py +16 -16
  38. pulumi_gcp/dataproc/_inputs.py +10 -85
  39. pulumi_gcp/dataproc/get_metastore_service.py +1 -11
  40. pulumi_gcp/dataproc/metastore_service.py +0 -120
  41. pulumi_gcp/dataproc/outputs.py +10 -142
  42. pulumi_gcp/firebase/app_check_service_config.py +2 -2
  43. pulumi_gcp/firestore/backup_schedule.py +14 -14
  44. pulumi_gcp/firestore/field.py +4 -4
  45. pulumi_gcp/gkehub/membership_binding.py +6 -6
  46. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  47. pulumi_gcp/gkehub/namespace.py +4 -4
  48. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  49. pulumi_gcp/iam/_inputs.py +0 -76
  50. pulumi_gcp/iam/outputs.py +0 -76
  51. pulumi_gcp/iam/workforce_pool_provider.py +0 -35
  52. pulumi_gcp/iam/workload_identity_pool_provider.py +0 -140
  53. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  54. pulumi_gcp/kms/_inputs.py +0 -46
  55. pulumi_gcp/kms/crypto_key.py +0 -54
  56. pulumi_gcp/kms/crypto_key_version.py +0 -54
  57. pulumi_gcp/kms/get_kms_crypto_key.py +1 -11
  58. pulumi_gcp/kms/outputs.py +0 -54
  59. pulumi_gcp/logging/_inputs.py +8 -8
  60. pulumi_gcp/logging/metric.py +7 -7
  61. pulumi_gcp/logging/outputs.py +8 -8
  62. pulumi_gcp/monitoring/_inputs.py +2 -2
  63. pulumi_gcp/monitoring/outputs.py +2 -2
  64. pulumi_gcp/monitoring/slo.py +4 -4
  65. pulumi_gcp/networkservices/_inputs.py +6 -6
  66. pulumi_gcp/networkservices/outputs.py +6 -6
  67. pulumi_gcp/orgpolicy/policy.py +2 -2
  68. pulumi_gcp/provider.py +0 -20
  69. pulumi_gcp/pubsub/subscription.py +4 -4
  70. pulumi_gcp/serviceusage/consumer_quota_override.py +7 -7
  71. pulumi_gcp/sql/_inputs.py +2 -20
  72. pulumi_gcp/sql/database_instance.py +2 -2
  73. pulumi_gcp/sql/outputs.py +2 -20
  74. pulumi_gcp/storage/_inputs.py +2 -2
  75. pulumi_gcp/storage/outputs.py +2 -2
  76. pulumi_gcp/vertex/__init__.py +0 -1
  77. pulumi_gcp/vertex/_inputs.py +8 -175
  78. pulumi_gcp/vertex/outputs.py +10 -202
  79. pulumi_gcp/vpcaccess/connector.py +28 -77
  80. {pulumi_gcp-7.17.0.dist-info → pulumi_gcp-7.17.0a1711740254.dist-info}/METADATA +1 -1
  81. {pulumi_gcp-7.17.0.dist-info → pulumi_gcp-7.17.0a1711740254.dist-info}/RECORD +83 -91
  82. pulumi_gcp/apphub/get_application.py +0 -220
  83. pulumi_gcp/applicationintegration/__init__.py +0 -10
  84. pulumi_gcp/applicationintegration/_inputs.py +0 -119
  85. pulumi_gcp/applicationintegration/client.py +0 -566
  86. pulumi_gcp/applicationintegration/outputs.py +0 -122
  87. pulumi_gcp/cloudquota/_inputs.py +0 -131
  88. pulumi_gcp/cloudquota/s_quota_preference.py +0 -777
  89. pulumi_gcp/vertex/ai_deployment_resource_pool.py +0 -477
  90. {pulumi_gcp-7.17.0.dist-info → pulumi_gcp-7.17.0a1711740254.dist-info}/WHEEL +0 -0
  91. {pulumi_gcp-7.17.0.dist-info → pulumi_gcp-7.17.0a1711740254.dist-info}/top_level.txt +0 -0
@@ -44,11 +44,12 @@ class FlexTemplateJobArgs:
44
44
  Template.
45
45
 
46
46
  - - -
47
- :param pulumi.Input[Sequence[pulumi.Input[str]]] additional_experiments: List of experiments that should be used by the job. An example value is `["enable_stackdriver_agent_metrics"]`.
48
- :param pulumi.Input[str] autoscaling_algorithm: The algorithm to use for autoscaling.
49
- :param pulumi.Input[bool] enable_streaming_engine: Immutable. Indicates if the job should use the streaming engine feature.
50
- :param pulumi.Input[str] ip_configuration: The configuration for VM IPs. Options are `"WORKER_IP_PUBLIC"` or `"WORKER_IP_PRIVATE"`.
51
- :param pulumi.Input[str] kms_key_name: The name for the Cloud KMS key for the job. Key format is: `projects/PROJECT_ID/locations/LOCATION/keyRings/KEY_RING/cryptoKeys/KEY`
47
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] additional_experiments: List of experiments that should be used by the job. An example value is ["enable_stackdriver_agent_metrics"].
48
+ :param pulumi.Input[str] autoscaling_algorithm: The algorithm to use for autoscaling
49
+ :param pulumi.Input[bool] enable_streaming_engine: Indicates if the job should use the streaming engine feature.
50
+ :param pulumi.Input[str] ip_configuration: The configuration for VM IPs. Options are "WORKER_IP_PUBLIC" or "WORKER_IP_PRIVATE".
51
+ :param pulumi.Input[str] kms_key_name: The name for the Cloud KMS key for the job. Key format is:
52
+ projects/PROJECT_ID/locations/LOCATION/keyRings/KEY_RING/cryptoKeys/KEY
52
53
  :param pulumi.Input[Mapping[str, Any]] labels: User labels to be specified for the job. Keys and values
53
54
  should follow the restrictions specified in the [labeling restrictions](https://cloud.google.com/compute/docs/labeling-resources#restrictions)
54
55
  page. **Note**: This field is marked as deprecated as the API does not currently
@@ -58,10 +59,11 @@ class FlexTemplateJobArgs:
58
59
  labels will be ignored to prevent diffs on re-apply.
59
60
  :param pulumi.Input[str] launcher_machine_type: The machine type to use for launching the job. The default is n1-standard-1.
60
61
  :param pulumi.Input[str] machine_type: The machine type to use for the job.
61
- :param pulumi.Input[int] max_workers: Immutable. The maximum number of Google Compute Engine instances to be made available to your pipeline during execution, from 1 to 1000.
62
- :param pulumi.Input[str] name: Immutable. A unique name for the resource, required by Dataflow.
62
+ :param pulumi.Input[int] max_workers: The maximum number of Google Compute Engine instances to be made available to your pipeline during execution, from 1 to
63
+ 1000.
64
+ :param pulumi.Input[str] name: A unique name for the resource, required by Dataflow.
63
65
  :param pulumi.Input[str] network: The network to which VMs will be assigned. If it is not provided, "default" will be used.
64
- :param pulumi.Input[int] num_workers: Immutable. The initial number of Google Compute Engine instances for the job.
66
+ :param pulumi.Input[int] num_workers: The initial number of Google Compute Engine instances for the job.
65
67
  :param pulumi.Input[str] on_delete: One of "drain" or "cancel". Specifies behavior of
66
68
  deletion during `pulumi destroy`. See above note.
67
69
  :param pulumi.Input[Mapping[str, Any]] parameters: Key/Value pairs to be passed to the Dataflow job (as
@@ -69,16 +71,18 @@ class FlexTemplateJobArgs:
69
71
  such as `serviceAccount`, `workerMachineType`, etc can be specified here.
70
72
  :param pulumi.Input[str] project: The project in which the resource belongs. If it is not
71
73
  provided, the provider project is used.
72
- :param pulumi.Input[str] region: Immutable. The region in which the created job should run.
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] region: The region in which the created job should run.
75
+ :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
76
+ the SDK. Note this field is only valid for portable pipelines.
74
77
  :param pulumi.Input[str] service_account_email: Service account email to run the workers as.
75
78
  :param pulumi.Input[bool] skip_wait_on_job_termination: If true, treat DRAINING and CANCELLING as terminal job states and do not wait for further changes before removing from
76
79
  terraform state and moving on. WARNING: this will lead to job name conflicts if you do not ensure that the job names are
77
80
  different, e.g. by embedding a release ID or by using a random_id.
78
81
  :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://.
79
- :param pulumi.Input[str] subnetwork: The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK".
82
+ :param pulumi.Input[str] subnetwork: Compute Engine subnetwork for launching instances to run your pipeline.
80
83
  :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://.
81
- :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.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.
84
+ :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
85
+ corresponding name prefixes of the new job.
82
86
  """
83
87
  pulumi.set(__self__, "container_spec_gcs_path", container_spec_gcs_path)
84
88
  if additional_experiments is not None:
@@ -147,7 +151,7 @@ class FlexTemplateJobArgs:
147
151
  @pulumi.getter(name="additionalExperiments")
148
152
  def additional_experiments(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
149
153
  """
150
- List of experiments that should be used by the job. An example value is `["enable_stackdriver_agent_metrics"]`.
154
+ List of experiments that should be used by the job. An example value is ["enable_stackdriver_agent_metrics"].
151
155
  """
152
156
  return pulumi.get(self, "additional_experiments")
153
157
 
@@ -159,7 +163,7 @@ class FlexTemplateJobArgs:
159
163
  @pulumi.getter(name="autoscalingAlgorithm")
160
164
  def autoscaling_algorithm(self) -> Optional[pulumi.Input[str]]:
161
165
  """
162
- The algorithm to use for autoscaling.
166
+ The algorithm to use for autoscaling
163
167
  """
164
168
  return pulumi.get(self, "autoscaling_algorithm")
165
169
 
@@ -171,7 +175,7 @@ class FlexTemplateJobArgs:
171
175
  @pulumi.getter(name="enableStreamingEngine")
172
176
  def enable_streaming_engine(self) -> Optional[pulumi.Input[bool]]:
173
177
  """
174
- Immutable. Indicates if the job should use the streaming engine feature.
178
+ Indicates if the job should use the streaming engine feature.
175
179
  """
176
180
  return pulumi.get(self, "enable_streaming_engine")
177
181
 
@@ -183,7 +187,7 @@ class FlexTemplateJobArgs:
183
187
  @pulumi.getter(name="ipConfiguration")
184
188
  def ip_configuration(self) -> Optional[pulumi.Input[str]]:
185
189
  """
186
- The configuration for VM IPs. Options are `"WORKER_IP_PUBLIC"` or `"WORKER_IP_PRIVATE"`.
190
+ The configuration for VM IPs. Options are "WORKER_IP_PUBLIC" or "WORKER_IP_PRIVATE".
187
191
  """
188
192
  return pulumi.get(self, "ip_configuration")
189
193
 
@@ -195,7 +199,8 @@ class FlexTemplateJobArgs:
195
199
  @pulumi.getter(name="kmsKeyName")
196
200
  def kms_key_name(self) -> Optional[pulumi.Input[str]]:
197
201
  """
198
- The name for the Cloud KMS key for the job. Key format is: `projects/PROJECT_ID/locations/LOCATION/keyRings/KEY_RING/cryptoKeys/KEY`
202
+ The name for the Cloud KMS key for the job. Key format is:
203
+ projects/PROJECT_ID/locations/LOCATION/keyRings/KEY_RING/cryptoKeys/KEY
199
204
  """
200
205
  return pulumi.get(self, "kms_key_name")
201
206
 
@@ -249,7 +254,8 @@ class FlexTemplateJobArgs:
249
254
  @pulumi.getter(name="maxWorkers")
250
255
  def max_workers(self) -> Optional[pulumi.Input[int]]:
251
256
  """
252
- Immutable. The maximum number of Google Compute Engine instances to be made available to your pipeline during execution, from 1 to 1000.
257
+ The maximum number of Google Compute Engine instances to be made available to your pipeline during execution, from 1 to
258
+ 1000.
253
259
  """
254
260
  return pulumi.get(self, "max_workers")
255
261
 
@@ -261,7 +267,7 @@ class FlexTemplateJobArgs:
261
267
  @pulumi.getter
262
268
  def name(self) -> Optional[pulumi.Input[str]]:
263
269
  """
264
- Immutable. A unique name for the resource, required by Dataflow.
270
+ A unique name for the resource, required by Dataflow.
265
271
  """
266
272
  return pulumi.get(self, "name")
267
273
 
@@ -285,7 +291,7 @@ class FlexTemplateJobArgs:
285
291
  @pulumi.getter(name="numWorkers")
286
292
  def num_workers(self) -> Optional[pulumi.Input[int]]:
287
293
  """
288
- Immutable. The initial number of Google Compute Engine instances for the job.
294
+ The initial number of Google Compute Engine instances for the job.
289
295
  """
290
296
  return pulumi.get(self, "num_workers")
291
297
 
@@ -337,7 +343,7 @@ class FlexTemplateJobArgs:
337
343
  @pulumi.getter
338
344
  def region(self) -> Optional[pulumi.Input[str]]:
339
345
  """
340
- Immutable. The region in which the created job should run.
346
+ The region in which the created job should run.
341
347
  """
342
348
  return pulumi.get(self, "region")
343
349
 
@@ -349,7 +355,8 @@ class FlexTemplateJobArgs:
349
355
  @pulumi.getter(name="sdkContainerImage")
350
356
  def sdk_container_image(self) -> Optional[pulumi.Input[str]]:
351
357
  """
352
- 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.
358
+ Docker registry location of container image to use for the 'worker harness. Default is the container for the version of
359
+ the SDK. Note this field is only valid for portable pipelines.
353
360
  """
354
361
  return pulumi.get(self, "sdk_container_image")
355
362
 
@@ -399,7 +406,7 @@ class FlexTemplateJobArgs:
399
406
  @pulumi.getter
400
407
  def subnetwork(self) -> Optional[pulumi.Input[str]]:
401
408
  """
402
- The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK".
409
+ Compute Engine subnetwork for launching instances to run your pipeline.
403
410
  """
404
411
  return pulumi.get(self, "subnetwork")
405
412
 
@@ -423,7 +430,8 @@ class FlexTemplateJobArgs:
423
430
  @pulumi.getter(name="transformNameMapping")
424
431
  def transform_name_mapping(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
425
432
  """
426
- 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.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.
433
+ Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced with the
434
+ corresponding name prefixes of the new job.
427
435
  """
428
436
  return pulumi.get(self, "transform_name_mapping")
429
437
 
@@ -466,18 +474,19 @@ class _FlexTemplateJobState:
466
474
  type: Optional[pulumi.Input[str]] = None):
467
475
  """
468
476
  Input properties used for looking up and filtering FlexTemplateJob resources.
469
- :param pulumi.Input[Sequence[pulumi.Input[str]]] additional_experiments: List of experiments that should be used by the job. An example value is `["enable_stackdriver_agent_metrics"]`.
470
- :param pulumi.Input[str] autoscaling_algorithm: The algorithm to use for autoscaling.
477
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] additional_experiments: List of experiments that should be used by the job. An example value is ["enable_stackdriver_agent_metrics"].
478
+ :param pulumi.Input[str] autoscaling_algorithm: The algorithm to use for autoscaling
471
479
  :param pulumi.Input[str] container_spec_gcs_path: The GCS path to the Dataflow job Flex
472
480
  Template.
473
481
 
474
482
  - - -
475
483
  :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 Terraform, other
476
484
  clients and services.
477
- :param pulumi.Input[bool] enable_streaming_engine: Immutable. Indicates if the job should use the streaming engine feature.
478
- :param pulumi.Input[str] ip_configuration: The configuration for VM IPs. Options are `"WORKER_IP_PUBLIC"` or `"WORKER_IP_PRIVATE"`.
485
+ :param pulumi.Input[bool] enable_streaming_engine: Indicates if the job should use the streaming engine feature.
486
+ :param pulumi.Input[str] ip_configuration: The configuration for VM IPs. Options are "WORKER_IP_PUBLIC" or "WORKER_IP_PRIVATE".
479
487
  :param pulumi.Input[str] job_id: The unique ID of this job.
480
- :param pulumi.Input[str] kms_key_name: The name for the Cloud KMS key for the job. Key format is: `projects/PROJECT_ID/locations/LOCATION/keyRings/KEY_RING/cryptoKeys/KEY`
488
+ :param pulumi.Input[str] kms_key_name: The name for the Cloud KMS key for the job. Key format is:
489
+ projects/PROJECT_ID/locations/LOCATION/keyRings/KEY_RING/cryptoKeys/KEY
481
490
  :param pulumi.Input[Mapping[str, Any]] labels: User labels to be specified for the job. Keys and values
482
491
  should follow the restrictions specified in the [labeling restrictions](https://cloud.google.com/compute/docs/labeling-resources#restrictions)
483
492
  page. **Note**: This field is marked as deprecated as the API does not currently
@@ -487,10 +496,11 @@ class _FlexTemplateJobState:
487
496
  labels will be ignored to prevent diffs on re-apply.
488
497
  :param pulumi.Input[str] launcher_machine_type: The machine type to use for launching the job. The default is n1-standard-1.
489
498
  :param pulumi.Input[str] machine_type: The machine type to use for the job.
490
- :param pulumi.Input[int] max_workers: Immutable. The maximum number of Google Compute Engine instances to be made available to your pipeline during execution, from 1 to 1000.
491
- :param pulumi.Input[str] name: Immutable. A unique name for the resource, required by Dataflow.
499
+ :param pulumi.Input[int] max_workers: The maximum number of Google Compute Engine instances to be made available to your pipeline during execution, from 1 to
500
+ 1000.
501
+ :param pulumi.Input[str] name: A unique name for the resource, required by Dataflow.
492
502
  :param pulumi.Input[str] network: The network to which VMs will be assigned. If it is not provided, "default" will be used.
493
- :param pulumi.Input[int] num_workers: Immutable. The initial number of Google Compute Engine instances for the job.
503
+ :param pulumi.Input[int] num_workers: The initial number of Google Compute Engine instances for the job.
494
504
  :param pulumi.Input[str] on_delete: One of "drain" or "cancel". Specifies behavior of
495
505
  deletion during `pulumi destroy`. See above note.
496
506
  :param pulumi.Input[Mapping[str, Any]] parameters: Key/Value pairs to be passed to the Dataflow job (as
@@ -499,17 +509,19 @@ class _FlexTemplateJobState:
499
509
  :param pulumi.Input[str] project: The project in which the resource belongs. If it is not
500
510
  provided, the provider project is used.
501
511
  :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.
502
- :param pulumi.Input[str] region: Immutable. The region in which the created job should run.
503
- :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.
512
+ :param pulumi.Input[str] region: The region in which the created job should run.
513
+ :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
514
+ the SDK. Note this field is only valid for portable pipelines.
504
515
  :param pulumi.Input[str] service_account_email: Service account email to run the workers as.
505
516
  :param pulumi.Input[bool] skip_wait_on_job_termination: If true, treat DRAINING and CANCELLING as terminal job states and do not wait for further changes before removing from
506
517
  terraform state and moving on. WARNING: this will lead to job name conflicts if you do not ensure that the job names are
507
518
  different, e.g. by embedding a release ID or by using a random_id.
508
519
  :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://.
509
520
  :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)
510
- :param pulumi.Input[str] subnetwork: The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK".
521
+ :param pulumi.Input[str] subnetwork: Compute Engine subnetwork for launching instances to run your pipeline.
511
522
  :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://.
512
- :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.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.
523
+ :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
524
+ corresponding name prefixes of the new job.
513
525
  :param pulumi.Input[str] type: The type of this job, selected from the JobType enum.
514
526
  """
515
527
  if additional_experiments is not None:
@@ -575,7 +587,7 @@ class _FlexTemplateJobState:
575
587
  @pulumi.getter(name="additionalExperiments")
576
588
  def additional_experiments(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
577
589
  """
578
- List of experiments that should be used by the job. An example value is `["enable_stackdriver_agent_metrics"]`.
590
+ List of experiments that should be used by the job. An example value is ["enable_stackdriver_agent_metrics"].
579
591
  """
580
592
  return pulumi.get(self, "additional_experiments")
581
593
 
@@ -587,7 +599,7 @@ class _FlexTemplateJobState:
587
599
  @pulumi.getter(name="autoscalingAlgorithm")
588
600
  def autoscaling_algorithm(self) -> Optional[pulumi.Input[str]]:
589
601
  """
590
- The algorithm to use for autoscaling.
602
+ The algorithm to use for autoscaling
591
603
  """
592
604
  return pulumi.get(self, "autoscaling_algorithm")
593
605
 
@@ -627,7 +639,7 @@ class _FlexTemplateJobState:
627
639
  @pulumi.getter(name="enableStreamingEngine")
628
640
  def enable_streaming_engine(self) -> Optional[pulumi.Input[bool]]:
629
641
  """
630
- Immutable. Indicates if the job should use the streaming engine feature.
642
+ Indicates if the job should use the streaming engine feature.
631
643
  """
632
644
  return pulumi.get(self, "enable_streaming_engine")
633
645
 
@@ -639,7 +651,7 @@ class _FlexTemplateJobState:
639
651
  @pulumi.getter(name="ipConfiguration")
640
652
  def ip_configuration(self) -> Optional[pulumi.Input[str]]:
641
653
  """
642
- The configuration for VM IPs. Options are `"WORKER_IP_PUBLIC"` or `"WORKER_IP_PRIVATE"`.
654
+ The configuration for VM IPs. Options are "WORKER_IP_PUBLIC" or "WORKER_IP_PRIVATE".
643
655
  """
644
656
  return pulumi.get(self, "ip_configuration")
645
657
 
@@ -663,7 +675,8 @@ class _FlexTemplateJobState:
663
675
  @pulumi.getter(name="kmsKeyName")
664
676
  def kms_key_name(self) -> Optional[pulumi.Input[str]]:
665
677
  """
666
- The name for the Cloud KMS key for the job. Key format is: `projects/PROJECT_ID/locations/LOCATION/keyRings/KEY_RING/cryptoKeys/KEY`
678
+ The name for the Cloud KMS key for the job. Key format is:
679
+ projects/PROJECT_ID/locations/LOCATION/keyRings/KEY_RING/cryptoKeys/KEY
667
680
  """
668
681
  return pulumi.get(self, "kms_key_name")
669
682
 
@@ -717,7 +730,8 @@ class _FlexTemplateJobState:
717
730
  @pulumi.getter(name="maxWorkers")
718
731
  def max_workers(self) -> Optional[pulumi.Input[int]]:
719
732
  """
720
- Immutable. The maximum number of Google Compute Engine instances to be made available to your pipeline during execution, from 1 to 1000.
733
+ The maximum number of Google Compute Engine instances to be made available to your pipeline during execution, from 1 to
734
+ 1000.
721
735
  """
722
736
  return pulumi.get(self, "max_workers")
723
737
 
@@ -729,7 +743,7 @@ class _FlexTemplateJobState:
729
743
  @pulumi.getter
730
744
  def name(self) -> Optional[pulumi.Input[str]]:
731
745
  """
732
- Immutable. A unique name for the resource, required by Dataflow.
746
+ A unique name for the resource, required by Dataflow.
733
747
  """
734
748
  return pulumi.get(self, "name")
735
749
 
@@ -753,7 +767,7 @@ class _FlexTemplateJobState:
753
767
  @pulumi.getter(name="numWorkers")
754
768
  def num_workers(self) -> Optional[pulumi.Input[int]]:
755
769
  """
756
- Immutable. The initial number of Google Compute Engine instances for the job.
770
+ The initial number of Google Compute Engine instances for the job.
757
771
  """
758
772
  return pulumi.get(self, "num_workers")
759
773
 
@@ -817,7 +831,7 @@ class _FlexTemplateJobState:
817
831
  @pulumi.getter
818
832
  def region(self) -> Optional[pulumi.Input[str]]:
819
833
  """
820
- Immutable. The region in which the created job should run.
834
+ The region in which the created job should run.
821
835
  """
822
836
  return pulumi.get(self, "region")
823
837
 
@@ -829,7 +843,8 @@ class _FlexTemplateJobState:
829
843
  @pulumi.getter(name="sdkContainerImage")
830
844
  def sdk_container_image(self) -> Optional[pulumi.Input[str]]:
831
845
  """
832
- 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.
846
+ Docker registry location of container image to use for the 'worker harness. Default is the container for the version of
847
+ the SDK. Note this field is only valid for portable pipelines.
833
848
  """
834
849
  return pulumi.get(self, "sdk_container_image")
835
850
 
@@ -891,7 +906,7 @@ class _FlexTemplateJobState:
891
906
  @pulumi.getter
892
907
  def subnetwork(self) -> Optional[pulumi.Input[str]]:
893
908
  """
894
- The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK".
909
+ Compute Engine subnetwork for launching instances to run your pipeline.
895
910
  """
896
911
  return pulumi.get(self, "subnetwork")
897
912
 
@@ -915,7 +930,8 @@ class _FlexTemplateJobState:
915
930
  @pulumi.getter(name="transformNameMapping")
916
931
  def transform_name_mapping(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
917
932
  """
918
- 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.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.
933
+ Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced with the
934
+ corresponding name prefixes of the new job.
919
935
  """
920
936
  return pulumi.get(self, "transform_name_mapping")
921
937
 
@@ -1045,15 +1061,16 @@ class FlexTemplateJob(pulumi.CustomResource):
1045
1061
 
1046
1062
  :param str resource_name: The name of the resource.
1047
1063
  :param pulumi.ResourceOptions opts: Options for the resource.
1048
- :param pulumi.Input[Sequence[pulumi.Input[str]]] additional_experiments: List of experiments that should be used by the job. An example value is `["enable_stackdriver_agent_metrics"]`.
1049
- :param pulumi.Input[str] autoscaling_algorithm: The algorithm to use for autoscaling.
1064
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] additional_experiments: List of experiments that should be used by the job. An example value is ["enable_stackdriver_agent_metrics"].
1065
+ :param pulumi.Input[str] autoscaling_algorithm: The algorithm to use for autoscaling
1050
1066
  :param pulumi.Input[str] container_spec_gcs_path: The GCS path to the Dataflow job Flex
1051
1067
  Template.
1052
1068
 
1053
1069
  - - -
1054
- :param pulumi.Input[bool] enable_streaming_engine: Immutable. Indicates if the job should use the streaming engine feature.
1055
- :param pulumi.Input[str] ip_configuration: The configuration for VM IPs. Options are `"WORKER_IP_PUBLIC"` or `"WORKER_IP_PRIVATE"`.
1056
- :param pulumi.Input[str] kms_key_name: The name for the Cloud KMS key for the job. Key format is: `projects/PROJECT_ID/locations/LOCATION/keyRings/KEY_RING/cryptoKeys/KEY`
1070
+ :param pulumi.Input[bool] enable_streaming_engine: Indicates if the job should use the streaming engine feature.
1071
+ :param pulumi.Input[str] ip_configuration: The configuration for VM IPs. Options are "WORKER_IP_PUBLIC" or "WORKER_IP_PRIVATE".
1072
+ :param pulumi.Input[str] kms_key_name: The name for the Cloud KMS key for the job. Key format is:
1073
+ projects/PROJECT_ID/locations/LOCATION/keyRings/KEY_RING/cryptoKeys/KEY
1057
1074
  :param pulumi.Input[Mapping[str, Any]] labels: User labels to be specified for the job. Keys and values
1058
1075
  should follow the restrictions specified in the [labeling restrictions](https://cloud.google.com/compute/docs/labeling-resources#restrictions)
1059
1076
  page. **Note**: This field is marked as deprecated as the API does not currently
@@ -1063,10 +1080,11 @@ class FlexTemplateJob(pulumi.CustomResource):
1063
1080
  labels will be ignored to prevent diffs on re-apply.
1064
1081
  :param pulumi.Input[str] launcher_machine_type: The machine type to use for launching the job. The default is n1-standard-1.
1065
1082
  :param pulumi.Input[str] machine_type: The machine type to use for the job.
1066
- :param pulumi.Input[int] max_workers: Immutable. The maximum number of Google Compute Engine instances to be made available to your pipeline during execution, from 1 to 1000.
1067
- :param pulumi.Input[str] name: Immutable. A unique name for the resource, required by Dataflow.
1083
+ :param pulumi.Input[int] max_workers: The maximum number of Google Compute Engine instances to be made available to your pipeline during execution, from 1 to
1084
+ 1000.
1085
+ :param pulumi.Input[str] name: A unique name for the resource, required by Dataflow.
1068
1086
  :param pulumi.Input[str] network: The network to which VMs will be assigned. If it is not provided, "default" will be used.
1069
- :param pulumi.Input[int] num_workers: Immutable. The initial number of Google Compute Engine instances for the job.
1087
+ :param pulumi.Input[int] num_workers: The initial number of Google Compute Engine instances for the job.
1070
1088
  :param pulumi.Input[str] on_delete: One of "drain" or "cancel". Specifies behavior of
1071
1089
  deletion during `pulumi destroy`. See above note.
1072
1090
  :param pulumi.Input[Mapping[str, Any]] parameters: Key/Value pairs to be passed to the Dataflow job (as
@@ -1074,16 +1092,18 @@ class FlexTemplateJob(pulumi.CustomResource):
1074
1092
  such as `serviceAccount`, `workerMachineType`, etc can be specified here.
1075
1093
  :param pulumi.Input[str] project: The project in which the resource belongs. If it is not
1076
1094
  provided, the provider project is used.
1077
- :param pulumi.Input[str] region: Immutable. The region in which the created job should run.
1078
- :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.
1095
+ :param pulumi.Input[str] region: The region in which the created job should run.
1096
+ :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
1097
+ the SDK. Note this field is only valid for portable pipelines.
1079
1098
  :param pulumi.Input[str] service_account_email: Service account email to run the workers as.
1080
1099
  :param pulumi.Input[bool] skip_wait_on_job_termination: If true, treat DRAINING and CANCELLING as terminal job states and do not wait for further changes before removing from
1081
1100
  terraform state and moving on. WARNING: this will lead to job name conflicts if you do not ensure that the job names are
1082
1101
  different, e.g. by embedding a release ID or by using a random_id.
1083
1102
  :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://.
1084
- :param pulumi.Input[str] subnetwork: The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK".
1103
+ :param pulumi.Input[str] subnetwork: Compute Engine subnetwork for launching instances to run your pipeline.
1085
1104
  :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://.
1086
- :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.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.
1105
+ :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
1106
+ corresponding name prefixes of the new job.
1087
1107
  """
1088
1108
  ...
1089
1109
  @overload
@@ -1295,18 +1315,19 @@ class FlexTemplateJob(pulumi.CustomResource):
1295
1315
  :param str resource_name: The unique name of the resulting resource.
1296
1316
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1297
1317
  :param pulumi.ResourceOptions opts: Options for the resource.
1298
- :param pulumi.Input[Sequence[pulumi.Input[str]]] additional_experiments: List of experiments that should be used by the job. An example value is `["enable_stackdriver_agent_metrics"]`.
1299
- :param pulumi.Input[str] autoscaling_algorithm: The algorithm to use for autoscaling.
1318
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] additional_experiments: List of experiments that should be used by the job. An example value is ["enable_stackdriver_agent_metrics"].
1319
+ :param pulumi.Input[str] autoscaling_algorithm: The algorithm to use for autoscaling
1300
1320
  :param pulumi.Input[str] container_spec_gcs_path: The GCS path to the Dataflow job Flex
1301
1321
  Template.
1302
1322
 
1303
1323
  - - -
1304
1324
  :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 Terraform, other
1305
1325
  clients and services.
1306
- :param pulumi.Input[bool] enable_streaming_engine: Immutable. Indicates if the job should use the streaming engine feature.
1307
- :param pulumi.Input[str] ip_configuration: The configuration for VM IPs. Options are `"WORKER_IP_PUBLIC"` or `"WORKER_IP_PRIVATE"`.
1326
+ :param pulumi.Input[bool] enable_streaming_engine: Indicates if the job should use the streaming engine feature.
1327
+ :param pulumi.Input[str] ip_configuration: The configuration for VM IPs. Options are "WORKER_IP_PUBLIC" or "WORKER_IP_PRIVATE".
1308
1328
  :param pulumi.Input[str] job_id: The unique ID of this job.
1309
- :param pulumi.Input[str] kms_key_name: The name for the Cloud KMS key for the job. Key format is: `projects/PROJECT_ID/locations/LOCATION/keyRings/KEY_RING/cryptoKeys/KEY`
1329
+ :param pulumi.Input[str] kms_key_name: The name for the Cloud KMS key for the job. Key format is:
1330
+ projects/PROJECT_ID/locations/LOCATION/keyRings/KEY_RING/cryptoKeys/KEY
1310
1331
  :param pulumi.Input[Mapping[str, Any]] labels: User labels to be specified for the job. Keys and values
1311
1332
  should follow the restrictions specified in the [labeling restrictions](https://cloud.google.com/compute/docs/labeling-resources#restrictions)
1312
1333
  page. **Note**: This field is marked as deprecated as the API does not currently
@@ -1316,10 +1337,11 @@ class FlexTemplateJob(pulumi.CustomResource):
1316
1337
  labels will be ignored to prevent diffs on re-apply.
1317
1338
  :param pulumi.Input[str] launcher_machine_type: The machine type to use for launching the job. The default is n1-standard-1.
1318
1339
  :param pulumi.Input[str] machine_type: The machine type to use for the job.
1319
- :param pulumi.Input[int] max_workers: Immutable. The maximum number of Google Compute Engine instances to be made available to your pipeline during execution, from 1 to 1000.
1320
- :param pulumi.Input[str] name: Immutable. A unique name for the resource, required by Dataflow.
1340
+ :param pulumi.Input[int] max_workers: The maximum number of Google Compute Engine instances to be made available to your pipeline during execution, from 1 to
1341
+ 1000.
1342
+ :param pulumi.Input[str] name: A unique name for the resource, required by Dataflow.
1321
1343
  :param pulumi.Input[str] network: The network to which VMs will be assigned. If it is not provided, "default" will be used.
1322
- :param pulumi.Input[int] num_workers: Immutable. The initial number of Google Compute Engine instances for the job.
1344
+ :param pulumi.Input[int] num_workers: The initial number of Google Compute Engine instances for the job.
1323
1345
  :param pulumi.Input[str] on_delete: One of "drain" or "cancel". Specifies behavior of
1324
1346
  deletion during `pulumi destroy`. See above note.
1325
1347
  :param pulumi.Input[Mapping[str, Any]] parameters: Key/Value pairs to be passed to the Dataflow job (as
@@ -1328,17 +1350,19 @@ class FlexTemplateJob(pulumi.CustomResource):
1328
1350
  :param pulumi.Input[str] project: The project in which the resource belongs. If it is not
1329
1351
  provided, the provider project is used.
1330
1352
  :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.
1331
- :param pulumi.Input[str] region: Immutable. The region in which the created job should run.
1332
- :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.
1353
+ :param pulumi.Input[str] region: The region in which the created job should run.
1354
+ :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
1355
+ the SDK. Note this field is only valid for portable pipelines.
1333
1356
  :param pulumi.Input[str] service_account_email: Service account email to run the workers as.
1334
1357
  :param pulumi.Input[bool] skip_wait_on_job_termination: If true, treat DRAINING and CANCELLING as terminal job states and do not wait for further changes before removing from
1335
1358
  terraform state and moving on. WARNING: this will lead to job name conflicts if you do not ensure that the job names are
1336
1359
  different, e.g. by embedding a release ID or by using a random_id.
1337
1360
  :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://.
1338
1361
  :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)
1339
- :param pulumi.Input[str] subnetwork: The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK".
1362
+ :param pulumi.Input[str] subnetwork: Compute Engine subnetwork for launching instances to run your pipeline.
1340
1363
  :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://.
1341
- :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.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.
1364
+ :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
1365
+ corresponding name prefixes of the new job.
1342
1366
  :param pulumi.Input[str] type: The type of this job, selected from the JobType enum.
1343
1367
  """
1344
1368
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -1380,7 +1404,7 @@ class FlexTemplateJob(pulumi.CustomResource):
1380
1404
  @pulumi.getter(name="additionalExperiments")
1381
1405
  def additional_experiments(self) -> pulumi.Output[Sequence[str]]:
1382
1406
  """
1383
- List of experiments that should be used by the job. An example value is `["enable_stackdriver_agent_metrics"]`.
1407
+ List of experiments that should be used by the job. An example value is ["enable_stackdriver_agent_metrics"].
1384
1408
  """
1385
1409
  return pulumi.get(self, "additional_experiments")
1386
1410
 
@@ -1388,7 +1412,7 @@ class FlexTemplateJob(pulumi.CustomResource):
1388
1412
  @pulumi.getter(name="autoscalingAlgorithm")
1389
1413
  def autoscaling_algorithm(self) -> pulumi.Output[str]:
1390
1414
  """
1391
- The algorithm to use for autoscaling.
1415
+ The algorithm to use for autoscaling
1392
1416
  """
1393
1417
  return pulumi.get(self, "autoscaling_algorithm")
1394
1418
 
@@ -1416,7 +1440,7 @@ class FlexTemplateJob(pulumi.CustomResource):
1416
1440
  @pulumi.getter(name="enableStreamingEngine")
1417
1441
  def enable_streaming_engine(self) -> pulumi.Output[Optional[bool]]:
1418
1442
  """
1419
- Immutable. Indicates if the job should use the streaming engine feature.
1443
+ Indicates if the job should use the streaming engine feature.
1420
1444
  """
1421
1445
  return pulumi.get(self, "enable_streaming_engine")
1422
1446
 
@@ -1424,7 +1448,7 @@ class FlexTemplateJob(pulumi.CustomResource):
1424
1448
  @pulumi.getter(name="ipConfiguration")
1425
1449
  def ip_configuration(self) -> pulumi.Output[Optional[str]]:
1426
1450
  """
1427
- The configuration for VM IPs. Options are `"WORKER_IP_PUBLIC"` or `"WORKER_IP_PRIVATE"`.
1451
+ The configuration for VM IPs. Options are "WORKER_IP_PUBLIC" or "WORKER_IP_PRIVATE".
1428
1452
  """
1429
1453
  return pulumi.get(self, "ip_configuration")
1430
1454
 
@@ -1440,7 +1464,8 @@ class FlexTemplateJob(pulumi.CustomResource):
1440
1464
  @pulumi.getter(name="kmsKeyName")
1441
1465
  def kms_key_name(self) -> pulumi.Output[str]:
1442
1466
  """
1443
- The name for the Cloud KMS key for the job. Key format is: `projects/PROJECT_ID/locations/LOCATION/keyRings/KEY_RING/cryptoKeys/KEY`
1467
+ The name for the Cloud KMS key for the job. Key format is:
1468
+ projects/PROJECT_ID/locations/LOCATION/keyRings/KEY_RING/cryptoKeys/KEY
1444
1469
  """
1445
1470
  return pulumi.get(self, "kms_key_name")
1446
1471
 
@@ -1478,7 +1503,8 @@ class FlexTemplateJob(pulumi.CustomResource):
1478
1503
  @pulumi.getter(name="maxWorkers")
1479
1504
  def max_workers(self) -> pulumi.Output[int]:
1480
1505
  """
1481
- Immutable. The maximum number of Google Compute Engine instances to be made available to your pipeline during execution, from 1 to 1000.
1506
+ The maximum number of Google Compute Engine instances to be made available to your pipeline during execution, from 1 to
1507
+ 1000.
1482
1508
  """
1483
1509
  return pulumi.get(self, "max_workers")
1484
1510
 
@@ -1486,7 +1512,7 @@ class FlexTemplateJob(pulumi.CustomResource):
1486
1512
  @pulumi.getter
1487
1513
  def name(self) -> pulumi.Output[str]:
1488
1514
  """
1489
- Immutable. A unique name for the resource, required by Dataflow.
1515
+ A unique name for the resource, required by Dataflow.
1490
1516
  """
1491
1517
  return pulumi.get(self, "name")
1492
1518
 
@@ -1502,7 +1528,7 @@ class FlexTemplateJob(pulumi.CustomResource):
1502
1528
  @pulumi.getter(name="numWorkers")
1503
1529
  def num_workers(self) -> pulumi.Output[int]:
1504
1530
  """
1505
- Immutable. The initial number of Google Compute Engine instances for the job.
1531
+ The initial number of Google Compute Engine instances for the job.
1506
1532
  """
1507
1533
  return pulumi.get(self, "num_workers")
1508
1534
 
@@ -1546,7 +1572,7 @@ class FlexTemplateJob(pulumi.CustomResource):
1546
1572
  @pulumi.getter
1547
1573
  def region(self) -> pulumi.Output[str]:
1548
1574
  """
1549
- Immutable. The region in which the created job should run.
1575
+ The region in which the created job should run.
1550
1576
  """
1551
1577
  return pulumi.get(self, "region")
1552
1578
 
@@ -1554,7 +1580,8 @@ class FlexTemplateJob(pulumi.CustomResource):
1554
1580
  @pulumi.getter(name="sdkContainerImage")
1555
1581
  def sdk_container_image(self) -> pulumi.Output[str]:
1556
1582
  """
1557
- 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.
1583
+ Docker registry location of container image to use for the 'worker harness. Default is the container for the version of
1584
+ the SDK. Note this field is only valid for portable pipelines.
1558
1585
  """
1559
1586
  return pulumi.get(self, "sdk_container_image")
1560
1587
 
@@ -1596,7 +1623,7 @@ class FlexTemplateJob(pulumi.CustomResource):
1596
1623
  @pulumi.getter
1597
1624
  def subnetwork(self) -> pulumi.Output[str]:
1598
1625
  """
1599
- The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK".
1626
+ Compute Engine subnetwork for launching instances to run your pipeline.
1600
1627
  """
1601
1628
  return pulumi.get(self, "subnetwork")
1602
1629
 
@@ -1612,7 +1639,8 @@ class FlexTemplateJob(pulumi.CustomResource):
1612
1639
  @pulumi.getter(name="transformNameMapping")
1613
1640
  def transform_name_mapping(self) -> pulumi.Output[Optional[Mapping[str, Any]]]:
1614
1641
  """
1615
- 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.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.
1642
+ Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced with the
1643
+ corresponding name prefixes of the new job.
1616
1644
  """
1617
1645
  return pulumi.get(self, "transform_name_mapping")
1618
1646