pulumi-gcp 8.3.0a1726834947__py3-none-any.whl → 8.3.0a1727226164__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 (76) hide show
  1. pulumi_gcp/__init__.py +120 -0
  2. pulumi_gcp/alloydb/_inputs.py +20 -0
  3. pulumi_gcp/alloydb/instance.py +36 -0
  4. pulumi_gcp/alloydb/outputs.py +14 -0
  5. pulumi_gcp/compute/__init__.py +1 -0
  6. pulumi_gcp/compute/_inputs.py +1400 -0
  7. pulumi_gcp/compute/attached_disk.py +103 -0
  8. pulumi_gcp/compute/backend_service.py +29 -22
  9. pulumi_gcp/compute/firewall_policy_with_rules.py +769 -0
  10. pulumi_gcp/compute/outputs.py +1019 -0
  11. pulumi_gcp/compute/region_backend_service.py +29 -22
  12. pulumi_gcp/compute/router_nat.py +27 -66
  13. pulumi_gcp/config/__init__.pyi +2 -0
  14. pulumi_gcp/config/vars.py +4 -0
  15. pulumi_gcp/container/_inputs.py +72 -99
  16. pulumi_gcp/container/outputs.py +53 -70
  17. pulumi_gcp/databasemigrationservice/__init__.py +1 -0
  18. pulumi_gcp/databasemigrationservice/_inputs.py +362 -0
  19. pulumi_gcp/databasemigrationservice/migration_job.py +1739 -0
  20. pulumi_gcp/databasemigrationservice/outputs.py +268 -0
  21. pulumi_gcp/dataproc/get_metastore_service.py +11 -1
  22. pulumi_gcp/dataproc/metastore_service.py +93 -0
  23. pulumi_gcp/developerconnect/_inputs.py +42 -39
  24. pulumi_gcp/developerconnect/connection.py +86 -83
  25. pulumi_gcp/developerconnect/outputs.py +28 -26
  26. pulumi_gcp/discoveryengine/__init__.py +1 -0
  27. pulumi_gcp/discoveryengine/_inputs.py +131 -0
  28. pulumi_gcp/discoveryengine/outputs.py +131 -0
  29. pulumi_gcp/discoveryengine/target_site.py +870 -0
  30. pulumi_gcp/dns/managed_zone.py +1 -1
  31. pulumi_gcp/filestore/get_instance.py +21 -1
  32. pulumi_gcp/filestore/instance.py +94 -0
  33. pulumi_gcp/gkehub/feature_membership.py +140 -62
  34. pulumi_gcp/healthcare/__init__.py +1 -0
  35. pulumi_gcp/healthcare/_inputs.py +39 -0
  36. pulumi_gcp/healthcare/outputs.py +40 -0
  37. pulumi_gcp/healthcare/workspace.py +465 -0
  38. pulumi_gcp/looker/instance.py +81 -0
  39. pulumi_gcp/netapp/_inputs.py +63 -0
  40. pulumi_gcp/netapp/outputs.py +57 -0
  41. pulumi_gcp/netapp/storage_pool.py +54 -0
  42. pulumi_gcp/netapp/volume.py +82 -0
  43. pulumi_gcp/provider.py +20 -0
  44. pulumi_gcp/pubsub/subscription.py +43 -7
  45. pulumi_gcp/pulumi-plugin.json +1 -1
  46. pulumi_gcp/secretmanager/__init__.py +8 -0
  47. pulumi_gcp/secretmanager/_inputs.py +308 -0
  48. pulumi_gcp/secretmanager/get_regional_secret.py +279 -0
  49. pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +173 -0
  50. pulumi_gcp/secretmanager/get_regional_secret_version.py +241 -0
  51. pulumi_gcp/secretmanager/outputs.py +336 -0
  52. pulumi_gcp/secretmanager/regional_secret.py +1433 -0
  53. pulumi_gcp/secretmanager/regional_secret_iam_binding.py +1082 -0
  54. pulumi_gcp/secretmanager/regional_secret_iam_member.py +1082 -0
  55. pulumi_gcp/secretmanager/regional_secret_iam_policy.py +901 -0
  56. pulumi_gcp/secretmanager/regional_secret_version.py +753 -0
  57. pulumi_gcp/securitycenter/__init__.py +4 -0
  58. pulumi_gcp/securitycenter/folder_scc_big_query_export.py +795 -0
  59. pulumi_gcp/securitycenter/organization_scc_big_query_export.py +738 -0
  60. pulumi_gcp/securitycenter/project_scc_big_query_export.py +749 -0
  61. pulumi_gcp/securitycenter/v2_organization_scc_big_query_export.py +862 -0
  62. pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +6 -2
  63. pulumi_gcp/siteverification/__init__.py +3 -0
  64. pulumi_gcp/siteverification/_inputs.py +85 -0
  65. pulumi_gcp/siteverification/outputs.py +57 -0
  66. pulumi_gcp/siteverification/web_resource.py +398 -0
  67. pulumi_gcp/spanner/__init__.py +1 -0
  68. pulumi_gcp/spanner/_inputs.py +129 -0
  69. pulumi_gcp/spanner/backup_schedule.py +748 -0
  70. pulumi_gcp/spanner/get_instance.py +11 -1
  71. pulumi_gcp/spanner/instance.py +56 -0
  72. pulumi_gcp/spanner/outputs.py +93 -0
  73. {pulumi_gcp-8.3.0a1726834947.dist-info → pulumi_gcp-8.3.0a1727226164.dist-info}/METADATA +1 -1
  74. {pulumi_gcp-8.3.0a1726834947.dist-info → pulumi_gcp-8.3.0a1727226164.dist-info}/RECORD +76 -56
  75. {pulumi_gcp-8.3.0a1726834947.dist-info → pulumi_gcp-8.3.0a1727226164.dist-info}/WHEEL +0 -0
  76. {pulumi_gcp-8.3.0a1726834947.dist-info → pulumi_gcp-8.3.0a1727226164.dist-info}/top_level.txt +0 -0
