pulumi-gcp 8.3.0__py3-none-any.whl → 8.3.0a1726834947__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 +0 -120
- pulumi_gcp/alloydb/_inputs.py +0 -20
- pulumi_gcp/alloydb/instance.py +0 -36
- pulumi_gcp/alloydb/outputs.py +0 -14
- pulumi_gcp/compute/__init__.py +0 -1
- pulumi_gcp/compute/_inputs.py +0 -1400
- pulumi_gcp/compute/attached_disk.py +0 -103
- pulumi_gcp/compute/backend_service.py +22 -29
- pulumi_gcp/compute/outputs.py +0 -1019
- pulumi_gcp/compute/region_backend_service.py +22 -29
- pulumi_gcp/compute/router_nat.py +66 -27
- pulumi_gcp/config/__init__.pyi +0 -2
- pulumi_gcp/config/vars.py +0 -4
- pulumi_gcp/container/_inputs.py +99 -72
- pulumi_gcp/container/outputs.py +70 -53
- pulumi_gcp/databasemigrationservice/__init__.py +0 -1
- pulumi_gcp/databasemigrationservice/_inputs.py +0 -362
- pulumi_gcp/databasemigrationservice/outputs.py +0 -268
- pulumi_gcp/dataproc/get_metastore_service.py +1 -11
- pulumi_gcp/dataproc/metastore_service.py +0 -93
- pulumi_gcp/developerconnect/_inputs.py +39 -42
- pulumi_gcp/developerconnect/connection.py +83 -86
- pulumi_gcp/developerconnect/outputs.py +26 -28
- pulumi_gcp/discoveryengine/__init__.py +0 -1
- pulumi_gcp/discoveryengine/_inputs.py +0 -131
- pulumi_gcp/discoveryengine/outputs.py +0 -131
- pulumi_gcp/dns/managed_zone.py +1 -1
- pulumi_gcp/filestore/get_instance.py +1 -21
- pulumi_gcp/filestore/instance.py +0 -94
- pulumi_gcp/gkehub/feature_membership.py +62 -140
- pulumi_gcp/healthcare/__init__.py +0 -1
- pulumi_gcp/healthcare/_inputs.py +0 -39
- pulumi_gcp/healthcare/outputs.py +0 -40
- pulumi_gcp/looker/instance.py +0 -81
- pulumi_gcp/netapp/_inputs.py +0 -63
- pulumi_gcp/netapp/outputs.py +0 -57
- pulumi_gcp/netapp/storage_pool.py +0 -54
- pulumi_gcp/netapp/volume.py +0 -82
- pulumi_gcp/provider.py +0 -20
- pulumi_gcp/pubsub/subscription.py +7 -43
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/secretmanager/__init__.py +0 -8
- pulumi_gcp/secretmanager/_inputs.py +0 -308
- pulumi_gcp/secretmanager/outputs.py +0 -336
- pulumi_gcp/securitycenter/__init__.py +0 -4
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +2 -6
- pulumi_gcp/siteverification/__init__.py +0 -3
- pulumi_gcp/spanner/__init__.py +0 -1
- pulumi_gcp/spanner/_inputs.py +0 -129
- pulumi_gcp/spanner/get_instance.py +1 -11
- pulumi_gcp/spanner/instance.py +0 -56
- pulumi_gcp/spanner/outputs.py +0 -93
- {pulumi_gcp-8.3.0.dist-info → pulumi_gcp-8.3.0a1726834947.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.3.0.dist-info → pulumi_gcp-8.3.0a1726834947.dist-info}/RECORD +56 -76
- pulumi_gcp/compute/firewall_policy_with_rules.py +0 -769
- pulumi_gcp/databasemigrationservice/migration_job.py +0 -1739
- pulumi_gcp/discoveryengine/target_site.py +0 -870
- pulumi_gcp/healthcare/workspace.py +0 -465
- pulumi_gcp/secretmanager/get_regional_secret.py +0 -279
- pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +0 -173
- pulumi_gcp/secretmanager/get_regional_secret_version.py +0 -241
- pulumi_gcp/secretmanager/regional_secret.py +0 -1433
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +0 -1082
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +0 -1082
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +0 -901
- pulumi_gcp/secretmanager/regional_secret_version.py +0 -753
- pulumi_gcp/securitycenter/folder_scc_big_query_export.py +0 -795
- pulumi_gcp/securitycenter/organization_scc_big_query_export.py +0 -738
- pulumi_gcp/securitycenter/project_scc_big_query_export.py +0 -749
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_export.py +0 -862
- pulumi_gcp/siteverification/_inputs.py +0 -85
- pulumi_gcp/siteverification/outputs.py +0 -57
- pulumi_gcp/siteverification/web_resource.py +0 -398
- pulumi_gcp/spanner/backup_schedule.py +0 -748
- {pulumi_gcp-8.3.0.dist-info → pulumi_gcp-8.3.0a1726834947.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.3.0.dist-info → pulumi_gcp-8.3.0a1726834947.dist-info}/top_level.txt +0 -0
pulumi_gcp/pulumi-plugin.json
CHANGED
@@ -5,19 +5,11 @@
|
|
5
5
|
from .. import _utilities
|
6
6
|
import typing
|
7
7
|
# Export this package's modules as members:
|
8
|
-
from .get_regional_secret import *
|
9
|
-
from .get_regional_secret_iam_policy import *
|
10
|
-
from .get_regional_secret_version import *
|
11
8
|
from .get_secret import *
|
12
9
|
from .get_secret_iam_policy import *
|
13
10
|
from .get_secret_version import *
|
14
11
|
from .get_secret_version_access import *
|
15
12
|
from .get_secrets import *
|
16
|
-
from .regional_secret import *
|
17
|
-
from .regional_secret_iam_binding import *
|
18
|
-
from .regional_secret_iam_member import *
|
19
|
-
from .regional_secret_iam_policy import *
|
20
|
-
from .regional_secret_version import *
|
21
13
|
from .secret import *
|
22
14
|
from .secret_iam_binding import *
|
23
15
|
from .secret_iam_member import *
|
@@ -15,18 +15,6 @@ else:
|
|
15
15
|
from .. import _utilities
|
16
16
|
|
17
17
|
__all__ = [
|
18
|
-
'RegionalSecretCustomerManagedEncryptionArgs',
|
19
|
-
'RegionalSecretCustomerManagedEncryptionArgsDict',
|
20
|
-
'RegionalSecretIamBindingConditionArgs',
|
21
|
-
'RegionalSecretIamBindingConditionArgsDict',
|
22
|
-
'RegionalSecretIamMemberConditionArgs',
|
23
|
-
'RegionalSecretIamMemberConditionArgsDict',
|
24
|
-
'RegionalSecretRotationArgs',
|
25
|
-
'RegionalSecretRotationArgsDict',
|
26
|
-
'RegionalSecretTopicArgs',
|
27
|
-
'RegionalSecretTopicArgsDict',
|
28
|
-
'RegionalSecretVersionCustomerManagedEncryptionArgs',
|
29
|
-
'RegionalSecretVersionCustomerManagedEncryptionArgsDict',
|
30
18
|
'SecretIamBindingConditionArgs',
|
31
19
|
'SecretIamBindingConditionArgsDict',
|
32
20
|
'SecretIamMemberConditionArgs',
|
@@ -51,302 +39,6 @@ __all__ = [
|
|
51
39
|
|
52
40
|
MYPY = False
|
53
41
|
|
54
|
-
if not MYPY:
|
55
|
-
class RegionalSecretCustomerManagedEncryptionArgsDict(TypedDict):
|
56
|
-
kms_key_name: pulumi.Input[str]
|
57
|
-
"""
|
58
|
-
The resource name of the Cloud KMS CryptoKey used to encrypt secret payloads.
|
59
|
-
"""
|
60
|
-
elif False:
|
61
|
-
RegionalSecretCustomerManagedEncryptionArgsDict: TypeAlias = Mapping[str, Any]
|
62
|
-
|
63
|
-
@pulumi.input_type
|
64
|
-
class RegionalSecretCustomerManagedEncryptionArgs:
|
65
|
-
def __init__(__self__, *,
|
66
|
-
kms_key_name: pulumi.Input[str]):
|
67
|
-
"""
|
68
|
-
:param pulumi.Input[str] kms_key_name: The resource name of the Cloud KMS CryptoKey used to encrypt secret payloads.
|
69
|
-
"""
|
70
|
-
pulumi.set(__self__, "kms_key_name", kms_key_name)
|
71
|
-
|
72
|
-
@property
|
73
|
-
@pulumi.getter(name="kmsKeyName")
|
74
|
-
def kms_key_name(self) -> pulumi.Input[str]:
|
75
|
-
"""
|
76
|
-
The resource name of the Cloud KMS CryptoKey used to encrypt secret payloads.
|
77
|
-
"""
|
78
|
-
return pulumi.get(self, "kms_key_name")
|
79
|
-
|
80
|
-
@kms_key_name.setter
|
81
|
-
def kms_key_name(self, value: pulumi.Input[str]):
|
82
|
-
pulumi.set(self, "kms_key_name", value)
|
83
|
-
|
84
|
-
|
85
|
-
if not MYPY:
|
86
|
-
class RegionalSecretIamBindingConditionArgsDict(TypedDict):
|
87
|
-
expression: pulumi.Input[str]
|
88
|
-
"""
|
89
|
-
Textual representation of an expression in Common Expression Language syntax.
|
90
|
-
"""
|
91
|
-
title: pulumi.Input[str]
|
92
|
-
"""
|
93
|
-
A title for the expression, i.e. a short string describing its purpose.
|
94
|
-
"""
|
95
|
-
description: NotRequired[pulumi.Input[str]]
|
96
|
-
elif False:
|
97
|
-
RegionalSecretIamBindingConditionArgsDict: TypeAlias = Mapping[str, Any]
|
98
|
-
|
99
|
-
@pulumi.input_type
|
100
|
-
class RegionalSecretIamBindingConditionArgs:
|
101
|
-
def __init__(__self__, *,
|
102
|
-
expression: pulumi.Input[str],
|
103
|
-
title: pulumi.Input[str],
|
104
|
-
description: Optional[pulumi.Input[str]] = None):
|
105
|
-
"""
|
106
|
-
:param pulumi.Input[str] expression: Textual representation of an expression in Common Expression Language syntax.
|
107
|
-
:param pulumi.Input[str] title: A title for the expression, i.e. a short string describing its purpose.
|
108
|
-
"""
|
109
|
-
pulumi.set(__self__, "expression", expression)
|
110
|
-
pulumi.set(__self__, "title", title)
|
111
|
-
if description is not None:
|
112
|
-
pulumi.set(__self__, "description", description)
|
113
|
-
|
114
|
-
@property
|
115
|
-
@pulumi.getter
|
116
|
-
def expression(self) -> pulumi.Input[str]:
|
117
|
-
"""
|
118
|
-
Textual representation of an expression in Common Expression Language syntax.
|
119
|
-
"""
|
120
|
-
return pulumi.get(self, "expression")
|
121
|
-
|
122
|
-
@expression.setter
|
123
|
-
def expression(self, value: pulumi.Input[str]):
|
124
|
-
pulumi.set(self, "expression", value)
|
125
|
-
|
126
|
-
@property
|
127
|
-
@pulumi.getter
|
128
|
-
def title(self) -> pulumi.Input[str]:
|
129
|
-
"""
|
130
|
-
A title for the expression, i.e. a short string describing its purpose.
|
131
|
-
"""
|
132
|
-
return pulumi.get(self, "title")
|
133
|
-
|
134
|
-
@title.setter
|
135
|
-
def title(self, value: pulumi.Input[str]):
|
136
|
-
pulumi.set(self, "title", value)
|
137
|
-
|
138
|
-
@property
|
139
|
-
@pulumi.getter
|
140
|
-
def description(self) -> Optional[pulumi.Input[str]]:
|
141
|
-
return pulumi.get(self, "description")
|
142
|
-
|
143
|
-
@description.setter
|
144
|
-
def description(self, value: Optional[pulumi.Input[str]]):
|
145
|
-
pulumi.set(self, "description", value)
|
146
|
-
|
147
|
-
|
148
|
-
if not MYPY:
|
149
|
-
class RegionalSecretIamMemberConditionArgsDict(TypedDict):
|
150
|
-
expression: pulumi.Input[str]
|
151
|
-
"""
|
152
|
-
Textual representation of an expression in Common Expression Language syntax.
|
153
|
-
"""
|
154
|
-
title: pulumi.Input[str]
|
155
|
-
"""
|
156
|
-
A title for the expression, i.e. a short string describing its purpose.
|
157
|
-
"""
|
158
|
-
description: NotRequired[pulumi.Input[str]]
|
159
|
-
elif False:
|
160
|
-
RegionalSecretIamMemberConditionArgsDict: TypeAlias = Mapping[str, Any]
|
161
|
-
|
162
|
-
@pulumi.input_type
|
163
|
-
class RegionalSecretIamMemberConditionArgs:
|
164
|
-
def __init__(__self__, *,
|
165
|
-
expression: pulumi.Input[str],
|
166
|
-
title: pulumi.Input[str],
|
167
|
-
description: Optional[pulumi.Input[str]] = None):
|
168
|
-
"""
|
169
|
-
:param pulumi.Input[str] expression: Textual representation of an expression in Common Expression Language syntax.
|
170
|
-
:param pulumi.Input[str] title: A title for the expression, i.e. a short string describing its purpose.
|
171
|
-
"""
|
172
|
-
pulumi.set(__self__, "expression", expression)
|
173
|
-
pulumi.set(__self__, "title", title)
|
174
|
-
if description is not None:
|
175
|
-
pulumi.set(__self__, "description", description)
|
176
|
-
|
177
|
-
@property
|
178
|
-
@pulumi.getter
|
179
|
-
def expression(self) -> pulumi.Input[str]:
|
180
|
-
"""
|
181
|
-
Textual representation of an expression in Common Expression Language syntax.
|
182
|
-
"""
|
183
|
-
return pulumi.get(self, "expression")
|
184
|
-
|
185
|
-
@expression.setter
|
186
|
-
def expression(self, value: pulumi.Input[str]):
|
187
|
-
pulumi.set(self, "expression", value)
|
188
|
-
|
189
|
-
@property
|
190
|
-
@pulumi.getter
|
191
|
-
def title(self) -> pulumi.Input[str]:
|
192
|
-
"""
|
193
|
-
A title for the expression, i.e. a short string describing its purpose.
|
194
|
-
"""
|
195
|
-
return pulumi.get(self, "title")
|
196
|
-
|
197
|
-
@title.setter
|
198
|
-
def title(self, value: pulumi.Input[str]):
|
199
|
-
pulumi.set(self, "title", value)
|
200
|
-
|
201
|
-
@property
|
202
|
-
@pulumi.getter
|
203
|
-
def description(self) -> Optional[pulumi.Input[str]]:
|
204
|
-
return pulumi.get(self, "description")
|
205
|
-
|
206
|
-
@description.setter
|
207
|
-
def description(self, value: Optional[pulumi.Input[str]]):
|
208
|
-
pulumi.set(self, "description", value)
|
209
|
-
|
210
|
-
|
211
|
-
if not MYPY:
|
212
|
-
class RegionalSecretRotationArgsDict(TypedDict):
|
213
|
-
next_rotation_time: NotRequired[pulumi.Input[str]]
|
214
|
-
"""
|
215
|
-
Timestamp in UTC at which the Secret is scheduled to rotate.
|
216
|
-
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine
|
217
|
-
fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
|
218
|
-
"""
|
219
|
-
rotation_period: NotRequired[pulumi.Input[str]]
|
220
|
-
"""
|
221
|
-
The Duration between rotation notifications. Must be in seconds and at least 3600s (1h)
|
222
|
-
and at most 3153600000s (100 years). If rotationPeriod is set, `next_rotation_time` must
|
223
|
-
be set. `next_rotation_time` will be advanced by this period when the service
|
224
|
-
automatically sends rotation notifications.
|
225
|
-
"""
|
226
|
-
elif False:
|
227
|
-
RegionalSecretRotationArgsDict: TypeAlias = Mapping[str, Any]
|
228
|
-
|
229
|
-
@pulumi.input_type
|
230
|
-
class RegionalSecretRotationArgs:
|
231
|
-
def __init__(__self__, *,
|
232
|
-
next_rotation_time: Optional[pulumi.Input[str]] = None,
|
233
|
-
rotation_period: Optional[pulumi.Input[str]] = None):
|
234
|
-
"""
|
235
|
-
:param pulumi.Input[str] next_rotation_time: Timestamp in UTC at which the Secret is scheduled to rotate.
|
236
|
-
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine
|
237
|
-
fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
|
238
|
-
:param pulumi.Input[str] rotation_period: The Duration between rotation notifications. Must be in seconds and at least 3600s (1h)
|
239
|
-
and at most 3153600000s (100 years). If rotationPeriod is set, `next_rotation_time` must
|
240
|
-
be set. `next_rotation_time` will be advanced by this period when the service
|
241
|
-
automatically sends rotation notifications.
|
242
|
-
"""
|
243
|
-
if next_rotation_time is not None:
|
244
|
-
pulumi.set(__self__, "next_rotation_time", next_rotation_time)
|
245
|
-
if rotation_period is not None:
|
246
|
-
pulumi.set(__self__, "rotation_period", rotation_period)
|
247
|
-
|
248
|
-
@property
|
249
|
-
@pulumi.getter(name="nextRotationTime")
|
250
|
-
def next_rotation_time(self) -> Optional[pulumi.Input[str]]:
|
251
|
-
"""
|
252
|
-
Timestamp in UTC at which the Secret is scheduled to rotate.
|
253
|
-
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine
|
254
|
-
fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
|
255
|
-
"""
|
256
|
-
return pulumi.get(self, "next_rotation_time")
|
257
|
-
|
258
|
-
@next_rotation_time.setter
|
259
|
-
def next_rotation_time(self, value: Optional[pulumi.Input[str]]):
|
260
|
-
pulumi.set(self, "next_rotation_time", value)
|
261
|
-
|
262
|
-
@property
|
263
|
-
@pulumi.getter(name="rotationPeriod")
|
264
|
-
def rotation_period(self) -> Optional[pulumi.Input[str]]:
|
265
|
-
"""
|
266
|
-
The Duration between rotation notifications. Must be in seconds and at least 3600s (1h)
|
267
|
-
and at most 3153600000s (100 years). If rotationPeriod is set, `next_rotation_time` must
|
268
|
-
be set. `next_rotation_time` will be advanced by this period when the service
|
269
|
-
automatically sends rotation notifications.
|
270
|
-
"""
|
271
|
-
return pulumi.get(self, "rotation_period")
|
272
|
-
|
273
|
-
@rotation_period.setter
|
274
|
-
def rotation_period(self, value: Optional[pulumi.Input[str]]):
|
275
|
-
pulumi.set(self, "rotation_period", value)
|
276
|
-
|
277
|
-
|
278
|
-
if not MYPY:
|
279
|
-
class RegionalSecretTopicArgsDict(TypedDict):
|
280
|
-
name: pulumi.Input[str]
|
281
|
-
"""
|
282
|
-
The resource name of the Pub/Sub topic that will be published to, in the following format:
|
283
|
-
projects/*/topics/*. For publication to succeed, the Secret Manager Service
|
284
|
-
Agent service account must have pubsub.publisher permissions on the topic.
|
285
|
-
"""
|
286
|
-
elif False:
|
287
|
-
RegionalSecretTopicArgsDict: TypeAlias = Mapping[str, Any]
|
288
|
-
|
289
|
-
@pulumi.input_type
|
290
|
-
class RegionalSecretTopicArgs:
|
291
|
-
def __init__(__self__, *,
|
292
|
-
name: pulumi.Input[str]):
|
293
|
-
"""
|
294
|
-
:param pulumi.Input[str] name: The resource name of the Pub/Sub topic that will be published to, in the following format:
|
295
|
-
projects/*/topics/*. For publication to succeed, the Secret Manager Service
|
296
|
-
Agent service account must have pubsub.publisher permissions on the topic.
|
297
|
-
"""
|
298
|
-
pulumi.set(__self__, "name", name)
|
299
|
-
|
300
|
-
@property
|
301
|
-
@pulumi.getter
|
302
|
-
def name(self) -> pulumi.Input[str]:
|
303
|
-
"""
|
304
|
-
The resource name of the Pub/Sub topic that will be published to, in the following format:
|
305
|
-
projects/*/topics/*. For publication to succeed, the Secret Manager Service
|
306
|
-
Agent service account must have pubsub.publisher permissions on the topic.
|
307
|
-
"""
|
308
|
-
return pulumi.get(self, "name")
|
309
|
-
|
310
|
-
@name.setter
|
311
|
-
def name(self, value: pulumi.Input[str]):
|
312
|
-
pulumi.set(self, "name", value)
|
313
|
-
|
314
|
-
|
315
|
-
if not MYPY:
|
316
|
-
class RegionalSecretVersionCustomerManagedEncryptionArgsDict(TypedDict):
|
317
|
-
kms_key_version_name: NotRequired[pulumi.Input[str]]
|
318
|
-
"""
|
319
|
-
(Output)
|
320
|
-
The resource name of the Cloud KMS CryptoKey used to encrypt secret payloads.
|
321
|
-
"""
|
322
|
-
elif False:
|
323
|
-
RegionalSecretVersionCustomerManagedEncryptionArgsDict: TypeAlias = Mapping[str, Any]
|
324
|
-
|
325
|
-
@pulumi.input_type
|
326
|
-
class RegionalSecretVersionCustomerManagedEncryptionArgs:
|
327
|
-
def __init__(__self__, *,
|
328
|
-
kms_key_version_name: Optional[pulumi.Input[str]] = None):
|
329
|
-
"""
|
330
|
-
:param pulumi.Input[str] kms_key_version_name: (Output)
|
331
|
-
The resource name of the Cloud KMS CryptoKey used to encrypt secret payloads.
|
332
|
-
"""
|
333
|
-
if kms_key_version_name is not None:
|
334
|
-
pulumi.set(__self__, "kms_key_version_name", kms_key_version_name)
|
335
|
-
|
336
|
-
@property
|
337
|
-
@pulumi.getter(name="kmsKeyVersionName")
|
338
|
-
def kms_key_version_name(self) -> Optional[pulumi.Input[str]]:
|
339
|
-
"""
|
340
|
-
(Output)
|
341
|
-
The resource name of the Cloud KMS CryptoKey used to encrypt secret payloads.
|
342
|
-
"""
|
343
|
-
return pulumi.get(self, "kms_key_version_name")
|
344
|
-
|
345
|
-
@kms_key_version_name.setter
|
346
|
-
def kms_key_version_name(self, value: Optional[pulumi.Input[str]]):
|
347
|
-
pulumi.set(self, "kms_key_version_name", value)
|
348
|
-
|
349
|
-
|
350
42
|
if not MYPY:
|
351
43
|
class SecretIamBindingConditionArgsDict(TypedDict):
|
352
44
|
expression: pulumi.Input[str]
|