pulumi-gcp 8.42.0a1756925793__py3-none-any.whl → 9.0.0a1__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 +35 -48
- pulumi_gcp/alloydb/backup.py +8 -4
- pulumi_gcp/alloydb/cluster.py +56 -10
- pulumi_gcp/alloydb/get_cluster.py +12 -1
- pulumi_gcp/alloydb/instance.py +10 -4
- pulumi_gcp/alloydb/user.py +8 -4
- pulumi_gcp/apigee/_inputs.py +151 -108
- pulumi_gcp/apigee/keystores_aliases_key_cert_file.py +52 -40
- pulumi_gcp/apigee/outputs.py +92 -88
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/_inputs.py +0 -12
- pulumi_gcp/artifactregistry/get_npm_package.py +251 -0
- pulumi_gcp/artifactregistry/outputs.py +8 -16
- pulumi_gcp/beyondcorp/__init__.py +0 -5
- pulumi_gcp/beyondcorp/_inputs.py +0 -312
- pulumi_gcp/beyondcorp/outputs.py +0 -200
- pulumi_gcp/bigquery/_inputs.py +114 -4
- pulumi_gcp/bigquery/app_profile.py +52 -19
- pulumi_gcp/bigquery/dataset_access.py +8 -4
- pulumi_gcp/bigquery/outputs.py +75 -5
- pulumi_gcp/bigquery/table.py +21 -7
- pulumi_gcp/bigtable/app_profile.py +50 -15
- pulumi_gcp/bigtable/get_table_iam_policy.py +16 -18
- pulumi_gcp/bigtable/table.py +42 -42
- pulumi_gcp/bigtable/table_iam_binding.py +43 -43
- pulumi_gcp/bigtable/table_iam_member.py +43 -43
- pulumi_gcp/bigtable/table_iam_policy.py +43 -43
- pulumi_gcp/billing/_inputs.py +0 -6
- pulumi_gcp/billing/outputs.py +0 -4
- pulumi_gcp/certificatemanager/__init__.py +1 -0
- pulumi_gcp/certificatemanager/get_dns_authorization.py +229 -0
- pulumi_gcp/certificatemanager/outputs.py +41 -0
- pulumi_gcp/cloudbuild/_inputs.py +289 -45
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +2 -6
- pulumi_gcp/cloudbuild/get_trigger.py +12 -1
- pulumi_gcp/cloudbuild/outputs.py +366 -30
- pulumi_gcp/cloudbuild/trigger.py +156 -0
- pulumi_gcp/cloudbuild/worker_pool.py +23 -34
- pulumi_gcp/cloudfunctions/function.py +8 -4
- pulumi_gcp/cloudfunctionsv2/_inputs.py +23 -21
- pulumi_gcp/cloudfunctionsv2/outputs.py +17 -16
- pulumi_gcp/cloudrunv2/_inputs.py +23 -26
- pulumi_gcp/cloudrunv2/outputs.py +28 -30
- pulumi_gcp/cloudrunv2/service.py +18 -12
- pulumi_gcp/cloudtasks/queue.py +98 -2
- pulumi_gcp/colab/_inputs.py +1 -114
- pulumi_gcp/colab/outputs.py +1 -106
- pulumi_gcp/composer/environment.py +49 -28
- pulumi_gcp/compute/_inputs.py +80 -0
- pulumi_gcp/compute/backend_bucket.py +54 -0
- pulumi_gcp/compute/backend_service.py +54 -0
- pulumi_gcp/compute/get_backend_bucket.py +12 -1
- pulumi_gcp/compute/get_backend_service.py +12 -1
- pulumi_gcp/compute/instance_from_machine_image.py +110 -75
- pulumi_gcp/compute/instance_from_template.py +110 -75
- pulumi_gcp/compute/instance_group_manager.py +14 -7
- pulumi_gcp/compute/instance_template.py +14 -7
- pulumi_gcp/compute/interconnect.py +8 -4
- pulumi_gcp/compute/network_peering_routes_config.py +0 -100
- pulumi_gcp/compute/organization_security_policy.py +83 -51
- pulumi_gcp/compute/outputs.py +128 -0
- pulumi_gcp/compute/packet_mirroring.py +6 -0
- pulumi_gcp/compute/region_instance_group_manager.py +14 -7
- pulumi_gcp/compute/subnetwork.py +0 -98
- pulumi_gcp/config/__init__.pyi +2 -2
- pulumi_gcp/config/vars.py +4 -4
- pulumi_gcp/container/_inputs.py +20 -0
- pulumi_gcp/container/aws_cluster.py +42 -28
- pulumi_gcp/container/aws_node_pool.py +42 -28
- pulumi_gcp/container/azure_cluster.py +70 -35
- pulumi_gcp/container/azure_node_pool.py +42 -28
- pulumi_gcp/container/outputs.py +25 -0
- pulumi_gcp/databasemigrationservice/connection_profile.py +4 -2
- pulumi_gcp/databasemigrationservice/migration_job.py +4 -2
- pulumi_gcp/dataplex/asset.py +21 -28
- pulumi_gcp/dataplex/zone.py +21 -28
- pulumi_gcp/dataproc/cluster.py +14 -21
- pulumi_gcp/dataproc/workflow_template.py +105 -42
- pulumi_gcp/diagflow/_inputs.py +152 -0
- pulumi_gcp/diagflow/cx_agent.py +425 -0
- pulumi_gcp/diagflow/outputs.py +143 -0
- pulumi_gcp/firebase/app_check_play_integrity_config.py +4 -8
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +2 -4
- pulumi_gcp/firebase/app_check_service_config.py +6 -12
- pulumi_gcp/firebase/app_hosting_backend.py +4 -8
- pulumi_gcp/firebase/app_hosting_build.py +4 -8
- pulumi_gcp/firebase/app_hosting_traffic.py +6 -12
- pulumi_gcp/firebase/data_connect_service.py +4 -8
- pulumi_gcp/firebase/database_instance.py +4 -8
- pulumi_gcp/gkehub/_inputs.py +0 -60
- pulumi_gcp/gkehub/get_membership.py +1 -12
- pulumi_gcp/gkehub/membership.py +0 -70
- pulumi_gcp/gkehub/outputs.py +0 -36
- pulumi_gcp/iap/__init__.py +4 -0
- pulumi_gcp/iap/_inputs.py +130 -0
- pulumi_gcp/iap/get_web_region_forwarding_rule_service_iam_policy.py +182 -0
- pulumi_gcp/iap/outputs.py +76 -0
- pulumi_gcp/{beyondcorp/application_iam_binding.py → iap/web_region_forwarding_rule_service_iam_binding.py} +321 -314
- pulumi_gcp/{beyondcorp/application_iam_member.py → iap/web_region_forwarding_rule_service_iam_member.py} +321 -314
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_policy.py +910 -0
- pulumi_gcp/kms/autokey_config.py +0 -2
- pulumi_gcp/kms/key_handle.py +0 -2
- pulumi_gcp/logging/billing_account_bucket_config.py +21 -7
- pulumi_gcp/logging/folder_bucket_config.py +21 -7
- pulumi_gcp/logging/organization_bucket_config.py +21 -7
- pulumi_gcp/memorystore/get_instance.py +1 -12
- pulumi_gcp/memorystore/instance.py +0 -70
- pulumi_gcp/monitoring/dashboard.py +14 -7
- pulumi_gcp/networkservices/lb_traffic_extension.py +24 -23
- pulumi_gcp/notebooks/__init__.py +0 -1
- pulumi_gcp/oracledatabase/cloud_vm_cluster.py +3 -3
- pulumi_gcp/organizations/project.py +21 -7
- pulumi_gcp/projects/service.py +2 -4
- pulumi_gcp/provider.py +20 -20
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/cluster.py +0 -70
- pulumi_gcp/redis/get_cluster.py +1 -12
- pulumi_gcp/saasruntime/__init__.py +11 -0
- pulumi_gcp/saasruntime/_inputs.py +55 -0
- pulumi_gcp/saasruntime/outputs.py +39 -0
- pulumi_gcp/saasruntime/saa_s.py +815 -0
- pulumi_gcp/securesourcemanager/_inputs.py +20 -19
- pulumi_gcp/securesourcemanager/outputs.py +15 -14
- pulumi_gcp/serviceaccount/get_account_key.py +1 -21
- pulumi_gcp/sql/database_instance.py +61 -7
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +11 -0
- pulumi_gcp/sql/user.py +61 -0
- pulumi_gcp/storage/_inputs.py +7 -7
- pulumi_gcp/storage/bucket.py +14 -7
- pulumi_gcp/storage/outputs.py +7 -7
- pulumi_gcp/tpu/__init__.py +0 -2
- pulumi_gcp/tpu/_inputs.py +0 -93
- pulumi_gcp/tpu/outputs.py +0 -72
- pulumi_gcp/vertex/_inputs.py +8 -9
- pulumi_gcp/vertex/ai_endpoint.py +2 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +0 -2
- pulumi_gcp/vertex/ai_index.py +24 -23
- pulumi_gcp/vertex/outputs.py +7 -8
- {pulumi_gcp-8.42.0a1756925793.dist-info → pulumi_gcp-9.0.0a1.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.42.0a1756925793.dist-info → pulumi_gcp-9.0.0a1.dist-info}/RECORD +143 -141
- pulumi_gcp/beyondcorp/application.py +0 -746
- pulumi_gcp/beyondcorp/application_iam_policy.py +0 -903
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +0 -182
- pulumi_gcp/notebooks/location.py +0 -285
- pulumi_gcp/tpu/get_tensorflow_versions.py +0 -184
- pulumi_gcp/tpu/node.py +0 -1062
- {pulumi_gcp-8.42.0a1756925793.dist-info → pulumi_gcp-9.0.0a1.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.42.0a1756925793.dist-info → pulumi_gcp-9.0.0a1.dist-info}/top_level.txt +0 -0
pulumi_gcp/dataplex/asset.py
CHANGED
@@ -40,10 +40,9 @@ class AssetArgs:
|
|
40
40
|
:param pulumi.Input['AssetResourceSpecArgs'] resource_spec: Required. Immutable. Specification of the resource that is referenced by this asset.
|
41
41
|
:param pulumi.Input[_builtins.str] description: Optional. Description of the asset.
|
42
42
|
:param pulumi.Input[_builtins.str] display_name: Optional. User friendly display name.
|
43
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. User defined labels for the asset.
|
44
|
-
|
45
|
-
|
46
|
-
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
43
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. User defined labels for the asset. **Note**: This field is non-authoritative, and will only manage the labels
|
44
|
+
present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
|
45
|
+
resource.
|
47
46
|
:param pulumi.Input[_builtins.str] name: The name of the asset.
|
48
47
|
:param pulumi.Input[_builtins.str] project: The project for the resource
|
49
48
|
"""
|
@@ -151,10 +150,9 @@ class AssetArgs:
|
|
151
150
|
@pulumi.getter
|
152
151
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
153
152
|
"""
|
154
|
-
Optional. User defined labels for the asset.
|
155
|
-
|
156
|
-
|
157
|
-
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
153
|
+
Optional. User defined labels for the asset. **Note**: This field is non-authoritative, and will only manage the labels
|
154
|
+
present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
|
155
|
+
resource.
|
158
156
|
"""
|
159
157
|
return pulumi.get(self, "labels")
|
160
158
|
|
@@ -218,10 +216,9 @@ class _AssetState:
|
|
218
216
|
:param pulumi.Input[Sequence[pulumi.Input['AssetDiscoveryStatusArgs']]] discovery_statuses: Output only. Status of the discovery feature applied to data referenced by this asset.
|
219
217
|
:param pulumi.Input[_builtins.str] display_name: Optional. User friendly display name.
|
220
218
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
221
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. User defined labels for the asset.
|
222
|
-
|
223
|
-
|
224
|
-
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
219
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. User defined labels for the asset. **Note**: This field is non-authoritative, and will only manage the labels
|
220
|
+
present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
|
221
|
+
resource.
|
225
222
|
:param pulumi.Input[_builtins.str] lake: The lake for the resource
|
226
223
|
:param pulumi.Input[_builtins.str] location: The location for the resource
|
227
224
|
:param pulumi.Input[_builtins.str] name: The name of the asset.
|
@@ -361,10 +358,9 @@ class _AssetState:
|
|
361
358
|
@pulumi.getter
|
362
359
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
363
360
|
"""
|
364
|
-
Optional. User defined labels for the asset.
|
365
|
-
|
366
|
-
|
367
|
-
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
361
|
+
Optional. User defined labels for the asset. **Note**: This field is non-authoritative, and will only manage the labels
|
362
|
+
present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
|
363
|
+
resource.
|
368
364
|
"""
|
369
365
|
return pulumi.get(self, "labels")
|
370
366
|
|
@@ -603,10 +599,9 @@ class Asset(pulumi.CustomResource):
|
|
603
599
|
:param pulumi.Input[_builtins.str] description: Optional. Description of the asset.
|
604
600
|
:param pulumi.Input[Union['AssetDiscoverySpecArgs', 'AssetDiscoverySpecArgsDict']] discovery_spec: Required. Specification of the discovery feature applied to data referenced by this asset. When this spec is left unset, the asset will use the spec set on the parent zone.
|
605
601
|
:param pulumi.Input[_builtins.str] display_name: Optional. User friendly display name.
|
606
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. User defined labels for the asset.
|
607
|
-
|
608
|
-
|
609
|
-
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
602
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. User defined labels for the asset. **Note**: This field is non-authoritative, and will only manage the labels
|
603
|
+
present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
|
604
|
+
resource.
|
610
605
|
:param pulumi.Input[_builtins.str] lake: The lake for the resource
|
611
606
|
:param pulumi.Input[_builtins.str] location: The location for the resource
|
612
607
|
:param pulumi.Input[_builtins.str] name: The name of the asset.
|
@@ -802,10 +797,9 @@ class Asset(pulumi.CustomResource):
|
|
802
797
|
:param pulumi.Input[Sequence[pulumi.Input[Union['AssetDiscoveryStatusArgs', 'AssetDiscoveryStatusArgsDict']]]] discovery_statuses: Output only. Status of the discovery feature applied to data referenced by this asset.
|
803
798
|
:param pulumi.Input[_builtins.str] display_name: Optional. User friendly display name.
|
804
799
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
805
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. User defined labels for the asset.
|
806
|
-
|
807
|
-
|
808
|
-
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
800
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. User defined labels for the asset. **Note**: This field is non-authoritative, and will only manage the labels
|
801
|
+
present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
|
802
|
+
resource.
|
809
803
|
:param pulumi.Input[_builtins.str] lake: The lake for the resource
|
810
804
|
:param pulumi.Input[_builtins.str] location: The location for the resource
|
811
805
|
:param pulumi.Input[_builtins.str] name: The name of the asset.
|
@@ -903,10 +897,9 @@ class Asset(pulumi.CustomResource):
|
|
903
897
|
@pulumi.getter
|
904
898
|
def labels(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
|
905
899
|
"""
|
906
|
-
Optional. User defined labels for the asset.
|
907
|
-
|
908
|
-
|
909
|
-
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
900
|
+
Optional. User defined labels for the asset. **Note**: This field is non-authoritative, and will only manage the labels
|
901
|
+
present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
|
902
|
+
resource.
|
910
903
|
"""
|
911
904
|
return pulumi.get(self, "labels")
|
912
905
|
|
pulumi_gcp/dataplex/zone.py
CHANGED
@@ -40,10 +40,9 @@ class ZoneArgs:
|
|
40
40
|
:param pulumi.Input[_builtins.str] type: Required. Immutable. The type of the zone. Possible values: TYPE_UNSPECIFIED, RAW, CURATED
|
41
41
|
:param pulumi.Input[_builtins.str] description: Optional. Description of the zone.
|
42
42
|
:param pulumi.Input[_builtins.str] display_name: Optional. User friendly display name.
|
43
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. User defined labels for the zone.
|
44
|
-
|
45
|
-
|
46
|
-
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
43
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. User defined labels for the zone. **Note**: This field is non-authoritative, and will only manage the labels
|
44
|
+
present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
|
45
|
+
resource.
|
47
46
|
:param pulumi.Input[_builtins.str] name: The name of the zone.
|
48
47
|
:param pulumi.Input[_builtins.str] project: The project for the resource
|
49
48
|
"""
|
@@ -151,10 +150,9 @@ class ZoneArgs:
|
|
151
150
|
@pulumi.getter
|
152
151
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
153
152
|
"""
|
154
|
-
Optional. User defined labels for the zone.
|
155
|
-
|
156
|
-
|
157
|
-
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
153
|
+
Optional. User defined labels for the zone. **Note**: This field is non-authoritative, and will only manage the labels
|
154
|
+
present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
|
155
|
+
resource.
|
158
156
|
"""
|
159
157
|
return pulumi.get(self, "labels")
|
160
158
|
|
@@ -215,10 +213,9 @@ class _ZoneState:
|
|
215
213
|
:param pulumi.Input['ZoneDiscoverySpecArgs'] discovery_spec: Required. Specification of the discovery feature applied to data in this zone.
|
216
214
|
:param pulumi.Input[_builtins.str] display_name: Optional. User friendly display name.
|
217
215
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
218
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. User defined labels for the zone.
|
219
|
-
|
220
|
-
|
221
|
-
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
216
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. User defined labels for the zone. **Note**: This field is non-authoritative, and will only manage the labels
|
217
|
+
present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
|
218
|
+
resource.
|
222
219
|
:param pulumi.Input[_builtins.str] lake: The lake for the resource
|
223
220
|
:param pulumi.Input[_builtins.str] location: The location for the resource
|
224
221
|
:param pulumi.Input[_builtins.str] name: The name of the zone.
|
@@ -341,10 +338,9 @@ class _ZoneState:
|
|
341
338
|
@pulumi.getter
|
342
339
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
343
340
|
"""
|
344
|
-
Optional. User defined labels for the zone.
|
345
|
-
|
346
|
-
|
347
|
-
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
341
|
+
Optional. User defined labels for the zone. **Note**: This field is non-authoritative, and will only manage the labels
|
342
|
+
present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
|
343
|
+
resource.
|
348
344
|
"""
|
349
345
|
return pulumi.get(self, "labels")
|
350
346
|
|
@@ -556,10 +552,9 @@ class Zone(pulumi.CustomResource):
|
|
556
552
|
:param pulumi.Input[_builtins.str] description: Optional. Description of the zone.
|
557
553
|
:param pulumi.Input[Union['ZoneDiscoverySpecArgs', 'ZoneDiscoverySpecArgsDict']] discovery_spec: Required. Specification of the discovery feature applied to data in this zone.
|
558
554
|
:param pulumi.Input[_builtins.str] display_name: Optional. User friendly display name.
|
559
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. User defined labels for the zone.
|
560
|
-
|
561
|
-
|
562
|
-
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
555
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. User defined labels for the zone. **Note**: This field is non-authoritative, and will only manage the labels
|
556
|
+
present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
|
557
|
+
resource.
|
563
558
|
:param pulumi.Input[_builtins.str] lake: The lake for the resource
|
564
559
|
:param pulumi.Input[_builtins.str] location: The location for the resource
|
565
560
|
:param pulumi.Input[_builtins.str] name: The name of the zone.
|
@@ -737,10 +732,9 @@ class Zone(pulumi.CustomResource):
|
|
737
732
|
:param pulumi.Input[Union['ZoneDiscoverySpecArgs', 'ZoneDiscoverySpecArgsDict']] discovery_spec: Required. Specification of the discovery feature applied to data in this zone.
|
738
733
|
:param pulumi.Input[_builtins.str] display_name: Optional. User friendly display name.
|
739
734
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
740
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. User defined labels for the zone.
|
741
|
-
|
742
|
-
|
743
|
-
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
735
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. User defined labels for the zone. **Note**: This field is non-authoritative, and will only manage the labels
|
736
|
+
present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
|
737
|
+
resource.
|
744
738
|
:param pulumi.Input[_builtins.str] lake: The lake for the resource
|
745
739
|
:param pulumi.Input[_builtins.str] location: The location for the resource
|
746
740
|
:param pulumi.Input[_builtins.str] name: The name of the zone.
|
@@ -827,10 +821,9 @@ class Zone(pulumi.CustomResource):
|
|
827
821
|
@pulumi.getter
|
828
822
|
def labels(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
|
829
823
|
"""
|
830
|
-
Optional. User defined labels for the zone.
|
831
|
-
|
832
|
-
|
833
|
-
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
824
|
+
Optional. User defined labels for the zone. **Note**: This field is non-authoritative, and will only manage the labels
|
825
|
+
present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
|
826
|
+
resource.
|
834
827
|
"""
|
835
828
|
return pulumi.get(self, "labels")
|
836
829
|
|
pulumi_gcp/dataproc/cluster.py
CHANGED
@@ -33,9 +33,8 @@ class ClusterArgs:
|
|
33
33
|
:param pulumi.Input['ClusterClusterConfigArgs'] cluster_config: Allows you to configure various aspects of the cluster.
|
34
34
|
Structure defined below.
|
35
35
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: The list of the labels (key/value pairs) configured on the resource and to be applied to instances in the cluster.
|
36
|
-
|
37
|
-
|
38
|
-
Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
36
|
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer
|
37
|
+
to the field 'effective_labels' for all of the labels present on the resource.
|
39
38
|
:param pulumi.Input[_builtins.str] name: The name of the cluster, unique within the project and
|
40
39
|
zone.
|
41
40
|
|
@@ -89,9 +88,8 @@ class ClusterArgs:
|
|
89
88
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
90
89
|
"""
|
91
90
|
The list of the labels (key/value pairs) configured on the resource and to be applied to instances in the cluster.
|
92
|
-
|
93
|
-
|
94
|
-
Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
91
|
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer
|
92
|
+
to the field 'effective_labels' for all of the labels present on the resource.
|
95
93
|
"""
|
96
94
|
return pulumi.get(self, "labels")
|
97
95
|
|
@@ -174,9 +172,8 @@ class _ClusterState:
|
|
174
172
|
instances in the cluster. GCP generates some itself including `goog-dataproc-cluster-name`
|
175
173
|
which is the name of the cluster.
|
176
174
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: The list of the labels (key/value pairs) configured on the resource and to be applied to instances in the cluster.
|
177
|
-
|
178
|
-
|
179
|
-
Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
175
|
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer
|
176
|
+
to the field 'effective_labels' for all of the labels present on the resource.
|
180
177
|
:param pulumi.Input[_builtins.str] name: The name of the cluster, unique within the project and
|
181
178
|
zone.
|
182
179
|
|
@@ -249,9 +246,8 @@ class _ClusterState:
|
|
249
246
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
250
247
|
"""
|
251
248
|
The list of the labels (key/value pairs) configured on the resource and to be applied to instances in the cluster.
|
252
|
-
|
253
|
-
|
254
|
-
Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
249
|
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer
|
250
|
+
to the field 'effective_labels' for all of the labels present on the resource.
|
255
251
|
"""
|
256
252
|
return pulumi.get(self, "labels")
|
257
253
|
|
@@ -455,9 +451,8 @@ class Cluster(pulumi.CustomResource):
|
|
455
451
|
:param pulumi.Input[Union['ClusterClusterConfigArgs', 'ClusterClusterConfigArgsDict']] cluster_config: Allows you to configure various aspects of the cluster.
|
456
452
|
Structure defined below.
|
457
453
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: The list of the labels (key/value pairs) configured on the resource and to be applied to instances in the cluster.
|
458
|
-
|
459
|
-
|
460
|
-
Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
454
|
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer
|
455
|
+
to the field 'effective_labels' for all of the labels present on the resource.
|
461
456
|
:param pulumi.Input[_builtins.str] name: The name of the cluster, unique within the project and
|
462
457
|
zone.
|
463
458
|
|
@@ -659,9 +654,8 @@ class Cluster(pulumi.CustomResource):
|
|
659
654
|
instances in the cluster. GCP generates some itself including `goog-dataproc-cluster-name`
|
660
655
|
which is the name of the cluster.
|
661
656
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: The list of the labels (key/value pairs) configured on the resource and to be applied to instances in the cluster.
|
662
|
-
|
663
|
-
|
664
|
-
Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
657
|
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer
|
658
|
+
to the field 'effective_labels' for all of the labels present on the resource.
|
665
659
|
:param pulumi.Input[_builtins.str] name: The name of the cluster, unique within the project and
|
666
660
|
zone.
|
667
661
|
|
@@ -718,9 +712,8 @@ class Cluster(pulumi.CustomResource):
|
|
718
712
|
def labels(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
|
719
713
|
"""
|
720
714
|
The list of the labels (key/value pairs) configured on the resource and to be applied to instances in the cluster.
|
721
|
-
|
722
|
-
|
723
|
-
Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
715
|
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer
|
716
|
+
to the field 'effective_labels' for all of the labels present on the resource.
|
724
717
|
"""
|
725
718
|
return pulumi.get(self, "labels")
|
726
719
|
|
@@ -36,14 +36,23 @@ class WorkflowTemplateArgs:
|
|
36
36
|
:param pulumi.Input[Sequence[pulumi.Input['WorkflowTemplateJobArgs']]] jobs: Required. The Directed Acyclic Graph of Jobs to submit.
|
37
37
|
:param pulumi.Input[_builtins.str] location: The location for the resource
|
38
38
|
:param pulumi.Input['WorkflowTemplatePlacementArgs'] placement: Required. WorkflowTemplate scheduling information.
|
39
|
-
:param pulumi.Input[_builtins.str] dag_timeout: Optional. Timeout duration for the DAG of jobs, expressed in seconds (see [JSON representation of
|
39
|
+
:param pulumi.Input[_builtins.str] dag_timeout: Optional. Timeout duration for the DAG of jobs, expressed in seconds (see [JSON representation of
|
40
|
+
duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10
|
41
|
+
minutes ("600s") to 24 hours ("86400s"). The timer begins when the first job is submitted. If the workflow is running at
|
42
|
+
the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running
|
43
|
+
on a [managed
|
44
|
+
cluster](https://www.terraform.io/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster),
|
45
|
+
the cluster is deleted.
|
40
46
|
:param pulumi.Input['WorkflowTemplateEncryptionConfigArgs'] encryption_config: Optional. The encryption configuration for the workflow template.
|
41
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. The labels to associate with this template. These labels will be propagated to all jobs and clusters created
|
42
|
-
|
43
|
-
**
|
44
|
-
|
47
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. The labels to associate with this template. These labels will be propagated to all jobs and clusters created
|
48
|
+
by the workflow instance. Label **keys** must contain 1 to 63 characters, and must conform to [RFC
|
49
|
+
1035](https://www.ietf.org/rfc/rfc1035.txt). Label **values** may be empty, but, if present, must contain 1 to 63
|
50
|
+
characters, and must conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be
|
51
|
+
associated with a template. **Note**: This field is non-authoritative, and will only manage the labels present in your
|
52
|
+
configuration. Please refer to the field `effective_labels` for all of the labels present on the resource.
|
45
53
|
:param pulumi.Input[_builtins.str] name: Output only. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. * For `projects.regions.workflowTemplates`, the resource name of the template has the following format: `projects/{project_id}/regions/{region}/workflowTemplates/{template_id}` * For `projects.locations.workflowTemplates`, the resource name of the template has the following format: `projects/{project_id}/locations/{location}/workflowTemplates/{template_id}`
|
46
|
-
:param pulumi.Input[Sequence[pulumi.Input['WorkflowTemplateParameterArgs']]] parameters: Optional. Template parameters whose values are substituted into the template. Values for parameters must be provided
|
54
|
+
:param pulumi.Input[Sequence[pulumi.Input['WorkflowTemplateParameterArgs']]] parameters: Optional. Template parameters whose values are substituted into the template. Values for parameters must be provided
|
55
|
+
when the template is instantiated.
|
47
56
|
:param pulumi.Input[_builtins.str] project: The project for the resource
|
48
57
|
:param pulumi.Input[_builtins.int] version: Output only. The current version of this workflow template.
|
49
58
|
"""
|
@@ -108,7 +117,13 @@ class WorkflowTemplateArgs:
|
|
108
117
|
@pulumi.getter(name="dagTimeout")
|
109
118
|
def dag_timeout(self) -> Optional[pulumi.Input[_builtins.str]]:
|
110
119
|
"""
|
111
|
-
Optional. Timeout duration for the DAG of jobs, expressed in seconds (see [JSON representation of
|
120
|
+
Optional. Timeout duration for the DAG of jobs, expressed in seconds (see [JSON representation of
|
121
|
+
duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10
|
122
|
+
minutes ("600s") to 24 hours ("86400s"). The timer begins when the first job is submitted. If the workflow is running at
|
123
|
+
the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running
|
124
|
+
on a [managed
|
125
|
+
cluster](https://www.terraform.io/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster),
|
126
|
+
the cluster is deleted.
|
112
127
|
"""
|
113
128
|
return pulumi.get(self, "dag_timeout")
|
114
129
|
|
@@ -132,10 +147,12 @@ class WorkflowTemplateArgs:
|
|
132
147
|
@pulumi.getter
|
133
148
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
134
149
|
"""
|
135
|
-
Optional. The labels to associate with this template. These labels will be propagated to all jobs and clusters created
|
136
|
-
|
137
|
-
**
|
138
|
-
|
150
|
+
Optional. The labels to associate with this template. These labels will be propagated to all jobs and clusters created
|
151
|
+
by the workflow instance. Label **keys** must contain 1 to 63 characters, and must conform to [RFC
|
152
|
+
1035](https://www.ietf.org/rfc/rfc1035.txt). Label **values** may be empty, but, if present, must contain 1 to 63
|
153
|
+
characters, and must conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be
|
154
|
+
associated with a template. **Note**: This field is non-authoritative, and will only manage the labels present in your
|
155
|
+
configuration. Please refer to the field `effective_labels` for all of the labels present on the resource.
|
139
156
|
"""
|
140
157
|
return pulumi.get(self, "labels")
|
141
158
|
|
@@ -159,7 +176,8 @@ class WorkflowTemplateArgs:
|
|
159
176
|
@pulumi.getter
|
160
177
|
def parameters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkflowTemplateParameterArgs']]]]:
|
161
178
|
"""
|
162
|
-
Optional. Template parameters whose values are substituted into the template. Values for parameters must be provided
|
179
|
+
Optional. Template parameters whose values are substituted into the template. Values for parameters must be provided
|
180
|
+
when the template is instantiated.
|
163
181
|
"""
|
164
182
|
return pulumi.get(self, "parameters")
|
165
183
|
|
@@ -213,16 +231,25 @@ class _WorkflowTemplateState:
|
|
213
231
|
"""
|
214
232
|
Input properties used for looking up and filtering WorkflowTemplate resources.
|
215
233
|
:param pulumi.Input[_builtins.str] create_time: Output only. The time template was created.
|
216
|
-
:param pulumi.Input[_builtins.str] dag_timeout: Optional. Timeout duration for the DAG of jobs, expressed in seconds (see [JSON representation of
|
234
|
+
:param pulumi.Input[_builtins.str] dag_timeout: Optional. Timeout duration for the DAG of jobs, expressed in seconds (see [JSON representation of
|
235
|
+
duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10
|
236
|
+
minutes ("600s") to 24 hours ("86400s"). The timer begins when the first job is submitted. If the workflow is running at
|
237
|
+
the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running
|
238
|
+
on a [managed
|
239
|
+
cluster](https://www.terraform.io/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster),
|
240
|
+
the cluster is deleted.
|
217
241
|
:param pulumi.Input['WorkflowTemplateEncryptionConfigArgs'] encryption_config: Optional. The encryption configuration for the workflow template.
|
218
242
|
:param pulumi.Input[Sequence[pulumi.Input['WorkflowTemplateJobArgs']]] jobs: Required. The Directed Acyclic Graph of Jobs to submit.
|
219
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. The labels to associate with this template. These labels will be propagated to all jobs and clusters created
|
220
|
-
|
221
|
-
**
|
222
|
-
|
243
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. The labels to associate with this template. These labels will be propagated to all jobs and clusters created
|
244
|
+
by the workflow instance. Label **keys** must contain 1 to 63 characters, and must conform to [RFC
|
245
|
+
1035](https://www.ietf.org/rfc/rfc1035.txt). Label **values** may be empty, but, if present, must contain 1 to 63
|
246
|
+
characters, and must conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be
|
247
|
+
associated with a template. **Note**: This field is non-authoritative, and will only manage the labels present in your
|
248
|
+
configuration. Please refer to the field `effective_labels` for all of the labels present on the resource.
|
223
249
|
:param pulumi.Input[_builtins.str] location: The location for the resource
|
224
250
|
:param pulumi.Input[_builtins.str] name: Output only. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. * For `projects.regions.workflowTemplates`, the resource name of the template has the following format: `projects/{project_id}/regions/{region}/workflowTemplates/{template_id}` * For `projects.locations.workflowTemplates`, the resource name of the template has the following format: `projects/{project_id}/locations/{location}/workflowTemplates/{template_id}`
|
225
|
-
:param pulumi.Input[Sequence[pulumi.Input['WorkflowTemplateParameterArgs']]] parameters: Optional. Template parameters whose values are substituted into the template. Values for parameters must be provided
|
251
|
+
:param pulumi.Input[Sequence[pulumi.Input['WorkflowTemplateParameterArgs']]] parameters: Optional. Template parameters whose values are substituted into the template. Values for parameters must be provided
|
252
|
+
when the template is instantiated.
|
226
253
|
:param pulumi.Input['WorkflowTemplatePlacementArgs'] placement: Required. WorkflowTemplate scheduling information.
|
227
254
|
:param pulumi.Input[_builtins.str] project: The project for the resource
|
228
255
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
@@ -277,7 +304,13 @@ class _WorkflowTemplateState:
|
|
277
304
|
@pulumi.getter(name="dagTimeout")
|
278
305
|
def dag_timeout(self) -> Optional[pulumi.Input[_builtins.str]]:
|
279
306
|
"""
|
280
|
-
Optional. Timeout duration for the DAG of jobs, expressed in seconds (see [JSON representation of
|
307
|
+
Optional. Timeout duration for the DAG of jobs, expressed in seconds (see [JSON representation of
|
308
|
+
duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10
|
309
|
+
minutes ("600s") to 24 hours ("86400s"). The timer begins when the first job is submitted. If the workflow is running at
|
310
|
+
the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running
|
311
|
+
on a [managed
|
312
|
+
cluster](https://www.terraform.io/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster),
|
313
|
+
the cluster is deleted.
|
281
314
|
"""
|
282
315
|
return pulumi.get(self, "dag_timeout")
|
283
316
|
|
@@ -322,10 +355,12 @@ class _WorkflowTemplateState:
|
|
322
355
|
@pulumi.getter
|
323
356
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
324
357
|
"""
|
325
|
-
Optional. The labels to associate with this template. These labels will be propagated to all jobs and clusters created
|
326
|
-
|
327
|
-
**
|
328
|
-
|
358
|
+
Optional. The labels to associate with this template. These labels will be propagated to all jobs and clusters created
|
359
|
+
by the workflow instance. Label **keys** must contain 1 to 63 characters, and must conform to [RFC
|
360
|
+
1035](https://www.ietf.org/rfc/rfc1035.txt). Label **values** may be empty, but, if present, must contain 1 to 63
|
361
|
+
characters, and must conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be
|
362
|
+
associated with a template. **Note**: This field is non-authoritative, and will only manage the labels present in your
|
363
|
+
configuration. Please refer to the field `effective_labels` for all of the labels present on the resource.
|
329
364
|
"""
|
330
365
|
return pulumi.get(self, "labels")
|
331
366
|
|
@@ -361,7 +396,8 @@ class _WorkflowTemplateState:
|
|
361
396
|
@pulumi.getter
|
362
397
|
def parameters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkflowTemplateParameterArgs']]]]:
|
363
398
|
"""
|
364
|
-
Optional. Template parameters whose values are substituted into the template. Values for parameters must be provided
|
399
|
+
Optional. Template parameters whose values are substituted into the template. Values for parameters must be provided
|
400
|
+
when the template is instantiated.
|
365
401
|
"""
|
366
402
|
return pulumi.get(self, "parameters")
|
367
403
|
|
@@ -539,16 +575,25 @@ class WorkflowTemplate(pulumi.CustomResource):
|
|
539
575
|
|
540
576
|
:param str resource_name: The name of the resource.
|
541
577
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
542
|
-
:param pulumi.Input[_builtins.str] dag_timeout: Optional. Timeout duration for the DAG of jobs, expressed in seconds (see [JSON representation of
|
578
|
+
:param pulumi.Input[_builtins.str] dag_timeout: Optional. Timeout duration for the DAG of jobs, expressed in seconds (see [JSON representation of
|
579
|
+
duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10
|
580
|
+
minutes ("600s") to 24 hours ("86400s"). The timer begins when the first job is submitted. If the workflow is running at
|
581
|
+
the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running
|
582
|
+
on a [managed
|
583
|
+
cluster](https://www.terraform.io/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster),
|
584
|
+
the cluster is deleted.
|
543
585
|
:param pulumi.Input[Union['WorkflowTemplateEncryptionConfigArgs', 'WorkflowTemplateEncryptionConfigArgsDict']] encryption_config: Optional. The encryption configuration for the workflow template.
|
544
586
|
:param pulumi.Input[Sequence[pulumi.Input[Union['WorkflowTemplateJobArgs', 'WorkflowTemplateJobArgsDict']]]] jobs: Required. The Directed Acyclic Graph of Jobs to submit.
|
545
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. The labels to associate with this template. These labels will be propagated to all jobs and clusters created
|
546
|
-
|
547
|
-
**
|
548
|
-
|
587
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. The labels to associate with this template. These labels will be propagated to all jobs and clusters created
|
588
|
+
by the workflow instance. Label **keys** must contain 1 to 63 characters, and must conform to [RFC
|
589
|
+
1035](https://www.ietf.org/rfc/rfc1035.txt). Label **values** may be empty, but, if present, must contain 1 to 63
|
590
|
+
characters, and must conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be
|
591
|
+
associated with a template. **Note**: This field is non-authoritative, and will only manage the labels present in your
|
592
|
+
configuration. Please refer to the field `effective_labels` for all of the labels present on the resource.
|
549
593
|
:param pulumi.Input[_builtins.str] location: The location for the resource
|
550
594
|
:param pulumi.Input[_builtins.str] name: Output only. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. * For `projects.regions.workflowTemplates`, the resource name of the template has the following format: `projects/{project_id}/regions/{region}/workflowTemplates/{template_id}` * For `projects.locations.workflowTemplates`, the resource name of the template has the following format: `projects/{project_id}/locations/{location}/workflowTemplates/{template_id}`
|
551
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['WorkflowTemplateParameterArgs', 'WorkflowTemplateParameterArgsDict']]]] parameters: Optional. Template parameters whose values are substituted into the template. Values for parameters must be provided
|
595
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['WorkflowTemplateParameterArgs', 'WorkflowTemplateParameterArgsDict']]]] parameters: Optional. Template parameters whose values are substituted into the template. Values for parameters must be provided
|
596
|
+
when the template is instantiated.
|
552
597
|
:param pulumi.Input[Union['WorkflowTemplatePlacementArgs', 'WorkflowTemplatePlacementArgsDict']] placement: Required. WorkflowTemplate scheduling information.
|
553
598
|
:param pulumi.Input[_builtins.str] project: The project for the resource
|
554
599
|
:param pulumi.Input[_builtins.int] version: Output only. The current version of this workflow template.
|
@@ -736,16 +781,25 @@ class WorkflowTemplate(pulumi.CustomResource):
|
|
736
781
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
737
782
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
738
783
|
:param pulumi.Input[_builtins.str] create_time: Output only. The time template was created.
|
739
|
-
:param pulumi.Input[_builtins.str] dag_timeout: Optional. Timeout duration for the DAG of jobs, expressed in seconds (see [JSON representation of
|
784
|
+
:param pulumi.Input[_builtins.str] dag_timeout: Optional. Timeout duration for the DAG of jobs, expressed in seconds (see [JSON representation of
|
785
|
+
duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10
|
786
|
+
minutes ("600s") to 24 hours ("86400s"). The timer begins when the first job is submitted. If the workflow is running at
|
787
|
+
the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running
|
788
|
+
on a [managed
|
789
|
+
cluster](https://www.terraform.io/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster),
|
790
|
+
the cluster is deleted.
|
740
791
|
:param pulumi.Input[Union['WorkflowTemplateEncryptionConfigArgs', 'WorkflowTemplateEncryptionConfigArgsDict']] encryption_config: Optional. The encryption configuration for the workflow template.
|
741
792
|
:param pulumi.Input[Sequence[pulumi.Input[Union['WorkflowTemplateJobArgs', 'WorkflowTemplateJobArgsDict']]]] jobs: Required. The Directed Acyclic Graph of Jobs to submit.
|
742
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. The labels to associate with this template. These labels will be propagated to all jobs and clusters created
|
743
|
-
|
744
|
-
**
|
745
|
-
|
793
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. The labels to associate with this template. These labels will be propagated to all jobs and clusters created
|
794
|
+
by the workflow instance. Label **keys** must contain 1 to 63 characters, and must conform to [RFC
|
795
|
+
1035](https://www.ietf.org/rfc/rfc1035.txt). Label **values** may be empty, but, if present, must contain 1 to 63
|
796
|
+
characters, and must conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be
|
797
|
+
associated with a template. **Note**: This field is non-authoritative, and will only manage the labels present in your
|
798
|
+
configuration. Please refer to the field `effective_labels` for all of the labels present on the resource.
|
746
799
|
:param pulumi.Input[_builtins.str] location: The location for the resource
|
747
800
|
:param pulumi.Input[_builtins.str] name: Output only. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. * For `projects.regions.workflowTemplates`, the resource name of the template has the following format: `projects/{project_id}/regions/{region}/workflowTemplates/{template_id}` * For `projects.locations.workflowTemplates`, the resource name of the template has the following format: `projects/{project_id}/locations/{location}/workflowTemplates/{template_id}`
|
748
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['WorkflowTemplateParameterArgs', 'WorkflowTemplateParameterArgsDict']]]] parameters: Optional. Template parameters whose values are substituted into the template. Values for parameters must be provided
|
801
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['WorkflowTemplateParameterArgs', 'WorkflowTemplateParameterArgsDict']]]] parameters: Optional. Template parameters whose values are substituted into the template. Values for parameters must be provided
|
802
|
+
when the template is instantiated.
|
749
803
|
:param pulumi.Input[Union['WorkflowTemplatePlacementArgs', 'WorkflowTemplatePlacementArgsDict']] placement: Required. WorkflowTemplate scheduling information.
|
750
804
|
:param pulumi.Input[_builtins.str] project: The project for the resource
|
751
805
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
@@ -784,7 +838,13 @@ class WorkflowTemplate(pulumi.CustomResource):
|
|
784
838
|
@pulumi.getter(name="dagTimeout")
|
785
839
|
def dag_timeout(self) -> pulumi.Output[Optional[_builtins.str]]:
|
786
840
|
"""
|
787
|
-
Optional. Timeout duration for the DAG of jobs, expressed in seconds (see [JSON representation of
|
841
|
+
Optional. Timeout duration for the DAG of jobs, expressed in seconds (see [JSON representation of
|
842
|
+
duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10
|
843
|
+
minutes ("600s") to 24 hours ("86400s"). The timer begins when the first job is submitted. If the workflow is running at
|
844
|
+
the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running
|
845
|
+
on a [managed
|
846
|
+
cluster](https://www.terraform.io/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster),
|
847
|
+
the cluster is deleted.
|
788
848
|
"""
|
789
849
|
return pulumi.get(self, "dag_timeout")
|
790
850
|
|
@@ -813,10 +873,12 @@ class WorkflowTemplate(pulumi.CustomResource):
|
|
813
873
|
@pulumi.getter
|
814
874
|
def labels(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
|
815
875
|
"""
|
816
|
-
Optional. The labels to associate with this template. These labels will be propagated to all jobs and clusters created
|
817
|
-
|
818
|
-
**
|
819
|
-
|
876
|
+
Optional. The labels to associate with this template. These labels will be propagated to all jobs and clusters created
|
877
|
+
by the workflow instance. Label **keys** must contain 1 to 63 characters, and must conform to [RFC
|
878
|
+
1035](https://www.ietf.org/rfc/rfc1035.txt). Label **values** may be empty, but, if present, must contain 1 to 63
|
879
|
+
characters, and must conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be
|
880
|
+
associated with a template. **Note**: This field is non-authoritative, and will only manage the labels present in your
|
881
|
+
configuration. Please refer to the field `effective_labels` for all of the labels present on the resource.
|
820
882
|
"""
|
821
883
|
return pulumi.get(self, "labels")
|
822
884
|
|
@@ -840,7 +902,8 @@ class WorkflowTemplate(pulumi.CustomResource):
|
|
840
902
|
@pulumi.getter
|
841
903
|
def parameters(self) -> pulumi.Output[Optional[Sequence['outputs.WorkflowTemplateParameter']]]:
|
842
904
|
"""
|
843
|
-
Optional. Template parameters whose values are substituted into the template. Values for parameters must be provided
|
905
|
+
Optional. Template parameters whose values are substituted into the template. Values for parameters must be provided
|
906
|
+
when the template is instantiated.
|
844
907
|
"""
|
845
908
|
return pulumi.get(self, "parameters")
|
846
909
|
|