@@ -27,7 +27,7 @@ class GetInstanceResult:
27
27
  """
28
28
  A collection of values returned by getInstance.
29
29
  """
30
- def __init__(__self__, autoscaling_configs=None, config=None, display_name=None, effective_labels=None, force_destroy=None, id=None, labels=None, name=None, num_nodes=None, processing_units=None, project=None, pulumi_labels=None, state=None):
30
+ def __init__(__self__, autoscaling_configs=None, config=None, display_name=None, edition=None, effective_labels=None, force_destroy=None, id=None, labels=None, name=None, num_nodes=None, processing_units=None, project=None, pulumi_labels=None, state=None):
31
31
  if autoscaling_configs and not isinstance(autoscaling_configs, list):
32
32
  raise TypeError("Expected argument 'autoscaling_configs' to be a list")
33
33
  pulumi.set(__self__, "autoscaling_configs", autoscaling_configs)
@@ -37,6 +37,9 @@ class GetInstanceResult:
37
37
  if display_name and not isinstance(display_name, str):
38
38
  raise TypeError("Expected argument 'display_name' to be a str")
39
39
  pulumi.set(__self__, "display_name", display_name)
40
+ if edition and not isinstance(edition, str):
41
+ raise TypeError("Expected argument 'edition' to be a str")
42
+ pulumi.set(__self__, "edition", edition)
40
43
  if effective_labels and not isinstance(effective_labels, dict):
41
44
  raise TypeError("Expected argument 'effective_labels' to be a dict")
42
45
  pulumi.set(__self__, "effective_labels", effective_labels)
@@ -83,6 +86,11 @@ class GetInstanceResult:
83
86
  def display_name(self) -> Optional[str]:
84
87
  return pulumi.get(self, "display_name")
85
88
 
89
+ @property
90
+ @pulumi.getter
91
+ def edition(self) -> str:
92
+ return pulumi.get(self, "edition")
93
+
86
94
  @property
87
95
  @pulumi.getter(name="effectiveLabels")
88
96
  def effective_labels(self) -> Mapping[str, str]:
@@ -146,6 +154,7 @@ class AwaitableGetInstanceResult(GetInstanceResult):
146
154
  autoscaling_configs=self.autoscaling_configs,
