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
@@ -0,0 +1,862 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from .. import _utilities
16
+
17
+ __all__ = ['V2OrganizationSccBigQueryExportArgs', 'V2OrganizationSccBigQueryExport']
18
+
19
+ @pulumi.input_type
20
+ class V2OrganizationSccBigQueryExportArgs:
21
+ def __init__(__self__, *,
22
+ big_query_export_id: pulumi.Input[str],
23
+ organization: pulumi.Input[str],
24
+ dataset: Optional[pulumi.Input[str]] = None,
25
+ description: Optional[pulumi.Input[str]] = None,
26
+ filter: Optional[pulumi.Input[str]] = None,
27
+ location: Optional[pulumi.Input[str]] = None,
28
+ name: Optional[pulumi.Input[str]] = None):
29
+ """
30
+ The set of arguments for constructing a V2OrganizationSccBigQueryExport resource.
31
+ :param pulumi.Input[str] big_query_export_id: This must be unique within the organization.
32
+
33
+
34
+ - - -
35
+ :param pulumi.Input[str] organization: The organization whose Cloud Security Command Center the Big Query Export
36
+ Config lives in.
37
+ :param pulumi.Input[str] dataset: The dataset to write findings' updates to.
38
+ Its format is "projects/[projectId]/datasets/[bigquery_dataset_id]".
39
+ BigQuery Dataset unique ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_).
40
+ :param pulumi.Input[str] description: The description of the notification config (max of 1024 characters).
41
+ :param pulumi.Input[str] filter: Expression that defines the filter to apply across create/update
42
+ events of findings. The
43
+ expression is a list of zero or more restrictions combined via
44
+ logical operators AND and OR. Parentheses are supported, and OR
45
+ has higher precedence than AND.
46
+ Restrictions have the form <field> <operator> <value> and may have
47
+ a - character in front of them to indicate negation. The fields
48
+ map to those defined in the corresponding resource.
49
+ The supported operators are:
50
+ * = for all value types.
51
+ * >, <, >=, <= for integer values.
52
+ * :, meaning substring matching, for strings.
53
+ The supported value types are:
54
+ * string literals in quotes.
55
+ * integer literals without quotes.
56
+ * boolean literals true and false without quotes.
57
+ See
58
+ [Filtering notifications](https://cloud.google.com/security-command-center/docs/how-to-api-filter-notifications)
59
+ for information on how to write a filter.
60
+ :param pulumi.Input[str] location: location Id is provided by organization. If not provided, Use global as default.
61
+ :param pulumi.Input[str] name: The resource name of this export, in the format
62
+ `organizations/{{organization}}/locations/{{location}}/bigQueryExports/{{big_query_export_id}}`.
63
+ This field is provided in responses, and is ignored when provided in create requests.
64
+ """
65
+ pulumi.set(__self__, "big_query_export_id", big_query_export_id)
66
+ pulumi.set(__self__, "organization", organization)
67
+ if dataset is not None:
68
+ pulumi.set(__self__, "dataset", dataset)
69
+ if description is not None:
70
+ pulumi.set(__self__, "description", description)
71
+ if filter is not None:
72
+ pulumi.set(__self__, "filter", filter)
73
+ if location is not None:
74
+ pulumi.set(__self__, "location", location)
75
+ if name is not None:
76
+ pulumi.set(__self__, "name", name)
77
+
78
+ @property
79
+ @pulumi.getter(name="bigQueryExportId")
80
+ def big_query_export_id(self) -> pulumi.Input[str]:
81
+ """
82
+ This must be unique within the organization.
83
+
84
+
85
+ - - -
86
+ """
87
+ return pulumi.get(self, "big_query_export_id")
88
+
89
+ @big_query_export_id.setter
90
+ def big_query_export_id(self, value: pulumi.Input[str]):
91
+ pulumi.set(self, "big_query_export_id", value)
92
+
93
+ @property
94
+ @pulumi.getter
95
+ def organization(self) -> pulumi.Input[str]:
96
+ """
97
+ The organization whose Cloud Security Command Center the Big Query Export
98
+ Config lives in.
99
+ """
100
+ return pulumi.get(self, "organization")
101
+
102
+ @organization.setter
103
+ def organization(self, value: pulumi.Input[str]):
104
+ pulumi.set(self, "organization", value)
105
+
106
+ @property
107
+ @pulumi.getter
108
+ def dataset(self) -> Optional[pulumi.Input[str]]:
109
+ """
110
+ The dataset to write findings' updates to.
111
+ Its format is "projects/[projectId]/datasets/[bigquery_dataset_id]".
112
+ BigQuery Dataset unique ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_).
113
+ """
114
+ return pulumi.get(self, "dataset")
115
+
116
+ @dataset.setter
117
+ def dataset(self, value: Optional[pulumi.Input[str]]):
118
+ pulumi.set(self, "dataset", value)
119
+
120
+ @property
121
+ @pulumi.getter
122
+ def description(self) -> Optional[pulumi.Input[str]]:
123
+ """
124
+ The description of the notification config (max of 1024 characters).
125
+ """
126
+ return pulumi.get(self, "description")
127
+
128
+ @description.setter
129
+ def description(self, value: Optional[pulumi.Input[str]]):
130
+ pulumi.set(self, "description", value)
131
+
132
+ @property
133
+ @pulumi.getter
134
+ def filter(self) -> Optional[pulumi.Input[str]]:
135
+ """
136
+ Expression that defines the filter to apply across create/update
137
+ events of findings. The
138
+ expression is a list of zero or more restrictions combined via
139
+ logical operators AND and OR. Parentheses are supported, and OR
140
+ has higher precedence than AND.
141
+ Restrictions have the form <field> <operator> <value> and may have
142
+ a - character in front of them to indicate negation. The fields
143
+ map to those defined in the corresponding resource.
144
+ The supported operators are:
145
+ * = for all value types.
146
+ * >, <, >=, <= for integer values.
147
+ * :, meaning substring matching, for strings.
148
+ The supported value types are:
149
+ * string literals in quotes.
150
+ * integer literals without quotes.
151
+ * boolean literals true and false without quotes.
152
+ See
153
+ [Filtering notifications](https://cloud.google.com/security-command-center/docs/how-to-api-filter-notifications)
154
+ for information on how to write a filter.
155
+ """
156
+ return pulumi.get(self, "filter")
157
+
158
+ @filter.setter
159
+ def filter(self, value: Optional[pulumi.Input[str]]):
160
+ pulumi.set(self, "filter", value)
161
+
162
+ @property
163
+ @pulumi.getter
164
+ def location(self) -> Optional[pulumi.Input[str]]:
165
+ """
166
+ location Id is provided by organization. If not provided, Use global as default.
167
+ """
168
+ return pulumi.get(self, "location")
169
+
170
+ @location.setter
171
+ def location(self, value: Optional[pulumi.Input[str]]):
172
+ pulumi.set(self, "location", value)
173
+
174
+ @property
175
+ @pulumi.getter
176
+ def name(self) -> Optional[pulumi.Input[str]]:
177
+ """
178
+ The resource name of this export, in the format
179
+ `organizations/{{organization}}/locations/{{location}}/bigQueryExports/{{big_query_export_id}}`.
180
+ This field is provided in responses, and is ignored when provided in create requests.
181
+ """
182
+ return pulumi.get(self, "name")
183
+
184
+ @name.setter
185
+ def name(self, value: Optional[pulumi.Input[str]]):
186
+ pulumi.set(self, "name", value)
187
+
188
+
189
+ @pulumi.input_type
190
+ class _V2OrganizationSccBigQueryExportState:
191
+ def __init__(__self__, *,
192
+ big_query_export_id: Optional[pulumi.Input[str]] = None,
193
+ create_time: Optional[pulumi.Input[str]] = None,
194
+ dataset: Optional[pulumi.Input[str]] = None,
195
+ description: Optional[pulumi.Input[str]] = None,
196
+ filter: Optional[pulumi.Input[str]] = None,
197
+ location: Optional[pulumi.Input[str]] = None,
198
+ most_recent_editor: Optional[pulumi.Input[str]] = None,
199
+ name: Optional[pulumi.Input[str]] = None,
200
+ organization: Optional[pulumi.Input[str]] = None,
201
+ principal: Optional[pulumi.Input[str]] = None,
202
+ update_time: Optional[pulumi.Input[str]] = None):
203
+ """
204
+ Input properties used for looking up and filtering V2OrganizationSccBigQueryExport resources.
205
+ :param pulumi.Input[str] big_query_export_id: This must be unique within the organization.
206
+
207
+
208
+ - - -
209
+ :param pulumi.Input[str] create_time: The time at which the BigQuery export was created. This field is set by the server and will be ignored if provided on export on creation.
210
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
211
+ Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
212
+ :param pulumi.Input[str] dataset: The dataset to write findings' updates to.
213
+ Its format is "projects/[projectId]/datasets/[bigquery_dataset_id]".
214
+ BigQuery Dataset unique ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_).
215
+ :param pulumi.Input[str] description: The description of the notification config (max of 1024 characters).
216
+ :param pulumi.Input[str] filter: Expression that defines the filter to apply across create/update
217
+ events of findings. The
218
+ expression is a list of zero or more restrictions combined via
219
+ logical operators AND and OR. Parentheses are supported, and OR
220
+ has higher precedence than AND.
221
+ Restrictions have the form <field> <operator> <value> and may have
222
+ a - character in front of them to indicate negation. The fields
223
+ map to those defined in the corresponding resource.
224
+ The supported operators are:
225
+ * = for all value types.
226
+ * >, <, >=, <= for integer values.
227
+ * :, meaning substring matching, for strings.
228
+ The supported value types are:
229
+ * string literals in quotes.
230
+ * integer literals without quotes.
231
+ * boolean literals true and false without quotes.
232
+ See
233
+ [Filtering notifications](https://cloud.google.com/security-command-center/docs/how-to-api-filter-notifications)
234
+ for information on how to write a filter.
235
+ :param pulumi.Input[str] location: location Id is provided by organization. If not provided, Use global as default.
236
+ :param pulumi.Input[str] most_recent_editor: Email address of the user who last edited the BigQuery export.
237
+ This field is set by the server and will be ignored if provided on export creation or update.
238
+ :param pulumi.Input[str] name: The resource name of this export, in the format
239
+ `organizations/{{organization}}/locations/{{location}}/bigQueryExports/{{big_query_export_id}}`.
240
+ This field is provided in responses, and is ignored when provided in create requests.
241
+ :param pulumi.Input[str] organization: The organization whose Cloud Security Command Center the Big Query Export
242
+ Config lives in.
243
+ :param pulumi.Input[str] principal: The service account that needs permission to create table and upload data to the BigQuery dataset.
244
+ :param pulumi.Input[str] update_time: The most recent time at which the BigQuery export was updated. This field is set by the server and will be ignored if provided on export creation or update.
245
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
246
+ Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
247
+ """
248
+ if big_query_export_id is not None:
249
+ pulumi.set(__self__, "big_query_export_id", big_query_export_id)
250
+ if create_time is not None:
251
+ pulumi.set(__self__, "create_time", create_time)
252
+ if dataset is not None:
253
+ pulumi.set(__self__, "dataset", dataset)
254
+ if description is not None:
255
+ pulumi.set(__self__, "description", description)
256
+ if filter is not None:
257
+ pulumi.set(__self__, "filter", filter)
258
+ if location is not None:
259
+ pulumi.set(__self__, "location", location)
260
+ if most_recent_editor is not None:
261
+ pulumi.set(__self__, "most_recent_editor", most_recent_editor)
262
+ if name is not None:
263
+ pulumi.set(__self__, "name", name)
264
+ if organization is not None:
265
+ pulumi.set(__self__, "organization", organization)
266
+ if principal is not None:
267
+ pulumi.set(__self__, "principal", principal)
268
+ if update_time is not None:
269
+ pulumi.set(__self__, "update_time", update_time)
270
+
271
+ @property
272
+ @pulumi.getter(name="bigQueryExportId")
273
+ def big_query_export_id(self) -> Optional[pulumi.Input[str]]:
274
+ """
275
+ This must be unique within the organization.
276
+
277
+
278
+ - - -
279
+ """
280
+ return pulumi.get(self, "big_query_export_id")
281
+
282
+ @big_query_export_id.setter
283
+ def big_query_export_id(self, value: Optional[pulumi.Input[str]]):
284
+ pulumi.set(self, "big_query_export_id", value)
285
+
286
+ @property
287
+ @pulumi.getter(name="createTime")
288
+ def create_time(self) -> Optional[pulumi.Input[str]]:
289
+ """
290
+ The time at which the BigQuery export was created. This field is set by the server and will be ignored if provided on export on creation.
291
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
292
+ Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
293
+ """
294
+ return pulumi.get(self, "create_time")
295
+
296
+ @create_time.setter
297
+ def create_time(self, value: Optional[pulumi.Input[str]]):
298
+ pulumi.set(self, "create_time", value)
299
+
300
+ @property
301
+ @pulumi.getter
302
+ def dataset(self) -> Optional[pulumi.Input[str]]:
303
+ """
304
+ The dataset to write findings' updates to.
305
+ Its format is "projects/[projectId]/datasets/[bigquery_dataset_id]".
306
+ BigQuery Dataset unique ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_).
307
+ """
308
+ return pulumi.get(self, "dataset")
309
+
310
+ @dataset.setter
311
+ def dataset(self, value: Optional[pulumi.Input[str]]):
312
+ pulumi.set(self, "dataset", value)
313
+
314
+ @property
315
+ @pulumi.getter
316
+ def description(self) -> Optional[pulumi.Input[str]]:
317
+ """
318
+ The description of the notification config (max of 1024 characters).
319
+ """
320
+ return pulumi.get(self, "description")
321
+
322
+ @description.setter
323
+ def description(self, value: Optional[pulumi.Input[str]]):
324
+ pulumi.set(self, "description", value)
325
+
326
+ @property
327
+ @pulumi.getter
328
+ def filter(self) -> Optional[pulumi.Input[str]]:
329
+ """
330
+ Expression that defines the filter to apply across create/update
331
+ events of findings. The
332
+ expression is a list of zero or more restrictions combined via
333
+ logical operators AND and OR. Parentheses are supported, and OR
334
+ has higher precedence than AND.
335
+ Restrictions have the form <field> <operator> <value> and may have
336
+ a - character in front of them to indicate negation. The fields
337
+ map to those defined in the corresponding resource.
338
+ The supported operators are:
339
+ * = for all value types.
340
+ * >, <, >=, <= for integer values.
341
+ * :, meaning substring matching, for strings.
342
+ The supported value types are:
343
+ * string literals in quotes.
344
+ * integer literals without quotes.
345
+ * boolean literals true and false without quotes.
346
+ See
347
+ [Filtering notifications](https://cloud.google.com/security-command-center/docs/how-to-api-filter-notifications)
348
+ for information on how to write a filter.
349
+ """
350
+ return pulumi.get(self, "filter")
351
+
352
+ @filter.setter
353
+ def filter(self, value: Optional[pulumi.Input[str]]):
354
+ pulumi.set(self, "filter", value)
355
+
356
+ @property
357
+ @pulumi.getter
358
+ def location(self) -> Optional[pulumi.Input[str]]:
359
+ """
360
+ location Id is provided by organization. If not provided, Use global as default.
361
+ """
362
+ return pulumi.get(self, "location")
363
+
364
+ @location.setter
365
+ def location(self, value: Optional[pulumi.Input[str]]):
366
+ pulumi.set(self, "location", value)
367
+
368
+ @property
369
+ @pulumi.getter(name="mostRecentEditor")
370
+ def most_recent_editor(self) -> Optional[pulumi.Input[str]]:
371
+ """
372
+ Email address of the user who last edited the BigQuery export.
373
+ This field is set by the server and will be ignored if provided on export creation or update.
374
+ """
375
+ return pulumi.get(self, "most_recent_editor")
376
+
377
+ @most_recent_editor.setter
378
+ def most_recent_editor(self, value: Optional[pulumi.Input[str]]):
379
+ pulumi.set(self, "most_recent_editor", value)
380
+
381
+ @property
382
+ @pulumi.getter
383
+ def name(self) -> Optional[pulumi.Input[str]]:
384
+ """
385
+ The resource name of this export, in the format
386
+ `organizations/{{organization}}/locations/{{location}}/bigQueryExports/{{big_query_export_id}}`.
387
+ This field is provided in responses, and is ignored when provided in create requests.
388
+ """
389
+ return pulumi.get(self, "name")
390
+
391
+ @name.setter
392
+ def name(self, value: Optional[pulumi.Input[str]]):
393
+ pulumi.set(self, "name", value)
394
+
395
+ @property
396
+ @pulumi.getter
397
+ def organization(self) -> Optional[pulumi.Input[str]]:
398
+ """
399
+ The organization whose Cloud Security Command Center the Big Query Export
400
+ Config lives in.
401
+ """
402
+ return pulumi.get(self, "organization")
403
+
404
+ @organization.setter
405
+ def organization(self, value: Optional[pulumi.Input[str]]):
406
+ pulumi.set(self, "organization", value)
407
+
408
+ @property
409
+ @pulumi.getter
410
+ def principal(self) -> Optional[pulumi.Input[str]]:
411
+ """
412
+ The service account that needs permission to create table and upload data to the BigQuery dataset.
413
+ """
414
+ return pulumi.get(self, "principal")
415
+
416
+ @principal.setter
417
+ def principal(self, value: Optional[pulumi.Input[str]]):
418
+ pulumi.set(self, "principal", value)
419
+
420
+ @property
421
+ @pulumi.getter(name="updateTime")
422
+ def update_time(self) -> Optional[pulumi.Input[str]]:
423
+ """
424
+ The most recent time at which the BigQuery export was updated. This field is set by the server and will be ignored if provided on export creation or update.
425
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
426
+ Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
427
+ """
428
+ return pulumi.get(self, "update_time")
429
+
430
+ @update_time.setter
431
+ def update_time(self, value: Optional[pulumi.Input[str]]):
432
+ pulumi.set(self, "update_time", value)
433
+
434
+
435
+ class V2OrganizationSccBigQueryExport(pulumi.CustomResource):
436
+ @overload
437
+ def __init__(__self__,
438
+ resource_name: str,
439
+ opts: Optional[pulumi.ResourceOptions] = None,
440
+ big_query_export_id: Optional[pulumi.Input[str]] = None,
441
+ dataset: Optional[pulumi.Input[str]] = None,
442
+ description: Optional[pulumi.Input[str]] = None,
443
+ filter: Optional[pulumi.Input[str]] = None,
444
+ location: Optional[pulumi.Input[str]] = None,
445
+ name: Optional[pulumi.Input[str]] = None,
446
+ organization: Optional[pulumi.Input[str]] = None,
447
+ __props__=None):
448
+ """
449
+ A Cloud Security Command Center (Cloud SCC) Big Query Export Config.
450
+ It represents exporting Security Command Center data, including assets, findings, and security marks
451
+ using gcloud scc bqexports
452
+ > **Note:** In order to use Cloud SCC resources, your organization must be enrolled
453
+ in [SCC Standard/Premium](https://cloud.google.com/security-command-center/docs/quickstart-security-command-center).
454
+ Without doing so, you may run into errors during resource creation.
455
+
456
+ To get more information about OrganizationSccBigQueryExport, see:
457
+
458
+ * [API documentation](https://cloud.google.com/security-command-center/docs/reference/rest/v2/organizations.locations.bigQueryExports)
459
+ * How-to Guides
460
+ * [Official Documentation](https://cloud.google.com/security-command-center/docs/how-to-analyze-findings-in-big-query)
461
+
462
+ ## Example Usage
463
+
464
+ ### Scc V2 Organization Big Query Export Config Basic
465
+
466
+ ```python
467
+ import pulumi
468
+ import pulumi_gcp as gcp
469
+
470
+ default = gcp.bigquery.Dataset("default",
471
+ dataset_id="",
472
+ friendly_name="test",
473
+ description="This is a test description",
474
+ location="US",
475
+ default_table_expiration_ms=3600000,
476
+ default_partition_expiration_ms=None,
477
+ labels={
478
+ "env": "default",
479
+ })
480
+ custom_big_query_export_config = gcp.securitycenter.V2OrganizationSccBigQueryExport("custom_big_query_export_config",
481
+ name="my-export",
482
+ big_query_export_id="my-export",
483
+ organization="123456789",
484
+ dataset=default.id,
485
+ location="global",
486
+ description="Cloud Security Command Center Findings Big Query Export Config",
487
+ filter="state=\\"ACTIVE\\" AND NOT mute=\\"MUTED\\"")
488
+ ```
489
+
490
+ ## Import
491
+
492
+ OrganizationSccBigQueryExport can be imported using any of these accepted formats:
493
+
494
+ * `organizations/{{organization}}/locations/{{location}}/bigQueryExports/{{big_query_export_id}}`
495
+
496
+ * `{{organization}}/{{location}}/{{big_query_export_id}}`
497
+
498
+ When using the `pulumi import` command, OrganizationSccBigQueryExport can be imported using one of the formats above. For example:
499
+
500
+ ```sh
501
+ $ pulumi import gcp:securitycenter/v2OrganizationSccBigQueryExport:V2OrganizationSccBigQueryExport default organizations/{{organization}}/locations/{{location}}/bigQueryExports/{{big_query_export_id}}
502
+ ```
503
+
504
+ ```sh
505
+ $ pulumi import gcp:securitycenter/v2OrganizationSccBigQueryExport:V2OrganizationSccBigQueryExport default {{organization}}/{{location}}/{{big_query_export_id}}
506
+ ```
507
+
508
+ :param str resource_name: The name of the resource.
509
+ :param pulumi.ResourceOptions opts: Options for the resource.
510
+ :param pulumi.Input[str] big_query_export_id: This must be unique within the organization.
511
+
512
+
513
+ - - -
514
+ :param pulumi.Input[str] dataset: The dataset to write findings' updates to.
515
+ Its format is "projects/[projectId]/datasets/[bigquery_dataset_id]".
516
+ BigQuery Dataset unique ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_).
517
+ :param pulumi.Input[str] description: The description of the notification config (max of 1024 characters).
518
+ :param pulumi.Input[str] filter: Expression that defines the filter to apply across create/update
519
+ events of findings. The
520
+ expression is a list of zero or more restrictions combined via
521
+ logical operators AND and OR. Parentheses are supported, and OR
522
+ has higher precedence than AND.
523
+ Restrictions have the form <field> <operator> <value> and may have
524
+ a - character in front of them to indicate negation. The fields
525
+ map to those defined in the corresponding resource.
526
+ The supported operators are:
527
+ * = for all value types.
528
+ * >, <, >=, <= for integer values.
529
+ * :, meaning substring matching, for strings.
530
+ The supported value types are:
531
+ * string literals in quotes.
532
+ * integer literals without quotes.
533
+ * boolean literals true and false without quotes.
534
+ See
535
+ [Filtering notifications](https://cloud.google.com/security-command-center/docs/how-to-api-filter-notifications)
536
+ for information on how to write a filter.
537
+ :param pulumi.Input[str] location: location Id is provided by organization. If not provided, Use global as default.
538
+ :param pulumi.Input[str] name: The resource name of this export, in the format
539
+ `organizations/{{organization}}/locations/{{location}}/bigQueryExports/{{big_query_export_id}}`.
540
+ This field is provided in responses, and is ignored when provided in create requests.
541
+ :param pulumi.Input[str] organization: The organization whose Cloud Security Command Center the Big Query Export
542
+ Config lives in.
543
+ """
544
+ ...
545
+ @overload
546
+ def __init__(__self__,
547
+ resource_name: str,
548
+ args: V2OrganizationSccBigQueryExportArgs,
549
+ opts: Optional[pulumi.ResourceOptions] = None):
550
+ """
551
+ A Cloud Security Command Center (Cloud SCC) Big Query Export Config.
552
+ It represents exporting Security Command Center data, including assets, findings, and security marks
553
+ using gcloud scc bqexports
554
+ > **Note:** In order to use Cloud SCC resources, your organization must be enrolled
555
+ in [SCC Standard/Premium](https://cloud.google.com/security-command-center/docs/quickstart-security-command-center).
556
+ Without doing so, you may run into errors during resource creation.
557
+
558
+ To get more information about OrganizationSccBigQueryExport, see:
559
+
560
+ * [API documentation](https://cloud.google.com/security-command-center/docs/reference/rest/v2/organizations.locations.bigQueryExports)
561
+ * How-to Guides
562
+ * [Official Documentation](https://cloud.google.com/security-command-center/docs/how-to-analyze-findings-in-big-query)
563
+
564
+ ## Example Usage
565
+
566
+ ### Scc V2 Organization Big Query Export Config Basic
567
+
568
+ ```python
569
+ import pulumi
570
+ import pulumi_gcp as gcp
571
+
572
+ default = gcp.bigquery.Dataset("default",
573
+ dataset_id="",
574
+ friendly_name="test",
575
+ description="This is a test description",
576
+ location="US",
577
+ default_table_expiration_ms=3600000,
578
+ default_partition_expiration_ms=None,
579
+ labels={
580
+ "env": "default",
581
+ })
582
+ custom_big_query_export_config = gcp.securitycenter.V2OrganizationSccBigQueryExport("custom_big_query_export_config",
583
+ name="my-export",
584
+ big_query_export_id="my-export",
585
+ organization="123456789",
586
+ dataset=default.id,
587
+ location="global",
588
+ description="Cloud Security Command Center Findings Big Query Export Config",
589
+ filter="state=\\"ACTIVE\\" AND NOT mute=\\"MUTED\\"")
590
+ ```
591
+
592
+ ## Import
593
+
594
+ OrganizationSccBigQueryExport can be imported using any of these accepted formats:
595
+
596
+ * `organizations/{{organization}}/locations/{{location}}/bigQueryExports/{{big_query_export_id}}`
597
+
598
+ * `{{organization}}/{{location}}/{{big_query_export_id}}`
599
+
600
+ When using the `pulumi import` command, OrganizationSccBigQueryExport can be imported using one of the formats above. For example:
601
+
602
+ ```sh
603
+ $ pulumi import gcp:securitycenter/v2OrganizationSccBigQueryExport:V2OrganizationSccBigQueryExport default organizations/{{organization}}/locations/{{location}}/bigQueryExports/{{big_query_export_id}}
604
+ ```
605
+
606
+ ```sh
607
+ $ pulumi import gcp:securitycenter/v2OrganizationSccBigQueryExport:V2OrganizationSccBigQueryExport default {{organization}}/{{location}}/{{big_query_export_id}}
608
+ ```
609
+
610
+ :param str resource_name: The name of the resource.
611
+ :param V2OrganizationSccBigQueryExportArgs args: The arguments to use to populate this resource's properties.
612
+ :param pulumi.ResourceOptions opts: Options for the resource.
613
+ """
614
+ ...
615
+ def __init__(__self__, resource_name: str, *args, **kwargs):
616
+ resource_args, opts = _utilities.get_resource_args_opts(V2OrganizationSccBigQueryExportArgs, pulumi.ResourceOptions, *args, **kwargs)
617
+ if resource_args is not None:
618
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
619
+ else:
620
+ __self__._internal_init(resource_name, *args, **kwargs)
621
+
622
+ def _internal_init(__self__,
623
+ resource_name: str,
624
+ opts: Optional[pulumi.ResourceOptions] = None,
625
+ big_query_export_id: Optional[pulumi.Input[str]] = None,
626
+ dataset: Optional[pulumi.Input[str]] = None,
627
+ description: Optional[pulumi.Input[str]] = None,
628
+ filter: Optional[pulumi.Input[str]] = None,
629
+ location: Optional[pulumi.Input[str]] = None,
630
+ name: Optional[pulumi.Input[str]] = None,
631
+ organization: Optional[pulumi.Input[str]] = None,
632
+ __props__=None):
633
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
634
+ if not isinstance(opts, pulumi.ResourceOptions):
635
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
636
+ if opts.id is None:
637
+ if __props__ is not None:
638
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
639
+ __props__ = V2OrganizationSccBigQueryExportArgs.__new__(V2OrganizationSccBigQueryExportArgs)
640
+
641
+ if big_query_export_id is None and not opts.urn:
642
+ raise TypeError("Missing required property 'big_query_export_id'")
643
+ __props__.__dict__["big_query_export_id"] = big_query_export_id
644
+ __props__.__dict__["dataset"] = dataset
645
+ __props__.__dict__["description"] = description
646
+ __props__.__dict__["filter"] = filter
647
+ __props__.__dict__["location"] = location
648
+ __props__.__dict__["name"] = name
649
+ if organization is None and not opts.urn:
650
+ raise TypeError("Missing required property 'organization'")
651
+ __props__.__dict__["organization"] = organization
652
+ __props__.__dict__["create_time"] = None
653
+ __props__.__dict__["most_recent_editor"] = None
654
+ __props__.__dict__["principal"] = None
655
+ __props__.__dict__["update_time"] = None
656
+ super(V2OrganizationSccBigQueryExport, __self__).__init__(
657
+ 'gcp:securitycenter/v2OrganizationSccBigQueryExport:V2OrganizationSccBigQueryExport',
658
+ resource_name,
659
+ __props__,
660
+ opts)
661
+
662
+ @staticmethod
663
+ def get(resource_name: str,
664
+ id: pulumi.Input[str],
665
+ opts: Optional[pulumi.ResourceOptions] = None,
666
+ big_query_export_id: Optional[pulumi.Input[str]] = None,
667
+ create_time: Optional[pulumi.Input[str]] = None,
668
+ dataset: Optional[pulumi.Input[str]] = None,
669
+ description: Optional[pulumi.Input[str]] = None,
670
+ filter: Optional[pulumi.Input[str]] = None,
671
+ location: Optional[pulumi.Input[str]] = None,
672
+ most_recent_editor: Optional[pulumi.Input[str]] = None,
673
+ name: Optional[pulumi.Input[str]] = None,
674
+ organization: Optional[pulumi.Input[str]] = None,
675
+ principal: Optional[pulumi.Input[str]] = None,
676
+ update_time: Optional[pulumi.Input[str]] = None) -> 'V2OrganizationSccBigQueryExport':
677
+ """
678
+ Get an existing V2OrganizationSccBigQueryExport resource's state with the given name, id, and optional extra
679
+ properties used to qualify the lookup.
680
+
681
+ :param str resource_name: The unique name of the resulting resource.
682
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
683
+ :param pulumi.ResourceOptions opts: Options for the resource.
684
+ :param pulumi.Input[str] big_query_export_id: This must be unique within the organization.
685
+
686
+
687
+ - - -
688
+ :param pulumi.Input[str] create_time: The time at which the BigQuery export was created. This field is set by the server and will be ignored if provided on export on creation.
689
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
690
+ Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
691
+ :param pulumi.Input[str] dataset: The dataset to write findings' updates to.
692
+ Its format is "projects/[projectId]/datasets/[bigquery_dataset_id]".
693
+ BigQuery Dataset unique ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_).
694
+ :param pulumi.Input[str] description: The description of the notification config (max of 1024 characters).
695
+ :param pulumi.Input[str] filter: Expression that defines the filter to apply across create/update
696
+ events of findings. The
697
+ expression is a list of zero or more restrictions combined via
698
+ logical operators AND and OR. Parentheses are supported, and OR
699
+ has higher precedence than AND.
700
+ Restrictions have the form <field> <operator> <value> and may have
701
+ a - character in front of them to indicate negation. The fields
702
+ map to those defined in the corresponding resource.
703
+ The supported operators are:
704
+ * = for all value types.
705
+ * >, <, >=, <= for integer values.
706
+ * :, meaning substring matching, for strings.
707
+ The supported value types are:
708
+ * string literals in quotes.
709
+ * integer literals without quotes.
710
+ * boolean literals true and false without quotes.
711
+ See
712
+ [Filtering notifications](https://cloud.google.com/security-command-center/docs/how-to-api-filter-notifications)
713
+ for information on how to write a filter.
714
+ :param pulumi.Input[str] location: location Id is provided by organization. If not provided, Use global as default.
715
+ :param pulumi.Input[str] most_recent_editor: Email address of the user who last edited the BigQuery export.
716
+ This field is set by the server and will be ignored if provided on export creation or update.
717
+ :param pulumi.Input[str] name: The resource name of this export, in the format
718
+ `organizations/{{organization}}/locations/{{location}}/bigQueryExports/{{big_query_export_id}}`.
719
+ This field is provided in responses, and is ignored when provided in create requests.
720
+ :param pulumi.Input[str] organization: The organization whose Cloud Security Command Center the Big Query Export
721
+ Config lives in.
722
+ :param pulumi.Input[str] principal: The service account that needs permission to create table and upload data to the BigQuery dataset.
723
+ :param pulumi.Input[str] update_time: The most recent time at which the BigQuery export was updated. This field is set by the server and will be ignored if provided on export creation or update.
724
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
725
+ Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
726
+ """
727
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
728
+
729
+ __props__ = _V2OrganizationSccBigQueryExportState.__new__(_V2OrganizationSccBigQueryExportState)
730
+
731
+ __props__.__dict__["big_query_export_id"] = big_query_export_id
732
+ __props__.__dict__["create_time"] = create_time
733
+ __props__.__dict__["dataset"] = dataset
734
+ __props__.__dict__["description"] = description
735
+ __props__.__dict__["filter"] = filter
736
+ __props__.__dict__["location"] = location
737
+ __props__.__dict__["most_recent_editor"] = most_recent_editor
738
+ __props__.__dict__["name"] = name
739
+ __props__.__dict__["organization"] = organization
740
+ __props__.__dict__["principal"] = principal
741
+ __props__.__dict__["update_time"] = update_time
742
+ return V2OrganizationSccBigQueryExport(resource_name, opts=opts, __props__=__props__)
743
+
744
+ @property
745
+ @pulumi.getter(name="bigQueryExportId")
746
+ def big_query_export_id(self) -> pulumi.Output[str]:
747
+ """
748
+ This must be unique within the organization.
749
+
750
+
751
+ - - -
752
+ """
753
+ return pulumi.get(self, "big_query_export_id")
754
+
755
+ @property
756
+ @pulumi.getter(name="createTime")
757
+ def create_time(self) -> pulumi.Output[str]:
758
+ """
759
+ The time at which the BigQuery export was created. This field is set by the server and will be ignored if provided on export on creation.
760
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
761
+ Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
762
+ """
763
+ return pulumi.get(self, "create_time")
764
+
765
+ @property
766
+ @pulumi.getter
767
+ def dataset(self) -> pulumi.Output[Optional[str]]:
768
+ """
769
+ The dataset to write findings' updates to.
770
+ Its format is "projects/[projectId]/datasets/[bigquery_dataset_id]".
771
+ BigQuery Dataset unique ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_).
772
+ """
773
+ return pulumi.get(self, "dataset")
774
+
775
+ @property
776
+ @pulumi.getter
777
+ def description(self) -> pulumi.Output[Optional[str]]:
778
+ """
779
+ The description of the notification config (max of 1024 characters).
780
+ """
781
+ return pulumi.get(self, "description")
782
+
783
+ @property
784
+ @pulumi.getter
785
+ def filter(self) -> pulumi.Output[Optional[str]]:
786
+ """
787
+ Expression that defines the filter to apply across create/update
788
+ events of findings. The
789
+ expression is a list of zero or more restrictions combined via
790
+ logical operators AND and OR. Parentheses are supported, and OR
791
+ has higher precedence than AND.
792
+ Restrictions have the form <field> <operator> <value> and may have
793
+ a - character in front of them to indicate negation. The fields
794
+ map to those defined in the corresponding resource.
795
+ The supported operators are:
796
+ * = for all value types.
797
+ * >, <, >=, <= for integer values.
798
+ * :, meaning substring matching, for strings.
799
+ The supported value types are:
800
+ * string literals in quotes.
801
+ * integer literals without quotes.
802
+ * boolean literals true and false without quotes.
803
+ See
804
+ [Filtering notifications](https://cloud.google.com/security-command-center/docs/how-to-api-filter-notifications)
805
+ for information on how to write a filter.
806
+ """
807
+ return pulumi.get(self, "filter")
808
+
809
+ @property
810
+ @pulumi.getter
811
+ def location(self) -> pulumi.Output[Optional[str]]:
812
+ """
813
+ location Id is provided by organization. If not provided, Use global as default.
814
+ """
815
+ return pulumi.get(self, "location")
816
+
817
+ @property
818
+ @pulumi.getter(name="mostRecentEditor")
819
+ def most_recent_editor(self) -> pulumi.Output[str]:
820
+ """
821
+ Email address of the user who last edited the BigQuery export.
822
+ This field is set by the server and will be ignored if provided on export creation or update.
823
+ """
824
+ return pulumi.get(self, "most_recent_editor")
825
+
826
+ @property
827
+ @pulumi.getter
828
+ def name(self) -> pulumi.Output[str]:
829
+ """
830
+ The resource name of this export, in the format
831
+ `organizations/{{organization}}/locations/{{location}}/bigQueryExports/{{big_query_export_id}}`.
832
+ This field is provided in responses, and is ignored when provided in create requests.
833
+ """
834
+ return pulumi.get(self, "name")
835
+
836
+ @property
837
+ @pulumi.getter
838
+ def organization(self) -> pulumi.Output[str]:
839
+ """
840
+ The organization whose Cloud Security Command Center the Big Query Export
841
+ Config lives in.
842
+ """
843
+ return pulumi.get(self, "organization")
844
+
845
+ @property
846
+ @pulumi.getter
847
+ def principal(self) -> pulumi.Output[str]:
848
+ """
849
+ The service account that needs permission to create table and upload data to the BigQuery dataset.
850
+ """
851
+ return pulumi.get(self, "principal")
852
+
853
+ @property
854
+ @pulumi.getter(name="updateTime")
855
+ def update_time(self) -> pulumi.Output[str]:
856
+ """
857
+ The most recent time at which the BigQuery export was updated. This field is set by the server and will be ignored if provided on export creation or update.
858
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
859
+ Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
860
+ """
861
+ return pulumi.get(self, "update_time")
862
+