pulumi-gcp 8.23.0a1742538920__py3-none-any.whl → 8.24.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +59 -0
- pulumi_gcp/alloydb/_inputs.py +27 -1
- pulumi_gcp/alloydb/outputs.py +33 -2
- pulumi_gcp/applicationintegration/client.py +18 -24
- pulumi_gcp/bigquery/_inputs.py +178 -0
- pulumi_gcp/bigquery/outputs.py +127 -0
- pulumi_gcp/bigquery/reservation.py +189 -1
- pulumi_gcp/bigquery/table.py +61 -0
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +11 -7
- pulumi_gcp/bigtable/table.py +7 -7
- pulumi_gcp/chronicle/data_access_label.py +16 -0
- pulumi_gcp/clouddeploy/_inputs.py +20 -0
- pulumi_gcp/clouddeploy/outputs.py +15 -1
- pulumi_gcp/cloudfunctions/function.py +11 -11
- pulumi_gcp/cloudfunctionsv2/function.py +24 -24
- pulumi_gcp/cloudidentity/get_group_transitive_memberships.py +41 -2
- pulumi_gcp/cloudidentity/outputs.py +18 -38
- pulumi_gcp/cloudrunv2/service.py +14 -14
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +616 -18
- pulumi_gcp/compute/firewall_policy.py +20 -0
- pulumi_gcp/compute/get_images.py +172 -0
- pulumi_gcp/compute/get_resource_policy.py +15 -4
- pulumi_gcp/compute/image.py +54 -0
- pulumi_gcp/compute/interconnect.py +14 -7
- pulumi_gcp/compute/outputs.py +710 -18
- pulumi_gcp/compute/region_network_endpoint_group.py +2 -2
- pulumi_gcp/compute/resource_policy.py +169 -3
- pulumi_gcp/compute/router_route_policy.py +16 -0
- pulumi_gcp/compute/subnetwork.py +109 -1
- pulumi_gcp/compute/target_https_proxy.py +7 -7
- pulumi_gcp/config/__init__.pyi +8 -0
- pulumi_gcp/config/vars.py +16 -0
- pulumi_gcp/container/_inputs.py +265 -4
- pulumi_gcp/container/cluster.py +54 -0
- pulumi_gcp/container/get_attached_versions.py +2 -2
- pulumi_gcp/container/get_cluster.py +12 -1
- pulumi_gcp/container/outputs.py +301 -6
- pulumi_gcp/dataform/repository.py +49 -0
- pulumi_gcp/dataproc/_inputs.py +23 -0
- pulumi_gcp/dataproc/get_metastore_service.py +26 -4
- pulumi_gcp/dataproc/metastore_federation.py +56 -0
- pulumi_gcp/dataproc/metastore_service.py +58 -2
- pulumi_gcp/dataproc/outputs.py +27 -0
- pulumi_gcp/eventarc/__init__.py +1 -0
- pulumi_gcp/eventarc/_inputs.py +1758 -0
- pulumi_gcp/eventarc/outputs.py +1337 -0
- pulumi_gcp/eventarc/pipeline.py +1596 -0
- pulumi_gcp/firebase/__init__.py +1 -0
- pulumi_gcp/firebase/_inputs.py +154 -0
- pulumi_gcp/firebase/app_hosting_backend.py +1303 -0
- pulumi_gcp/firebase/hosting_version.py +2 -2
- pulumi_gcp/firebase/outputs.py +127 -0
- pulumi_gcp/kms/get_key_rings.py +39 -2
- pulumi_gcp/lustre/__init__.py +8 -0
- pulumi_gcp/lustre/instance.py +983 -0
- pulumi_gcp/managedkafka/__init__.py +2 -0
- pulumi_gcp/managedkafka/_inputs.py +263 -0
- pulumi_gcp/managedkafka/connect_cluster.py +795 -0
- pulumi_gcp/managedkafka/connector.py +695 -0
- pulumi_gcp/managedkafka/outputs.py +248 -0
- pulumi_gcp/memorystore/_inputs.py +419 -0
- pulumi_gcp/memorystore/get_instance.py +23 -1
- pulumi_gcp/memorystore/instance.py +144 -14
- pulumi_gcp/memorystore/outputs.py +544 -0
- pulumi_gcp/monitoring/uptime_check_config.py +2 -2
- pulumi_gcp/networkmanagement/_inputs.py +422 -91
- pulumi_gcp/networkmanagement/connectivity_test.py +233 -211
- pulumi_gcp/networkmanagement/outputs.py +280 -61
- pulumi_gcp/networksecurity/_inputs.py +1277 -242
- pulumi_gcp/networksecurity/gateway_security_policy.py +0 -7
- pulumi_gcp/networksecurity/intercept_deployment_group.py +44 -16
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +90 -36
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +53 -8
- pulumi_gcp/networksecurity/mirroring_deployment.py +22 -0
- pulumi_gcp/networksecurity/mirroring_deployment_group.py +20 -0
- pulumi_gcp/networksecurity/mirroring_endpoint_group.py +24 -0
- pulumi_gcp/networksecurity/mirroring_endpoint_group_association.py +28 -0
- pulumi_gcp/networksecurity/outputs.py +723 -8
- pulumi_gcp/networksecurity/tls_inspection_policy.py +14 -0
- pulumi_gcp/networkservices/gateway.py +242 -120
- pulumi_gcp/organizations/__init__.py +1 -0
- pulumi_gcp/organizations/get_iam_custom_role.py +198 -0
- pulumi_gcp/osconfig/__init__.py +1 -0
- pulumi_gcp/osconfig/_inputs.py +5413 -0
- pulumi_gcp/osconfig/outputs.py +3962 -0
- pulumi_gcp/osconfig/v2_policy_orchestrator.py +971 -0
- pulumi_gcp/projects/__init__.py +2 -0
- pulumi_gcp/projects/get_iam_custom_role.py +198 -0
- pulumi_gcp/projects/get_iam_custom_roles.py +164 -0
- pulumi_gcp/projects/outputs.py +96 -0
- pulumi_gcp/provider.py +80 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/servicenetworking/peered_dns_domain.py +4 -0
- pulumi_gcp/sql/outputs.py +8 -8
- pulumi_gcp/storage/__init__.py +2 -0
- pulumi_gcp/storage/_inputs.py +740 -6
- pulumi_gcp/storage/control_project_intelligence_config.py +366 -0
- pulumi_gcp/storage/get_control_project_intelligence_config.py +130 -0
- pulumi_gcp/storage/insights_report_config.py +121 -20
- pulumi_gcp/storage/outputs.py +723 -4
- pulumi_gcp/workflows/workflow.py +75 -7
- {pulumi_gcp-8.23.0a1742538920.dist-info → pulumi_gcp-8.24.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.23.0a1742538920.dist-info → pulumi_gcp-8.24.0.dist-info}/RECORD +106 -93
- {pulumi_gcp-8.23.0a1742538920.dist-info → pulumi_gcp-8.24.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.23.0a1742538920.dist-info → pulumi_gcp-8.24.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/workflows/workflow.py
CHANGED
@@ -23,6 +23,7 @@ class WorkflowArgs:
|
|
23
23
|
crypto_key_name: Optional[pulumi.Input[str]] = None,
|
24
24
|
deletion_protection: Optional[pulumi.Input[bool]] = None,
|
25
25
|
description: Optional[pulumi.Input[str]] = None,
|
26
|
+
execution_history_level: Optional[pulumi.Input[str]] = None,
|
26
27
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
27
28
|
name: Optional[pulumi.Input[str]] = None,
|
28
29
|
name_prefix: Optional[pulumi.Input[str]] = None,
|
@@ -41,6 +42,10 @@ class WorkflowArgs:
|
|
41
42
|
:param pulumi.Input[str] crypto_key_name: The KMS key used to encrypt workflow and execution data.
|
42
43
|
Format: projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{cryptoKey}
|
43
44
|
:param pulumi.Input[str] description: Description of the workflow provided by the user. Must be at most 1000 unicode characters long.
|
45
|
+
:param pulumi.Input[str] execution_history_level: Describes the level of execution history to be stored for this workflow. This configuration
|
46
|
+
determines how much information about workflow executions is preserved. If not specified,
|
47
|
+
defaults to EXECUTION_HISTORY_LEVEL_UNSPECIFIED.
|
48
|
+
Possible values are: `EXECUTION_HISTORY_LEVEL_UNSPECIFIED`, `EXECUTION_HISTORY_BASIC`, `EXECUTION_HISTORY_DETAILED`.
|
44
49
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: A set of key/value label pairs to assign to this Workflow.
|
45
50
|
|
46
51
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
@@ -62,7 +67,7 @@ class WorkflowArgs:
|
|
62
67
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition
|
63
68
|
as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in
|
64
69
|
the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
|
65
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] user_env_vars: User-defined environment variables associated with this workflow revision. This map has a maximum length of 20. Each string can take up to 4KiB. Keys cannot be empty strings and cannot start with
|
70
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] user_env_vars: User-defined environment variables associated with this workflow revision. This map has a maximum length of 20. Each string can take up to 4KiB. Keys cannot be empty strings and cannot start with "GOOGLE" or "WORKFLOWS".
|
66
71
|
"""
|
67
72
|
if call_log_level is not None:
|
68
73
|
pulumi.set(__self__, "call_log_level", call_log_level)
|
@@ -72,6 +77,8 @@ class WorkflowArgs:
|
|
72
77
|
pulumi.set(__self__, "deletion_protection", deletion_protection)
|
73
78
|
if description is not None:
|
74
79
|
pulumi.set(__self__, "description", description)
|
80
|
+
if execution_history_level is not None:
|
81
|
+
pulumi.set(__self__, "execution_history_level", execution_history_level)
|
75
82
|
if labels is not None:
|
76
83
|
pulumi.set(__self__, "labels", labels)
|
77
84
|
if name is not None:
|
@@ -140,6 +147,21 @@ class WorkflowArgs:
|
|
140
147
|
def description(self, value: Optional[pulumi.Input[str]]):
|
141
148
|
pulumi.set(self, "description", value)
|
142
149
|
|
150
|
+
@property
|
151
|
+
@pulumi.getter(name="executionHistoryLevel")
|
152
|
+
def execution_history_level(self) -> Optional[pulumi.Input[str]]:
|
153
|
+
"""
|
154
|
+
Describes the level of execution history to be stored for this workflow. This configuration
|
155
|
+
determines how much information about workflow executions is preserved. If not specified,
|
156
|
+
defaults to EXECUTION_HISTORY_LEVEL_UNSPECIFIED.
|
157
|
+
Possible values are: `EXECUTION_HISTORY_LEVEL_UNSPECIFIED`, `EXECUTION_HISTORY_BASIC`, `EXECUTION_HISTORY_DETAILED`.
|
158
|
+
"""
|
159
|
+
return pulumi.get(self, "execution_history_level")
|
160
|
+
|
161
|
+
@execution_history_level.setter
|
162
|
+
def execution_history_level(self, value: Optional[pulumi.Input[str]]):
|
163
|
+
pulumi.set(self, "execution_history_level", value)
|
164
|
+
|
143
165
|
@property
|
144
166
|
@pulumi.getter
|
145
167
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
@@ -253,7 +275,7 @@ class WorkflowArgs:
|
|
253
275
|
@pulumi.getter(name="userEnvVars")
|
254
276
|
def user_env_vars(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
255
277
|
"""
|
256
|
-
User-defined environment variables associated with this workflow revision. This map has a maximum length of 20. Each string can take up to 4KiB. Keys cannot be empty strings and cannot start with
|
278
|
+
User-defined environment variables associated with this workflow revision. This map has a maximum length of 20. Each string can take up to 4KiB. Keys cannot be empty strings and cannot start with "GOOGLE" or "WORKFLOWS".
|
257
279
|
"""
|
258
280
|
return pulumi.get(self, "user_env_vars")
|
259
281
|
|
@@ -271,6 +293,7 @@ class _WorkflowState:
|
|
271
293
|
deletion_protection: Optional[pulumi.Input[bool]] = None,
|
272
294
|
description: Optional[pulumi.Input[str]] = None,
|
273
295
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
296
|
+
execution_history_level: Optional[pulumi.Input[str]] = None,
|
274
297
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
275
298
|
name: Optional[pulumi.Input[str]] = None,
|
276
299
|
name_prefix: Optional[pulumi.Input[str]] = None,
|
@@ -295,6 +318,10 @@ class _WorkflowState:
|
|
295
318
|
Format: projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{cryptoKey}
|
296
319
|
:param pulumi.Input[str] description: Description of the workflow provided by the user. Must be at most 1000 unicode characters long.
|
297
320
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
321
|
+
:param pulumi.Input[str] execution_history_level: Describes the level of execution history to be stored for this workflow. This configuration
|
322
|
+
determines how much information about workflow executions is preserved. If not specified,
|
323
|
+
defaults to EXECUTION_HISTORY_LEVEL_UNSPECIFIED.
|
324
|
+
Possible values are: `EXECUTION_HISTORY_LEVEL_UNSPECIFIED`, `EXECUTION_HISTORY_BASIC`, `EXECUTION_HISTORY_DETAILED`.
|
298
325
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: A set of key/value label pairs to assign to this Workflow.
|
299
326
|
|
300
327
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
@@ -321,7 +348,7 @@ class _WorkflowState:
|
|
321
348
|
as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in
|
322
349
|
the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
|
323
350
|
:param pulumi.Input[str] update_time: The timestamp of when the workflow was last updated in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
|
324
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] user_env_vars: User-defined environment variables associated with this workflow revision. This map has a maximum length of 20. Each string can take up to 4KiB. Keys cannot be empty strings and cannot start with
|
351
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] user_env_vars: User-defined environment variables associated with this workflow revision. This map has a maximum length of 20. Each string can take up to 4KiB. Keys cannot be empty strings and cannot start with "GOOGLE" or "WORKFLOWS".
|
325
352
|
"""
|
326
353
|
if call_log_level is not None:
|
327
354
|
pulumi.set(__self__, "call_log_level", call_log_level)
|
@@ -335,6 +362,8 @@ class _WorkflowState:
|
|
335
362
|
pulumi.set(__self__, "description", description)
|
336
363
|
if effective_labels is not None:
|
337
364
|
pulumi.set(__self__, "effective_labels", effective_labels)
|
365
|
+
if execution_history_level is not None:
|
366
|
+
pulumi.set(__self__, "execution_history_level", execution_history_level)
|
338
367
|
if labels is not None:
|
339
368
|
pulumi.set(__self__, "labels", labels)
|
340
369
|
if name is not None:
|
@@ -435,6 +464,21 @@ class _WorkflowState:
|
|
435
464
|
def effective_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
436
465
|
pulumi.set(self, "effective_labels", value)
|
437
466
|
|
467
|
+
@property
|
468
|
+
@pulumi.getter(name="executionHistoryLevel")
|
469
|
+
def execution_history_level(self) -> Optional[pulumi.Input[str]]:
|
470
|
+
"""
|
471
|
+
Describes the level of execution history to be stored for this workflow. This configuration
|
472
|
+
determines how much information about workflow executions is preserved. If not specified,
|
473
|
+
defaults to EXECUTION_HISTORY_LEVEL_UNSPECIFIED.
|
474
|
+
Possible values are: `EXECUTION_HISTORY_LEVEL_UNSPECIFIED`, `EXECUTION_HISTORY_BASIC`, `EXECUTION_HISTORY_DETAILED`.
|
475
|
+
"""
|
476
|
+
return pulumi.get(self, "execution_history_level")
|
477
|
+
|
478
|
+
@execution_history_level.setter
|
479
|
+
def execution_history_level(self, value: Optional[pulumi.Input[str]]):
|
480
|
+
pulumi.set(self, "execution_history_level", value)
|
481
|
+
|
438
482
|
@property
|
439
483
|
@pulumi.getter
|
440
484
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
@@ -597,7 +641,7 @@ class _WorkflowState:
|
|
597
641
|
@pulumi.getter(name="userEnvVars")
|
598
642
|
def user_env_vars(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
599
643
|
"""
|
600
|
-
User-defined environment variables associated with this workflow revision. This map has a maximum length of 20. Each string can take up to 4KiB. Keys cannot be empty strings and cannot start with
|
644
|
+
User-defined environment variables associated with this workflow revision. This map has a maximum length of 20. Each string can take up to 4KiB. Keys cannot be empty strings and cannot start with "GOOGLE" or "WORKFLOWS".
|
601
645
|
"""
|
602
646
|
return pulumi.get(self, "user_env_vars")
|
603
647
|
|
@@ -615,6 +659,7 @@ class Workflow(pulumi.CustomResource):
|
|
615
659
|
crypto_key_name: Optional[pulumi.Input[str]] = None,
|
616
660
|
deletion_protection: Optional[pulumi.Input[bool]] = None,
|
617
661
|
description: Optional[pulumi.Input[str]] = None,
|
662
|
+
execution_history_level: Optional[pulumi.Input[str]] = None,
|
618
663
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
619
664
|
name: Optional[pulumi.Input[str]] = None,
|
620
665
|
name_prefix: Optional[pulumi.Input[str]] = None,
|
@@ -757,6 +802,10 @@ class Workflow(pulumi.CustomResource):
|
|
757
802
|
:param pulumi.Input[str] crypto_key_name: The KMS key used to encrypt workflow and execution data.
|
758
803
|
Format: projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{cryptoKey}
|
759
804
|
:param pulumi.Input[str] description: Description of the workflow provided by the user. Must be at most 1000 unicode characters long.
|
805
|
+
:param pulumi.Input[str] execution_history_level: Describes the level of execution history to be stored for this workflow. This configuration
|
806
|
+
determines how much information about workflow executions is preserved. If not specified,
|
807
|
+
defaults to EXECUTION_HISTORY_LEVEL_UNSPECIFIED.
|
808
|
+
Possible values are: `EXECUTION_HISTORY_LEVEL_UNSPECIFIED`, `EXECUTION_HISTORY_BASIC`, `EXECUTION_HISTORY_DETAILED`.
|
760
809
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: A set of key/value label pairs to assign to this Workflow.
|
761
810
|
|
762
811
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
@@ -778,7 +827,7 @@ class Workflow(pulumi.CustomResource):
|
|
778
827
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition
|
779
828
|
as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in
|
780
829
|
the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
|
781
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] user_env_vars: User-defined environment variables associated with this workflow revision. This map has a maximum length of 20. Each string can take up to 4KiB. Keys cannot be empty strings and cannot start with
|
830
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] user_env_vars: User-defined environment variables associated with this workflow revision. This map has a maximum length of 20. Each string can take up to 4KiB. Keys cannot be empty strings and cannot start with "GOOGLE" or "WORKFLOWS".
|
782
831
|
"""
|
783
832
|
...
|
784
833
|
@overload
|
@@ -928,6 +977,7 @@ class Workflow(pulumi.CustomResource):
|
|
928
977
|
crypto_key_name: Optional[pulumi.Input[str]] = None,
|
929
978
|
deletion_protection: Optional[pulumi.Input[bool]] = None,
|
930
979
|
description: Optional[pulumi.Input[str]] = None,
|
980
|
+
execution_history_level: Optional[pulumi.Input[str]] = None,
|
931
981
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
932
982
|
name: Optional[pulumi.Input[str]] = None,
|
933
983
|
name_prefix: Optional[pulumi.Input[str]] = None,
|
@@ -950,6 +1000,7 @@ class Workflow(pulumi.CustomResource):
|
|
950
1000
|
__props__.__dict__["crypto_key_name"] = crypto_key_name
|
951
1001
|
__props__.__dict__["deletion_protection"] = deletion_protection
|
952
1002
|
__props__.__dict__["description"] = description
|
1003
|
+
__props__.__dict__["execution_history_level"] = execution_history_level
|
953
1004
|
__props__.__dict__["labels"] = labels
|
954
1005
|
__props__.__dict__["name"] = name
|
955
1006
|
__props__.__dict__["name_prefix"] = name_prefix
|
@@ -983,6 +1034,7 @@ class Workflow(pulumi.CustomResource):
|
|
983
1034
|
deletion_protection: Optional[pulumi.Input[bool]] = None,
|
984
1035
|
description: Optional[pulumi.Input[str]] = None,
|
985
1036
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1037
|
+
execution_history_level: Optional[pulumi.Input[str]] = None,
|
986
1038
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
987
1039
|
name: Optional[pulumi.Input[str]] = None,
|
988
1040
|
name_prefix: Optional[pulumi.Input[str]] = None,
|
@@ -1012,6 +1064,10 @@ class Workflow(pulumi.CustomResource):
|
|
1012
1064
|
Format: projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{cryptoKey}
|
1013
1065
|
:param pulumi.Input[str] description: Description of the workflow provided by the user. Must be at most 1000 unicode characters long.
|
1014
1066
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
1067
|
+
:param pulumi.Input[str] execution_history_level: Describes the level of execution history to be stored for this workflow. This configuration
|
1068
|
+
determines how much information about workflow executions is preserved. If not specified,
|
1069
|
+
defaults to EXECUTION_HISTORY_LEVEL_UNSPECIFIED.
|
1070
|
+
Possible values are: `EXECUTION_HISTORY_LEVEL_UNSPECIFIED`, `EXECUTION_HISTORY_BASIC`, `EXECUTION_HISTORY_DETAILED`.
|
1015
1071
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: A set of key/value label pairs to assign to this Workflow.
|
1016
1072
|
|
1017
1073
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
@@ -1038,7 +1094,7 @@ class Workflow(pulumi.CustomResource):
|
|
1038
1094
|
as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in
|
1039
1095
|
the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
|
1040
1096
|
:param pulumi.Input[str] update_time: The timestamp of when the workflow was last updated in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
|
1041
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] user_env_vars: User-defined environment variables associated with this workflow revision. This map has a maximum length of 20. Each string can take up to 4KiB. Keys cannot be empty strings and cannot start with
|
1097
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] user_env_vars: User-defined environment variables associated with this workflow revision. This map has a maximum length of 20. Each string can take up to 4KiB. Keys cannot be empty strings and cannot start with "GOOGLE" or "WORKFLOWS".
|
1042
1098
|
"""
|
1043
1099
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
1044
1100
|
|
@@ -1050,6 +1106,7 @@ class Workflow(pulumi.CustomResource):
|
|
1050
1106
|
__props__.__dict__["deletion_protection"] = deletion_protection
|
1051
1107
|
__props__.__dict__["description"] = description
|
1052
1108
|
__props__.__dict__["effective_labels"] = effective_labels
|
1109
|
+
__props__.__dict__["execution_history_level"] = execution_history_level
|
1053
1110
|
__props__.__dict__["labels"] = labels
|
1054
1111
|
__props__.__dict__["name"] = name
|
1055
1112
|
__props__.__dict__["name_prefix"] = name_prefix
|
@@ -1114,6 +1171,17 @@ class Workflow(pulumi.CustomResource):
|
|
1114
1171
|
"""
|
1115
1172
|
return pulumi.get(self, "effective_labels")
|
1116
1173
|
|
1174
|
+
@property
|
1175
|
+
@pulumi.getter(name="executionHistoryLevel")
|
1176
|
+
def execution_history_level(self) -> pulumi.Output[Optional[str]]:
|
1177
|
+
"""
|
1178
|
+
Describes the level of execution history to be stored for this workflow. This configuration
|
1179
|
+
determines how much information about workflow executions is preserved. If not specified,
|
1180
|
+
defaults to EXECUTION_HISTORY_LEVEL_UNSPECIFIED.
|
1181
|
+
Possible values are: `EXECUTION_HISTORY_LEVEL_UNSPECIFIED`, `EXECUTION_HISTORY_BASIC`, `EXECUTION_HISTORY_DETAILED`.
|
1182
|
+
"""
|
1183
|
+
return pulumi.get(self, "execution_history_level")
|
1184
|
+
|
1117
1185
|
@property
|
1118
1186
|
@pulumi.getter
|
1119
1187
|
def labels(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
@@ -1228,7 +1296,7 @@ class Workflow(pulumi.CustomResource):
|
|
1228
1296
|
@pulumi.getter(name="userEnvVars")
|
1229
1297
|
def user_env_vars(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
1230
1298
|
"""
|
1231
|
-
User-defined environment variables associated with this workflow revision. This map has a maximum length of 20. Each string can take up to 4KiB. Keys cannot be empty strings and cannot start with
|
1299
|
+
User-defined environment variables associated with this workflow revision. This map has a maximum length of 20. Each string can take up to 4KiB. Keys cannot be empty strings and cannot start with "GOOGLE" or "WORKFLOWS".
|
1232
1300
|
"""
|
1233
1301
|
return pulumi.get(self, "user_env_vars")
|
1234
1302
|
|