pulumi-gcp 8.1.0__py3-none-any.whl → 8.1.0a1726293903__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 +0 -24
  2. pulumi_gcp/alloydb/_inputs.py +0 -94
  3. pulumi_gcp/alloydb/cluster.py +1 -94
  4. pulumi_gcp/alloydb/outputs.py +0 -79
  5. pulumi_gcp/assuredworkloads/workload.py +16 -135
  6. pulumi_gcp/backupdisasterrecovery/__init__.py +0 -1
  7. pulumi_gcp/bigquery/_inputs.py +0 -33
  8. pulumi_gcp/bigquery/data_transfer_config.py +6 -134
  9. pulumi_gcp/bigquery/outputs.py +0 -36
  10. pulumi_gcp/bigqueryanalyticshub/_inputs.py +7 -169
  11. pulumi_gcp/bigqueryanalyticshub/data_exchange.py +3 -96
  12. pulumi_gcp/bigqueryanalyticshub/listing.py +0 -114
  13. pulumi_gcp/bigqueryanalyticshub/outputs.py +5 -138
  14. pulumi_gcp/bigtable/_inputs.py +1 -21
  15. pulumi_gcp/bigtable/outputs.py +1 -13
  16. pulumi_gcp/bigtable/table.py +0 -34
  17. pulumi_gcp/certificateauthority/authority.py +7 -14
  18. pulumi_gcp/certificatemanager/__init__.py +0 -1
  19. pulumi_gcp/certificatemanager/certificate.py +0 -28
  20. pulumi_gcp/certificatemanager/outputs.py +0 -322
  21. pulumi_gcp/cloudbuild/_inputs.py +6 -6
  22. pulumi_gcp/cloudbuild/outputs.py +4 -4
  23. pulumi_gcp/cloudrun/_inputs.py +12 -6
  24. pulumi_gcp/cloudrun/outputs.py +16 -8
  25. pulumi_gcp/cloudrunv2/_inputs.py +15 -72
  26. pulumi_gcp/cloudrunv2/outputs.py +16 -82
  27. pulumi_gcp/cloudrunv2/service.py +4 -50
  28. pulumi_gcp/cloudtasks/_inputs.py +0 -630
  29. pulumi_gcp/cloudtasks/outputs.py +0 -479
  30. pulumi_gcp/cloudtasks/queue.py +0 -238
  31. pulumi_gcp/compute/_inputs.py +9 -129
  32. pulumi_gcp/compute/get_instance.py +1 -1
  33. pulumi_gcp/compute/health_check.py +0 -114
  34. pulumi_gcp/compute/instance.py +4 -86
  35. pulumi_gcp/compute/instance_template.py +0 -66
  36. pulumi_gcp/compute/interconnect.py +21 -28
  37. pulumi_gcp/compute/node_template.py +0 -93
  38. pulumi_gcp/compute/outputs.py +6 -108
  39. pulumi_gcp/compute/target_https_proxy.py +0 -28
  40. pulumi_gcp/container/_inputs.py +3 -140
  41. pulumi_gcp/container/attached_cluster.py +7 -7
  42. pulumi_gcp/container/outputs.py +2 -174
  43. pulumi_gcp/databasemigrationservice/_inputs.py +148 -176
  44. pulumi_gcp/databasemigrationservice/connection_profile.py +0 -206
  45. pulumi_gcp/databasemigrationservice/outputs.py +87 -109
  46. pulumi_gcp/dataloss/_inputs.py +1 -353
  47. pulumi_gcp/dataloss/outputs.py +3 -274
  48. pulumi_gcp/dataproc/_inputs.py +27 -27
  49. pulumi_gcp/dataproc/outputs.py +18 -18
  50. pulumi_gcp/datastream/_inputs.py +1 -69
  51. pulumi_gcp/datastream/outputs.py +2 -44
  52. pulumi_gcp/datastream/stream.py +7 -194
  53. pulumi_gcp/discoveryengine/_inputs.py +0 -188
  54. pulumi_gcp/discoveryengine/data_store.py +14 -14
  55. pulumi_gcp/discoveryengine/outputs.py +1 -153
  56. pulumi_gcp/firebase/database_instance.py +7 -7
  57. pulumi_gcp/gkehub/_inputs.py +1 -25
  58. pulumi_gcp/gkehub/feature_membership.py +6 -12
  59. pulumi_gcp/gkehub/outputs.py +1 -17
  60. pulumi_gcp/iam/_inputs.py +0 -196
  61. pulumi_gcp/iam/get_workload_identity_pool_provider.py +3 -13
  62. pulumi_gcp/iam/outputs.py +0 -295
  63. pulumi_gcp/iam/workload_identity_pool_provider.py +3 -164
  64. pulumi_gcp/kms/__init__.py +0 -2
  65. pulumi_gcp/kms/autokey_config.py +2 -10
  66. pulumi_gcp/kms/outputs.py +0 -164
  67. pulumi_gcp/netapp/active_directory.py +6 -6
  68. pulumi_gcp/netapp/backup.py +6 -6
  69. pulumi_gcp/netapp/backup_policy.py +6 -6
  70. pulumi_gcp/netapp/backup_vault.py +6 -6
  71. pulumi_gcp/netapp/storage_pool.py +4 -4
  72. pulumi_gcp/netapp/volume.py +0 -7
  73. pulumi_gcp/networkconnectivity/_inputs.py +1 -21
  74. pulumi_gcp/networkconnectivity/outputs.py +1 -15
  75. pulumi_gcp/networkconnectivity/spoke.py +0 -8
  76. pulumi_gcp/networksecurity/client_tls_policy.py +22 -24
  77. pulumi_gcp/networksecurity/server_tls_policy.py +32 -20
  78. pulumi_gcp/organizations/get_project.py +3 -13
  79. pulumi_gcp/organizations/project.py +3 -88
  80. pulumi_gcp/parallelstore/instance.py +121 -121
  81. pulumi_gcp/projects/iam_member_remove.py +0 -26
  82. pulumi_gcp/projects/usage_export_bucket.py +0 -38
  83. pulumi_gcp/pubsub/_inputs.py +0 -40
  84. pulumi_gcp/pubsub/outputs.py +1 -51
  85. pulumi_gcp/pubsub/subscription.py +0 -6
  86. pulumi_gcp/pulumi-plugin.json +1 -1
  87. pulumi_gcp/redis/_inputs.py +0 -419
  88. pulumi_gcp/redis/cluster.py +0 -123
  89. pulumi_gcp/redis/outputs.py +0 -315
  90. pulumi_gcp/securitycenter/__init__.py +0 -2
  91. pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +4 -4
  92. {pulumi_gcp-8.1.0.dist-info → pulumi_gcp-8.1.0a1726293903.dist-info}/METADATA +1 -1
  93. {pulumi_gcp-8.1.0.dist-info → pulumi_gcp-8.1.0a1726293903.dist-info}/RECORD +95 -101
  94. {pulumi_gcp-8.1.0.dist-info → pulumi_gcp-8.1.0a1726293903.dist-info}/WHEEL +1 -1
  95. pulumi_gcp/backupdisasterrecovery/backup_vault.py +0 -1203
  96. pulumi_gcp/certificatemanager/get_certificates.py +0 -150
  97. pulumi_gcp/kms/get_crypto_key_latest_version.py +0 -222
  98. pulumi_gcp/kms/get_crypto_key_versions.py +0 -175
  99. pulumi_gcp/securitycenter/v2_folder_scc_big_query_export.py +0 -857
  100. pulumi_gcp/securitycenter/v2_project_scc_big_query_export.py +0 -796
  101. {pulumi_gcp-8.1.0.dist-info → pulumi_gcp-8.1.0a1726293903.dist-info}/top_level.txt +0 -0
