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
@@ -15,6 +15,14 @@ else:
15
15
  from .. import _utilities
16
16
 
17
17
  __all__ = [
18
+ 'BackupScheduleFullBackupSpecArgs',
19
+ 'BackupScheduleFullBackupSpecArgsDict',
20
+ 'BackupScheduleIncrementalBackupSpecArgs',
21
+ 'BackupScheduleIncrementalBackupSpecArgsDict',
22
+ 'BackupScheduleSpecArgs',
23
+ 'BackupScheduleSpecArgsDict',
24
+ 'BackupScheduleSpecCronSpecArgs',
25
+ 'BackupScheduleSpecCronSpecArgsDict',
18
26
  'DatabaseEncryptionConfigArgs',
19
27
  'DatabaseEncryptionConfigArgsDict',
20
28
  'DatabaseIAMBindingConditionArgs',
@@ -37,6 +45,127 @@ __all__ = [
37
45
 
38
46
  MYPY = False
39
47
 
48
+ if not MYPY:
49
+ class BackupScheduleFullBackupSpecArgsDict(TypedDict):
50
+ pass
51
+ elif False:
52
+ BackupScheduleFullBackupSpecArgsDict: TypeAlias = Mapping[str, Any]
53
+
54
+ @pulumi.input_type
55
+ class BackupScheduleFullBackupSpecArgs:
56
+ def __init__(__self__):
57
+ pass
58
+
59
+
60
+ if not MYPY:
61
+ class BackupScheduleIncrementalBackupSpecArgsDict(TypedDict):
62
+ pass
63
+ elif False:
64
+ BackupScheduleIncrementalBackupSpecArgsDict: TypeAlias = Mapping[str, Any]
65
+
66
+ @pulumi.input_type
67
+ class BackupScheduleIncrementalBackupSpecArgs:
68
+ def __init__(__self__):
69
+ pass
70
+
71
+
72
+ if not MYPY:
73
+ class BackupScheduleSpecArgsDict(TypedDict):
74
+ cron_spec: NotRequired[pulumi.Input['BackupScheduleSpecCronSpecArgsDict']]
75
+ """
76
+ Cron style schedule specification..
77
+ Structure is documented below.
78
+ """
79
+ elif False:
80
+ BackupScheduleSpecArgsDict: TypeAlias = Mapping[str, Any]
81
+
82
+ @pulumi.input_type
83
+ class BackupScheduleSpecArgs:
84
+ def __init__(__self__, *,
85
+ cron_spec: Optional[pulumi.Input['BackupScheduleSpecCronSpecArgs']] = None):
86
+ """
87
+ :param pulumi.Input['BackupScheduleSpecCronSpecArgs'] cron_spec: Cron style schedule specification..
88
+ Structure is documented below.
89
+ """
90
+ if cron_spec is not None:
91
+ pulumi.set(__self__, "cron_spec", cron_spec)
92
+
93
+ @property
94
+ @pulumi.getter(name="cronSpec")
95
+ def cron_spec(self) -> Optional[pulumi.Input['BackupScheduleSpecCronSpecArgs']]:
96
+ """
97
+ Cron style schedule specification..
98
+ Structure is documented below.
99
+ """
100
+ return pulumi.get(self, "cron_spec")
101
+
102
+ @cron_spec.setter
103
+ def cron_spec(self, value: Optional[pulumi.Input['BackupScheduleSpecCronSpecArgs']]):
104
+ pulumi.set(self, "cron_spec", value)
105
+
106
+
107
+ if not MYPY:
108
+ class BackupScheduleSpecCronSpecArgsDict(TypedDict):
109
+ text: NotRequired[pulumi.Input[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
+ elif False:
124
+ BackupScheduleSpecCronSpecArgsDict: TypeAlias = Mapping[str, Any]
125
+
126
+ @pulumi.input_type
127
+ class BackupScheduleSpecCronSpecArgs:
128
+ def __init__(__self__, *,
129
+ text: Optional[pulumi.Input[str]] = None):
130
+ """
131
+ :param pulumi.Input[str] text: Textual representation of the crontab. User can customize the
132
+ backup frequency and the backup version time using the cron
133
+ expression. The version time must be in UTC timzeone.
134
+ The backup will contain an externally consistent copy of the
135
+ database at the version time. Allowed frequencies are 12 hour, 1 day,
136
+ 1 week and 1 month. Examples of valid cron specifications:
137
+ 0 2/12 * * * : every 12 hours at (2, 14) hours past midnight in UTC.
138
+ 0 2,14 * * * : every 12 hours at (2,14) hours past midnight in UTC.
139
+ 0 2 * * * : once a day at 2 past midnight in UTC.
140
+ 0 2 * * 0 : once a week every Sunday at 2 past midnight in UTC.
141
+ 0 2 8 * * : once a month on 8th day at 2 past midnight in UTC.
142
+ """
143
+ if text is not None:
144
+ pulumi.set(__self__, "text", text)
145
+
146
+ @property
147
+ @pulumi.getter
148
+ def text(self) -> Optional[pulumi.Input[str]]:
149
+ """
150
+ Textual representation of the crontab. User can customize the
151
+ backup frequency and the backup version time using the cron
152
+ expression. The version time must be in UTC timzeone.
153
+ The backup will contain an externally consistent copy of the
154
+ database at the version time. Allowed frequencies are 12 hour, 1 day,
155
+ 1 week and 1 month. Examples of valid cron specifications:
156
+ 0 2/12 * * * : every 12 hours at (2, 14) hours past midnight in UTC.
157
+ 0 2,14 * * * : every 12 hours at (2,14) hours past midnight in UTC.
158
+ 0 2 * * * : once a day at 2 past midnight in UTC.
159
+ 0 2 * * 0 : once a week every Sunday at 2 past midnight in UTC.
160
+ 0 2 8 * * : once a month on 8th day at 2 past midnight in UTC.
161
+ """
162
+ return pulumi.get(self, "text")
163
+
164
+ @text.setter
165
+ def text(self, value: Optional[pulumi.Input[str]]):
166
+ pulumi.set(self, "text", value)
167
+
168
+
40
169
  if not MYPY:
41
170
  class DatabaseEncryptionConfigArgsDict(TypedDict):
42
171
  kms_key_name: pulumi.Input[str]