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
@@ -16,12 +16,6 @@ from .. import _utilities
|
|
16
16
|
from . import outputs
|
17
17
|
|
18
18
|
__all__ = [
|
19
|
-
'RegionalSecretCustomerManagedEncryption',
|
20
|
-
'RegionalSecretIamBindingCondition',
|
21
|
-
'RegionalSecretIamMemberCondition',
|
22
|
-
'RegionalSecretRotation',
|
23
|
-
'RegionalSecretTopic',
|
24
|
-
'RegionalSecretVersionCustomerManagedEncryption',
|
25
19
|
'SecretIamBindingCondition',
|
26
20
|
'SecretIamMemberCondition',
|
27
21
|
'SecretReplication',
|
@@ -32,10 +26,6 @@ __all__ = [
|
|
32
26
|
'SecretReplicationUserManagedReplicaCustomerManagedEncryption',
|
33
27
|
'SecretRotation',
|
34
28
|
'SecretTopic',
|
35
|
-
'GetRegionalSecretCustomerManagedEncryptionResult',
|
36
|
-
'GetRegionalSecretRotationResult',
|
37
|
-
'GetRegionalSecretTopicResult',
|
38
|
-
'GetRegionalSecretVersionCustomerManagedEncryptionResult',
|
39
29
|
'GetSecretReplicationResult',
|
40
30
|
'GetSecretReplicationAutoResult',
|
41
31
|
'GetSecretReplicationAutoCustomerManagedEncryptionResult',
|
@@ -55,235 +45,6 @@ __all__ = [
|
|
55
45
|
'GetSecretsSecretTopicResult',
|
56
46
|
]
|
57
47
|
|
58
|
-
@pulumi.output_type
|
59
|
-
class RegionalSecretCustomerManagedEncryption(dict):
|
60
|
-
@staticmethod
|
61
|
-
def __key_warning(key: str):
|
62
|
-
suggest = None
|
63
|
-
if key == "kmsKeyName":
|
64
|
-
suggest = "kms_key_name"
|
65
|
-
|
66
|
-
if suggest:
|
67
|
-
pulumi.log.warn(f"Key '{key}' not found in RegionalSecretCustomerManagedEncryption. Access the value via the '{suggest}' property getter instead.")
|
68
|
-
|
69
|
-
def __getitem__(self, key: str) -> Any:
|
70
|
-
RegionalSecretCustomerManagedEncryption.__key_warning(key)
|
71
|
-
return super().__getitem__(key)
|
72
|
-
|
73
|
-
def get(self, key: str, default = None) -> Any:
|
74
|
-
RegionalSecretCustomerManagedEncryption.__key_warning(key)
|
75
|
-
return super().get(key, default)
|
76
|
-
|
77
|
-
def __init__(__self__, *,
|
78
|
-
kms_key_name: str):
|
79
|
-
"""
|
80
|
-
:param str kms_key_name: The resource name of the Cloud KMS CryptoKey used to encrypt secret payloads.
|
81
|
-
"""
|
82
|
-
pulumi.set(__self__, "kms_key_name", kms_key_name)
|
83
|
-
|
84
|
-
@property
|
85
|
-
@pulumi.getter(name="kmsKeyName")
|
86
|
-
def kms_key_name(self) -> str:
|
87
|
-
"""
|
88
|
-
The resource name of the Cloud KMS CryptoKey used to encrypt secret payloads.
|
89
|
-
"""
|
90
|
-
return pulumi.get(self, "kms_key_name")
|
91
|
-
|
92
|
-
|
93
|
-
@pulumi.output_type
|
94
|
-
class RegionalSecretIamBindingCondition(dict):
|
95
|
-
def __init__(__self__, *,
|
96
|
-
expression: str,
|
97
|
-
title: str,
|
98
|
-
description: Optional[str] = None):
|
99
|
-
"""
|
100
|
-
:param str expression: Textual representation of an expression in Common Expression Language syntax.
|
101
|
-
:param str title: A title for the expression, i.e. a short string describing its purpose.
|
102
|
-
"""
|
103
|
-
pulumi.set(__self__, "expression", expression)
|
104
|
-
pulumi.set(__self__, "title", title)
|
105
|
-
if description is not None:
|
106
|
-
pulumi.set(__self__, "description", description)
|
107
|
-
|
108
|
-
@property
|
109
|
-
@pulumi.getter
|
110
|
-
def expression(self) -> str:
|
111
|
-
"""
|
112
|
-
Textual representation of an expression in Common Expression Language syntax.
|
113
|
-
"""
|
114
|
-
return pulumi.get(self, "expression")
|
115
|
-
|
116
|
-
@property
|
117
|
-
@pulumi.getter
|
118
|
-
def title(self) -> str:
|
119
|
-
"""
|
120
|
-
A title for the expression, i.e. a short string describing its purpose.
|
121
|
-
"""
|
122
|
-
return pulumi.get(self, "title")
|
123
|
-
|
124
|
-
@property
|
125
|
-
@pulumi.getter
|
126
|
-
def description(self) -> Optional[str]:
|
127
|
-
return pulumi.get(self, "description")
|
128
|
-
|
129
|
-
|
130
|
-
@pulumi.output_type
|
131
|
-
class RegionalSecretIamMemberCondition(dict):
|
132
|
-
def __init__(__self__, *,
|
133
|
-
expression: str,
|
134
|
-
title: str,
|
135
|
-
description: Optional[str] = None):
|
136
|
-
"""
|
137
|
-
:param str expression: Textual representation of an expression in Common Expression Language syntax.
|
138
|
-
:param str title: A title for the expression, i.e. a short string describing its purpose.
|
139
|
-
"""
|
140
|
-
pulumi.set(__self__, "expression", expression)
|
141
|
-
pulumi.set(__self__, "title", title)
|
142
|
-
if description is not None:
|
143
|
-
pulumi.set(__self__, "description", description)
|
144
|
-
|
145
|
-
@property
|
146
|
-
@pulumi.getter
|
147
|
-
def expression(self) -> str:
|
148
|
-
"""
|
149
|
-
Textual representation of an expression in Common Expression Language syntax.
|
150
|
-
"""
|
151
|
-
return pulumi.get(self, "expression")
|
152
|
-
|
153
|
-
@property
|
154
|
-
@pulumi.getter
|
155
|
-
def title(self) -> str:
|
156
|
-
"""
|
157
|
-
A title for the expression, i.e. a short string describing its purpose.
|
158
|
-
"""
|
159
|
-
return pulumi.get(self, "title")
|
160
|
-
|
161
|
-
@property
|
162
|
-
@pulumi.getter
|
163
|
-
def description(self) -> Optional[str]:
|
164
|
-
return pulumi.get(self, "description")
|
165
|
-
|
166
|
-
|
167
|
-
@pulumi.output_type
|
168
|
-
class RegionalSecretRotation(dict):
|
169
|
-
@staticmethod
|
170
|
-
def __key_warning(key: str):
|
171
|
-
suggest = None
|
172
|
-
if key == "nextRotationTime":
|
173
|
-
suggest = "next_rotation_time"
|
174
|
-
elif key == "rotationPeriod":
|
175
|
-
suggest = "rotation_period"
|
176
|
-
|
177
|
-
if suggest:
|
178
|
-
pulumi.log.warn(f"Key '{key}' not found in RegionalSecretRotation. Access the value via the '{suggest}' property getter instead.")
|
179
|
-
|
180
|
-
def __getitem__(self, key: str) -> Any:
|
181
|
-
RegionalSecretRotation.__key_warning(key)
|
182
|
-
return super().__getitem__(key)
|
183
|
-
|
184
|
-
def get(self, key: str, default = None) -> Any:
|
185
|
-
RegionalSecretRotation.__key_warning(key)
|
186
|
-
return super().get(key, default)
|
187
|
-
|
188
|
-
def __init__(__self__, *,
|
189
|
-
next_rotation_time: Optional[str] = None,
|
190
|
-
rotation_period: Optional[str] = None):
|
191
|
-
"""
|
192
|
-
:param str next_rotation_time: Timestamp in UTC at which the Secret is scheduled to rotate.
|
193
|
-
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine
|
194
|
-
fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
|
195
|
-
:param str rotation_period: The Duration between rotation notifications. Must be in seconds and at least 3600s (1h)
|
196
|
-
and at most 3153600000s (100 years). If rotationPeriod is set, `next_rotation_time` must
|
197
|
-
be set. `next_rotation_time` will be advanced by this period when the service
|
198
|
-
automatically sends rotation notifications.
|
199
|
-
"""
|
200
|
-
if next_rotation_time is not None:
|
201
|
-
pulumi.set(__self__, "next_rotation_time", next_rotation_time)
|
202
|
-
if rotation_period is not None:
|
203
|
-
pulumi.set(__self__, "rotation_period", rotation_period)
|
204
|
-
|
205
|
-
@property
|
206
|
-
@pulumi.getter(name="nextRotationTime")
|
207
|
-
def next_rotation_time(self) -> Optional[str]:
|
208
|
-
"""
|
209
|
-
Timestamp in UTC at which the Secret is scheduled to rotate.
|
210
|
-
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine
|
211
|
-
fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
|
212
|
-
"""
|
213
|
-
return pulumi.get(self, "next_rotation_time")
|
214
|
-
|
215
|
-
@property
|
216
|
-
@pulumi.getter(name="rotationPeriod")
|
217
|
-
def rotation_period(self) -> Optional[str]:
|
218
|
-
"""
|
219
|
-
The Duration between rotation notifications. Must be in seconds and at least 3600s (1h)
|
220
|
-
and at most 3153600000s (100 years). If rotationPeriod is set, `next_rotation_time` must
|
221
|
-
be set. `next_rotation_time` will be advanced by this period when the service
|
222
|
-
automatically sends rotation notifications.
|
223
|
-
"""
|
224
|
-
return pulumi.get(self, "rotation_period")
|
225
|
-
|
226
|
-
|
227
|
-
@pulumi.output_type
|
228
|
-
class RegionalSecretTopic(dict):
|
229
|
-
def __init__(__self__, *,
|
230
|
-
name: str):
|
231
|
-
"""
|
232
|
-
:param str name: The resource name of the Pub/Sub topic that will be published to, in the following format:
|
233
|
-
projects/*/topics/*. For publication to succeed, the Secret Manager Service
|
234
|
-
Agent service account must have pubsub.publisher permissions on the topic.
|
235
|
-
"""
|
236
|
-
pulumi.set(__self__, "name", name)
|
237
|
-
|
238
|
-
@property
|
239
|
-
@pulumi.getter
|
240
|
-
def name(self) -> str:
|
241
|
-
"""
|
242
|
-
The resource name of the Pub/Sub topic that will be published to, in the following format:
|
243
|
-
projects/*/topics/*. For publication to succeed, the Secret Manager Service
|
244
|
-
Agent service account must have pubsub.publisher permissions on the topic.
|
245
|
-
"""
|
246
|
-
return pulumi.get(self, "name")
|
247
|
-
|
248
|
-
|
249
|
-
@pulumi.output_type
|
250
|
-
class RegionalSecretVersionCustomerManagedEncryption(dict):
|
251
|
-
@staticmethod
|
252
|
-
def __key_warning(key: str):
|
253
|
-
suggest = None
|
254
|
-
if key == "kmsKeyVersionName":
|
255
|
-
suggest = "kms_key_version_name"
|
256
|
-
|
257
|
-
if suggest:
|
258
|
-
pulumi.log.warn(f"Key '{key}' not found in RegionalSecretVersionCustomerManagedEncryption. Access the value via the '{suggest}' property getter instead.")
|
259
|
-
|
260
|
-
def __getitem__(self, key: str) -> Any:
|
261
|
-
RegionalSecretVersionCustomerManagedEncryption.__key_warning(key)
|
262
|
-
return super().__getitem__(key)
|
263
|
-
|
264
|
-
def get(self, key: str, default = None) -> Any:
|
265
|
-
RegionalSecretVersionCustomerManagedEncryption.__key_warning(key)
|
266
|
-
return super().get(key, default)
|
267
|
-
|
268
|
-
def __init__(__self__, *,
|
269
|
-
kms_key_version_name: Optional[str] = None):
|
270
|
-
"""
|
271
|
-
:param str kms_key_version_name: (Output)
|
272
|
-
The resource name of the Cloud KMS CryptoKey used to encrypt secret payloads.
|
273
|
-
"""
|
274
|
-
if kms_key_version_name is not None:
|
275
|
-
pulumi.set(__self__, "kms_key_version_name", kms_key_version_name)
|
276
|
-
|
277
|
-
@property
|
278
|
-
@pulumi.getter(name="kmsKeyVersionName")
|
279
|
-
def kms_key_version_name(self) -> Optional[str]:
|
280
|
-
"""
|
281
|
-
(Output)
|
282
|
-
The resource name of the Cloud KMS CryptoKey used to encrypt secret payloads.
|
283
|
-
"""
|
284
|
-
return pulumi.get(self, "kms_key_version_name")
|
285
|
-
|
286
|
-
|
287
48
|
@pulumi.output_type
|
288
49
|
class SecretIamBindingCondition(dict):
|
289
50
|
def __init__(__self__, *,
|
@@ -673,103 +434,6 @@ class SecretTopic(dict):
|
|
673
434
|
return pulumi.get(self, "name")
|
674
435
|
|
675
436
|
|
676
|
-
@pulumi.output_type
|
677
|
-
class GetRegionalSecretCustomerManagedEncryptionResult(dict):
|
678
|
-
def __init__(__self__, *,
|
679
|
-
kms_key_name: str):
|
680
|
-
"""
|
681
|
-
:param str kms_key_name: The resource name of the Cloud KMS CryptoKey used to encrypt secret payloads.
|
682
|
-
"""
|
683
|
-
pulumi.set(__self__, "kms_key_name", kms_key_name)
|
684
|
-
|
685
|
-
@property
|
686
|
-
@pulumi.getter(name="kmsKeyName")
|
687
|
-
def kms_key_name(self) -> str:
|
688
|
-
"""
|
689
|
-
The resource name of the Cloud KMS CryptoKey used to encrypt secret payloads.
|
690
|
-
"""
|
691
|
-
return pulumi.get(self, "kms_key_name")
|
692
|
-
|
693
|
-
|
694
|
-
@pulumi.output_type
|
695
|
-
class GetRegionalSecretRotationResult(dict):
|
696
|
-
def __init__(__self__, *,
|
697
|
-
next_rotation_time: str,
|
698
|
-
rotation_period: str):
|
699
|
-
"""
|
700
|
-
:param str next_rotation_time: Timestamp in UTC at which the Secret is scheduled to rotate.
|
701
|
-
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine
|
702
|
-
fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
|
703
|
-
:param str rotation_period: The Duration between rotation notifications. Must be in seconds and at least 3600s (1h)
|
704
|
-
and at most 3153600000s (100 years). If rotationPeriod is set, 'next_rotation_time' must
|
705
|
-
be set. 'next_rotation_time' will be advanced by this period when the service
|
706
|
-
automatically sends rotation notifications.
|
707
|
-
"""
|
708
|
-
pulumi.set(__self__, "next_rotation_time", next_rotation_time)
|
709
|
-
pulumi.set(__self__, "rotation_period", rotation_period)
|
710
|
-
|
711
|
-
@property
|
712
|
-
@pulumi.getter(name="nextRotationTime")
|
713
|
-
def next_rotation_time(self) -> str:
|
714
|
-
"""
|
715
|
-
Timestamp in UTC at which the Secret is scheduled to rotate.
|
716
|
-
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine
|
717
|
-
fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
|
718
|
-
"""
|
719
|
-
return pulumi.get(self, "next_rotation_time")
|
720
|
-
|
721
|
-
@property
|
722
|
-
@pulumi.getter(name="rotationPeriod")
|
723
|
-
def rotation_period(self) -> str:
|
724
|
-
"""
|
725
|
-
The Duration between rotation notifications. Must be in seconds and at least 3600s (1h)
|
726
|
-
and at most 3153600000s (100 years). If rotationPeriod is set, 'next_rotation_time' must
|
727
|
-
be set. 'next_rotation_time' will be advanced by this period when the service
|
728
|
-
automatically sends rotation notifications.
|
729
|
-
"""
|
730
|
-
return pulumi.get(self, "rotation_period")
|
731
|
-
|
732
|
-
|
733
|
-
@pulumi.output_type
|
734
|
-
class GetRegionalSecretTopicResult(dict):
|
735
|
-
def __init__(__self__, *,
|
736
|
-
name: str):
|
737
|
-
"""
|
738
|
-
:param str name: The resource name of the Pub/Sub topic that will be published to, in the following format:
|
739
|
-
projects/*/topics/*. For publication to succeed, the Secret Manager Service
|
740
|
-
Agent service account must have pubsub.publisher permissions on the topic.
|
741
|
-
"""
|
742
|
-
pulumi.set(__self__, "name", name)
|
743
|
-
|
744
|
-
@property
|
745
|
-
@pulumi.getter
|
746
|
-
def name(self) -> str:
|
747
|
-
"""
|
748
|
-
The resource name of the Pub/Sub topic that will be published to, in the following format:
|
749
|
-
projects/*/topics/*. For publication to succeed, the Secret Manager Service
|
750
|
-
Agent service account must have pubsub.publisher permissions on the topic.
|
751
|
-
"""
|
752
|
-
return pulumi.get(self, "name")
|
753
|
-
|
754
|
-
|
755
|
-
@pulumi.output_type
|
756
|
-
class GetRegionalSecretVersionCustomerManagedEncryptionResult(dict):
|
757
|
-
def __init__(__self__, *,
|
758
|
-
kms_key_version_name: str):
|
759
|
-
"""
|
760
|
-
:param str kms_key_version_name: The resource name of the Cloud KMS CryptoKey used to encrypt secret payloads.
|
761
|
-
"""
|
762
|
-
pulumi.set(__self__, "kms_key_version_name", kms_key_version_name)
|
763
|
-
|
764
|
-
@property
|
765
|
-
@pulumi.getter(name="kmsKeyVersionName")
|
766
|
-
def kms_key_version_name(self) -> str:
|
767
|
-
"""
|
768
|
-
The resource name of the Cloud KMS CryptoKey used to encrypt secret payloads.
|
769
|
-
"""
|
770
|
-
return pulumi.get(self, "kms_key_version_name")
|
771
|
-
|
772
|
-
|
773
437
|
@pulumi.output_type
|
774
438
|
class GetSecretReplicationResult(dict):
|
775
439
|
def __init__(__self__, *,
|
@@ -8,7 +8,6 @@ import typing
|
|
8
8
|
from .event_threat_detection_custom_module import *
|
9
9
|
from .folder_custom_module import *
|
10
10
|
from .folder_notification_config import *
|
11
|
-
from .folder_scc_big_query_export import *
|
12
11
|
from .get_source_iam_policy import *
|
13
12
|
from .get_v2_organization_source_iam_policy import *
|
14
13
|
from .instance_iam_binding import *
|
@@ -21,10 +20,8 @@ from .management_project_security_health_analytics_custom_module import *
|
|
21
20
|
from .mute_config import *
|
22
21
|
from .notification_config import *
|
23
22
|
from .organization_custom_module import *
|
24
|
-
from .organization_scc_big_query_export import *
|
25
23
|
from .project_custom_module import *
|
26
24
|
from .project_notification_config import *
|
27
|
-
from .project_scc_big_query_export import *
|
28
25
|
from .source import *
|
29
26
|
from .source_iam_binding import *
|
30
27
|
from .source_iam_member import *
|
@@ -34,7 +31,6 @@ from .v2_folder_notification_config import *
|
|
34
31
|
from .v2_folder_scc_big_query_export import *
|
35
32
|
from .v2_organization_mute_config import *
|
36
33
|
from .v2_organization_notification_config import *
|
37
|
-
from .v2_organization_scc_big_query_export import *
|
38
34
|
from .v2_organization_scc_big_query_exports import *
|
39
35
|
from .v2_organization_source import *
|
40
36
|
from .v2_organization_source_iam_binding import *
|
@@ -446,8 +446,6 @@ class V2OrganizationSccBigQueryExports(pulumi.CustomResource):
|
|
446
446
|
organization: Optional[pulumi.Input[str]] = None,
|
447
447
|
__props__=None):
|
448
448
|
"""
|
449
|
-
> **Warning:** `securitycenter.V2OrganizationSccBigQueryExports` is deprecated and will be removed in a future major release. Use `securitycenter.V2OrganizationSccBigQueryExport` instead.
|
450
|
-
|
451
449
|
A Cloud Security Command Center (Cloud SCC) Big Query Export Config.
|
452
450
|
It represents exporting Security Command Center data, including assets, findings, and security marks
|
453
451
|
using gcloud scc bqexports
|
@@ -463,7 +461,7 @@ class V2OrganizationSccBigQueryExports(pulumi.CustomResource):
|
|
463
461
|
|
464
462
|
## Example Usage
|
465
463
|
|
466
|
-
### Scc V2 Organization Big Query
|
464
|
+
### Scc V2 Organization Big Query Export Config Basic
|
467
465
|
|
468
466
|
```python
|
469
467
|
import pulumi
|
@@ -550,8 +548,6 @@ class V2OrganizationSccBigQueryExports(pulumi.CustomResource):
|
|
550
548
|
args: V2OrganizationSccBigQueryExportsArgs,
|
551
549
|
opts: Optional[pulumi.ResourceOptions] = None):
|
552
550
|
"""
|
553
|
-
> **Warning:** `securitycenter.V2OrganizationSccBigQueryExports` is deprecated and will be removed in a future major release. Use `securitycenter.V2OrganizationSccBigQueryExport` instead.
|
554
|
-
|
555
551
|
A Cloud Security Command Center (Cloud SCC) Big Query Export Config.
|
556
552
|
It represents exporting Security Command Center data, including assets, findings, and security marks
|
557
553
|
using gcloud scc bqexports
|
@@ -567,7 +563,7 @@ class V2OrganizationSccBigQueryExports(pulumi.CustomResource):
|
|
567
563
|
|
568
564
|
## Example Usage
|
569
565
|
|
570
|
-
### Scc V2 Organization Big Query
|
566
|
+
### Scc V2 Organization Big Query Export Config Basic
|
571
567
|
|
572
568
|
```python
|
573
569
|
import pulumi
|
pulumi_gcp/spanner/__init__.py
CHANGED
pulumi_gcp/spanner/_inputs.py
CHANGED
@@ -15,14 +15,6 @@ 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',
|
26
18
|
'DatabaseEncryptionConfigArgs',
|
27
19
|
'DatabaseEncryptionConfigArgsDict',
|
28
20
|
'DatabaseIAMBindingConditionArgs',
|
@@ -45,127 +37,6 @@ __all__ = [
|
|
45
37
|
|
46
38
|
MYPY = False
|
47
39
|
|
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
|
-
|
169
40
|
if not MYPY:
|
170
41
|
class DatabaseEncryptionConfigArgsDict(TypedDict):
|
171
42
|
kms_key_name: pulumi.Input[str]
|
@@ -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,
|
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):
|
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,9 +37,6 @@ 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)
|
43
40
|
if effective_labels and not isinstance(effective_labels, dict):
|
44
41
|
raise TypeError("Expected argument 'effective_labels' to be a dict")
|
45
42
|
pulumi.set(__self__, "effective_labels", effective_labels)
|
@@ -86,11 +83,6 @@ class GetInstanceResult:
|
|
86
83
|
def display_name(self) -> Optional[str]:
|
87
84
|
return pulumi.get(self, "display_name")
|
88
85
|
|
89
|
-
@property
|
90
|
-
@pulumi.getter
|
91
|
-
def edition(self) -> str:
|
92
|
-
return pulumi.get(self, "edition")
|
93
|
-
|
94
86
|
@property
|
95
87
|
@pulumi.getter(name="effectiveLabels")
|
96
88
|
def effective_labels(self) -> Mapping[str, str]:
|
@@ -154,7 +146,6 @@ class AwaitableGetInstanceResult(GetInstanceResult):
|
|
154
146
|
autoscaling_configs=self.autoscaling_configs,
|
155
147
|
config=self.config,
|
156
148
|
display_name=self.display_name,
|
157
|
-
edition=self.edition,
|
158
149
|
effective_labels=self.effective_labels,
|
159
150
|
force_destroy=self.force_destroy,
|
160
151
|
id=self.id,
|
@@ -203,7 +194,6 @@ def get_instance(config: Optional[str] = None,
|
|
203
194
|
autoscaling_configs=pulumi.get(__ret__, 'autoscaling_configs'),
|
204
195
|
config=pulumi.get(__ret__, 'config'),
|
205
196
|
display_name=pulumi.get(__ret__, 'display_name'),
|
206
|
-
edition=pulumi.get(__ret__, 'edition'),
|
207
197
|
effective_labels=pulumi.get(__ret__, 'effective_labels'),
|
208
198
|
force_destroy=pulumi.get(__ret__, 'force_destroy'),
|
209
199
|
id=pulumi.get(__ret__, 'id'),
|