@@ -42,7 +42,7 @@ class DataStoreArgs:
42
42
  :param pulumi.Input[str] display_name: The display name of the data store. This field must be a UTF-8 encoded
43
43
  string with a length limit of 128 characters.
44
44
  :param pulumi.Input[str] industry_vertical: The industry vertical that the data store registers.
45
- Possible values are: `GENERIC`, `MEDIA`, `HEALTHCARE_FHIR`.
45
+ Possible values are: `GENERIC`, `MEDIA`.
46
46
  :param pulumi.Input[str] location: The geographic location where the data store should reside. The value can
47
47
  only be one of "global", "us" and "eu".
48
48
  :param pulumi.Input[bool] create_advanced_site_search: If true, an advanced data store for site search will be created. If the
@@ -60,7 +60,7 @@ class DataStoreArgs:
60
60
  This flag cannot be specified if `data_store.starting_schema` is
61
61
  specified.
62
62
  :param pulumi.Input[Sequence[pulumi.Input[str]]] solution_types: The solutions that the data store enrolls.
63
- Each value may be one of: `SOLUTION_TYPE_RECOMMENDATION`, `SOLUTION_TYPE_SEARCH`, `SOLUTION_TYPE_CHAT`, `SOLUTION_TYPE_GENERATIVE_CHAT`.
63
+ Each value may be one of: `SOLUTION_TYPE_RECOMMENDATION`, `SOLUTION_TYPE_SEARCH`, `SOLUTION_TYPE_CHAT`.
64
64
  """
65
65
  pulumi.set(__self__, "content_config", content_config)
66
66
  pulumi.set(__self__, "data_store_id", data_store_id)
@@ -124,7 +124,7 @@ class DataStoreArgs:
124
124
  def industry_vertical(self) -> pulumi.Input[str]:
125
125
  """
126
126
  The industry vertical that the data store registers.
127
- Possible values are: `GENERIC`, `MEDIA`, `HEALTHCARE_FHIR`.
127
+ Possible values are: `GENERIC`, `MEDIA`.
128
128
  """
129
129
  return pulumi.get(self, "industry_vertical")
130
130
 
@@ -208,7 +208,7 @@ class DataStoreArgs:
208
208
  def solution_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
209
209
  """
210
210
  The solutions that the data store enrolls.
211
- Each value may be one of: `SOLUTION_TYPE_RECOMMENDATION`, `SOLUTION_TYPE_SEARCH`, `SOLUTION_TYPE_CHAT`, `SOLUTION_TYPE_GENERATIVE_CHAT`.
211
+ Each value may be one of: `SOLUTION_TYPE_RECOMMENDATION`, `SOLUTION_TYPE_SEARCH`, `SOLUTION_TYPE_CHAT`.
212
212
  """
213
213
  return pulumi.get(self, "solution_types")
214
214
 
@@ -251,7 +251,7 @@ class _DataStoreState:
251
251
  :param pulumi.Input['DataStoreDocumentProcessingConfigArgs'] document_processing_config: Configuration for Document understanding and enrichment.
252
252
  Structure is documented below.
253
253
  :param pulumi.Input[str] industry_vertical: The industry vertical that the data store registers.
254
- Possible values are: `GENERIC`, `MEDIA`, `HEALTHCARE_FHIR`.
254
+ Possible values are: `GENERIC`, `MEDIA`.
255
255
  :param pulumi.Input[str] location: The geographic location where the data store should reside. The value can
256
256
  only be one of "global", "us" and "eu".
257
257
  :param pulumi.Input[str] name: The unique full resource name of the data store. Values are of the format
@@ -268,7 +268,7 @@ class _DataStoreState:
268
268
  This flag cannot be specified if `data_store.starting_schema` is
269
269
  specified.
270
270
  :param pulumi.Input[Sequence[pulumi.Input[str]]] solution_types: The solutions that the data store enrolls.
271
- Each value may be one of: `SOLUTION_TYPE_RECOMMENDATION`, `SOLUTION_TYPE_SEARCH`, `SOLUTION_TYPE_CHAT`, `SOLUTION_TYPE_GENERATIVE_CHAT`.
271
+ Each value may be one of: `SOLUTION_TYPE_RECOMMENDATION`, `SOLUTION_TYPE_SEARCH`, `SOLUTION_TYPE_CHAT`.
272
272
  """
