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