147
155
  config=self.config,
148
156
  display_name=self.display_name,
157
+ edition=self.edition,
149
158
  effective_labels=self.effective_labels,
150
159
  force_destroy=self.force_destroy,
151
160
  id=self.id,
@@ -194,6 +203,7 @@ def get_instance(config: Optional[str] = None,
194
203
  autoscaling_configs=pulumi.get(__ret__, 'autoscaling_configs'),
195
204
  config=pulumi.get(__ret__, 'config'),
196
205
  display_name=pulumi.get(__ret__, 'display_name'),
206
+ edition=pulumi.get(__ret__, 'edition'),
197
207
  effective_labels=pulumi.get(__ret__, 'effective_labels'),
198
208
  force_destroy=pulumi.get(__ret__, 'force_destroy'),
199
209
  id=pulumi.get(__ret__, 'id'),
@@ -24,6 +24,7 @@ class InstanceArgs:
24
24
  config: pulumi.Input[str],
25
25
  display_name: pulumi.Input[str],
26
26
  autoscaling_config: Optional[pulumi.Input['InstanceAutoscalingConfigArgs']] = None,
27
+ edition: Optional[pulumi.Input[str]] = None,
27
28
  force_destroy: Optional[pulumi.Input[bool]] = None,
28
29
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
29
30
  name: Optional[pulumi.Input[str]] = None,
@@ -48,6 +49,8 @@ class InstanceArgs:
48
49
  OUTPUT_ONLY fields and reflect the current compute capacity allocated to
49
50
  the instance.
50
51
  Structure is documented below.
52
+ :param pulumi.Input[str] edition: The edition selected for this instance. Different editions provide different capabilities at different price points.
53
+ Possible values are: `EDITION_UNSPECIFIED`, `STANDARD`, `ENTERPRISE`, `ENTERPRISE_PLUS`.
51
54
  :param pulumi.Input[bool] force_destroy: When deleting a spanner instance, this boolean option will delete all backups of this instance.
52
55
  This must be set to true if you created a backup manually in the console.
53
56
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: An object containing a list of "key": value pairs.
@@ -66,6 +69,8 @@ class InstanceArgs:
66
69
  pulumi.set(__self__, "display_name", display_name)
67
70
  if autoscaling_config is not None:
68
71
  pulumi.set(__self__, "autoscaling_config", autoscaling_config)
72
+ if edition is not None:
73
+ pulumi.set(__self__, "edition", edition)
69
74
  if force_destroy is not None:
70
75
  pulumi.set(__self__, "force_destroy", force_destroy)
71
76
  if labels is not None:
@@ -128,6 +133,19 @@ class InstanceArgs:
128
133
  def autoscaling_config(self, value: Optional[pulumi.Input['InstanceAutoscalingConfigArgs']]):
129
134
  pulumi.set(self, "autoscaling_config", value)
130
135
 
136
+ @property
137
+ @pulumi.getter
138
+ def edition(self) -> Optional[pulumi.Input[str]]:
139
+ """
140
+ The edition selected for this instance. Different editions provide different capabilities at different price points.
141
+ Possible values are: `EDITION_UNSPECIFIED`, `STANDARD`, `ENTERPRISE`, `ENTERPRISE_PLUS`.
142
+ """
143
+ return pulumi.get(self, "edition")
144
+
145
+ @edition.setter
146
+ def edition(self, value: Optional[pulumi.Input[str]]):
147
+ pulumi.set(self, "edition", value)
148
+
131
149
  @property
132
150
  @pulumi.getter(name="forceDestroy")
133
151
  def force_destroy(self) -> Optional[pulumi.Input[bool]]:
@@ -210,6 +228,7 @@ class _InstanceState:
210
228
  autoscaling_config: Optional[pulumi.Input['InstanceAutoscalingConfigArgs']] = None,
211
229
  config: Optional[pulumi.Input[str]] = None,
212
230
  display_name: Optional[pulumi.Input[str]] = None,
231
+ edition: Optional[pulumi.Input[str]] = None,
213
232
  effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
214
233
  force_destroy: Optional[pulumi.Input[bool]] = None,
215
234
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
@@ -237,6 +256,8 @@ class _InstanceState:
237
256
 
238
257
 
239
258
  - - -
259
+ :param pulumi.Input[str] edition: The edition selected for this instance. Different editions provide different capabilities at different price points.
260
+ Possible values are: `EDITION_UNSPECIFIED`, `STANDARD`, `ENTERPRISE`, `ENTERPRISE_PLUS`.
240
261
  :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.
241
262
  :param pulumi.Input[bool] force_destroy: When deleting a spanner instance, this boolean option will delete all backups of this instance.
242
263
  This must be set to true if you created a backup manually in the console.
@@ -261,6 +282,8 @@ class _InstanceState:
261
282
  pulumi.set(__self__, "config", config)
262
283
  if display_name is not None:
263
284
  pulumi.set(__self__, "display_name", display_name)
285
+ if edition is not None:
286
+ pulumi.set(__self__, "edition", edition)
264
287
  if effective_labels is not None:
265
288
  pulumi.set(__self__, "effective_labels", effective_labels)
266
289
  if force_destroy is not None:
@@ -329,6 +352,19 @@ class _InstanceState:
329
352
  def display_name(self, value: Optional[pulumi.Input[str]]):
330
353
  pulumi.set(self, "display_name", value)
331
354
 
355
+ @property
356
+ @pulumi.getter
357
+ def edition(self) -> Optional[pulumi.Input[str]]:
358
+ """
359
+ The edition selected for this instance. Different editions provide different capabilities at different price points.
360
+ Possible values are: `EDITION_UNSPECIFIED`, `STANDARD`, `ENTERPRISE`, `ENTERPRISE_PLUS`.
361
+ """
362
+ return pulumi.get(self, "edition")
363
+
364
+ @edition.setter
365
+ def edition(self, value: Optional[pulumi.Input[str]]):
366
+ pulumi.set(self, "edition", value)
367
+
332
368
  @property
333
369
  @pulumi.getter(name="effectiveLabels")
334
370
  def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
@@ -450,6 +486,7 @@ class Instance(pulumi.CustomResource):
450
486
  autoscaling_config: Optional[pulumi.Input[Union['InstanceAutoscalingConfigArgs', 'InstanceAutoscalingConfigArgsDict']]] = None,
451
487
  config: Optional[pulumi.Input[str]] = None,
452
488
  display_name: Optional[pulumi.Input[str]] = None,
489
+ edition: Optional[pulumi.Input[str]] = None,
453
490
  force_destroy: Optional[pulumi.Input[bool]] = None,
454
491
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
455
492
  name: Optional[pulumi.Input[str]] = None,
@@ -479,6 +516,7 @@ class Instance(pulumi.CustomResource):
479
516
  config="regional-us-central1",
480
517
  display_name="Test Spanner Instance",
481
518
  num_nodes=2,
519
+ edition="STANDARD",
482
520
  labels={
483
521
  "foo": "bar",
484
522
  })
