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
@@ -144,6 +144,7 @@ __all__ = [
144
144
  'ClusterMonitoringConfig',
145
145
  'ClusterMonitoringConfigAdvancedDatapathObservabilityConfig',
146
146
  'ClusterMonitoringConfigManagedPrometheus',
147
+ 'ClusterMonitoringConfigManagedPrometheusAutoMonitoringConfig',
147
148
  'ClusterNetworkPolicy',
148
149
  'ClusterNodeConfig',
149
150
  'ClusterNodeConfigAdvancedMachineFeatures',
@@ -346,6 +347,7 @@ __all__ = [
346
347
  'GetClusterMonitoringConfigResult',
347
348
  'GetClusterMonitoringConfigAdvancedDatapathObservabilityConfigResult',
348
349
  'GetClusterMonitoringConfigManagedPrometheusResult',
350
+ 'GetClusterMonitoringConfigManagedPrometheusAutoMonitoringConfigResult',
349
351
  'GetClusterNetworkPolicyResult',
350
352
  'GetClusterNodeConfigResult',
351
353
  'GetClusterNodeConfigAdvancedMachineFeatureResult',
@@ -5287,22 +5289,29 @@ class ClusterClusterAutoscalingResourceLimit(dict):
5287
5289
  return super().get(key, default)
5288
5290
 
5289
5291
  def __init__(__self__, *,
5292
+ maximum: int,
5290
5293
  resource_type: str,
5291
- maximum: Optional[int] = None,
5292
5294
  minimum: Optional[int] = None):
5293
5295
  """
5296
+ :param int maximum: Maximum amount of the resource in the cluster.
5294
5297
  :param str resource_type: The type of the resource. For example, `cpu` and
5295
5298
  `memory`. See the [guide to using Node Auto-Provisioning](https://cloud.google.com/kubernetes-engine/docs/how-to/node-auto-provisioning)
5296
5299
  for a list of types.
5297
- :param int maximum: Maximum amount of the resource in the cluster.
5298
5300
  :param int minimum: Minimum amount of the resource in the cluster.
5299
5301
  """
5302
+ pulumi.set(__self__, "maximum", maximum)
5300
5303
  pulumi.set(__self__, "resource_type", resource_type)
5301
- if maximum is not None:
5302
- pulumi.set(__self__, "maximum", maximum)
5303
5304
  if minimum is not None:
5304
5305
  pulumi.set(__self__, "minimum", minimum)
5305
5306
 
5307
+ @property
5308
+ @pulumi.getter
5309
+ def maximum(self) -> int:
5310
+ """
5311
+ Maximum amount of the resource in the cluster.
5312
+ """
5313
+ return pulumi.get(self, "maximum")
5314
+
5306
5315
  @property
5307
5316
  @pulumi.getter(name="resourceType")
5308
5317
  def resource_type(self) -> str:
@@ -5313,14 +5322,6 @@ class ClusterClusterAutoscalingResourceLimit(dict):
5313
5322
  """
5314
5323
  return pulumi.get(self, "resource_type")
5315
5324
 
5316
- @property
5317
- @pulumi.getter
5318
- def maximum(self) -> Optional[int]:
5319
- """
5320
- Maximum amount of the resource in the cluster.
5321
- """
5322
- return pulumi.get(self, "maximum")
5323
-
5324
5325
  @property
5325
5326
  @pulumi.getter
5326
5327
  def minimum(self) -> Optional[int]:
@@ -6830,12 +6831,33 @@ class ClusterMonitoringConfigAdvancedDatapathObservabilityConfig(dict):
6830
6831
 
6831
6832
  @pulumi.output_type
6832
6833
  class ClusterMonitoringConfigManagedPrometheus(dict):
6834
+ @staticmethod
6835
+ def __key_warning(key: str):
6836
+ suggest = None
6837
+ if key == "autoMonitoringConfig":
6838
+ suggest = "auto_monitoring_config"
6839
+
6840
+ if suggest:
6841
+ pulumi.log.warn(f"Key '{key}' not found in ClusterMonitoringConfigManagedPrometheus. Access the value via the '{suggest}' property getter instead.")
6842
+
6843
+ def __getitem__(self, key: str) -> Any:
6844
+ ClusterMonitoringConfigManagedPrometheus.__key_warning(key)
6845
+ return super().__getitem__(key)
6846
+
6847
+ def get(self, key: str, default = None) -> Any:
6848
+ ClusterMonitoringConfigManagedPrometheus.__key_warning(key)
6849
+ return super().get(key, default)
6850
+
6833
6851
  def __init__(__self__, *,
6834
- enabled: bool):
6852
+ enabled: bool,
6853
+ auto_monitoring_config: Optional['outputs.ClusterMonitoringConfigManagedPrometheusAutoMonitoringConfig'] = None):
6835
6854
  """
6836
6855
  :param bool enabled: Whether or not the managed collection is enabled.
6856
+ :param 'ClusterMonitoringConfigManagedPrometheusAutoMonitoringConfigArgs' auto_monitoring_config: Configuration options for GKE Auto-Monitoring.
6837
6857
  """
6838
6858
  pulumi.set(__self__, "enabled", enabled)
6859
+ if auto_monitoring_config is not None:
6860
+ pulumi.set(__self__, "auto_monitoring_config", auto_monitoring_config)
6839
6861
 
6840
6862
  @property
6841
6863
  @pulumi.getter
@@ -6845,6 +6867,32 @@ class ClusterMonitoringConfigManagedPrometheus(dict):
6845
6867
  """
6846
6868
  return pulumi.get(self, "enabled")
6847
6869
 
6870
+ @property
6871
+ @pulumi.getter(name="autoMonitoringConfig")
6872
+ def auto_monitoring_config(self) -> Optional['outputs.ClusterMonitoringConfigManagedPrometheusAutoMonitoringConfig']:
6873
+ """
6874
+ Configuration options for GKE Auto-Monitoring.
6875
+ """
6876
+ return pulumi.get(self, "auto_monitoring_config")
6877
+
6878
+
6879
+ @pulumi.output_type
6880
+ class ClusterMonitoringConfigManagedPrometheusAutoMonitoringConfig(dict):
6881
+ def __init__(__self__, *,
6882
+ scope: str):
6883
+ """
6884
+ :param str scope: Whether or not to enable GKE Auto-Monitoring. Supported values include: `ALL`, `NONE`.
6885
+ """
6886
+ pulumi.set(__self__, "scope", scope)
6887
+
6888
+ @property
6889
+ @pulumi.getter
6890
+ def scope(self) -> str:
6891
+ """
6892
+ Whether or not to enable GKE Auto-Monitoring. Supported values include: `ALL`, `NONE`.
6893
+ """
6894
+ return pulumi.get(self, "scope")
6895
+
6848
6896
 
6849
6897
  @pulumi.output_type
6850
6898
  class ClusterNetworkPolicy(dict):
@@ -6925,6 +6973,8 @@ class ClusterNodeConfig(dict):
6925
6973
  suggest = "logging_variant"
6926
6974
  elif key == "machineType":
6927
6975
  suggest = "machine_type"
6976
+ elif key == "maxRunDuration":
6977
+ suggest = "max_run_duration"
6928
6978
  elif key == "minCpuPlatform":
6929
6979
  suggest = "min_cpu_platform"
6930
6980
  elif key == "nodeGroup":
@@ -6988,6 +7038,7 @@ class ClusterNodeConfig(dict):
6988
7038
  local_ssd_encryption_mode: Optional[str] = None,
6989
7039
  logging_variant: Optional[str] = None,
6990
7040
  machine_type: Optional[str] = None,
7041
+ max_run_duration: Optional[str] = None,
6991
7042
  metadata: Optional[Mapping[str, str]] = None,
6992
7043
  min_cpu_platform: Optional[str] = None,
6993
7044
  node_group: Optional[str] = None,
@@ -7065,6 +7116,7 @@ class ClusterNodeConfig(dict):
7065
7116
  :param str machine_type: The name of a Google Compute Engine machine type.
7066
7117
  Defaults to `e2-medium`. To create a custom machine type, value should be set as specified
7067
7118
  [here](https://cloud.google.com/compute/docs/reference/latest/instances#machineType).
7119
+ :param str max_run_duration: The runtime of each node in the node pool in seconds, terminated by 's'. Example: "3600s".
7068
7120
  :param Mapping[str, str] metadata: The metadata key/value pairs assigned to instances in
7069
7121
  the cluster. From GKE `1.12` onwards, `disable-legacy-endpoints` is set to
7070
7122
  `true` by the API; if `metadata` is set but that default value is not
@@ -7159,6 +7211,8 @@ class ClusterNodeConfig(dict):
7159
7211
  pulumi.set(__self__, "logging_variant", logging_variant)
7160
7212
  if machine_type is not None:
7161
7213
  pulumi.set(__self__, "machine_type", machine_type)
7214
+ if max_run_duration is not None:
7215
+ pulumi.set(__self__, "max_run_duration", max_run_duration)
7162
7216
  if metadata is not None:
7163
7217
  pulumi.set(__self__, "metadata", metadata)
7164
7218
  if min_cpu_platform is not None:
@@ -7422,6 +7476,14 @@ class ClusterNodeConfig(dict):
7422
7476
  """
7423
7477
  return pulumi.get(self, "machine_type")
7424
7478
 
7479
+ @property
7480
+ @pulumi.getter(name="maxRunDuration")
7481
+ def max_run_duration(self) -> Optional[str]:
7482
+ """
7483
+ The runtime of each node in the node pool in seconds, terminated by 's'. Example: "3600s".
7484
+ """
7485
+ return pulumi.get(self, "max_run_duration")
7486
+
7425
7487
  @property
7426
7488
  @pulumi.getter
7427
7489
  def metadata(self) -> Optional[Mapping[str, str]]:
@@ -10085,6 +10147,8 @@ class ClusterNodePoolNodeConfig(dict):
10085
10147
  suggest = "logging_variant"
10086
10148
  elif key == "machineType":
10087
10149
  suggest = "machine_type"
10150
+ elif key == "maxRunDuration":
10151
+ suggest = "max_run_duration"
10088
10152
  elif key == "minCpuPlatform":
10089
10153
  suggest = "min_cpu_platform"
10090
10154
  elif key == "nodeGroup":
@@ -10148,6 +10212,7 @@ class ClusterNodePoolNodeConfig(dict):
10148
10212
  local_ssd_encryption_mode: Optional[str] = None,
10149
10213
  logging_variant: Optional[str] = None,
10150
10214
  machine_type: Optional[str] = None,
10215
+ max_run_duration: Optional[str] = None,
10151
10216
  metadata: Optional[Mapping[str, str]] = None,
10152
10217
  min_cpu_platform: Optional[str] = None,
10153
10218
  node_group: Optional[str] = None,
@@ -10225,6 +10290,7 @@ class ClusterNodePoolNodeConfig(dict):
10225
10290
  :param str machine_type: The name of a Google Compute Engine machine type.
10226
10291
  Defaults to `e2-medium`. To create a custom machine type, value should be set as specified
10227
10292
  [here](https://cloud.google.com/compute/docs/reference/latest/instances#machineType).
10293
+ :param str max_run_duration: The runtime of each node in the node pool in seconds, terminated by 's'. Example: "3600s".
10228
10294
  :param Mapping[str, str] metadata: The metadata key/value pairs assigned to instances in
10229
10295
  the cluster. From GKE `1.12` onwards, `disable-legacy-endpoints` is set to
10230
10296
  `true` by the API; if `metadata` is set but that default value is not
@@ -10319,6 +10385,8 @@ class ClusterNodePoolNodeConfig(dict):
10319
10385
  pulumi.set(__self__, "logging_variant", logging_variant)
10320
10386
  if machine_type is not None:
10321
10387
  pulumi.set(__self__, "machine_type", machine_type)
10388
+ if max_run_duration is not None:
10389
+ pulumi.set(__self__, "max_run_duration", max_run_duration)
10322
10390
  if metadata is not None:
10323
10391
  pulumi.set(__self__, "metadata", metadata)
10324
10392
  if min_cpu_platform is not None:
@@ -10582,6 +10650,14 @@ class ClusterNodePoolNodeConfig(dict):
10582
10650
  """
10583
10651
  return pulumi.get(self, "machine_type")
10584
10652
 
10653
+ @property
10654
+ @pulumi.getter(name="maxRunDuration")
10655
+ def max_run_duration(self) -> Optional[str]:
10656
+ """
10657
+ The runtime of each node in the node pool in seconds, terminated by 's'. Example: "3600s".
10658
+ """
10659
+ return pulumi.get(self, "max_run_duration")
10660
+
10585
10661
  @property
10586
10662
  @pulumi.getter
10587
10663
  def metadata(self) -> Optional[Mapping[str, str]]:
@@ -13668,6 +13744,8 @@ class NodePoolNodeConfig(dict):
13668
13744
  suggest = "logging_variant"
13669
13745
  elif key == "machineType":
13670
13746
  suggest = "machine_type"
13747
+ elif key == "maxRunDuration":
13748
+ suggest = "max_run_duration"
13671
13749
  elif key == "minCpuPlatform":
13672
13750
  suggest = "min_cpu_platform"
13673
13751
  elif key == "nodeGroup":
@@ -13731,6 +13809,7 @@ class NodePoolNodeConfig(dict):
13731
13809
  local_ssd_encryption_mode: Optional[str] = None,
13732
13810
  logging_variant: Optional[str] = None,
13733
13811
  machine_type: Optional[str] = None,
13812
+ max_run_duration: Optional[str] = None,
13734
13813
  metadata: Optional[Mapping[str, str]] = None,
13735
13814
  min_cpu_platform: Optional[str] = None,
13736
13815
  node_group: Optional[str] = None,
@@ -13774,6 +13853,7 @@ class NodePoolNodeConfig(dict):
13774
13853
  :param str local_ssd_encryption_mode: LocalSsdEncryptionMode specified the method used for encrypting the local SSDs attached to the node.
13775
13854
  :param str logging_variant: Type of logging agent that is used as the default value for node pools in the cluster. Valid values include DEFAULT and MAX_THROUGHPUT.
13776
13855
  :param str machine_type: The name of a Google Compute Engine machine type.
13856
+ :param str max_run_duration: The runtime of each node in the node pool in seconds, terminated by 's'. Example: "3600s".
13777
13857
  :param Mapping[str, str] metadata: The metadata key/value pairs assigned to instances in the cluster.
13778
13858
  :param str min_cpu_platform: Minimum CPU platform to be used by this instance. The instance may be scheduled on the specified or newer CPU platform.
13779
13859
  :param str node_group: Setting this field will assign instances of this pool to run on the specified node group. This is useful for running workloads on sole tenant nodes.
@@ -13844,6 +13924,8 @@ class NodePoolNodeConfig(dict):
13844
13924
  pulumi.set(__self__, "logging_variant", logging_variant)
13845
13925
  if machine_type is not None:
13846
13926
  pulumi.set(__self__, "machine_type", machine_type)
13927
+ if max_run_duration is not None:
13928
+ pulumi.set(__self__, "max_run_duration", max_run_duration)
13847
13929
  if metadata is not None:
13848
13930
  pulumi.set(__self__, "metadata", metadata)
13849
13931
  if min_cpu_platform is not None:
@@ -14073,6 +14155,14 @@ class NodePoolNodeConfig(dict):
14073
14155
  """
14074
14156
  return pulumi.get(self, "machine_type")
14075
14157
 
14158
+ @property
14159
+ @pulumi.getter(name="maxRunDuration")
14160
+ def max_run_duration(self) -> Optional[str]:
14161
+ """
14162
+ The runtime of each node in the node pool in seconds, terminated by 's'. Example: "3600s".
14163
+ """
14164
+ return pulumi.get(self, "max_run_duration")
14165
+
14076
14166
  @property
14077
14167
  @pulumi.getter
14078
14168
  def metadata(self) -> Optional[Mapping[str, str]]:
@@ -17454,12 +17544,23 @@ class GetClusterMonitoringConfigAdvancedDatapathObservabilityConfigResult(dict):
17454
17544
  @pulumi.output_type
17455
17545
  class GetClusterMonitoringConfigManagedPrometheusResult(dict):
17456
17546
  def __init__(__self__, *,
17547
+ auto_monitoring_configs: Sequence['outputs.GetClusterMonitoringConfigManagedPrometheusAutoMonitoringConfigResult'],
17457
17548
  enabled: bool):
17458
17549
  """
17550
+ :param Sequence['GetClusterMonitoringConfigManagedPrometheusAutoMonitoringConfigArgs'] auto_monitoring_configs: Configuration for GKE Workload Auto-Monitoring.
17459
17551
  :param bool enabled: Whether or not the managed collection is enabled.
17460
17552
  """
17553
+ pulumi.set(__self__, "auto_monitoring_configs", auto_monitoring_configs)
17461
17554
  pulumi.set(__self__, "enabled", enabled)
17462
17555
 
17556
+ @property
17557
+ @pulumi.getter(name="autoMonitoringConfigs")
17558
+ def auto_monitoring_configs(self) -> Sequence['outputs.GetClusterMonitoringConfigManagedPrometheusAutoMonitoringConfigResult']:
17559
+ """
17560
+ Configuration for GKE Workload Auto-Monitoring.
17561
+ """
17562
+ return pulumi.get(self, "auto_monitoring_configs")
17563
+
17463
17564
  @property
17464
17565
  @pulumi.getter
17465
17566
  def enabled(self) -> bool:
@@ -17469,6 +17570,24 @@ class GetClusterMonitoringConfigManagedPrometheusResult(dict):
17469
17570
  return pulumi.get(self, "enabled")
17470
17571
 
17471
17572
 
17573
+ @pulumi.output_type
17574
+ class GetClusterMonitoringConfigManagedPrometheusAutoMonitoringConfigResult(dict):
17575
+ def __init__(__self__, *,
17576
+ scope: str):
17577
+ """
17578
+ :param str scope: The scope of auto-monitoring.
17579
+ """
17580
+ pulumi.set(__self__, "scope", scope)
17581
+
17582
+ @property
17583
+ @pulumi.getter
17584
+ def scope(self) -> str:
17585
+ """
17586
+ The scope of auto-monitoring.
17587
+ """
17588
+ return pulumi.get(self, "scope")
17589
+
17590
+
17472
17591
  @pulumi.output_type
17473
17592
  class GetClusterNetworkPolicyResult(dict):
17474
17593
  def __init__(__self__, *,
@@ -17525,6 +17644,7 @@ class GetClusterNodeConfigResult(dict):
17525
17644
  local_ssd_encryption_mode: str,
17526
17645
  logging_variant: str,
17527
17646
  machine_type: str,
17647
+ max_run_duration: str,
17528
17648
  metadata: Mapping[str, str],
17529
17649
  min_cpu_platform: str,
17530
17650
  node_group: str,
@@ -17568,6 +17688,7 @@ class GetClusterNodeConfigResult(dict):
17568
17688
  :param str local_ssd_encryption_mode: LocalSsdEncryptionMode specified the method used for encrypting the local SSDs attached to the node.
17569
17689
  :param str logging_variant: Type of logging agent that is used as the default value for node pools in the cluster. Valid values include DEFAULT and MAX_THROUGHPUT.
17570
17690
  :param str machine_type: The name of a Google Compute Engine machine type.
17691
+ :param str max_run_duration: The runtime of each node in the node pool in seconds, terminated by 's'. Example: "3600s".
17571
17692
  :param Mapping[str, str] metadata: The metadata key/value pairs assigned to instances in the cluster.
17572
17693
  :param str min_cpu_platform: Minimum CPU platform to be used by this instance. The instance may be scheduled on the specified or newer CPU platform.
17573
17694
  :param str node_group: Setting this field will assign instances of this pool to run on the specified node group. This is useful for running workloads on sole tenant nodes.
@@ -17611,6 +17732,7 @@ class GetClusterNodeConfigResult(dict):
17611
17732
  pulumi.set(__self__, "local_ssd_encryption_mode", local_ssd_encryption_mode)
17612
17733
  pulumi.set(__self__, "logging_variant", logging_variant)
17613
17734
  pulumi.set(__self__, "machine_type", machine_type)
17735
+ pulumi.set(__self__, "max_run_duration", max_run_duration)
17614
17736
  pulumi.set(__self__, "metadata", metadata)
17615
17737
  pulumi.set(__self__, "min_cpu_platform", min_cpu_platform)
17616
17738
  pulumi.set(__self__, "node_group", node_group)
@@ -17822,6 +17944,14 @@ class GetClusterNodeConfigResult(dict):
17822
17944
  """
17823
17945
  return pulumi.get(self, "machine_type")
17824
17946
 
17947
+ @property
17948
+ @pulumi.getter(name="maxRunDuration")
17949
+ def max_run_duration(self) -> str:
17950
+ """
17951
+ The runtime of each node in the node pool in seconds, terminated by 's'. Example: "3600s".
17952
+ """
17953
+ return pulumi.get(self, "max_run_duration")
17954
+
17825
17955
  @property
17826
17956
  @pulumi.getter
17827
17957
  def metadata(self) -> Mapping[str, str]:
@@ -19523,6 +19653,7 @@ class GetClusterNodePoolNodeConfigResult(dict):
19523
19653
  local_ssd_encryption_mode: str,
19524
19654
  logging_variant: str,
19525
19655
  machine_type: str,
19656
+ max_run_duration: str,
19526
19657
  metadata: Mapping[str, str],
19527
19658
  min_cpu_platform: str,
19528
19659
  node_group: str,
@@ -19566,6 +19697,7 @@ class GetClusterNodePoolNodeConfigResult(dict):
19566
19697
  :param str local_ssd_encryption_mode: LocalSsdEncryptionMode specified the method used for encrypting the local SSDs attached to the node.
19567
19698
  :param str logging_variant: Type of logging agent that is used as the default value for node pools in the cluster. Valid values include DEFAULT and MAX_THROUGHPUT.
19568
19699
  :param str machine_type: The name of a Google Compute Engine machine type.
19700
+ :param str max_run_duration: The runtime of each node in the node pool in seconds, terminated by 's'. Example: "3600s".
19569
19701
  :param Mapping[str, str] metadata: The metadata key/value pairs assigned to instances in the cluster.
19570
19702
  :param str min_cpu_platform: Minimum CPU platform to be used by this instance. The instance may be scheduled on the specified or newer CPU platform.
19571
19703
  :param str node_group: Setting this field will assign instances of this pool to run on the specified node group. This is useful for running workloads on sole tenant nodes.
@@ -19609,6 +19741,7 @@ class GetClusterNodePoolNodeConfigResult(dict):
19609
19741
  pulumi.set(__self__, "local_ssd_encryption_mode", local_ssd_encryption_mode)
19610
19742
  pulumi.set(__self__, "logging_variant", logging_variant)
19611
19743
  pulumi.set(__self__, "machine_type", machine_type)
19744
+ pulumi.set(__self__, "max_run_duration", max_run_duration)
19612
19745
  pulumi.set(__self__, "metadata", metadata)
19613
19746
  pulumi.set(__self__, "min_cpu_platform", min_cpu_platform)
19614
19747
  pulumi.set(__self__, "node_group", node_group)
@@ -19820,6 +19953,14 @@ class GetClusterNodePoolNodeConfigResult(dict):
19820
19953
  """
19821
19954
  return pulumi.get(self, "machine_type")
19822
19955
 
19956
+ @property
19957
+ @pulumi.getter(name="maxRunDuration")
19958
+ def max_run_duration(self) -> str:
19959
+ """
19960
+ The runtime of each node in the node pool in seconds, terminated by 's'. Example: "3600s".
19961
+ """
19962
+ return pulumi.get(self, "max_run_duration")
19963
+
19823
19964
  @property
19824
19965
  @pulumi.getter
19825
19966
  def metadata(self) -> Mapping[str, str]:
@@ -243,6 +243,8 @@ __all__ = [
243
243
  'MetastoreServiceScheduledBackupArgsDict',
244
244
  'MetastoreServiceTelemetryConfigArgs',
245
245
  'MetastoreServiceTelemetryConfigArgsDict',
246
+ 'WorkflowTemplateEncryptionConfigArgs',
247
+ 'WorkflowTemplateEncryptionConfigArgsDict',
246
248
  'WorkflowTemplateJobArgs',
247
249
  'WorkflowTemplateJobArgsDict',
248
250
  'WorkflowTemplateJobHadoopJobArgs',
@@ -10187,6 +10189,38 @@ class MetastoreServiceTelemetryConfigArgs:
10187
10189
  pulumi.set(self, "log_format", value)
10188
10190
 
10189
10191
 
10192
+ if not MYPY:
10193
+ class WorkflowTemplateEncryptionConfigArgsDict(TypedDict):
10194
+ kms_key: NotRequired[pulumi.Input[str]]
10195
+ """
10196
+ Optional. The Cloud KMS key name to use for encryption.
10197
+ """
10198
+ elif False:
10199
+ WorkflowTemplateEncryptionConfigArgsDict: TypeAlias = Mapping[str, Any]
10200
+
10201
+ @pulumi.input_type
10202
+ class WorkflowTemplateEncryptionConfigArgs:
10203
+ def __init__(__self__, *,
10204
+ kms_key: Optional[pulumi.Input[str]] = None):
10205
+ """
10206
+ :param pulumi.Input[str] kms_key: Optional. The Cloud KMS key name to use for encryption.
10207
+ """
10208
+ if kms_key is not None:
10209
+ pulumi.set(__self__, "kms_key", kms_key)
10210
+
10211
+ @property
10212
+ @pulumi.getter(name="kmsKey")
10213
+ def kms_key(self) -> Optional[pulumi.Input[str]]:
10214
+ """
10215
+ Optional. The Cloud KMS key name to use for encryption.
10216
+ """
10217
+ return pulumi.get(self, "kms_key")
10218
+
10219
+ @kms_key.setter
10220
+ def kms_key(self, value: Optional[pulumi.Input[str]]):
10221
+ pulumi.set(self, "kms_key", value)
10222
+
10223
+
10190
10224
  if not MYPY:
10191
10225
  class WorkflowTemplateJobArgsDict(TypedDict):
10192
10226
  step_id: pulumi.Input[str]
@@ -130,6 +130,7 @@ __all__ = [
130
130
  'MetastoreServiceScalingConfigAutoscalingConfigLimitConfig',
131
131
  'MetastoreServiceScheduledBackup',
132
132
  'MetastoreServiceTelemetryConfig',
133
+ 'WorkflowTemplateEncryptionConfig',
133
134
  'WorkflowTemplateJob',
134
135
  'WorkflowTemplateJobHadoopJob',
135
136
  'WorkflowTemplateJobHadoopJobLoggingConfig',
@@ -8160,6 +8161,42 @@ class MetastoreServiceTelemetryConfig(dict):
8160
8161
  return pulumi.get(self, "log_format")
8161
8162
 
8162
8163
 
8164
+ @pulumi.output_type
8165
+ class WorkflowTemplateEncryptionConfig(dict):
8166
+ @staticmethod
8167
+ def __key_warning(key: str):
8168
+ suggest = None
8169
+ if key == "kmsKey":
8170
+ suggest = "kms_key"
8171
+
8172
+ if suggest:
8173
+ pulumi.log.warn(f"Key '{key}' not found in WorkflowTemplateEncryptionConfig. Access the value via the '{suggest}' property getter instead.")
8174
+
8175
+ def __getitem__(self, key: str) -> Any:
8176
+ WorkflowTemplateEncryptionConfig.__key_warning(key)
8177
+ return super().__getitem__(key)
8178
+
8179
+ def get(self, key: str, default = None) -> Any:
8180
+ WorkflowTemplateEncryptionConfig.__key_warning(key)
8181
+ return super().get(key, default)
8182
+
8183
+ def __init__(__self__, *,
8184
+ kms_key: Optional[str] = None):
8185
+ """
8186
+ :param str kms_key: Optional. The Cloud KMS key name to use for encryption.
8187
+ """
8188
+ if kms_key is not None:
8189
+ pulumi.set(__self__, "kms_key", kms_key)
8190
+
8191
+ @property
8192
+ @pulumi.getter(name="kmsKey")
8193
+ def kms_key(self) -> Optional[str]:
8194
+ """
8195
+ Optional. The Cloud KMS key name to use for encryption.
8196
+ """
8197
+ return pulumi.get(self, "kms_key")
8198
+
8199
+
8163
8200
  @pulumi.output_type
8164
8201
  class WorkflowTemplateJob(dict):
8165
8202
  @staticmethod
@@ -25,6 +25,7 @@ class WorkflowTemplateArgs:
25
25
  location: pulumi.Input[str],
26
26
  placement: pulumi.Input['WorkflowTemplatePlacementArgs'],
27
27
  dag_timeout: Optional[pulumi.Input[str]] = None,
28
+ encryption_config: Optional[pulumi.Input['WorkflowTemplateEncryptionConfigArgs']] = None,
28
29
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
29
30
  name: Optional[pulumi.Input[str]] = None,
30
31
  parameters: Optional[pulumi.Input[Sequence[pulumi.Input['WorkflowTemplateParameterArgs']]]] = None,
@@ -42,6 +43,7 @@ class WorkflowTemplateArgs:
42
43
  on a [managed
43
44
  cluster](https://www.terraform.io/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster),
44
45
  the cluster is deleted.
46
+ :param pulumi.Input['WorkflowTemplateEncryptionConfigArgs'] encryption_config: Optional. The encryption configuration for the workflow template.
45
47
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. The labels to associate with this template. These labels will be propagated to all jobs and clusters created
46
48
  by the workflow instance. Label **keys** must contain 1 to 63 characters, and must conform to [RFC
47
49
  1035](https://www.ietf.org/rfc/rfc1035.txt). Label **values** may be empty, but, if present, must contain 1 to 63
@@ -59,6 +61,8 @@ class WorkflowTemplateArgs:
59
61
  pulumi.set(__self__, "placement", placement)
60
62
  if dag_timeout is not None:
61
63
  pulumi.set(__self__, "dag_timeout", dag_timeout)
64
+ if encryption_config is not None:
65
+ pulumi.set(__self__, "encryption_config", encryption_config)
62
66
  if labels is not None:
63
67
  pulumi.set(__self__, "labels", labels)
64
68
  if name is not None:
@@ -127,6 +131,18 @@ class WorkflowTemplateArgs:
127
131
  def dag_timeout(self, value: Optional[pulumi.Input[str]]):
128
132
  pulumi.set(self, "dag_timeout", value)
129
133
 
134
+ @property
135
+ @pulumi.getter(name="encryptionConfig")
136
+ def encryption_config(self) -> Optional[pulumi.Input['WorkflowTemplateEncryptionConfigArgs']]:
137
+ """
138
+ Optional. The encryption configuration for the workflow template.
139
+ """
140
+ return pulumi.get(self, "encryption_config")
141
+
142
+ @encryption_config.setter
143
+ def encryption_config(self, value: Optional[pulumi.Input['WorkflowTemplateEncryptionConfigArgs']]):
144
+ pulumi.set(self, "encryption_config", value)
145
+
130
146
  @property
131
147
  @pulumi.getter
132
148
  def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
@@ -201,6 +217,7 @@ class _WorkflowTemplateState:
201
217
  create_time: Optional[pulumi.Input[str]] = None,
202
218
  dag_timeout: Optional[pulumi.Input[str]] = None,
203
219
  effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
220
+ encryption_config: Optional[pulumi.Input['WorkflowTemplateEncryptionConfigArgs']] = None,
204
221
  jobs: Optional[pulumi.Input[Sequence[pulumi.Input['WorkflowTemplateJobArgs']]]] = None,
205
222
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
206
223
  location: Optional[pulumi.Input[str]] = None,
@@ -221,6 +238,7 @@ class _WorkflowTemplateState:
221
238
  on a [managed
222
239
  cluster](https://www.terraform.io/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster),
223
240
  the cluster is deleted.
241
+ :param pulumi.Input['WorkflowTemplateEncryptionConfigArgs'] encryption_config: Optional. The encryption configuration for the workflow template.
224
242
  :param pulumi.Input[Sequence[pulumi.Input['WorkflowTemplateJobArgs']]] jobs: Required. The Directed Acyclic Graph of Jobs to submit.
225
243
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. The labels to associate with this template. These labels will be propagated to all jobs and clusters created
226
244
  by the workflow instance. Label **keys** must contain 1 to 63 characters, and must conform to [RFC
@@ -244,6 +262,8 @@ class _WorkflowTemplateState:
244
262
  pulumi.set(__self__, "dag_timeout", dag_timeout)
245
263
  if effective_labels is not None:
246
264
  pulumi.set(__self__, "effective_labels", effective_labels)
265
+ if encryption_config is not None:
266
+ pulumi.set(__self__, "encryption_config", encryption_config)
247
267
  if jobs is not None:
248
268
  pulumi.set(__self__, "jobs", jobs)
249
269
  if labels is not None:
@@ -307,6 +327,18 @@ class _WorkflowTemplateState:
307
327
  def effective_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
308
328
  pulumi.set(self, "effective_labels", value)
309
329
 
330
+ @property
331
+ @pulumi.getter(name="encryptionConfig")
332
+ def encryption_config(self) -> Optional[pulumi.Input['WorkflowTemplateEncryptionConfigArgs']]:
333
+ """
334
+ Optional. The encryption configuration for the workflow template.
335
+ """
336
+ return pulumi.get(self, "encryption_config")
337
+
338
+ @encryption_config.setter
339
+ def encryption_config(self, value: Optional[pulumi.Input['WorkflowTemplateEncryptionConfigArgs']]):
340
+ pulumi.set(self, "encryption_config", value)
341
+
310
342
  @property
311
343
  @pulumi.getter
312
344
  def jobs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkflowTemplateJobArgs']]]]:
@@ -441,6 +473,7 @@ class WorkflowTemplate(pulumi.CustomResource):
441
473
  resource_name: str,
442
474
  opts: Optional[pulumi.ResourceOptions] = None,
443
475
  dag_timeout: Optional[pulumi.Input[str]] = None,
476
+ encryption_config: Optional[pulumi.Input[Union['WorkflowTemplateEncryptionConfigArgs', 'WorkflowTemplateEncryptionConfigArgsDict']]] = None,
444
477
  jobs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['WorkflowTemplateJobArgs', 'WorkflowTemplateJobArgsDict']]]]] = None,
445
478
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
446
479
  location: Optional[pulumi.Input[str]] = None,
@@ -548,6 +581,7 @@ class WorkflowTemplate(pulumi.CustomResource):
548
581
  on a [managed
549
582
  cluster](https://www.terraform.io/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster),
550
583
  the cluster is deleted.
584
+ :param pulumi.Input[Union['WorkflowTemplateEncryptionConfigArgs', 'WorkflowTemplateEncryptionConfigArgsDict']] encryption_config: Optional. The encryption configuration for the workflow template.
551
585
  :param pulumi.Input[Sequence[pulumi.Input[Union['WorkflowTemplateJobArgs', 'WorkflowTemplateJobArgsDict']]]] jobs: Required. The Directed Acyclic Graph of Jobs to submit.
552
586
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. The labels to associate with this template. These labels will be propagated to all jobs and clusters created
553
587
  by the workflow instance. Label **keys** must contain 1 to 63 characters, and must conform to [RFC
@@ -674,6 +708,7 @@ class WorkflowTemplate(pulumi.CustomResource):
674
708
  resource_name: str,
675
709
  opts: Optional[pulumi.ResourceOptions] = None,
676
710
  dag_timeout: Optional[pulumi.Input[str]] = None,
711
+ encryption_config: Optional[pulumi.Input[Union['WorkflowTemplateEncryptionConfigArgs', 'WorkflowTemplateEncryptionConfigArgsDict']]] = None,
677
712
  jobs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['WorkflowTemplateJobArgs', 'WorkflowTemplateJobArgsDict']]]]] = None,
678
713
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
679
714
  location: Optional[pulumi.Input[str]] = None,
@@ -692,6 +727,7 @@ class WorkflowTemplate(pulumi.CustomResource):
692
727
  __props__ = WorkflowTemplateArgs.__new__(WorkflowTemplateArgs)
693
728
 
694
729
  __props__.__dict__["dag_timeout"] = dag_timeout
730
+ __props__.__dict__["encryption_config"] = encryption_config
695
731
  if jobs is None and not opts.urn:
696
732
  raise TypeError("Missing required property 'jobs'")
697
733
  __props__.__dict__["jobs"] = jobs
@@ -725,6 +761,7 @@ class WorkflowTemplate(pulumi.CustomResource):
725
761
  create_time: Optional[pulumi.Input[str]] = None,
726
762
  dag_timeout: Optional[pulumi.Input[str]] = None,
727
763
  effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
764
+ encryption_config: Optional[pulumi.Input[Union['WorkflowTemplateEncryptionConfigArgs', 'WorkflowTemplateEncryptionConfigArgsDict']]] = None,
728
765
  jobs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['WorkflowTemplateJobArgs', 'WorkflowTemplateJobArgsDict']]]]] = None,
729
766
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
730
767
  location: Optional[pulumi.Input[str]] = None,
@@ -750,6 +787,7 @@ class WorkflowTemplate(pulumi.CustomResource):
750
787
  on a [managed
751
788
  cluster](https://www.terraform.io/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster),
752
789
  the cluster is deleted.
790
+ :param pulumi.Input[Union['WorkflowTemplateEncryptionConfigArgs', 'WorkflowTemplateEncryptionConfigArgsDict']] encryption_config: Optional. The encryption configuration for the workflow template.
753
791
  :param pulumi.Input[Sequence[pulumi.Input[Union['WorkflowTemplateJobArgs', 'WorkflowTemplateJobArgsDict']]]] jobs: Required. The Directed Acyclic Graph of Jobs to submit.
754
792
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. The labels to associate with this template. These labels will be propagated to all jobs and clusters created
755
793
  by the workflow instance. Label **keys** must contain 1 to 63 characters, and must conform to [RFC
@@ -774,6 +812,7 @@ class WorkflowTemplate(pulumi.CustomResource):
774
812
  __props__.__dict__["create_time"] = create_time
775
813
  __props__.__dict__["dag_timeout"] = dag_timeout
776
814
  __props__.__dict__["effective_labels"] = effective_labels
815
+ __props__.__dict__["encryption_config"] = encryption_config
777
816
  __props__.__dict__["jobs"] = jobs
778
817
  __props__.__dict__["labels"] = labels
779
818
  __props__.__dict__["location"] = location
@@ -813,6 +852,14 @@ class WorkflowTemplate(pulumi.CustomResource):
813
852
  def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
814
853
  return pulumi.get(self, "effective_labels")
815
854
 
855
+ @property
856
+ @pulumi.getter(name="encryptionConfig")
857
+ def encryption_config(self) -> pulumi.Output[Optional['outputs.WorkflowTemplateEncryptionConfig']]:
858
+ """
859
+ Optional. The encryption configuration for the workflow template.
860
+ """
861
+ return pulumi.get(self, "encryption_config")
862
+
816
863
  @property
817
864
  @pulumi.getter
818
865
  def jobs(self) -> pulumi.Output[Sequence['outputs.WorkflowTemplateJob']]: