pulumi-gcp 8.18.0a1738650987__py3-none-any.whl → 8.19.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (130) hide show
  1. pulumi_gcp/__init__.py +104 -0
  2. pulumi_gcp/accesscontextmanager/_inputs.py +288 -78
  3. pulumi_gcp/accesscontextmanager/outputs.py +186 -54
  4. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +28 -0
  5. pulumi_gcp/alloydb/user.py +10 -1
  6. pulumi_gcp/appengine/_inputs.py +3 -0
  7. pulumi_gcp/appengine/outputs.py +2 -0
  8. pulumi_gcp/assuredworkloads/workload.py +7 -7
  9. pulumi_gcp/beyondcorp/__init__.py +9 -0
  10. pulumi_gcp/beyondcorp/_inputs.py +319 -0
  11. pulumi_gcp/beyondcorp/application.py +604 -0
  12. pulumi_gcp/beyondcorp/application_iam_binding.py +1049 -0
  13. pulumi_gcp/beyondcorp/application_iam_member.py +1049 -0
  14. pulumi_gcp/beyondcorp/application_iam_policy.py +868 -0
  15. pulumi_gcp/beyondcorp/get_application_iam_policy.py +174 -0
  16. pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +180 -0
  17. pulumi_gcp/beyondcorp/outputs.py +187 -0
  18. pulumi_gcp/beyondcorp/security_gateway.py +52 -25
  19. pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +1075 -0
  20. pulumi_gcp/beyondcorp/security_gateway_iam_member.py +1075 -0
  21. pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +894 -0
  22. pulumi_gcp/bigquery/_inputs.py +33 -0
  23. pulumi_gcp/bigquery/dataset.py +7 -7
  24. pulumi_gcp/bigquery/outputs.py +36 -0
  25. pulumi_gcp/bigquery/table.py +61 -7
  26. pulumi_gcp/bigqueryanalyticshub/__init__.py +1 -0
  27. pulumi_gcp/bigqueryanalyticshub/_inputs.py +318 -0
  28. pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +808 -0
  29. pulumi_gcp/bigqueryanalyticshub/outputs.py +263 -0
  30. pulumi_gcp/certificateauthority/_inputs.py +54 -0
  31. pulumi_gcp/certificateauthority/authority.py +149 -3
  32. pulumi_gcp/certificateauthority/get_authority.py +15 -4
  33. pulumi_gcp/certificateauthority/outputs.py +81 -0
  34. pulumi_gcp/chronicle/retrohunt.py +0 -16
  35. pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +23 -23
  36. pulumi_gcp/cloudrunv2/_inputs.py +112 -0
  37. pulumi_gcp/cloudrunv2/outputs.py +144 -1
  38. pulumi_gcp/cloudrunv2/service.py +2 -0
  39. pulumi_gcp/colab/__init__.py +2 -0
  40. pulumi_gcp/colab/_inputs.py +655 -0
  41. pulumi_gcp/colab/notebook_execution.py +1259 -0
  42. pulumi_gcp/colab/outputs.py +512 -0
  43. pulumi_gcp/colab/runtime.py +266 -2
  44. pulumi_gcp/colab/runtime_template.py +79 -3
  45. pulumi_gcp/colab/schedule.py +1318 -0
  46. pulumi_gcp/compute/__init__.py +1 -0
  47. pulumi_gcp/compute/_inputs.py +213 -9
  48. pulumi_gcp/compute/firewall_policy.py +54 -43
  49. pulumi_gcp/compute/forwarding_rule.py +103 -0
  50. pulumi_gcp/compute/get_forwarding_rule.py +12 -1
  51. pulumi_gcp/compute/get_network.py +3 -3
  52. pulumi_gcp/compute/interconnect_attachment.py +12 -0
  53. pulumi_gcp/compute/network.py +7 -7
  54. pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +1011 -0
  55. pulumi_gcp/compute/outputs.py +193 -6
  56. pulumi_gcp/compute/public_advertised_prefix.py +35 -7
  57. pulumi_gcp/compute/public_delegated_prefix.py +171 -7
  58. pulumi_gcp/compute/region_resize_request.py +21 -22
  59. pulumi_gcp/compute/resize_request.py +22 -23
  60. pulumi_gcp/compute/router_peer.py +112 -0
  61. pulumi_gcp/compute/subnetwork.py +14 -7
  62. pulumi_gcp/container/_inputs.py +133 -21
  63. pulumi_gcp/container/outputs.py +154 -13
  64. pulumi_gcp/dataproc/_inputs.py +34 -0
  65. pulumi_gcp/dataproc/outputs.py +37 -0
  66. pulumi_gcp/dataproc/workflow_template.py +47 -0
  67. pulumi_gcp/datastream/connection_profile.py +120 -46
  68. pulumi_gcp/discoveryengine/chat_engine.py +7 -7
  69. pulumi_gcp/filestore/_inputs.py +222 -0
  70. pulumi_gcp/filestore/get_instance.py +23 -1
  71. pulumi_gcp/filestore/instance.py +86 -0
  72. pulumi_gcp/filestore/outputs.py +282 -0
  73. pulumi_gcp/firestore/field.py +60 -0
  74. pulumi_gcp/gemini/__init__.py +2 -0
  75. pulumi_gcp/gemini/logging_setting.py +671 -0
  76. pulumi_gcp/gemini/release_channel_setting.py +639 -0
  77. pulumi_gcp/gkehub/_inputs.py +20 -0
  78. pulumi_gcp/gkehub/membership_binding.py +6 -6
  79. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  80. pulumi_gcp/gkehub/namespace.py +4 -4
  81. pulumi_gcp/gkehub/outputs.py +26 -1
  82. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  83. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  84. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  85. pulumi_gcp/memorystore/_inputs.py +296 -0
  86. pulumi_gcp/memorystore/instance.py +32 -28
  87. pulumi_gcp/memorystore/outputs.py +224 -0
  88. pulumi_gcp/monitoring/_inputs.py +12 -9
  89. pulumi_gcp/monitoring/outputs.py +8 -6
  90. pulumi_gcp/netapp/storage_pool.py +1 -1
  91. pulumi_gcp/networkconnectivity/spoke.py +76 -14
  92. pulumi_gcp/networkservices/_inputs.py +89 -0
  93. pulumi_gcp/networkservices/outputs.py +75 -0
  94. pulumi_gcp/orgpolicy/policy.py +2 -2
  95. pulumi_gcp/parametermanager/__init__.py +5 -0
  96. pulumi_gcp/parametermanager/get_parameter_version.py +216 -0
  97. pulumi_gcp/parametermanager/get_parameter_version_render.py +199 -0
  98. pulumi_gcp/parametermanager/get_parameters.py +140 -0
  99. pulumi_gcp/parametermanager/get_regional_parameter_version.py +235 -0
  100. pulumi_gcp/parametermanager/get_regional_parameter_version_render.py +220 -0
  101. pulumi_gcp/parametermanager/outputs.py +156 -0
  102. pulumi_gcp/privilegedaccessmanager/entitlement.py +14 -0
  103. pulumi_gcp/pubsub/_inputs.py +264 -0
  104. pulumi_gcp/pubsub/outputs.py +353 -0
  105. pulumi_gcp/pubsub/subscription.py +6 -6
  106. pulumi_gcp/pubsub/topic.py +70 -0
  107. pulumi_gcp/pulumi-plugin.json +1 -1
  108. pulumi_gcp/resourcemanager/lien.py +12 -0
  109. pulumi_gcp/secretmanager/regional_secret.py +4 -0
  110. pulumi_gcp/secretmanager/regional_secret_version.py +12 -0
  111. pulumi_gcp/secretmanager/secret.py +4 -0
  112. pulumi_gcp/secretmanager/secret_version.py +12 -0
  113. pulumi_gcp/securesourcemanager/branch_rule.py +4 -0
  114. pulumi_gcp/securesourcemanager/repository.py +4 -0
  115. pulumi_gcp/securityposture/posture.py +4 -0
  116. pulumi_gcp/securityposture/posture_deployment.py +4 -0
  117. pulumi_gcp/serviceaccount/get_s.py +98 -8
  118. pulumi_gcp/spanner/_inputs.py +68 -0
  119. pulumi_gcp/spanner/backup_schedule.py +70 -4
  120. pulumi_gcp/spanner/outputs.py +60 -0
  121. pulumi_gcp/storage/bucket_object.py +8 -0
  122. pulumi_gcp/storage/get_bucket_object_content.py +4 -4
  123. pulumi_gcp/vertex/ai_endpoint.py +4 -4
  124. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
  125. pulumi_gcp/workbench/instance.py +70 -2
  126. pulumi_gcp/workflows/workflow.py +175 -0
  127. {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/METADATA +1 -1
  128. {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/RECORD +130 -110
  129. {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/WHEEL +0 -0
  130. {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/top_level.txt +0 -0
@@ -30,6 +30,7 @@ class WorkflowArgs:
30
30
  region: Optional[pulumi.Input[str]] = None,
31
31
  service_account: Optional[pulumi.Input[str]] = None,
32
32
  source_contents: Optional[pulumi.Input[str]] = None,
33
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
33
34
  user_env_vars: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
34
35
  """
35
36
  The set of arguments for constructing a Workflow resource.
@@ -58,6 +59,9 @@ class WorkflowArgs:
58
59
  If not provided, workflow will use the project's default service account.
59
60
  Modifying this field for an existing workflow results in a new workflow revision.
60
61
  :param pulumi.Input[str] source_contents: Workflow code to be executed. The size limit is 128KB.
62
+ :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
+ as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in
64
+ the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
61
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 “GOOGLE” or “WORKFLOWS".
62
66
  """
63
67
  if call_log_level is not None:
@@ -82,6 +86,8 @@ class WorkflowArgs:
82
86
  pulumi.set(__self__, "service_account", service_account)
83
87
  if source_contents is not None:
84
88
  pulumi.set(__self__, "source_contents", source_contents)
89
+ if tags is not None:
90
+ pulumi.set(__self__, "tags", tags)
85
91
  if user_env_vars is not None:
86
92
  pulumi.set(__self__, "user_env_vars", user_env_vars)
87
93
 
@@ -229,6 +235,20 @@ class WorkflowArgs:
229
235
  def source_contents(self, value: Optional[pulumi.Input[str]]):
230
236
  pulumi.set(self, "source_contents", value)
231
237
 
238
+ @property
239
+ @pulumi.getter
240
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
241
+ """
242
+ A map of resource manager tags. Resource manager tag keys and values have the same definition
243
+ as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in
244
+ the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
245
+ """
246
+ return pulumi.get(self, "tags")
247
+
248
+ @tags.setter
249
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
250
+ pulumi.set(self, "tags", value)
251
+
232
252
  @property
233
253
  @pulumi.getter(name="userEnvVars")
234
254
  def user_env_vars(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
@@ -261,6 +281,7 @@ class _WorkflowState:
261
281
  service_account: Optional[pulumi.Input[str]] = None,
262
282
  source_contents: Optional[pulumi.Input[str]] = None,
263
283
  state: Optional[pulumi.Input[str]] = None,
284
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
264
285
  update_time: Optional[pulumi.Input[str]] = None,
265
286
  user_env_vars: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
266
287
  """
@@ -296,6 +317,9 @@ class _WorkflowState:
296
317
  Modifying this field for an existing workflow results in a new workflow revision.
297
318
  :param pulumi.Input[str] source_contents: Workflow code to be executed. The size limit is 128KB.
298
319
  :param pulumi.Input[str] state: State of the workflow deployment.
320
+ :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
321
+ as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in
322
+ the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
299
323
  :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.
300
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 “GOOGLE” or “WORKFLOWS".
301
325
  """
@@ -331,6 +355,8 @@ class _WorkflowState:
331
355
  pulumi.set(__self__, "source_contents", source_contents)
332
356
  if state is not None:
333
357
  pulumi.set(__self__, "state", state)
358
+ if tags is not None:
359
+ pulumi.set(__self__, "tags", tags)
334
360
  if update_time is not None:
335
361
  pulumi.set(__self__, "update_time", update_time)
336
362
  if user_env_vars is not None:
@@ -541,6 +567,20 @@ class _WorkflowState:
541
567
  def state(self, value: Optional[pulumi.Input[str]]):
542
568
  pulumi.set(self, "state", value)
543
569
 
570
+ @property
571
+ @pulumi.getter
572
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
573
+ """
574
+ A map of resource manager tags. Resource manager tag keys and values have the same definition
575
+ as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in
576
+ the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
577
+ """
578
+ return pulumi.get(self, "tags")
579
+
580
+ @tags.setter
581
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
582
+ pulumi.set(self, "tags", value)
583
+
544
584
  @property
545
585
  @pulumi.getter(name="updateTime")
546
586
  def update_time(self) -> Optional[pulumi.Input[str]]:
@@ -582,6 +622,7 @@ class Workflow(pulumi.CustomResource):
582
622
  region: Optional[pulumi.Input[str]] = None,
583
623
  service_account: Optional[pulumi.Input[str]] = None,
584
624
  source_contents: Optional[pulumi.Input[str]] = None,
625
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
585
626
  user_env_vars: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
586
627
  __props__=None):
587
628
  """
@@ -628,6 +669,63 @@ class Workflow(pulumi.CustomResource):
628
669
  #
629
670
  # Note: In Terraform you need to escape the $$ or it will cause errors.
630
671
 
672
+ - getCurrentTime:
673
+ call: http.get
674
+ args:
675
+ url: ${sys.get_env("url")}
676
+ result: currentTime
677
+ - readWikipedia:
678
+ call: http.get
679
+ args:
680
+ url: https://en.wikipedia.org/w/api.php
681
+ query:
682
+ action: opensearch
683
+ search: ${currentTime.body.dayOfWeek}
684
+ result: wikiResult
685
+ - returnOutput:
686
+ return: ${wikiResult.body[1]}
687
+ \"\"\")
688
+ ```
689
+ ### Workflow Tags
690
+
691
+ ```python
692
+ import pulumi
693
+ import pulumi_gcp as gcp
694
+
695
+ project = gcp.organizations.get_project()
696
+ tag_key = gcp.tags.TagKey("tag_key",
697
+ parent=f"projects/{project.number}",
698
+ short_name="tag_key")
699
+ tag_value = gcp.tags.TagValue("tag_value",
700
+ parent=tag_key.name.apply(lambda name: f"tagKeys/{name}"),
701
+ short_name="tag_value")
702
+ test_account = gcp.serviceaccount.Account("test_account",
703
+ account_id="my-account",
704
+ display_name="Test Service Account")
705
+ example = gcp.workflows.Workflow("example",
706
+ name="workflow",
707
+ region="us-central1",
708
+ description="Magic",
709
+ service_account=test_account.id,
710
+ deletion_protection=False,
711
+ tags=pulumi.Output.all(
712
+ tagKeyShort_name=tag_key.short_name,
713
+ tagValueShort_name=tag_value.short_name
714
+ ).apply(lambda resolved_outputs: {
715
+ f"{project.project_id}/{resolved_outputs['tagKeyShort_name']}": resolved_outputs['tagValueShort_name'],
716
+ })
717
+ ,
718
+ source_contents=\"\"\"# This is a sample workflow. You can replace it with your source code.
719
+ #
720
+ # This workflow does the following:
721
+ # - reads current time and date information from an external API and stores
722
+ # the response in currentTime variable
723
+ # - retrieves a list of Wikipedia articles related to the day of the week
724
+ # from currentTime
725
+ # - returns the list of articles as an output of the workflow
726
+ #
727
+ # Note: In Terraform you need to escape the $$ or it will cause errors.
728
+
631
729
  - getCurrentTime:
632
730
  call: http.get
633
731
  args:
@@ -677,6 +775,9 @@ class Workflow(pulumi.CustomResource):
677
775
  If not provided, workflow will use the project's default service account.
678
776
  Modifying this field for an existing workflow results in a new workflow revision.
679
777
  :param pulumi.Input[str] source_contents: Workflow code to be executed. The size limit is 128KB.
778
+ :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
+ as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in
780
+ the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
680
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 “GOOGLE” or “WORKFLOWS".
681
782
  """
682
783
  ...
@@ -729,6 +830,63 @@ class Workflow(pulumi.CustomResource):
729
830
  #
730
831
  # Note: In Terraform you need to escape the $$ or it will cause errors.
731
832
 
833
+ - getCurrentTime:
834
+ call: http.get
835
+ args:
836
+ url: ${sys.get_env("url")}
837
+ result: currentTime
838
+ - readWikipedia:
839
+ call: http.get
840
+ args:
841
+ url: https://en.wikipedia.org/w/api.php
842
+ query:
843
+ action: opensearch
844
+ search: ${currentTime.body.dayOfWeek}
845
+ result: wikiResult
846
+ - returnOutput:
847
+ return: ${wikiResult.body[1]}
848
+ \"\"\")
849
+ ```
850
+ ### Workflow Tags
851
+
852
+ ```python
853
+ import pulumi
854
+ import pulumi_gcp as gcp
855
+
856
+ project = gcp.organizations.get_project()
857
+ tag_key = gcp.tags.TagKey("tag_key",
858
+ parent=f"projects/{project.number}",
859
+ short_name="tag_key")
860
+ tag_value = gcp.tags.TagValue("tag_value",
861
+ parent=tag_key.name.apply(lambda name: f"tagKeys/{name}"),
862
+ short_name="tag_value")
863
+ test_account = gcp.serviceaccount.Account("test_account",
864
+ account_id="my-account",
865
+ display_name="Test Service Account")
866
+ example = gcp.workflows.Workflow("example",
867
+ name="workflow",
868
+ region="us-central1",
869
+ description="Magic",
870
+ service_account=test_account.id,
871
+ deletion_protection=False,
872
+ tags=pulumi.Output.all(
873
+ tagKeyShort_name=tag_key.short_name,
874
+ tagValueShort_name=tag_value.short_name
875
+ ).apply(lambda resolved_outputs: {
876
+ f"{project.project_id}/{resolved_outputs['tagKeyShort_name']}": resolved_outputs['tagValueShort_name'],
877
+ })
878
+ ,
879
+ source_contents=\"\"\"# This is a sample workflow. You can replace it with your source code.
880
+ #
881
+ # This workflow does the following:
882
+ # - reads current time and date information from an external API and stores
883
+ # the response in currentTime variable
884
+ # - retrieves a list of Wikipedia articles related to the day of the week
885
+ # from currentTime
886
+ # - returns the list of articles as an output of the workflow
887
+ #
888
+ # Note: In Terraform you need to escape the $$ or it will cause errors.
889
+
732
890
  - getCurrentTime:
733
891
  call: http.get
734
892
  args:
@@ -777,6 +935,7 @@ class Workflow(pulumi.CustomResource):
777
935
  region: Optional[pulumi.Input[str]] = None,
778
936
  service_account: Optional[pulumi.Input[str]] = None,
779
937
  source_contents: Optional[pulumi.Input[str]] = None,
938
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
780
939
  user_env_vars: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
781
940
  __props__=None):
782
941
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
@@ -798,6 +957,7 @@ class Workflow(pulumi.CustomResource):
798
957
  __props__.__dict__["region"] = region
799
958
  __props__.__dict__["service_account"] = service_account
800
959
  __props__.__dict__["source_contents"] = source_contents
960
+ __props__.__dict__["tags"] = tags
801
961
  __props__.__dict__["user_env_vars"] = user_env_vars
802
962
  __props__.__dict__["create_time"] = None
803
963
  __props__.__dict__["effective_labels"] = None
@@ -833,6 +993,7 @@ class Workflow(pulumi.CustomResource):
833
993
  service_account: Optional[pulumi.Input[str]] = None,
834
994
  source_contents: Optional[pulumi.Input[str]] = None,
835
995
  state: Optional[pulumi.Input[str]] = None,
996
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
836
997
  update_time: Optional[pulumi.Input[str]] = None,
837
998
  user_env_vars: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None) -> 'Workflow':
838
999
  """
@@ -873,6 +1034,9 @@ class Workflow(pulumi.CustomResource):
873
1034
  Modifying this field for an existing workflow results in a new workflow revision.
874
1035
  :param pulumi.Input[str] source_contents: Workflow code to be executed. The size limit is 128KB.
875
1036
  :param pulumi.Input[str] state: State of the workflow deployment.
1037
+ :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
1038
+ as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in
1039
+ the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
876
1040
  :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.
877
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 “GOOGLE” or “WORKFLOWS".
878
1042
  """
@@ -896,6 +1060,7 @@ class Workflow(pulumi.CustomResource):
896
1060
  __props__.__dict__["service_account"] = service_account
897
1061
  __props__.__dict__["source_contents"] = source_contents
898
1062
  __props__.__dict__["state"] = state
1063
+ __props__.__dict__["tags"] = tags
899
1064
  __props__.__dict__["update_time"] = update_time
900
1065
  __props__.__dict__["user_env_vars"] = user_env_vars
901
1066
  return Workflow(resource_name, opts=opts, __props__=__props__)
@@ -1041,6 +1206,16 @@ class Workflow(pulumi.CustomResource):
1041
1206
  """
1042
1207
  return pulumi.get(self, "state")
1043
1208
 
1209
+ @property
1210
+ @pulumi.getter
1211
+ def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
1212
+ """
1213
+ A map of resource manager tags. Resource manager tag keys and values have the same definition
1214
+ as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in
1215
+ the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
1216
+ """
1217
+ return pulumi.get(self, "tags")
1218
+
1044
1219
  @property
1045
1220
  @pulumi.getter(name="updateTime")
1046
1221
  def update_time(self) -> pulumi.Output[str]:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: pulumi_gcp
3
- Version: 8.18.0a1738650987
3
+ Version: 8.19.0
4
4
  Summary: A Pulumi package for creating and managing Google Cloud Platform resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io