@@ -577,6 +615,8 @@ class Instance(pulumi.CustomResource):
577
615
 
578
616
 
579
617
  - - -
618
+ :param pulumi.Input[str] edition: The edition selected for this instance. Different editions provide different capabilities at different price points.
619
+ Possible values are: `EDITION_UNSPECIFIED`, `STANDARD`, `ENTERPRISE`, `ENTERPRISE_PLUS`.
580
620
  :param pulumi.Input[bool] force_destroy: When deleting a spanner instance, this boolean option will delete all backups of this instance.
581
621
  This must be set to true if you created a backup manually in the console.
582
622
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: An object containing a list of "key": value pairs.
@@ -619,6 +659,7 @@ class Instance(pulumi.CustomResource):
619
659
  config="regional-us-central1",
620
660
  display_name="Test Spanner Instance",
621
661
  num_nodes=2,
662
+ edition="STANDARD",
622
663
  labels={
623
664
  "foo": "bar",
624
665
  })
@@ -717,6 +758,7 @@ class Instance(pulumi.CustomResource):
717
758
  autoscaling_config: Optional[pulumi.Input[Union['InstanceAutoscalingConfigArgs', 'InstanceAutoscalingConfigArgsDict']]] = None,
718
759
  config: Optional[pulumi.Input[str]] = None,
