pulumi-gcp 7.21.0__py3-none-any.whl → 7.21.0a1714149635__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.
- pulumi_gcp/__init__.py +0 -40
- pulumi_gcp/alloydb/_inputs.py +0 -74
- pulumi_gcp/alloydb/backup.py +12 -0
- pulumi_gcp/alloydb/cluster.py +12 -0
- pulumi_gcp/alloydb/instance.py +81 -90
- pulumi_gcp/alloydb/outputs.py +0 -98
- pulumi_gcp/apigee/environment.py +0 -47
- pulumi_gcp/apigee/sharedflow.py +20 -0
- pulumi_gcp/appengine/flexible_app_version.py +20 -0
- pulumi_gcp/applicationintegration/__init__.py +0 -1
- pulumi_gcp/applicationintegration/_inputs.py +0 -843
- pulumi_gcp/applicationintegration/outputs.py +0 -891
- pulumi_gcp/bigquerydatapolicy/_inputs.py +4 -21
- pulumi_gcp/bigquerydatapolicy/data_policy.py +0 -78
- pulumi_gcp/bigquerydatapolicy/outputs.py +3 -16
- pulumi_gcp/certificateauthority/_inputs.py +12 -92
- pulumi_gcp/certificateauthority/authority.py +27 -117
- pulumi_gcp/certificateauthority/certificate.py +0 -176
- pulumi_gcp/certificateauthority/outputs.py +12 -144
- pulumi_gcp/cloudbuild/worker_pool.py +12 -0
- pulumi_gcp/cloudbuildv2/connection.py +12 -0
- pulumi_gcp/cloudbuildv2/repository.py +12 -0
- pulumi_gcp/clouddeploy/automation.py +12 -0
- pulumi_gcp/clouddeploy/custom_target_type.py +12 -0
- pulumi_gcp/clouddeploy/delivery_pipeline.py +12 -0
- pulumi_gcp/clouddeploy/target.py +12 -0
- pulumi_gcp/cloudrunv2/job.py +12 -0
- pulumi_gcp/cloudrunv2/service.py +12 -0
- pulumi_gcp/composer/__init__.py +0 -1
- pulumi_gcp/composer/environment.py +47 -35
- pulumi_gcp/compute/__init__.py +0 -1
- pulumi_gcp/compute/_inputs.py +58 -121
- pulumi_gcp/compute/forwarding_rule.py +13 -0
- pulumi_gcp/compute/global_address.py +12 -0
- pulumi_gcp/compute/global_forwarding_rule.py +282 -0
- pulumi_gcp/compute/instance_from_machine_image.py +46 -14
- pulumi_gcp/compute/instance_from_template.py +46 -14
- pulumi_gcp/compute/outputs.py +65 -120
- pulumi_gcp/compute/region_instance_template.py +13 -0
- pulumi_gcp/compute/region_target_https_proxy.py +0 -257
- pulumi_gcp/compute/region_url_map.py +470 -0
- pulumi_gcp/container/attached_cluster.py +12 -0
- pulumi_gcp/container/aws_cluster.py +12 -0
- pulumi_gcp/container/aws_node_pool.py +12 -0
- pulumi_gcp/container/azure_cluster.py +12 -0
- pulumi_gcp/container/azure_node_pool.py +12 -0
- pulumi_gcp/container/cluster.py +20 -0
- pulumi_gcp/dataflow/flex_template_job.py +39 -0
- pulumi_gcp/dataloss/__init__.py +0 -1
- pulumi_gcp/dataloss/_inputs.py +0 -1040
- pulumi_gcp/dataloss/outputs.py +0 -1123
- pulumi_gcp/dataproc/cluster.py +20 -0
- pulumi_gcp/dataproc/workflow_template.py +26 -21
- pulumi_gcp/deploymentmanager/deployment.py +34 -0
- pulumi_gcp/dns/_inputs.py +2 -2
- pulumi_gcp/dns/outputs.py +2 -2
- pulumi_gcp/dns/record_set.py +36 -2
- pulumi_gcp/filestore/get_instance.py +1 -11
- pulumi_gcp/filestore/instance.py +0 -101
- pulumi_gcp/firebase/_inputs.py +0 -16
- pulumi_gcp/firebase/android_app.py +27 -0
- pulumi_gcp/firebase/app_check_play_integrity_config.py +0 -20
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +0 -10
- pulumi_gcp/firebase/app_check_service_config.py +125 -0
- pulumi_gcp/firebase/apple_app.py +27 -0
- pulumi_gcp/firebase/hosting_custom_domain.py +27 -0
- pulumi_gcp/firebase/hosting_version.py +0 -44
- pulumi_gcp/firebase/outputs.py +0 -12
- pulumi_gcp/firebase/web_app.py +20 -0
- pulumi_gcp/firestore/database.py +68 -0
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +12 -0
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +12 -0
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +12 -0
- pulumi_gcp/gkeonprem/v_mware_cluster.py +12 -0
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +12 -0
- pulumi_gcp/logging/folder_sink.py +0 -54
- pulumi_gcp/logging/organization_sink.py +0 -54
- pulumi_gcp/monitoring/_inputs.py +2 -46
- pulumi_gcp/monitoring/outputs.py +2 -40
- pulumi_gcp/monitoring/uptime_check_config.py +0 -6
- pulumi_gcp/netapp/active_directory.py +20 -0
- pulumi_gcp/netapp/volume_replication.py +68 -0
- pulumi_gcp/networkconnectivity/__init__.py +0 -1
- pulumi_gcp/secretmanager/get_secret.py +3 -13
- pulumi_gcp/secretmanager/outputs.py +1 -20
- pulumi_gcp/secretmanager/secret.py +15 -90
- pulumi_gcp/servicenetworking/connection.py +20 -0
- pulumi_gcp/spanner/database.py +41 -0
- pulumi_gcp/spanner/instance.py +40 -0
- pulumi_gcp/storage/__init__.py +0 -1
- pulumi_gcp/storage/bucket.py +12 -0
- pulumi_gcp/storage/outputs.py +0 -63
- pulumi_gcp/workstations/workstation.py +12 -0
- pulumi_gcp/workstations/workstation_cluster.py +12 -0
- pulumi_gcp/workstations/workstation_config.py +12 -0
- {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714149635.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714149635.dist-info}/RECORD +99 -105
- pulumi_gcp/applicationintegration/auth_config.py +0 -998
- pulumi_gcp/composer/user_workloads_secret.py +0 -441
- pulumi_gcp/compute/security_policy_rule.py +0 -850
- pulumi_gcp/dataloss/prevention_discovery_config.py +0 -737
- pulumi_gcp/networkconnectivity/internal_range.py +0 -1024
- pulumi_gcp/storage/get_bucket_objects.py +0 -153
- {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714149635.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714149635.dist-info}/top_level.txt +0 -0
@@ -251,6 +251,8 @@ class _AzureNodePoolState:
|
|
251
251
|
:param pulumi.Input[str] cluster: The azureCluster for the resource
|
252
252
|
:param pulumi.Input['AzureNodePoolConfigArgs'] config: The node configuration of the node pool.
|
253
253
|
:param pulumi.Input[str] create_time: Output only. The time at which this node pool was created.
|
254
|
+
:param pulumi.Input[Mapping[str, Any]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
255
|
+
Terraform, other clients and services.
|
254
256
|
:param pulumi.Input[str] etag: Allows clients to perform consistent read-modify-writes through optimistic concurrency control. May be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
255
257
|
:param pulumi.Input[str] location: The location for the resource
|
256
258
|
:param pulumi.Input['AzureNodePoolManagementArgs'] management: The Management configuration for this node pool.
|
@@ -383,6 +385,10 @@ class _AzureNodePoolState:
|
|
383
385
|
@property
|
384
386
|
@pulumi.getter(name="effectiveAnnotations")
|
385
387
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
388
|
+
"""
|
389
|
+
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
390
|
+
Terraform, other clients and services.
|
391
|
+
"""
|
386
392
|
return pulumi.get(self, "effective_annotations")
|
387
393
|
|
388
394
|
@effective_annotations.setter
|
@@ -920,6 +926,8 @@ class AzureNodePool(pulumi.CustomResource):
|
|
920
926
|
:param pulumi.Input[str] cluster: The azureCluster for the resource
|
921
927
|
:param pulumi.Input[pulumi.InputType['AzureNodePoolConfigArgs']] config: The node configuration of the node pool.
|
922
928
|
:param pulumi.Input[str] create_time: Output only. The time at which this node pool was created.
|
929
|
+
:param pulumi.Input[Mapping[str, Any]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
930
|
+
Terraform, other clients and services.
|
923
931
|
:param pulumi.Input[str] etag: Allows clients to perform consistent read-modify-writes through optimistic concurrency control. May be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
924
932
|
:param pulumi.Input[str] location: The location for the resource
|
925
933
|
:param pulumi.Input[pulumi.InputType['AzureNodePoolManagementArgs']] management: The Management configuration for this node pool.
|
@@ -1014,6 +1022,10 @@ class AzureNodePool(pulumi.CustomResource):
|
|
1014
1022
|
@property
|
1015
1023
|
@pulumi.getter(name="effectiveAnnotations")
|
1016
1024
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, Any]]:
|
1025
|
+
"""
|
1026
|
+
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1027
|
+
Terraform, other clients and services.
|
1028
|
+
"""
|
1017
1029
|
return pulumi.get(self, "effective_annotations")
|
1018
1030
|
|
1019
1031
|
@property
|
pulumi_gcp/container/cluster.py
CHANGED
@@ -120,6 +120,8 @@ class ClusterArgs:
|
|
120
120
|
that don't have IP Aliasing enabled. See the [official documentation](https://cloud.google.com/kubernetes-engine/docs/how-to/flexible-pod-cidr)
|
121
121
|
for more information.
|
122
122
|
:param pulumi.Input['ClusterDefaultSnatStatusArgs'] default_snat_status: [GKE SNAT](https://cloud.google.com/kubernetes-engine/docs/how-to/ip-masquerade-agent#how_ipmasq_works) DefaultSnatStatus contains the desired state of whether default sNAT should be disabled on the cluster, [API doc](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters#networkconfig). Structure is documented below
|
123
|
+
:param pulumi.Input[bool] deletion_protection: Whether or not to allow Terraform to destroy the instance. Defaults to true. Unless this field is set to false in
|
124
|
+
Terraform state, a terraform destroy or terraform apply that would delete the cluster will fail.
|
123
125
|
:param pulumi.Input[str] description: Description of the cluster.
|
124
126
|
:param pulumi.Input['ClusterDnsConfigArgs'] dns_config: Configuration for [Using Cloud DNS for GKE](https://cloud.google.com/kubernetes-engine/docs/how-to/cloud-dns). Structure is documented below.
|
125
127
|
:param pulumi.Input[bool] enable_autopilot: Enable Autopilot for this cluster. Defaults to `false`.
|
@@ -607,6 +609,10 @@ class ClusterArgs:
|
|
607
609
|
@property
|
608
610
|
@pulumi.getter(name="deletionProtection")
|
609
611
|
def deletion_protection(self) -> Optional[pulumi.Input[bool]]:
|
612
|
+
"""
|
613
|
+
Whether or not to allow Terraform to destroy the instance. Defaults to true. Unless this field is set to false in
|
614
|
+
Terraform state, a terraform destroy or terraform apply that would delete the cluster will fail.
|
615
|
+
"""
|
610
616
|
return pulumi.get(self, "deletion_protection")
|
611
617
|
|
612
618
|
@deletion_protection.setter
|
@@ -1501,6 +1507,8 @@ class _ClusterState:
|
|
1501
1507
|
that don't have IP Aliasing enabled. See the [official documentation](https://cloud.google.com/kubernetes-engine/docs/how-to/flexible-pod-cidr)
|
1502
1508
|
for more information.
|
1503
1509
|
:param pulumi.Input['ClusterDefaultSnatStatusArgs'] default_snat_status: [GKE SNAT](https://cloud.google.com/kubernetes-engine/docs/how-to/ip-masquerade-agent#how_ipmasq_works) DefaultSnatStatus contains the desired state of whether default sNAT should be disabled on the cluster, [API doc](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters#networkconfig). Structure is documented below
|
1510
|
+
:param pulumi.Input[bool] deletion_protection: Whether or not to allow Terraform to destroy the instance. Defaults to true. Unless this field is set to false in
|
1511
|
+
Terraform state, a terraform destroy or terraform apply that would delete the cluster will fail.
|
1504
1512
|
:param pulumi.Input[str] description: Description of the cluster.
|
1505
1513
|
:param pulumi.Input['ClusterDnsConfigArgs'] dns_config: Configuration for [Using Cloud DNS for GKE](https://cloud.google.com/kubernetes-engine/docs/how-to/cloud-dns). Structure is documented below.
|
1506
1514
|
:param pulumi.Input[bool] enable_autopilot: Enable Autopilot for this cluster. Defaults to `false`.
|
@@ -2015,6 +2023,10 @@ class _ClusterState:
|
|
2015
2023
|
@property
|
2016
2024
|
@pulumi.getter(name="deletionProtection")
|
2017
2025
|
def deletion_protection(self) -> Optional[pulumi.Input[bool]]:
|
2026
|
+
"""
|
2027
|
+
Whether or not to allow Terraform to destroy the instance. Defaults to true. Unless this field is set to false in
|
2028
|
+
Terraform state, a terraform destroy or terraform apply that would delete the cluster will fail.
|
2029
|
+
"""
|
2018
2030
|
return pulumi.get(self, "deletion_protection")
|
2019
2031
|
|
2020
2032
|
@deletion_protection.setter
|
@@ -3114,6 +3126,8 @@ class Cluster(pulumi.CustomResource):
|
|
3114
3126
|
that don't have IP Aliasing enabled. See the [official documentation](https://cloud.google.com/kubernetes-engine/docs/how-to/flexible-pod-cidr)
|
3115
3127
|
for more information.
|
3116
3128
|
:param pulumi.Input[pulumi.InputType['ClusterDefaultSnatStatusArgs']] default_snat_status: [GKE SNAT](https://cloud.google.com/kubernetes-engine/docs/how-to/ip-masquerade-agent#how_ipmasq_works) DefaultSnatStatus contains the desired state of whether default sNAT should be disabled on the cluster, [API doc](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters#networkconfig). Structure is documented below
|
3129
|
+
:param pulumi.Input[bool] deletion_protection: Whether or not to allow Terraform to destroy the instance. Defaults to true. Unless this field is set to false in
|
3130
|
+
Terraform state, a terraform destroy or terraform apply that would delete the cluster will fail.
|
3117
3131
|
:param pulumi.Input[str] description: Description of the cluster.
|
3118
3132
|
:param pulumi.Input[pulumi.InputType['ClusterDnsConfigArgs']] dns_config: Configuration for [Using Cloud DNS for GKE](https://cloud.google.com/kubernetes-engine/docs/how-to/cloud-dns). Structure is documented below.
|
3119
3133
|
:param pulumi.Input[bool] enable_autopilot: Enable Autopilot for this cluster. Defaults to `false`.
|
@@ -3705,6 +3719,8 @@ class Cluster(pulumi.CustomResource):
|
|
3705
3719
|
that don't have IP Aliasing enabled. See the [official documentation](https://cloud.google.com/kubernetes-engine/docs/how-to/flexible-pod-cidr)
|
3706
3720
|
for more information.
|
3707
3721
|
:param pulumi.Input[pulumi.InputType['ClusterDefaultSnatStatusArgs']] default_snat_status: [GKE SNAT](https://cloud.google.com/kubernetes-engine/docs/how-to/ip-masquerade-agent#how_ipmasq_works) DefaultSnatStatus contains the desired state of whether default sNAT should be disabled on the cluster, [API doc](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters#networkconfig). Structure is documented below
|
3722
|
+
:param pulumi.Input[bool] deletion_protection: Whether or not to allow Terraform to destroy the instance. Defaults to true. Unless this field is set to false in
|
3723
|
+
Terraform state, a terraform destroy or terraform apply that would delete the cluster will fail.
|
3708
3724
|
:param pulumi.Input[str] description: Description of the cluster.
|
3709
3725
|
:param pulumi.Input[pulumi.InputType['ClusterDnsConfigArgs']] dns_config: Configuration for [Using Cloud DNS for GKE](https://cloud.google.com/kubernetes-engine/docs/how-to/cloud-dns). Structure is documented below.
|
3710
3726
|
:param pulumi.Input[bool] enable_autopilot: Enable Autopilot for this cluster. Defaults to `false`.
|
@@ -4096,6 +4112,10 @@ class Cluster(pulumi.CustomResource):
|
|
4096
4112
|
@property
|
4097
4113
|
@pulumi.getter(name="deletionProtection")
|
4098
4114
|
def deletion_protection(self) -> pulumi.Output[Optional[bool]]:
|
4115
|
+
"""
|
4116
|
+
Whether or not to allow Terraform to destroy the instance. Defaults to true. Unless this field is set to false in
|
4117
|
+
Terraform state, a terraform destroy or terraform apply that would delete the cluster will fail.
|
4118
|
+
"""
|
4099
4119
|
return pulumi.get(self, "deletion_protection")
|
4100
4120
|
|
4101
4121
|
@property
|
@@ -72,6 +72,9 @@ class FlexTemplateJobArgs:
|
|
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
74
|
:param pulumi.Input[str] service_account_email: Service account email to run the workers as.
|
75
|
+
: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
|
+
terraform state and moving on. WARNING: this will lead to job name conflicts if you do not ensure that the job names are
|
77
|
+
different, e.g. by embedding a release ID or by using a random_id.
|
75
78
|
: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
79
|
:param pulumi.Input[str] subnetwork: The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK".
|
77
80
|
: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://.
|
@@ -369,6 +372,11 @@ class FlexTemplateJobArgs:
|
|
369
372
|
@property
|
370
373
|
@pulumi.getter(name="skipWaitOnJobTermination")
|
371
374
|
def skip_wait_on_job_termination(self) -> Optional[pulumi.Input[bool]]:
|
375
|
+
"""
|
376
|
+
If true, treat DRAINING and CANCELLING as terminal job states and do not wait for further changes before removing from
|
377
|
+
terraform state and moving on. WARNING: this will lead to job name conflicts if you do not ensure that the job names are
|
378
|
+
different, e.g. by embedding a release ID or by using a random_id.
|
379
|
+
"""
|
372
380
|
return pulumi.get(self, "skip_wait_on_job_termination")
|
373
381
|
|
374
382
|
@skip_wait_on_job_termination.setter
|
@@ -464,6 +472,8 @@ class _FlexTemplateJobState:
|
|
464
472
|
Template.
|
465
473
|
|
466
474
|
- - -
|
475
|
+
: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
|
+
clients and services.
|
467
477
|
:param pulumi.Input[bool] enable_streaming_engine: Immutable. Indicates if the job should use the streaming engine feature.
|
468
478
|
:param pulumi.Input[str] ip_configuration: The configuration for VM IPs. Options are `"WORKER_IP_PUBLIC"` or `"WORKER_IP_PRIVATE"`.
|
469
479
|
:param pulumi.Input[str] job_id: The unique ID of this job.
|
@@ -492,6 +502,9 @@ class _FlexTemplateJobState:
|
|
492
502
|
:param pulumi.Input[str] region: Immutable. The region in which the created job should run.
|
493
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.
|
494
504
|
:param pulumi.Input[str] service_account_email: Service account email to run the workers as.
|
505
|
+
: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
|
+
terraform state and moving on. WARNING: this will lead to job name conflicts if you do not ensure that the job names are
|
507
|
+
different, e.g. by embedding a release ID or by using a random_id.
|
495
508
|
: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
509
|
: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
510
|
:param pulumi.Input[str] subnetwork: The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK".
|
@@ -600,6 +613,10 @@ class _FlexTemplateJobState:
|
|
600
613
|
@property
|
601
614
|
@pulumi.getter(name="effectiveLabels")
|
602
615
|
def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
616
|
+
"""
|
617
|
+
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
|
618
|
+
clients and services.
|
619
|
+
"""
|
603
620
|
return pulumi.get(self, "effective_labels")
|
604
621
|
|
605
622
|
@effective_labels.setter
|
@@ -835,6 +852,11 @@ class _FlexTemplateJobState:
|
|
835
852
|
@property
|
836
853
|
@pulumi.getter(name="skipWaitOnJobTermination")
|
837
854
|
def skip_wait_on_job_termination(self) -> Optional[pulumi.Input[bool]]:
|
855
|
+
"""
|
856
|
+
If true, treat DRAINING and CANCELLING as terminal job states and do not wait for further changes before removing from
|
857
|
+
terraform state and moving on. WARNING: this will lead to job name conflicts if you do not ensure that the job names are
|
858
|
+
different, e.g. by embedding a release ID or by using a random_id.
|
859
|
+
"""
|
838
860
|
return pulumi.get(self, "skip_wait_on_job_termination")
|
839
861
|
|
840
862
|
@skip_wait_on_job_termination.setter
|
@@ -1051,6 +1073,9 @@ class FlexTemplateJob(pulumi.CustomResource):
|
|
1051
1073
|
:param pulumi.Input[str] region: Immutable. The region in which the created job should run.
|
1052
1074
|
: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
1075
|
:param pulumi.Input[str] service_account_email: Service account email to run the workers as.
|
1076
|
+
: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
|
1077
|
+
terraform state and moving on. WARNING: this will lead to job name conflicts if you do not ensure that the job names are
|
1078
|
+
different, e.g. by embedding a release ID or by using a random_id.
|
1054
1079
|
: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
1080
|
:param pulumi.Input[str] subnetwork: The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK".
|
1056
1081
|
: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://.
|
@@ -1268,6 +1293,8 @@ class FlexTemplateJob(pulumi.CustomResource):
|
|
1268
1293
|
Template.
|
1269
1294
|
|
1270
1295
|
- - -
|
1296
|
+
: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
|
1297
|
+
clients and services.
|
1271
1298
|
:param pulumi.Input[bool] enable_streaming_engine: Immutable. Indicates if the job should use the streaming engine feature.
|
1272
1299
|
:param pulumi.Input[str] ip_configuration: The configuration for VM IPs. Options are `"WORKER_IP_PUBLIC"` or `"WORKER_IP_PRIVATE"`.
|
1273
1300
|
:param pulumi.Input[str] job_id: The unique ID of this job.
|
@@ -1296,6 +1323,9 @@ class FlexTemplateJob(pulumi.CustomResource):
|
|
1296
1323
|
:param pulumi.Input[str] region: Immutable. The region in which the created job should run.
|
1297
1324
|
: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
1325
|
:param pulumi.Input[str] service_account_email: Service account email to run the workers as.
|
1326
|
+
: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
|
1327
|
+
terraform state and moving on. WARNING: this will lead to job name conflicts if you do not ensure that the job names are
|
1328
|
+
different, e.g. by embedding a release ID or by using a random_id.
|
1299
1329
|
: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
1330
|
: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
1331
|
:param pulumi.Input[str] subnetwork: The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK".
|
@@ -1368,6 +1398,10 @@ class FlexTemplateJob(pulumi.CustomResource):
|
|
1368
1398
|
@property
|
1369
1399
|
@pulumi.getter(name="effectiveLabels")
|
1370
1400
|
def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
|
1401
|
+
"""
|
1402
|
+
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
|
1403
|
+
clients and services.
|
1404
|
+
"""
|
1371
1405
|
return pulumi.get(self, "effective_labels")
|
1372
1406
|
|
1373
1407
|
@property
|
@@ -1527,6 +1561,11 @@ class FlexTemplateJob(pulumi.CustomResource):
|
|
1527
1561
|
@property
|
1528
1562
|
@pulumi.getter(name="skipWaitOnJobTermination")
|
1529
1563
|
def skip_wait_on_job_termination(self) -> pulumi.Output[Optional[bool]]:
|
1564
|
+
"""
|
1565
|
+
If true, treat DRAINING and CANCELLING as terminal job states and do not wait for further changes before removing from
|
1566
|
+
terraform state and moving on. WARNING: this will lead to job name conflicts if you do not ensure that the job names are
|
1567
|
+
different, e.g. by embedding a release ID or by using a random_id.
|
1568
|
+
"""
|
1530
1569
|
return pulumi.get(self, "skip_wait_on_job_termination")
|
1531
1570
|
|
1532
1571
|
@property
|
pulumi_gcp/dataloss/__init__.py
CHANGED
@@ -6,7 +6,6 @@ from .. import _utilities
|
|
6
6
|
import typing
|
7
7
|
# Export this package's modules as members:
|
8
8
|
from .prevention_deidentify_template import *
|
9
|
-
from .prevention_discovery_config import *
|
10
9
|
from .prevention_inspect_template import *
|
11
10
|
from .prevention_job_trigger import *
|
12
11
|
from .prevention_stored_info_type import *
|