273
273
  if content_config is not None:
274
274
  pulumi.set(__self__, "content_config", content_config)
@@ -394,7 +394,7 @@ class _DataStoreState:
394
394
  def industry_vertical(self) -> Optional[pulumi.Input[str]]:
395
395
  """
396
396
  The industry vertical that the data store registers.
397
- Possible values are: `GENERIC`, `MEDIA`, `HEALTHCARE_FHIR`.
397
+ Possible values are: `GENERIC`, `MEDIA`.
398
398
  """
399
399
  return pulumi.get(self, "industry_vertical")
400
400
 
@@ -466,7 +466,7 @@ class _DataStoreState:
466
466
  def solution_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
467
467
  """
468
468
  The solutions that the data store enrolls.
469
- Each value may be one of: `SOLUTION_TYPE_RECOMMENDATION`, `SOLUTION_TYPE_SEARCH`, `SOLUTION_TYPE_CHAT`, `SOLUTION_TYPE_GENERATIVE_CHAT`.
469
+ Each value may be one of: `SOLUTION_TYPE_RECOMMENDATION`, `SOLUTION_TYPE_SEARCH`, `SOLUTION_TYPE_CHAT`.
470
470
  """
471
471
  return pulumi.get(self, "solution_types")
472
472
 
@@ -587,7 +587,7 @@ class DataStore(pulumi.CustomResource):
587
587
  :param pulumi.Input[Union['DataStoreDocumentProcessingConfigArgs', 'DataStoreDocumentProcessingConfigArgsDict']] document_processing_config: Configuration for Document understanding and enrichment.
588
588
  Structure is documented below.
589
589
  :param pulumi.Input[str] industry_vertical: The industry vertical that the data store registers.
590
- Possible values are: `GENERIC`, `MEDIA`, `HEALTHCARE_FHIR`.
590
+ Possible values are: `GENERIC`, `MEDIA`.
591
591
  :param pulumi.Input[str] location: The geographic location where the data store should reside. The value can
592
592
  only be one of "global", "us" and "eu".
593
593
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -600,7 +600,7 @@ class DataStore(pulumi.CustomResource):
600
600
  This flag cannot be specified if `data_store.starting_schema` is
601
601
  specified.
602
602
  :param pulumi.Input[Sequence[pulumi.Input[str]]] solution_types: The solutions that the data store enrolls.
603
- Each value may be one of: `SOLUTION_TYPE_RECOMMENDATION`, `SOLUTION_TYPE_SEARCH`, `SOLUTION_TYPE_CHAT`, `SOLUTION_TYPE_GENERATIVE_CHAT`.
603
+ Each value may be one of: `SOLUTION_TYPE_RECOMMENDATION`, `SOLUTION_TYPE_SEARCH`, `SOLUTION_TYPE_CHAT`.
604
604
  """
605
605
  ...
606
606
  @overload
@@ -791,7 +791,7 @@ class DataStore(pulumi.CustomResource):
791
791
  :param pulumi.Input[Union['DataStoreDocumentProcessingConfigArgs', 'DataStoreDocumentProcessingConfigArgsDict']] document_processing_config: Configuration for Document understanding and enrichment.
792
792
  Structure is documented below.
793
793
  :param pulumi.Input[str] industry_vertical: The industry vertical that the data store registers.
794
- Possible values are: `GENERIC`, `MEDIA`, `HEALTHCARE_FHIR`.
794
+ Possible values are: `GENERIC`, `MEDIA`.
795
795
  :param pulumi.Input[str] location: The geographic location where the data store should reside. The value can
796
796
  only be one of "global", "us" and "eu".
797
797
  :param pulumi.Input[str] name: The unique full resource name of the data store. Values are of the format
@@ -808,7 +808,7 @@ class DataStore(pulumi.CustomResource):
808
808
  This flag cannot be specified if `data_store.starting_schema` is
809
809
  specified.
810
810
  :param pulumi.Input[Sequence[pulumi.Input[str]]] solution_types: The solutions that the data store enrolls.
811
- Each value may be one of: `SOLUTION_TYPE_RECOMMENDATION`, `SOLUTION_TYPE_SEARCH`, `SOLUTION_TYPE_CHAT`, `SOLUTION_TYPE_GENERATIVE_CHAT`.
811
+ Each value may be one of: `SOLUTION_TYPE_RECOMMENDATION`, `SOLUTION_TYPE_SEARCH`, `SOLUTION_TYPE_CHAT`.
812
812
  """
813
813
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
814
814
 
@@ -898,7 +898,7 @@ class DataStore(pulumi.CustomResource):
898
898
  def industry_vertical(self) -> pulumi.Output[str]:
899
899
  """
900
900
  The industry vertical that the data store registers.
901
- Possible values are: `GENERIC`, `MEDIA`, `HEALTHCARE_FHIR`.
901
+ Possible values are: `GENERIC`, `MEDIA`.
902
902
  """
903
903
  return pulumi.get(self, "industry_vertical")
904
904
 
@@ -950,7 +950,7 @@ class DataStore(pulumi.CustomResource):
950
950
  def solution_types(self) -> pulumi.Output[Optional[Sequence[str]]]:
951
951
  """
952
952
  The solutions that the data store enrolls.
953
- Each value may be one of: `SOLUTION_TYPE_RECOMMENDATION`, `SOLUTION_TYPE_SEARCH`, `SOLUTION_TYPE_CHAT`, `SOLUTION_TYPE_GENERATIVE_CHAT`.
953
+ Each value may be one of: `SOLUTION_TYPE_RECOMMENDATION`, `SOLUTION_TYPE_SEARCH`, `SOLUTION_TYPE_CHAT`.
954
954
  """