719
760
  display_name: Optional[pulumi.Input[str]] = None,
761
+ edition: Optional[pulumi.Input[str]] = None,
720
762
  force_destroy: Optional[pulumi.Input[bool]] = None,
721
763
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
722
764
  name: Optional[pulumi.Input[str]] = None,
@@ -739,6 +781,7 @@ class Instance(pulumi.CustomResource):
739
781
  if display_name is None and not opts.urn:
740
782
  raise TypeError("Missing required property 'display_name'")
741
783
  __props__.__dict__["display_name"] = display_name
784
+ __props__.__dict__["edition"] = edition
742
785
  __props__.__dict__["force_destroy"] = force_destroy
743
786
  __props__.__dict__["labels"] = labels
744
787
  __props__.__dict__["name"] = name
@@ -763,6 +806,7 @@ class Instance(pulumi.CustomResource):
763
806
  autoscaling_config: Optional[pulumi.Input[Union['InstanceAutoscalingConfigArgs', 'InstanceAutoscalingConfigArgsDict']]] = None,
764
807
  config: Optional[pulumi.Input[str]] = None,
765
808
  display_name: Optional[pulumi.Input[str]] = None,
809
+ edition: Optional[pulumi.Input[str]] = None,
766
810
  effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
767
811
  force_destroy: Optional[pulumi.Input[bool]] = None,
768
812
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
@@ -795,6 +839,8 @@ class Instance(pulumi.CustomResource):
795
839
 
796
840
 
797
841
  - - -
842
+ :param pulumi.Input[str] edition: The edition selected for this instance. Different editions provide different capabilities at different price points.
843
+ Possible values are: `EDITION_UNSPECIFIED`, `STANDARD`, `ENTERPRISE`, `ENTERPRISE_PLUS`.
798
844
  :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.
799
845
  :param pulumi.Input[bool] force_destroy: When deleting a spanner instance, this boolean option will delete all backups of this instance.
800
846
  This must be set to true if you created a backup manually in the console.
@@ -820,6 +866,7 @@ class Instance(pulumi.CustomResource):
820
866
  __props__.__dict__["autoscaling_config"] = autoscaling_config
821
867
  __props__.__dict__["config"] = config
822
868
  __props__.__dict__["display_name"] = display_name
869
+ __props__.__dict__["edition"] = edition
823
870
  __props__.__dict__["effective_labels"] = effective_labels
824
871
  __props__.__dict__["force_destroy"] = force_destroy
825
872
  __props__.__dict__["labels"] = labels
