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.
- pulumi_gcp/__init__.py +120 -0
- pulumi_gcp/alloydb/_inputs.py +20 -0
- pulumi_gcp/alloydb/instance.py +36 -0
- pulumi_gcp/alloydb/outputs.py +14 -0
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +1400 -0
- pulumi_gcp/compute/attached_disk.py +103 -0
- pulumi_gcp/compute/backend_service.py +29 -22
- pulumi_gcp/compute/firewall_policy_with_rules.py +769 -0
- pulumi_gcp/compute/outputs.py +1019 -0
- pulumi_gcp/compute/region_backend_service.py +29 -22
- pulumi_gcp/compute/router_nat.py +27 -66
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- pulumi_gcp/container/_inputs.py +72 -99
- pulumi_gcp/container/outputs.py +53 -70
- pulumi_gcp/databasemigrationservice/__init__.py +1 -0
- pulumi_gcp/databasemigrationservice/_inputs.py +362 -0
- pulumi_gcp/databasemigrationservice/migration_job.py +1739 -0
- pulumi_gcp/databasemigrationservice/outputs.py +268 -0
- pulumi_gcp/dataproc/get_metastore_service.py +11 -1
- pulumi_gcp/dataproc/metastore_service.py +93 -0
- pulumi_gcp/developerconnect/_inputs.py +42 -39
- pulumi_gcp/developerconnect/connection.py +86 -83
- pulumi_gcp/developerconnect/outputs.py +28 -26
- pulumi_gcp/discoveryengine/__init__.py +1 -0
- pulumi_gcp/discoveryengine/_inputs.py +131 -0
- pulumi_gcp/discoveryengine/outputs.py +131 -0
- pulumi_gcp/discoveryengine/target_site.py +870 -0
- pulumi_gcp/dns/managed_zone.py +1 -1
- pulumi_gcp/filestore/get_instance.py +21 -1
- pulumi_gcp/filestore/instance.py +94 -0
- pulumi_gcp/gkehub/feature_membership.py +140 -62
- pulumi_gcp/healthcare/__init__.py +1 -0
- pulumi_gcp/healthcare/_inputs.py +39 -0
- pulumi_gcp/healthcare/outputs.py +40 -0
- pulumi_gcp/healthcare/workspace.py +465 -0
- pulumi_gcp/looker/instance.py +81 -0
- pulumi_gcp/netapp/_inputs.py +63 -0
- pulumi_gcp/netapp/outputs.py +57 -0
- pulumi_gcp/netapp/storage_pool.py +54 -0
- pulumi_gcp/netapp/volume.py +82 -0
- pulumi_gcp/provider.py +20 -0
- pulumi_gcp/pubsub/subscription.py +43 -7
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/secretmanager/__init__.py +8 -0
- pulumi_gcp/secretmanager/_inputs.py +308 -0
- pulumi_gcp/secretmanager/get_regional_secret.py +279 -0
- pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +173 -0
- pulumi_gcp/secretmanager/get_regional_secret_version.py +241 -0
- pulumi_gcp/secretmanager/outputs.py +336 -0
- pulumi_gcp/secretmanager/regional_secret.py +1433 -0
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +1082 -0
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +1082 -0
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +901 -0
- pulumi_gcp/secretmanager/regional_secret_version.py +753 -0
- pulumi_gcp/securitycenter/__init__.py +4 -0
- pulumi_gcp/securitycenter/folder_scc_big_query_export.py +795 -0
- pulumi_gcp/securitycenter/organization_scc_big_query_export.py +738 -0
- pulumi_gcp/securitycenter/project_scc_big_query_export.py +749 -0
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_export.py +862 -0
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +6 -2
- pulumi_gcp/siteverification/__init__.py +3 -0
- pulumi_gcp/siteverification/_inputs.py +85 -0
- pulumi_gcp/siteverification/outputs.py +57 -0
- pulumi_gcp/siteverification/web_resource.py +398 -0
- pulumi_gcp/spanner/__init__.py +1 -0
- pulumi_gcp/spanner/_inputs.py +129 -0
- pulumi_gcp/spanner/backup_schedule.py +748 -0
- pulumi_gcp/spanner/get_instance.py +11 -1
- pulumi_gcp/spanner/instance.py +56 -0
- pulumi_gcp/spanner/outputs.py +93 -0
- {pulumi_gcp-8.3.0a1726834947.dist-info → pulumi_gcp-8.3.0a1727226164.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.3.0a1726834947.dist-info → pulumi_gcp-8.3.0a1727226164.dist-info}/RECORD +76 -56
- {pulumi_gcp-8.3.0a1726834947.dist-info → pulumi_gcp-8.3.0a1727226164.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.3.0a1726834947.dist-info → pulumi_gcp-8.3.0a1727226164.dist-info}/top_level.txt +0 -0
pulumi_gcp/spanner/_inputs.py
CHANGED
@@ -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]
|