955
955
  return pulumi.get(self, "solution_types")
956
956
 
@@ -21,15 +21,11 @@ __all__ = [
21
21
  'ChatEngineChatEngineMetadata',
22
22
  'ChatEngineCommonConfig',
23
23
  'DataStoreDocumentProcessingConfig',
24
- 'DataStoreDocumentProcessingConfigChunkingConfig',
25
- 'DataStoreDocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig',
26
24
  'DataStoreDocumentProcessingConfigDefaultParsingConfig',
27
25
  'DataStoreDocumentProcessingConfigDefaultParsingConfigDigitalParsingConfig',
28
- 'DataStoreDocumentProcessingConfigDefaultParsingConfigLayoutParsingConfig',
29
26
  'DataStoreDocumentProcessingConfigDefaultParsingConfigOcrParsingConfig',
30
27
  'DataStoreDocumentProcessingConfigParsingConfigOverride',
31
28
  'DataStoreDocumentProcessingConfigParsingConfigOverrideDigitalParsingConfig',
32
- 'DataStoreDocumentProcessingConfigParsingConfigOverrideLayoutParsingConfig',
33
29
  'DataStoreDocumentProcessingConfigParsingConfigOverrideOcrParsingConfig',
34
30
  'SearchEngineCommonConfig',
35
31
  'SearchEngineSearchEngineConfig',
@@ -227,9 +223,7 @@ class DataStoreDocumentProcessingConfig(dict):
227
223
  @staticmethod
228
224
  def __key_warning(key: str):
229
225
  suggest = None
230
- if key == "chunkingConfig":
231
- suggest = "chunking_config"
232
- elif key == "defaultParsingConfig":
226
+ if key == "defaultParsingConfig":
233
227
  suggest = "default_parsing_config"
234
228
  elif key == "parsingConfigOverrides":
235
229
  suggest = "parsing_config_overrides"
@@ -246,13 +240,10 @@ class DataStoreDocumentProcessingConfig(dict):
246
240
  return super().get(key, default)
247
241
 
248
242
  def __init__(__self__, *,
249
- chunking_config: Optional['outputs.DataStoreDocumentProcessingConfigChunkingConfig'] = None,
250
243
  default_parsing_config: Optional['outputs.DataStoreDocumentProcessingConfigDefaultParsingConfig'] = None,
251
244
  name: Optional[str] = None,
252
245
  parsing_config_overrides: Optional[Sequence['outputs.DataStoreDocumentProcessingConfigParsingConfigOverride']] = None):
253
246
  """
254
- :param 'DataStoreDocumentProcessingConfigChunkingConfigArgs' chunking_config: Whether chunking mode is enabled.
255
- Structure is documented below.
256
247
  :param 'DataStoreDocumentProcessingConfigDefaultParsingConfigArgs' default_parsing_config: Configurations for default Document parser. If not specified, this resource
257
248
  will be configured to use a default DigitalParsingConfig, and the default parsing
258
249
  config will be applied to all file types for Document parsing.
@@ -262,8 +253,6 @@ class DataStoreDocumentProcessingConfig(dict):
262
253
  `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/documentProcessingConfig`.
263
254
  :param Sequence['DataStoreDocumentProcessingConfigParsingConfigOverrideArgs'] parsing_config_overrides: Map from file type to override the default parsing configuration based on the file type. Supported keys:
264
255
  """
265
- if chunking_config is not None:
266
- pulumi.set(__self__, "chunking_config", chunking_config)
267
256
  if default_parsing_config is not None:
268
257
  pulumi.set(__self__, "default_parsing_config", default_parsing_config)
269
258
  if name is not None:
@@ -271,15 +260,6 @@ class DataStoreDocumentProcessingConfig(dict):
271
260
  if parsing_config_overrides is not None:
272
261
  pulumi.set(__self__, "parsing_config_overrides", parsing_config_overrides)
273
262
 
274
- @property
275
- @pulumi.getter(name="chunkingConfig")
276
- def chunking_config(self) -> Optional['outputs.DataStoreDocumentProcessingConfigChunkingConfig']:
277
- """
278
- Whether chunking mode is enabled.
279
- Structure is documented below.
280
- """
281
- return pulumi.get(self, "chunking_config")
282
-
283
263
  @property
284
264
  @pulumi.getter(name="defaultParsingConfig")
285
265
  def default_parsing_config(self) -> Optional['outputs.DataStoreDocumentProcessingConfigDefaultParsingConfig']:
@@ -310,98 +290,6 @@ class DataStoreDocumentProcessingConfig(dict):
310
290
  return pulumi.get(self, "parsing_config_overrides")
311
291
 
312
292
 
313
- @pulumi.output_type
314
- class DataStoreDocumentProcessingConfigChunkingConfig(dict):
315
- @staticmethod
316
- def __key_warning(key: str):
317
- suggest = None
318
- if key == "layoutBasedChunkingConfig":
319
- suggest = "layout_based_chunking_config"
320
-
321
- if suggest:
322
- pulumi.log.warn(f"Key '{key}' not found in DataStoreDocumentProcessingConfigChunkingConfig. Access the value via the '{suggest}' property getter instead.")
323
-
324
- def __getitem__(self, key: str) -> Any:
325
- DataStoreDocumentProcessingConfigChunkingConfig.__key_warning(key)
326
- return super().__getitem__(key)
327
-
328
- def get(self, key: str, default = None) -> Any:
329
- DataStoreDocumentProcessingConfigChunkingConfig.__key_warning(key)
330
- return super().get(key, default)
331
-
332
- def __init__(__self__, *,
333
- layout_based_chunking_config: Optional['outputs.DataStoreDocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig'] = None):
334
- """
335
- :param 'DataStoreDocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfigArgs' layout_based_chunking_config: Configuration for the layout based chunking.
336
- Structure is documented below.
337
- """
338
- if layout_based_chunking_config is not None:
339
- pulumi.set(__self__, "layout_based_chunking_config", layout_based_chunking_config)
340
-
341
- @property
342
- @pulumi.getter(name="layoutBasedChunkingConfig")
343
- def layout_based_chunking_config(self) -> Optional['outputs.DataStoreDocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig']:
344
- """
345
- Configuration for the layout based chunking.
346
- Structure is documented below.
347
- """
348
- return pulumi.get(self, "layout_based_chunking_config")
349
-
350
-
351
- @pulumi.output_type
352
- class DataStoreDocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig(dict):
353
- @staticmethod
354
- def __key_warning(key: str):
355
- suggest = None
356
- if key == "chunkSize":
357
- suggest = "chunk_size"
358
- elif key == "includeAncestorHeadings":
359
- suggest = "include_ancestor_headings"
360
-
361
- if suggest:
362
- pulumi.log.warn(f"Key '{key}' not found in DataStoreDocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig. Access the value via the '{suggest}' property getter instead.")
363
-
364
- def __getitem__(self, key: str) -> Any:
365
- DataStoreDocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig.__key_warning(key)
366
- return super().__getitem__(key)
367
-
368
- def get(self, key: str, default = None) -> Any:
369
- DataStoreDocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig.__key_warning(key)
370
- return super().get(key, default)
371
-
372
- def __init__(__self__, *,
373
- chunk_size: Optional[int] = None,
374
- include_ancestor_headings: Optional[bool] = None):
375
- """
376
- :param int chunk_size: The token size limit for each chunk.
377
- Supported values: 100-500 (inclusive). Default value: 500.
378
- :param bool include_ancestor_headings: Whether to include appending different levels of headings to chunks from the middle of the document to prevent context loss.
379
- Default value: False.
380
- """
381
- if chunk_size is not None:
382
- pulumi.set(__self__, "chunk_size", chunk_size)
383
- if include_ancestor_headings is not None:
384
- pulumi.set(__self__, "include_ancestor_headings", include_ancestor_headings)
385
-
386
- @property
387
- @pulumi.getter(name="chunkSize")
388
- def chunk_size(self) -> Optional[int]:
389
- """
390
- The token size limit for each chunk.
391
- Supported values: 100-500 (inclusive). Default value: 500.
392
- """
393
- return pulumi.get(self, "chunk_size")
394
-
395
- @property
396
- @pulumi.getter(name="includeAncestorHeadings")
397
- def include_ancestor_headings(self) -> Optional[bool]:
398
- """
399
- Whether to include appending different levels of headings to chunks from the middle of the document to prevent context loss.
400
- Default value: False.
401
- """
402
- return pulumi.get(self, "include_ancestor_headings")
403
-
404
-
405
293
  @pulumi.output_type
406
294
  class DataStoreDocumentProcessingConfigDefaultParsingConfig(dict):
407
295
  @staticmethod
@@ -409,8 +297,6 @@ class DataStoreDocumentProcessingConfigDefaultParsingConfig(dict):
409
297
  suggest = None
410
298
  if key == "digitalParsingConfig":
411
299
  suggest = "digital_parsing_config"
412
- elif key == "layoutParsingConfig":
413
- suggest = "layout_parsing_config"
414
300
  elif key == "ocrParsingConfig":
415
301
  suggest = "ocr_parsing_config"
416
302
 
@@ -427,18 +313,14 @@ class DataStoreDocumentProcessingConfigDefaultParsingConfig(dict):
427
313
 
428
314
  def __init__(__self__, *,
429
315
  digital_parsing_config: Optional['outputs.DataStoreDocumentProcessingConfigDefaultParsingConfigDigitalParsingConfig'] = None,
430
- layout_parsing_config: Optional['outputs.DataStoreDocumentProcessingConfigDefaultParsingConfigLayoutParsingConfig'] = None,
431
316
  ocr_parsing_config: Optional['outputs.DataStoreDocumentProcessingConfigDefaultParsingConfigOcrParsingConfig'] = None):
432
317
  """
433
318
  :param 'DataStoreDocumentProcessingConfigDefaultParsingConfigDigitalParsingConfigArgs' digital_parsing_config: Configurations applied to digital parser.
434
- :param 'DataStoreDocumentProcessingConfigDefaultParsingConfigLayoutParsingConfigArgs' layout_parsing_config: Configurations applied to layout parser.
435
319
  :param 'DataStoreDocumentProcessingConfigDefaultParsingConfigOcrParsingConfigArgs' ocr_parsing_config: Configurations applied to OCR parser. Currently it only applies to PDFs.
436
320
  Structure is documented below.
437
321
  """
438
322
  if digital_parsing_config is not None:
439
323
  pulumi.set(__self__, "digital_parsing_config", digital_parsing_config)
440
- if layout_parsing_config is not None:
441
- pulumi.set(__self__, "layout_parsing_config", layout_parsing_config)
442
324
  if ocr_parsing_config is not None:
443
325
  pulumi.set(__self__, "ocr_parsing_config", ocr_parsing_config)
444
326
 
@@ -450,14 +332,6 @@ class DataStoreDocumentProcessingConfigDefaultParsingConfig(dict):
450
332
  """
451
333
  return pulumi.get(self, "digital_parsing_config")
452
334
 
453
- @property
454
- @pulumi.getter(name="layoutParsingConfig")
455
- def layout_parsing_config(self) -> Optional['outputs.DataStoreDocumentProcessingConfigDefaultParsingConfigLayoutParsingConfig']:
456
- """
457
- Configurations applied to layout parser.
458
- """
459
- return pulumi.get(self, "layout_parsing_config")
460
-
461
335
  @property
462
336
  @pulumi.getter(name="ocrParsingConfig")
463
337
  def ocr_parsing_config(self) -> Optional['outputs.DataStoreDocumentProcessingConfigDefaultParsingConfigOcrParsingConfig']:
@@ -474,12 +348,6 @@ class DataStoreDocumentProcessingConfigDefaultParsingConfigDigitalParsingConfig(
474
348
  pass
475
349
 
476
350
 
477
- @pulumi.output_type
478
- class DataStoreDocumentProcessingConfigDefaultParsingConfigLayoutParsingConfig(dict):
479
- def __init__(__self__):
480
- pass
481
-
482
-
483
351
  @pulumi.output_type
484
352
  class DataStoreDocumentProcessingConfigDefaultParsingConfigOcrParsingConfig(dict):
485
353
  @staticmethod
@@ -525,8 +393,6 @@ class DataStoreDocumentProcessingConfigParsingConfigOverride(dict):
525
393
  suggest = "file_type"
526
394
  elif key == "digitalParsingConfig":
527
395
  suggest = "digital_parsing_config"
528
- elif key == "layoutParsingConfig":
529
- suggest = "layout_parsing_config"
530
396
  elif key == "ocrParsingConfig":
531
397
  suggest = "ocr_parsing_config"
532
398
 
@@ -544,20 +410,16 @@ class DataStoreDocumentProcessingConfigParsingConfigOverride(dict):
544
410
  def __init__(__self__, *,
545
411
  file_type: str,
546
412
  digital_parsing_config: Optional['outputs.DataStoreDocumentProcessingConfigParsingConfigOverrideDigitalParsingConfig'] = None,
547
- layout_parsing_config: Optional['outputs.DataStoreDocumentProcessingConfigParsingConfigOverrideLayoutParsingConfig'] = None,
548
413
  ocr_parsing_config: Optional['outputs.DataStoreDocumentProcessingConfigParsingConfigOverrideOcrParsingConfig'] = None):
549
414
  """
550
415
  :param str file_type: The identifier for this object. Format specified above.
551
416
  :param 'DataStoreDocumentProcessingConfigParsingConfigOverrideDigitalParsingConfigArgs' digital_parsing_config: Configurations applied to digital parser.
552
- :param 'DataStoreDocumentProcessingConfigParsingConfigOverrideLayoutParsingConfigArgs' layout_parsing_config: Configurations applied to layout parser.
553
417
  :param 'DataStoreDocumentProcessingConfigParsingConfigOverrideOcrParsingConfigArgs' ocr_parsing_config: Configurations applied to OCR parser. Currently it only applies to PDFs.
554
418
  Structure is documented below.
555
419
  """
556
420
  pulumi.set(__self__, "file_type", file_type)
557
421
  if digital_parsing_config is not None:
558
422
  pulumi.set(__self__, "digital_parsing_config", digital_parsing_config)
559
- if layout_parsing_config is not None:
560
- pulumi.set(__self__, "layout_parsing_config", layout_parsing_config)
561
423
  if ocr_parsing_config is not None:
562
424
  pulumi.set(__self__, "ocr_parsing_config", ocr_parsing_config)
563
425
 
@@ -577,14 +439,6 @@ class DataStoreDocumentProcessingConfigParsingConfigOverride(dict):
577
439
  """
578
440
  return pulumi.get(self, "digital_parsing_config")
579
441
 
580
- @property
581
- @pulumi.getter(name="layoutParsingConfig")
582
- def layout_parsing_config(self) -> Optional['outputs.DataStoreDocumentProcessingConfigParsingConfigOverrideLayoutParsingConfig']:
583
- """
584
- Configurations applied to layout parser.
585
- """
586
- return pulumi.get(self, "layout_parsing_config")
587
-
588
442
  @property
589
443
  @pulumi.getter(name="ocrParsingConfig")
590
444
  def ocr_parsing_config(self) -> Optional['outputs.DataStoreDocumentProcessingConfigParsingConfigOverrideOcrParsingConfig']:
@@ -601,12 +455,6 @@ class DataStoreDocumentProcessingConfigParsingConfigOverrideDigitalParsingConfig
601
455
  pass
602
456
 
603
457
 
604
- @pulumi.output_type
605
- class DataStoreDocumentProcessingConfigParsingConfigOverrideLayoutParsingConfig(dict):
606
- def __init__(__self__):
607
- pass
608
-
609
-
610
458
  @pulumi.output_type
611
459
  class DataStoreDocumentProcessingConfigParsingConfigOverrideOcrParsingConfig(dict):
612
460
  @staticmethod
@@ -33,7 +33,7 @@ class DatabaseInstanceArgs:
33
33
  - - -
34
34
  :param pulumi.Input[str] region: A reference to the region where the Firebase Realtime database resides.
35
35
  Check all [available regions](https://firebase.google.com/docs/projects/locations#rtdb-locations)
36
- :param pulumi.Input[str] desired_state: The intended database state. Possible values: ACTIVE, DISABLED.
36
+ :param pulumi.Input[str] desired_state: The intended database state.
37
37
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
38
38
  If it is not provided, the provider project is used.
39
39
  :param pulumi.Input[str] type: The database type.
@@ -85,7 +85,7 @@ class DatabaseInstanceArgs:
85
85
  @pulumi.getter(name="desiredState")
86
86
  def desired_state(self) -> Optional[pulumi.Input[str]]:
87
87
  """
88
- The intended database state. Possible values: ACTIVE, DISABLED.
88
+ The intended database state.
89
89
  """
90
90
  return pulumi.get(self, "desired_state")
91
91
 
@@ -139,7 +139,7 @@ class _DatabaseInstanceState:
139
139
  Input properties used for looking up and filtering DatabaseInstance resources.
140
140
  :param pulumi.Input[str] database_url: The database URL in the form of https://{instance-id}.firebaseio.com for us-central1 instances
141
141
  or https://{instance-id}.{region}.firebasedatabase.app in other regions.
142
- :param pulumi.Input[str] desired_state: The intended database state. Possible values: ACTIVE, DISABLED.
142
+ :param pulumi.Input[str] desired_state: The intended database state.
143
143
  :param pulumi.Input[str] instance_id: The globally unique identifier of the Firebase Realtime Database instance.
144
144
  Instance IDs cannot be reused after deletion.
145
145
 
@@ -195,7 +195,7 @@ class _DatabaseInstanceState:
195
195
  @pulumi.getter(name="desiredState")
196
196
  def desired_state(self) -> Optional[pulumi.Input[str]]:
197
197
  """
198
- The intended database state. Possible values: ACTIVE, DISABLED.
198
+ The intended database state.
199
199
  """
200
200
  return pulumi.get(self, "desired_state")
201
201
 
@@ -386,7 +386,7 @@ class DatabaseInstance(pulumi.CustomResource):
386
386
 
387
387
  :param str resource_name: The name of the resource.
388
388
  :param pulumi.ResourceOptions opts: Options for the resource.
389
- :param pulumi.Input[str] desired_state: The intended database state. Possible values: ACTIVE, DISABLED.
389
+ :param pulumi.Input[str] desired_state: The intended database state.
390
390
  :param pulumi.Input[str] instance_id: The globally unique identifier of the Firebase Realtime Database instance.
391
391
  Instance IDs cannot be reused after deletion.
392
392
 
@@ -560,7 +560,7 @@ class DatabaseInstance(pulumi.CustomResource):
560
560
  :param pulumi.ResourceOptions opts: Options for the resource.
561
561
  :param pulumi.Input[str] database_url: The database URL in the form of https://{instance-id}.firebaseio.com for us-central1 instances
562
562
  or https://{instance-id}.{region}.firebasedatabase.app in other regions.
563
- :param pulumi.Input[str] desired_state: The intended database state. Possible values: ACTIVE, DISABLED.
563
+ :param pulumi.Input[str] desired_state: The intended database state.
564
564
  :param pulumi.Input[str] instance_id: The globally unique identifier of the Firebase Realtime Database instance.
565
565
  Instance IDs cannot be reused after deletion.
566
566
 
@@ -609,7 +609,7 @@ class DatabaseInstance(pulumi.CustomResource):
609
609
  @pulumi.getter(name="desiredState")
610
610
  def desired_state(self) -> pulumi.Output[Optional[str]]:
611
611
  """
612
- The intended database state. Possible values: ACTIVE, DISABLED.
612
+ The intended database state.
613
613
  """
614
614
  return pulumi.get(self, "desired_state")
615
615
 
@@ -1717,9 +1717,7 @@ if not MYPY:
1717
1717
  class FeatureMembershipConfigmanagementArgsDict(TypedDict):
1718
1718
  binauthz: NotRequired[pulumi.Input['FeatureMembershipConfigmanagementBinauthzArgsDict']]
1719
1719
  """
1720
- (Optional, Deprecated)
1721
1720
  Binauthz configuration for the cluster. Structure is documented below.
1722
- This field will be ignored and should not be set.
1723
1721
  """
1724
1722
  config_sync: NotRequired[pulumi.Input['FeatureMembershipConfigmanagementConfigSyncArgsDict']]
1725
1723
  """
@@ -1728,10 +1726,6 @@ if not MYPY:
1728
1726
  hierarchy_controller: NotRequired[pulumi.Input['FeatureMembershipConfigmanagementHierarchyControllerArgsDict']]
1729
1727
  """
1730
1728
  Hierarchy Controller configuration for the cluster. Structure is documented below.
1731
- Configuring Hierarchy Controller through the configmanagement feature is no longer recommended.
1732
- Use open source Kubernetes [Hierarchical Namespace Controller (HNC)](https://github.com/kubernetes-sigs/hierarchical-namespaces) instead.
1733
- Follow the [instructions](https://cloud.google.com/kubernetes-engine/enterprise/config-sync/docs/how-to/migrate-hierarchy-controller)
1734
- to migrate from Hierarchy Controller to HNC.
1735
1729
  """
1736
1730
  management: NotRequired[pulumi.Input[str]]
1737
1731
  """
@@ -1740,8 +1734,6 @@ if not MYPY:
1740
1734
  policy_controller: NotRequired[pulumi.Input['FeatureMembershipConfigmanagementPolicyControllerArgsDict']]
1741
1735
  """
1742
1736
  Policy Controller configuration for the cluster. Structure is documented below.
1743
- Configuring Policy Controller through the configmanagement feature is no longer recommended.
1744
- Use the policycontroller feature instead.
1745
1737
  """
1746
1738
  version: NotRequired[pulumi.Input[str]]
1747
1739
  """
@@ -1760,19 +1752,11 @@ class FeatureMembershipConfigmanagementArgs:
1760
1752
  policy_controller: Optional[pulumi.Input['FeatureMembershipConfigmanagementPolicyControllerArgs']] = None,
1761
1753
  version: Optional[pulumi.Input[str]] = None):
1762
1754
  """
1763
- :param pulumi.Input['FeatureMembershipConfigmanagementBinauthzArgs'] binauthz: (Optional, Deprecated)
1764
- Binauthz configuration for the cluster. Structure is documented below.
1765
- This field will be ignored and should not be set.
1755
+ :param pulumi.Input['FeatureMembershipConfigmanagementBinauthzArgs'] binauthz: Binauthz configuration for the cluster. Structure is documented below.
1766
1756
  :param pulumi.Input['FeatureMembershipConfigmanagementConfigSyncArgs'] config_sync: Config Sync configuration for the cluster. Structure is documented below.
1767
1757
  :param pulumi.Input['FeatureMembershipConfigmanagementHierarchyControllerArgs'] hierarchy_controller: Hierarchy Controller configuration for the cluster. Structure is documented below.
1768
- Configuring Hierarchy Controller through the configmanagement feature is no longer recommended.
1769
- Use open source Kubernetes [Hierarchical Namespace Controller (HNC)](https://github.com/kubernetes-sigs/hierarchical-namespaces) instead.
1770
- Follow the [instructions](https://cloud.google.com/kubernetes-engine/enterprise/config-sync/docs/how-to/migrate-hierarchy-controller)
1771
- to migrate from Hierarchy Controller to HNC.
1772
1758
  :param pulumi.Input[str] management: Set this field to MANAGEMENT_AUTOMATIC to enable Config Sync auto-upgrades, and set this field to MANAGEMENT_MANUAL or MANAGEMENT_UNSPECIFIED to disable Config Sync auto-upgrades.
1773
1759
  :param pulumi.Input['FeatureMembershipConfigmanagementPolicyControllerArgs'] policy_controller: Policy Controller configuration for the cluster. Structure is documented below.
1774
- Configuring Policy Controller through the configmanagement feature is no longer recommended.
1775
- Use the policycontroller feature instead.
1776
1760
  :param pulumi.Input[str] version: Version of ACM installed.
1777
1761
  """
1778
1762
  if binauthz is not None:
@@ -1792,9 +1776,7 @@ class FeatureMembershipConfigmanagementArgs:
1792
1776
  @pulumi.getter
1793
1777
  def binauthz(self) -> Optional[pulumi.Input['FeatureMembershipConfigmanagementBinauthzArgs']]:
1794
1778
  """
1795
- (Optional, Deprecated)
1796
1779
  Binauthz configuration for the cluster. Structure is documented below.
1797
- This field will be ignored and should not be set.
1798
1780
  """
1799
1781
  return pulumi.get(self, "binauthz")
1800
1782
 
@@ -1819,10 +1801,6 @@ class FeatureMembershipConfigmanagementArgs:
1819
1801
  def hierarchy_controller(self) -> Optional[pulumi.Input['FeatureMembershipConfigmanagementHierarchyControllerArgs']]:
1820
1802
  """
1821
1803
  Hierarchy Controller configuration for the cluster. Structure is documented below.
1822
- Configuring Hierarchy Controller through the configmanagement feature is no longer recommended.
1823
- Use open source Kubernetes [Hierarchical Namespace Controller (HNC)](https://github.com/kubernetes-sigs/hierarchical-namespaces) instead.
1824
- Follow the [instructions](https://cloud.google.com/kubernetes-engine/enterprise/config-sync/docs/how-to/migrate-hierarchy-controller)
1825
- to migrate from Hierarchy Controller to HNC.
1826
1804
  """
1827
1805
  return pulumi.get(self, "hierarchy_controller")
1828
1806
 
@@ -1847,8 +1825,6 @@ class FeatureMembershipConfigmanagementArgs:
1847
1825
  def policy_controller(self) -> Optional[pulumi.Input['FeatureMembershipConfigmanagementPolicyControllerArgs']]:
1848
1826
  """
1849
1827
  Policy Controller configuration for the cluster. Structure is documented below.
1850
- Configuring Policy Controller through the configmanagement feature is no longer recommended.
1851
- Use the policycontroller feature instead.
1852
1828
  """
1853
1829
  return pulumi.get(self, "policy_controller")
1854
1830
 
@@ -334,9 +334,8 @@ class FeatureMembership(pulumi.CustomResource):
334
334
  feature=feature.name,
335
335
  membership=membership.membership_id,
336
336
  configmanagement={
337
- "version": "1.19.0",
337
+ "version": "1.6.2",
338
338
  "config_sync": {
339
- "enabled": True,
340
339
  "git": {
341
340
  "sync_repo": "https://github.com/hashicorp/terraform",
342
341
  },
@@ -371,9 +370,8 @@ class FeatureMembership(pulumi.CustomResource):
371
370
  feature=feature.name,
372
371
  membership=membership.membership_id,
373
372
  configmanagement={
374
- "version": "1.19.0",
373
+ "version": "1.15.1",
375
374
  "config_sync": {
376
- "enabled": True,
377
375
  "oci": {
378
376
  "sync_repo": "us-central1-docker.pkg.dev/sample-project/config-repo/config-sync-gke:latest",
379
377
  "policy_dir": "config-connector",
@@ -458,9 +456,8 @@ class FeatureMembership(pulumi.CustomResource):
458
456
  membership=membership.membership_id,
459
457
  membership_location=membership.location,
460
458
  configmanagement={
461
- "version": "1.19.0",
459
+ "version": "1.6.2",
462
460
  "config_sync": {
463
- "enabled": True,
464
461
  "git": {
465
462
  "sync_repo": "https://github.com/hashicorp/terraform",
466
463
  },
@@ -615,9 +612,8 @@ class FeatureMembership(pulumi.CustomResource):
615
612
  feature=feature.name,
616
613
  membership=membership.membership_id,
617
614
  configmanagement={
618
- "version": "1.19.0",
615
+ "version": "1.6.2",
619
616
  "config_sync": {
620
- "enabled": True,
621
617
  "git": {
622
618
  "sync_repo": "https://github.com/hashicorp/terraform",
623
619
  },
@@ -652,9 +648,8 @@ class FeatureMembership(pulumi.CustomResource):
652
648
  feature=feature.name,
653
649
  membership=membership.membership_id,
654
650
  configmanagement={
655
- "version": "1.19.0",
651
+ "version": "1.15.1",
656
652
  "config_sync": {
657
- "enabled": True,
658
653
  "oci": {
659
654
  "sync_repo": "us-central1-docker.pkg.dev/sample-project/config-repo/config-sync-gke:latest",
660
655
  "policy_dir": "config-connector",
@@ -739,9 +734,8 @@ class FeatureMembership(pulumi.CustomResource):
739
734
  membership=membership.membership_id,
740
735
  membership_location=membership.location,
741
736
  configmanagement={
742
- "version": "1.19.0",
737
+ "version": "1.6.2",
743
738
  "config_sync": {
744
- "enabled": True,
745
739
  "git": {
746
740
  "sync_repo": "https://github.com/hashicorp/terraform",
747
741
  },