@@ -868,6 +915,15 @@ class Instance(pulumi.CustomResource):
868
915
  """
869
916
  return pulumi.get(self, "display_name")
870
917
 
918
+ @property
919
+ @pulumi.getter
920
+ def edition(self) -> pulumi.Output[str]:
921
+ """
922
+ The edition selected for this instance. Different editions provide different capabilities at different price points.
923
+ Possible values are: `EDITION_UNSPECIFIED`, `STANDARD`, `ENTERPRISE`, `ENTERPRISE_PLUS`.
924
+ """
925
+ return pulumi.get(self, "edition")
926
+
871
927
  @property
872
928
  @pulumi.getter(name="effectiveLabels")
873
929
  def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
@@ -16,6 +16,10 @@ from .. import _utilities
16
16
  from . import outputs
17
17
 
18
18
  __all__ = [
19
+ 'BackupScheduleFullBackupSpec',
20
+ 'BackupScheduleIncrementalBackupSpec',
21
+ 'BackupScheduleSpec',
22
+ 'BackupScheduleSpecCronSpec',
19
23
  'DatabaseEncryptionConfig',
20
24
  'DatabaseIAMBindingCondition',
21
25
  'DatabaseIAMMemberCondition',
@@ -30,6 +34,95 @@ __all__ = [
30
34
  'GetInstanceAutoscalingConfigAutoscalingTargetResult',
31
35
  ]
32
36
 
37
+ @pulumi.output_type
38
+ class BackupScheduleFullBackupSpec(dict):
39
+ def __init__(__self__):
40
+ pass
41
+
42
+
43
+ @pulumi.output_type
44
+ class BackupScheduleIncrementalBackupSpec(dict):
45
+ def __init__(__self__):
46
+ pass
47
+
48
+
49
+ @pulumi.output_type
50
+ class BackupScheduleSpec(dict):
51
+ @staticmethod
52
+ def __key_warning(key: str):
53
+ suggest = None
54
+ if key == "cronSpec":
55
+ suggest = "cron_spec"
56
+
57
+ if suggest:
58
+ pulumi.log.warn(f"Key '{key}' not found in BackupScheduleSpec. Access the value via the '{suggest}' property getter instead.")
59
+
60
+ def __getitem__(self, key: str) -> Any:
61
+ BackupScheduleSpec.__key_warning(key)
62
+ return super().__getitem__(key)
63
+
64
+ def get(self, key: str, default = None) -> Any:
65
+ BackupScheduleSpec.__key_warning(key)
66
+ return super().get(key, default)
67
+
68
+ def __init__(__self__, *,
69
+ cron_spec: Optional['outputs.BackupScheduleSpecCronSpec'] = None):
70
+ """
71
+ :param 'BackupScheduleSpecCronSpecArgs' cron_spec: Cron style schedule specification..
72
+ Structure is documented below.
73
+ """
74
+ if cron_spec is not None:
75
+ pulumi.set(__self__, "cron_spec", cron_spec)
76
+
77
+ @property
78
+ @pulumi.getter(name="cronSpec")
79
+ def cron_spec(self) -> Optional['outputs.BackupScheduleSpecCronSpec']:
80
+ """
81
+ Cron style schedule specification..
82
+ Structure is documented below.
83
+ """
84
+ return pulumi.get(self, "cron_spec")
85
+
86
+
87
+ @pulumi.output_type
88
+ class BackupScheduleSpecCronSpec(dict):
89
+ def __init__(__self__, *,
90
+ text: Optional[str] = None):
91
+ """
92
+ :param str text: Textual representation of the crontab. User can customize the
93
+ backup frequency and the backup version time using the cron
94
+ expression. The version time must be in UTC timzeone.
95
+ The backup will contain an externally consistent copy of the
96
+ database at the version time. Allowed frequencies are 12 hour, 1 day,
97
+ 1 week and 1 month. Examples of valid cron specifications:
98
+ 0 2/12 * * * : every 12 hours at (2, 14) hours past midnight in UTC.
99
+ 0 2,14 * * * : every 12 hours at (2,14) hours past midnight in UTC.
100
+ 0 2 * * * : once a day at 2 past midnight in UTC.
101
+ 0 2 * * 0 : once a week every Sunday at 2 past midnight in UTC.
102
+ 0 2 8 * * : once a month on 8th day at 2 past midnight in UTC.
103
+ """
104
+ if text is not None:
105
+ pulumi.set(__self__, "text", text)
106
+
107
+ @property
108
+ @pulumi.getter
109
+ def text(self) -> Optional[str]:
110
+ """
111
+ Textual representation of the crontab. User can customize the
112
+ backup frequency and the backup version time using the cron
113
+ expression. The version time must be in UTC timzeone.
114
+ The backup will contain an externally consistent copy of the
115
+ database at the version time. Allowed frequencies are 12 hour, 1 day,
116
+ 1 week and 1 month. Examples of valid cron specifications:
117
+ 0 2/12 * * * : every 12 hours at (2, 14) hours past midnight in UTC.
118
+ 0 2,14 * * * : every 12 hours at (2,14) hours past midnight in UTC.
119
+ 0 2 * * * : once a day at 2 past midnight in UTC.
120
+ 0 2 * * 0 : once a week every Sunday at 2 past midnight in UTC.
121
+ 0 2 8 * * : once a month on 8th day at 2 past midnight in UTC.
122
+ """
123
+ return pulumi.get(self, "text")
124
+
125
+
33
126
  @pulumi.output_type
34
127
  class DatabaseEncryptionConfig(dict):
35
128
  @staticmethod
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_gcp
3
- Version: 8.3.0a1726834947
3
+ Version: 8.3.0a1727226164
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