pulumi-gcp 8.8.2a1731515595__py3-none-any.whl → 8.9.0a1731097924__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 (114) hide show
  1. pulumi_gcp/__init__.py +0 -64
  2. pulumi_gcp/activedirectory/domain.py +0 -24
  3. pulumi_gcp/apigee/__init__.py +0 -1
  4. pulumi_gcp/apigee/_inputs.py +0 -74
  5. pulumi_gcp/apigee/outputs.py +0 -65
  6. pulumi_gcp/applicationintegration/auth_config.py +0 -24
  7. pulumi_gcp/backupdisasterrecovery/__init__.py +0 -4
  8. pulumi_gcp/backupdisasterrecovery/_inputs.py +0 -533
  9. pulumi_gcp/backupdisasterrecovery/backup_vault.py +6 -146
  10. pulumi_gcp/backupdisasterrecovery/outputs.py +0 -702
  11. pulumi_gcp/bigquery/data_transfer_config.py +0 -24
  12. pulumi_gcp/cloudrunv2/_inputs.py +0 -46
  13. pulumi_gcp/cloudrunv2/job.py +2 -0
  14. pulumi_gcp/cloudrunv2/outputs.py +2 -60
  15. pulumi_gcp/cloudrunv2/service.py +2 -0
  16. pulumi_gcp/compute/__init__.py +0 -1
  17. pulumi_gcp/compute/_inputs.py +255 -2162
  18. pulumi_gcp/compute/disk.py +7 -7
  19. pulumi_gcp/compute/firewall_policy_rule.py +54 -108
  20. pulumi_gcp/compute/get_region_instance_group_manager.py +1 -12
  21. pulumi_gcp/compute/health_check.py +42 -42
  22. pulumi_gcp/compute/network_firewall_policy_rule.py +4 -4
  23. pulumi_gcp/compute/network_firewall_policy_with_rules.py +10 -10
  24. pulumi_gcp/compute/node_template.py +0 -95
  25. pulumi_gcp/compute/outputs.py +213 -1639
  26. pulumi_gcp/compute/region_disk.py +7 -7
  27. pulumi_gcp/compute/region_health_check.py +42 -42
  28. pulumi_gcp/compute/region_instance_group_manager.py +14 -54
  29. pulumi_gcp/compute/region_network_firewall_policy_rule.py +4 -4
  30. pulumi_gcp/compute/region_network_firewall_policy_with_rules.py +10 -10
  31. pulumi_gcp/compute/region_security_policy.py +0 -120
  32. pulumi_gcp/compute/region_security_policy_rule.py +6 -6
  33. pulumi_gcp/compute/router_peer.py +35 -56
  34. pulumi_gcp/compute/security_scan_config.py +8 -8
  35. pulumi_gcp/config/__init__.pyi +0 -4
  36. pulumi_gcp/config/vars.py +0 -8
  37. pulumi_gcp/container/_inputs.py +10 -345
  38. pulumi_gcp/container/cluster.py +0 -101
  39. pulumi_gcp/container/get_cluster.py +1 -23
  40. pulumi_gcp/container/outputs.py +8 -456
  41. pulumi_gcp/dataloss/prevention_discovery_config.py +7 -7
  42. pulumi_gcp/dataproc/__init__.py +0 -2
  43. pulumi_gcp/dataproc/_inputs.py +0 -101
  44. pulumi_gcp/dataproc/outputs.py +0 -94
  45. pulumi_gcp/edgecontainer/vpn_connection.py +4 -4
  46. pulumi_gcp/firebase/android_app.py +2 -2
  47. pulumi_gcp/firebase/apple_app.py +2 -2
  48. pulumi_gcp/firebase/web_app.py +2 -2
  49. pulumi_gcp/firestore/index.py +0 -44
  50. pulumi_gcp/gkeonprem/_inputs.py +15 -15
  51. pulumi_gcp/gkeonprem/outputs.py +10 -10
  52. pulumi_gcp/healthcare/dataset.py +7 -7
  53. pulumi_gcp/healthcare/dicom_store.py +7 -7
  54. pulumi_gcp/healthcare/fhir_store.py +7 -7
  55. pulumi_gcp/healthcare/hl7_store.py +14 -14
  56. pulumi_gcp/iam/__init__.py +0 -1
  57. pulumi_gcp/iam/_inputs.py +0 -161
  58. pulumi_gcp/iam/outputs.py +0 -114
  59. pulumi_gcp/logging/metric.py +2 -2
  60. pulumi_gcp/looker/_inputs.py +0 -6
  61. pulumi_gcp/looker/instance.py +321 -169
  62. pulumi_gcp/looker/outputs.py +0 -4
  63. pulumi_gcp/memorystore/instance.py +0 -4
  64. pulumi_gcp/monitoring/alert_policy.py +0 -24
  65. pulumi_gcp/monitoring/custom_service.py +0 -24
  66. pulumi_gcp/monitoring/group.py +0 -24
  67. pulumi_gcp/monitoring/metric_descriptor.py +0 -24
  68. pulumi_gcp/monitoring/slo.py +0 -24
  69. pulumi_gcp/monitoring/uptime_check_config.py +0 -24
  70. pulumi_gcp/networkmanagement/__init__.py +0 -1
  71. pulumi_gcp/osconfig/patch_deployment.py +8 -8
  72. pulumi_gcp/provider.py +0 -40
  73. pulumi_gcp/pulumi-plugin.json +1 -1
  74. pulumi_gcp/redis/_inputs.py +3 -3
  75. pulumi_gcp/redis/outputs.py +2 -2
  76. pulumi_gcp/securitycenter/notification_config.py +16 -4
  77. pulumi_gcp/securitycenter/project_notification_config.py +24 -0
  78. pulumi_gcp/securitycenter/v2_organization_notification_config.py +16 -4
  79. pulumi_gcp/spanner/__init__.py +0 -1
  80. pulumi_gcp/spanner/_inputs.py +9 -9
  81. pulumi_gcp/spanner/get_instance.py +1 -12
  82. pulumi_gcp/spanner/instance.py +0 -70
  83. pulumi_gcp/spanner/outputs.py +12 -46
  84. pulumi_gcp/sql/_inputs.py +0 -26
  85. pulumi_gcp/sql/database_instance.py +11 -124
  86. pulumi_gcp/sql/get_database_instance.py +1 -12
  87. pulumi_gcp/sql/outputs.py +0 -51
  88. pulumi_gcp/storage/_inputs.py +3 -3
  89. pulumi_gcp/storage/outputs.py +2 -2
  90. pulumi_gcp/tags/tag_binding.py +4 -4
  91. pulumi_gcp/tags/tag_value.py +2 -2
  92. pulumi_gcp/transcoder/job.py +0 -24
  93. pulumi_gcp/vertex/_inputs.py +0 -184
  94. pulumi_gcp/vertex/ai_endpoint.py +8 -394
  95. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
  96. pulumi_gcp/vertex/outputs.py +0 -166
  97. pulumi_gcp/workbench/instance.py +7 -21
  98. pulumi_gcp/workflows/workflow.py +0 -36
  99. pulumi_gcp/workstations/workstation_config.py +8 -8
  100. {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731097924.dist-info}/METADATA +1 -1
  101. {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731097924.dist-info}/RECORD +103 -114
  102. {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731097924.dist-info}/WHEEL +1 -1
  103. pulumi_gcp/apigee/api.py +0 -456
  104. pulumi_gcp/backupdisasterrecovery/backup_plan.py +0 -653
  105. pulumi_gcp/backupdisasterrecovery/backup_plan_association.py +0 -766
  106. pulumi_gcp/backupdisasterrecovery/get_backup_plan.py +0 -204
  107. pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +0 -243
  108. pulumi_gcp/compute/region_resize_request.py +0 -772
  109. pulumi_gcp/dataproc/gdc_application_environment.py +0 -931
  110. pulumi_gcp/dataproc/gdc_service_instance.py +0 -1022
  111. pulumi_gcp/iam/principal_access_boundary_policy.py +0 -679
  112. pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +0 -1358
  113. pulumi_gcp/spanner/get_database.py +0 -229
  114. {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731097924.dist-info}/top_level.txt +0 -0
@@ -32,7 +32,7 @@ class DatasetArgs:
32
32
 
33
33
 
34
34
  - - -
35
- :param pulumi.Input['DatasetEncryptionSpecArgs'] encryption_spec: A nested object resource.
35
+ :param pulumi.Input['DatasetEncryptionSpecArgs'] encryption_spec: A nested object resource
36
36
  Structure is documented below.
37
37
  :param pulumi.Input[str] name: The resource name for the Dataset.
38
38
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -70,7 +70,7 @@ class DatasetArgs:
70
70
  @pulumi.getter(name="encryptionSpec")
71
71
  def encryption_spec(self) -> Optional[pulumi.Input['DatasetEncryptionSpecArgs']]:
72
72
  """
73
- A nested object resource.
73
+ A nested object resource
74
74
  Structure is documented below.
75
75
  """
76
76
  return pulumi.get(self, "encryption_spec")
@@ -130,7 +130,7 @@ class _DatasetState:
130
130
  time_zone: Optional[pulumi.Input[str]] = None):
131
131
  """
132
132
  Input properties used for looking up and filtering Dataset resources.
133
- :param pulumi.Input['DatasetEncryptionSpecArgs'] encryption_spec: A nested object resource.
133
+ :param pulumi.Input['DatasetEncryptionSpecArgs'] encryption_spec: A nested object resource
134
134
  Structure is documented below.
135
135
  :param pulumi.Input[str] location: The location for the Dataset.
136
136
 
@@ -161,7 +161,7 @@ class _DatasetState:
161
161
  @pulumi.getter(name="encryptionSpec")
162
162
  def encryption_spec(self) -> Optional[pulumi.Input['DatasetEncryptionSpecArgs']]:
163
163
  """
164
- A nested object resource.
164
+ A nested object resource
165
165
  Structure is documented below.
166
166
  """
167
167
  return pulumi.get(self, "encryption_spec")
@@ -324,7 +324,7 @@ class Dataset(pulumi.CustomResource):
324
324
 
325
325
  :param str resource_name: The name of the resource.
326
326
  :param pulumi.ResourceOptions opts: Options for the resource.
327
- :param pulumi.Input[Union['DatasetEncryptionSpecArgs', 'DatasetEncryptionSpecArgsDict']] encryption_spec: A nested object resource.
327
+ :param pulumi.Input[Union['DatasetEncryptionSpecArgs', 'DatasetEncryptionSpecArgsDict']] encryption_spec: A nested object resource
328
328
  Structure is documented below.
329
329
  :param pulumi.Input[str] location: The location for the Dataset.
330
330
 
@@ -477,7 +477,7 @@ class Dataset(pulumi.CustomResource):
477
477
  :param str resource_name: The unique name of the resulting resource.
478
478
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
479
479
  :param pulumi.ResourceOptions opts: Options for the resource.
480
- :param pulumi.Input[Union['DatasetEncryptionSpecArgs', 'DatasetEncryptionSpecArgsDict']] encryption_spec: A nested object resource.
480
+ :param pulumi.Input[Union['DatasetEncryptionSpecArgs', 'DatasetEncryptionSpecArgsDict']] encryption_spec: A nested object resource
481
481
  Structure is documented below.
482
482
  :param pulumi.Input[str] location: The location for the Dataset.
483
483
 
@@ -507,7 +507,7 @@ class Dataset(pulumi.CustomResource):
507
507
  @pulumi.getter(name="encryptionSpec")
508
508
  def encryption_spec(self) -> pulumi.Output['outputs.DatasetEncryptionSpec']:
509
509
  """
510
- A nested object resource.
510
+ A nested object resource
511
511
  Structure is documented below.
512
512
  """
513
513
  return pulumi.get(self, "encryption_spec")
@@ -46,7 +46,7 @@ class DicomStoreArgs:
46
46
  Please refer to the field `effective_labels` for all of the labels present on the resource.
47
47
  :param pulumi.Input[str] name: The resource name for the DicomStore.
48
48
  ** Changing this property may recreate the Dicom store (removing all data) **
49
- :param pulumi.Input['DicomStoreNotificationConfigArgs'] notification_config: A nested object resource.
49
+ :param pulumi.Input['DicomStoreNotificationConfigArgs'] notification_config: A nested object resource
50
50
  Structure is documented below.
51
51
  :param pulumi.Input[Sequence[pulumi.Input['DicomStoreStreamConfigArgs']]] stream_configs: To enable streaming to BigQuery, configure the streamConfigs object in your DICOM store.
52
52
  streamConfigs is an array, so you can specify multiple BigQuery destinations. You can stream metadata from a single DICOM store to up to five BigQuery tables in a BigQuery dataset.
@@ -117,7 +117,7 @@ class DicomStoreArgs:
117
117
  @pulumi.getter(name="notificationConfig")
118
118
  def notification_config(self) -> Optional[pulumi.Input['DicomStoreNotificationConfigArgs']]:
119
119
  """
120
- A nested object resource.
120
+ A nested object resource
121
121
  Structure is documented below.
122
122
  """
123
123
  return pulumi.get(self, "notification_config")
@@ -173,7 +173,7 @@ class _DicomStoreState:
173
173
  Please refer to the field `effective_labels` for all of the labels present on the resource.
174
174
  :param pulumi.Input[str] name: The resource name for the DicomStore.
175
175
  ** Changing this property may recreate the Dicom store (removing all data) **
176
- :param pulumi.Input['DicomStoreNotificationConfigArgs'] notification_config: A nested object resource.
176
+ :param pulumi.Input['DicomStoreNotificationConfigArgs'] notification_config: A nested object resource
177
177
  Structure is documented below.
178
178
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
179
179
  and default labels configured on the provider.
@@ -266,7 +266,7 @@ class _DicomStoreState:
266
266
  @pulumi.getter(name="notificationConfig")
267
267
  def notification_config(self) -> Optional[pulumi.Input['DicomStoreNotificationConfigArgs']]:
268
268
  """
269
- A nested object resource.
269
+ A nested object resource
270
270
  Structure is documented below.
271
271
  """
272
272
  return pulumi.get(self, "notification_config")
@@ -438,7 +438,7 @@ class DicomStore(pulumi.CustomResource):
438
438
  Please refer to the field `effective_labels` for all of the labels present on the resource.
439
439
  :param pulumi.Input[str] name: The resource name for the DicomStore.
440
440
  ** Changing this property may recreate the Dicom store (removing all data) **
441
- :param pulumi.Input[Union['DicomStoreNotificationConfigArgs', 'DicomStoreNotificationConfigArgsDict']] notification_config: A nested object resource.
441
+ :param pulumi.Input[Union['DicomStoreNotificationConfigArgs', 'DicomStoreNotificationConfigArgsDict']] notification_config: A nested object resource
442
442
  Structure is documented below.
443
443
  :param pulumi.Input[Sequence[pulumi.Input[Union['DicomStoreStreamConfigArgs', 'DicomStoreStreamConfigArgsDict']]]] stream_configs: To enable streaming to BigQuery, configure the streamConfigs object in your DICOM store.
444
444
  streamConfigs is an array, so you can specify multiple BigQuery destinations. You can stream metadata from a single DICOM store to up to five BigQuery tables in a BigQuery dataset.
@@ -627,7 +627,7 @@ class DicomStore(pulumi.CustomResource):
627
627
  Please refer to the field `effective_labels` for all of the labels present on the resource.
628
628
  :param pulumi.Input[str] name: The resource name for the DicomStore.
629
629
  ** Changing this property may recreate the Dicom store (removing all data) **
630
- :param pulumi.Input[Union['DicomStoreNotificationConfigArgs', 'DicomStoreNotificationConfigArgsDict']] notification_config: A nested object resource.
630
+ :param pulumi.Input[Union['DicomStoreNotificationConfigArgs', 'DicomStoreNotificationConfigArgsDict']] notification_config: A nested object resource
631
631
  Structure is documented below.
632
632
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
633
633
  and default labels configured on the provider.
@@ -701,7 +701,7 @@ class DicomStore(pulumi.CustomResource):
701
701
  @pulumi.getter(name="notificationConfig")
702
702
  def notification_config(self) -> pulumi.Output[Optional['outputs.DicomStoreNotificationConfig']]:
703
703
  """
704
- A nested object resource.
704
+ A nested object resource
705
705
  Structure is documented below.
706
706
  """
707
707
  return pulumi.get(self, "notification_config")
@@ -87,7 +87,7 @@ class FhirStoreArgs:
87
87
  :param pulumi.Input[str] name: The resource name for the FhirStore.
88
88
  ** Changing this property may recreate the FHIR store (removing all data) **
89
89
  :param pulumi.Input['FhirStoreNotificationConfigArgs'] notification_config: (Optional, Deprecated)
90
- A nested object resource.
90
+ A nested object resource
91
91
  Structure is documented below.
92
92
 
93
93
  > **Warning:** `notification_config` is deprecated and will be removed in a future major release. Use `notification_configs` instead.
@@ -300,7 +300,7 @@ class FhirStoreArgs:
300
300
  def notification_config(self) -> Optional[pulumi.Input['FhirStoreNotificationConfigArgs']]:
301
301
  """
302
302
  (Optional, Deprecated)
303
- A nested object resource.
303
+ A nested object resource
304
304
  Structure is documented below.
305
305
 
306
306
  > **Warning:** `notification_config` is deprecated and will be removed in a future major release. Use `notification_configs` instead.
@@ -430,7 +430,7 @@ class _FhirStoreState:
430
430
  :param pulumi.Input[str] name: The resource name for the FhirStore.
431
431
  ** Changing this property may recreate the FHIR store (removing all data) **
432
432
  :param pulumi.Input['FhirStoreNotificationConfigArgs'] notification_config: (Optional, Deprecated)
433
- A nested object resource.
433
+ A nested object resource
434
434
  Structure is documented below.
435
435
 
436
436
  > **Warning:** `notification_config` is deprecated and will be removed in a future major release. Use `notification_configs` instead.
@@ -665,7 +665,7 @@ class _FhirStoreState:
665
665
  def notification_config(self) -> Optional[pulumi.Input['FhirStoreNotificationConfigArgs']]:
666
666
  """
667
667
  (Optional, Deprecated)
668
- A nested object resource.
668
+ A nested object resource
669
669
  Structure is documented below.
670
670
 
671
671
  > **Warning:** `notification_config` is deprecated and will be removed in a future major release. Use `notification_configs` instead.
@@ -949,7 +949,7 @@ class FhirStore(pulumi.CustomResource):
949
949
  :param pulumi.Input[str] name: The resource name for the FhirStore.
950
950
  ** Changing this property may recreate the FHIR store (removing all data) **
951
951
  :param pulumi.Input[Union['FhirStoreNotificationConfigArgs', 'FhirStoreNotificationConfigArgsDict']] notification_config: (Optional, Deprecated)
952
- A nested object resource.
952
+ A nested object resource
953
953
  Structure is documented below.
954
954
 
955
955
  > **Warning:** `notification_config` is deprecated and will be removed in a future major release. Use `notification_configs` instead.
@@ -1246,7 +1246,7 @@ class FhirStore(pulumi.CustomResource):
1246
1246
  :param pulumi.Input[str] name: The resource name for the FhirStore.
1247
1247
  ** Changing this property may recreate the FHIR store (removing all data) **
1248
1248
  :param pulumi.Input[Union['FhirStoreNotificationConfigArgs', 'FhirStoreNotificationConfigArgsDict']] notification_config: (Optional, Deprecated)
1249
- A nested object resource.
1249
+ A nested object resource
1250
1250
  Structure is documented below.
1251
1251
 
1252
1252
  > **Warning:** `notification_config` is deprecated and will be removed in a future major release. Use `notification_configs` instead.
@@ -1422,7 +1422,7 @@ class FhirStore(pulumi.CustomResource):
1422
1422
  def notification_config(self) -> pulumi.Output[Optional['outputs.FhirStoreNotificationConfig']]:
1423
1423
  """
1424
1424
  (Optional, Deprecated)
1425
- A nested object resource.
1425
+ A nested object resource
1426
1426
  Structure is documented below.
1427
1427
 
1428
1428
  > **Warning:** `notification_config` is deprecated and will be removed in a future major release. Use `notification_configs` instead.
@@ -49,7 +49,7 @@ class Hl7StoreArgs:
49
49
  :param pulumi.Input[str] name: The resource name for the Hl7V2Store.
50
50
  ** Changing this property may recreate the Hl7v2 store (removing all data) **
51
51
  :param pulumi.Input['Hl7StoreNotificationConfigArgs'] notification_config: (Optional, Deprecated)
52
- A nested object resource.
52
+ A nested object resource
53
53
  Structure is documented below.
54
54
 
55
55
  > **Warning:** `notification_config` is deprecated and will be removed in a future major release. Use `notification_configs` instead.
@@ -57,7 +57,7 @@ class Hl7StoreArgs:
57
57
  message (both Ingest & Create) on the corresponding notification destination. Only the message name
58
58
  is sent as part of the notification. Supplied by the client.
59
59
  Structure is documented below.
60
- :param pulumi.Input['Hl7StoreParserConfigArgs'] parser_config: A nested object resource.
60
+ :param pulumi.Input['Hl7StoreParserConfigArgs'] parser_config: A nested object resource
61
61
  Structure is documented below.
62
62
  :param pulumi.Input[bool] reject_duplicate_message: Determines whether duplicate messages are allowed.
63
63
  """
@@ -135,7 +135,7 @@ class Hl7StoreArgs:
135
135
  def notification_config(self) -> Optional[pulumi.Input['Hl7StoreNotificationConfigArgs']]:
136
136
  """
137
137
  (Optional, Deprecated)
138
- A nested object resource.
138
+ A nested object resource
139
139
  Structure is documented below.
140
140
 
141
141
  > **Warning:** `notification_config` is deprecated and will be removed in a future major release. Use `notification_configs` instead.
@@ -165,7 +165,7 @@ class Hl7StoreArgs:
165
165
  @pulumi.getter(name="parserConfig")
166
166
  def parser_config(self) -> Optional[pulumi.Input['Hl7StoreParserConfigArgs']]:
167
167
  """
168
- A nested object resource.
168
+ A nested object resource
169
169
  Structure is documented below.
170
170
  """
171
171
  return pulumi.get(self, "parser_config")
@@ -222,7 +222,7 @@ class _Hl7StoreState:
222
222
  :param pulumi.Input[str] name: The resource name for the Hl7V2Store.
223
223
  ** Changing this property may recreate the Hl7v2 store (removing all data) **
224
224
  :param pulumi.Input['Hl7StoreNotificationConfigArgs'] notification_config: (Optional, Deprecated)
225
- A nested object resource.
225
+ A nested object resource
226
226
  Structure is documented below.
227
227
 
228
228
  > **Warning:** `notification_config` is deprecated and will be removed in a future major release. Use `notification_configs` instead.
@@ -230,7 +230,7 @@ class _Hl7StoreState:
230
230
  message (both Ingest & Create) on the corresponding notification destination. Only the message name
231
231
  is sent as part of the notification. Supplied by the client.
232
232
  Structure is documented below.
233
- :param pulumi.Input['Hl7StoreParserConfigArgs'] parser_config: A nested object resource.
233
+ :param pulumi.Input['Hl7StoreParserConfigArgs'] parser_config: A nested object resource
234
234
  Structure is documented below.
235
235
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
236
236
  and default labels configured on the provider.
@@ -330,7 +330,7 @@ class _Hl7StoreState:
330
330
  def notification_config(self) -> Optional[pulumi.Input['Hl7StoreNotificationConfigArgs']]:
331
331
  """
332
332
  (Optional, Deprecated)
333
- A nested object resource.
333
+ A nested object resource
334
334
  Structure is documented below.
335
335
 
336
336
  > **Warning:** `notification_config` is deprecated and will be removed in a future major release. Use `notification_configs` instead.
@@ -360,7 +360,7 @@ class _Hl7StoreState:
360
360
  @pulumi.getter(name="parserConfig")
361
361
  def parser_config(self) -> Optional[pulumi.Input['Hl7StoreParserConfigArgs']]:
362
362
  """
363
- A nested object resource.
363
+ A nested object resource
364
364
  Structure is documented below.
365
365
  """
366
366
  return pulumi.get(self, "parser_config")
@@ -607,7 +607,7 @@ class Hl7Store(pulumi.CustomResource):
607
607
  :param pulumi.Input[str] name: The resource name for the Hl7V2Store.
608
608
  ** Changing this property may recreate the Hl7v2 store (removing all data) **
609
609
  :param pulumi.Input[Union['Hl7StoreNotificationConfigArgs', 'Hl7StoreNotificationConfigArgsDict']] notification_config: (Optional, Deprecated)
610
- A nested object resource.
610
+ A nested object resource
611
611
  Structure is documented below.
612
612
 
613
613
  > **Warning:** `notification_config` is deprecated and will be removed in a future major release. Use `notification_configs` instead.
@@ -615,7 +615,7 @@ class Hl7Store(pulumi.CustomResource):
615
615
  message (both Ingest & Create) on the corresponding notification destination. Only the message name
616
616
  is sent as part of the notification. Supplied by the client.
617
617
  Structure is documented below.
618
- :param pulumi.Input[Union['Hl7StoreParserConfigArgs', 'Hl7StoreParserConfigArgsDict']] parser_config: A nested object resource.
618
+ :param pulumi.Input[Union['Hl7StoreParserConfigArgs', 'Hl7StoreParserConfigArgsDict']] parser_config: A nested object resource
619
619
  Structure is documented below.
620
620
  :param pulumi.Input[bool] reject_duplicate_message: Determines whether duplicate messages are allowed.
621
621
  """
@@ -883,7 +883,7 @@ class Hl7Store(pulumi.CustomResource):
883
883
  :param pulumi.Input[str] name: The resource name for the Hl7V2Store.
884
884
  ** Changing this property may recreate the Hl7v2 store (removing all data) **
885
885
  :param pulumi.Input[Union['Hl7StoreNotificationConfigArgs', 'Hl7StoreNotificationConfigArgsDict']] notification_config: (Optional, Deprecated)
886
- A nested object resource.
886
+ A nested object resource
887
887
  Structure is documented below.
888
888
 
889
889
  > **Warning:** `notification_config` is deprecated and will be removed in a future major release. Use `notification_configs` instead.
@@ -891,7 +891,7 @@ class Hl7Store(pulumi.CustomResource):
891
891
  message (both Ingest & Create) on the corresponding notification destination. Only the message name
892
892
  is sent as part of the notification. Supplied by the client.
893
893
  Structure is documented below.
894
- :param pulumi.Input[Union['Hl7StoreParserConfigArgs', 'Hl7StoreParserConfigArgsDict']] parser_config: A nested object resource.
894
+ :param pulumi.Input[Union['Hl7StoreParserConfigArgs', 'Hl7StoreParserConfigArgsDict']] parser_config: A nested object resource
895
895
  Structure is documented below.
896
896
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
897
897
  and default labels configured on the provider.
@@ -967,7 +967,7 @@ class Hl7Store(pulumi.CustomResource):
967
967
  def notification_config(self) -> pulumi.Output[Optional['outputs.Hl7StoreNotificationConfig']]:
968
968
  """
969
969
  (Optional, Deprecated)
970
- A nested object resource.
970
+ A nested object resource
971
971
  Structure is documented below.
972
972
 
973
973
  > **Warning:** `notification_config` is deprecated and will be removed in a future major release. Use `notification_configs` instead.
@@ -989,7 +989,7 @@ class Hl7Store(pulumi.CustomResource):
989
989
  @pulumi.getter(name="parserConfig")
990
990
  def parser_config(self) -> pulumi.Output['outputs.Hl7StoreParserConfig']:
991
991
  """
992
- A nested object resource.
992
+ A nested object resource
993
993
  Structure is documented below.
994
994
  """
995
995
  return pulumi.get(self, "parser_config")
@@ -11,7 +11,6 @@ from .get_rule import *
11
11
  from .get_testable_permissions import *
12
12
  from .get_workload_identity_pool import *
13
13
  from .get_workload_identity_pool_provider import *
14
- from .principal_access_boundary_policy import *
15
14
  from .workforce_pool import *
16
15
  from .workforce_pool_provider import *
17
16
  from .workload_identity_pool import *
pulumi_gcp/iam/_inputs.py CHANGED
@@ -27,10 +27,6 @@ __all__ = [
27
27
  'DenyPolicyRuleDenyRuleArgsDict',
28
28
  'DenyPolicyRuleDenyRuleDenialConditionArgs',
29
29
  'DenyPolicyRuleDenyRuleDenialConditionArgsDict',
30
- 'PrincipalAccessBoundaryPolicyDetailsArgs',
31
- 'PrincipalAccessBoundaryPolicyDetailsArgsDict',
32
- 'PrincipalAccessBoundaryPolicyDetailsRuleArgs',
33
- 'PrincipalAccessBoundaryPolicyDetailsRuleArgsDict',
34
30
  'WorkforcePoolAccessRestrictionsArgs',
35
31
  'WorkforcePoolAccessRestrictionsArgsDict',
36
32
  'WorkforcePoolAccessRestrictionsAllowedServiceArgs',
@@ -595,163 +591,6 @@ class DenyPolicyRuleDenyRuleDenialConditionArgs:
595
591
  pulumi.set(self, "title", value)
596
592
 
597
593
 
598
- if not MYPY:
599
- class PrincipalAccessBoundaryPolicyDetailsArgsDict(TypedDict):
600
- rules: pulumi.Input[Sequence[pulumi.Input['PrincipalAccessBoundaryPolicyDetailsRuleArgsDict']]]
601
- """
602
- A list of principal access boundary policy rules. The number of rules in a policy is limited to 500.
603
- Structure is documented below.
604
- """
605
- enforcement_version: NotRequired[pulumi.Input[str]]
606
- """
607
- The version number that indicates which Google Cloud services
608
- are included in the enforcement (e.g. \\"latest\\", \\"1\\", ...). If empty, the
609
- PAB policy version will be set to the current latest version, and this version
610
- won't get updated when new versions are released.
611
- """
612
- elif False:
613
- PrincipalAccessBoundaryPolicyDetailsArgsDict: TypeAlias = Mapping[str, Any]
614
-
615
- @pulumi.input_type
616
- class PrincipalAccessBoundaryPolicyDetailsArgs:
617
- def __init__(__self__, *,
618
- rules: pulumi.Input[Sequence[pulumi.Input['PrincipalAccessBoundaryPolicyDetailsRuleArgs']]],
619
- enforcement_version: Optional[pulumi.Input[str]] = None):
620
- """
621
- :param pulumi.Input[Sequence[pulumi.Input['PrincipalAccessBoundaryPolicyDetailsRuleArgs']]] rules: A list of principal access boundary policy rules. The number of rules in a policy is limited to 500.
622
- Structure is documented below.
623
- :param pulumi.Input[str] enforcement_version: The version number that indicates which Google Cloud services
624
- are included in the enforcement (e.g. \\"latest\\", \\"1\\", ...). If empty, the
625
- PAB policy version will be set to the current latest version, and this version
626
- won't get updated when new versions are released.
627
- """
628
- pulumi.set(__self__, "rules", rules)
629
- if enforcement_version is not None:
630
- pulumi.set(__self__, "enforcement_version", enforcement_version)
631
-
632
- @property
633
- @pulumi.getter
634
- def rules(self) -> pulumi.Input[Sequence[pulumi.Input['PrincipalAccessBoundaryPolicyDetailsRuleArgs']]]:
635
- """
636
- A list of principal access boundary policy rules. The number of rules in a policy is limited to 500.
637
- Structure is documented below.
638
- """
639
- return pulumi.get(self, "rules")
640
-
641
- @rules.setter
642
- def rules(self, value: pulumi.Input[Sequence[pulumi.Input['PrincipalAccessBoundaryPolicyDetailsRuleArgs']]]):
643
- pulumi.set(self, "rules", value)
644
-
645
- @property
646
- @pulumi.getter(name="enforcementVersion")
647
- def enforcement_version(self) -> Optional[pulumi.Input[str]]:
648
- """
649
- The version number that indicates which Google Cloud services
650
- are included in the enforcement (e.g. \\"latest\\", \\"1\\", ...). If empty, the
651
- PAB policy version will be set to the current latest version, and this version
652
- won't get updated when new versions are released.
653
- """
654
- return pulumi.get(self, "enforcement_version")
655
-
656
- @enforcement_version.setter
657
- def enforcement_version(self, value: Optional[pulumi.Input[str]]):
658
- pulumi.set(self, "enforcement_version", value)
659
-
660
-
661
- if not MYPY:
662
- class PrincipalAccessBoundaryPolicyDetailsRuleArgsDict(TypedDict):
663
- effect: pulumi.Input[str]
664
- """
665
- The access relationship of principals to the resources in this rule.
666
- Possible values: ALLOW
667
- """
668
- resources: pulumi.Input[Sequence[pulumi.Input[str]]]
669
- """
670
- A list of Cloud Resource Manager resources. The resource
671
- and all the descendants are included. The number of resources in a policy
672
- is limited to 500 across all rules.
673
- The following resource types are supported:
674
- * Organizations, such as `//cloudresourcemanager.googleapis.com/organizations/123`.
675
- * Folders, such as `//cloudresourcemanager.googleapis.com/folders/123`.
676
- * Projects, such as `//cloudresourcemanager.googleapis.com/projects/123`
677
- or `//cloudresourcemanager.googleapis.com/projects/my-project-id`.
678
- """
679
- description: NotRequired[pulumi.Input[str]]
680
- """
681
- The description of the principal access boundary policy rule. Must be less than or equal to 256 characters.
682
- """
683
- elif False:
684
- PrincipalAccessBoundaryPolicyDetailsRuleArgsDict: TypeAlias = Mapping[str, Any]
685
-
686
- @pulumi.input_type
687
- class PrincipalAccessBoundaryPolicyDetailsRuleArgs:
688
- def __init__(__self__, *,
689
- effect: pulumi.Input[str],
690
- resources: pulumi.Input[Sequence[pulumi.Input[str]]],
691
- description: Optional[pulumi.Input[str]] = None):
692
- """
693
- :param pulumi.Input[str] effect: The access relationship of principals to the resources in this rule.
694
- Possible values: ALLOW
695
- :param pulumi.Input[Sequence[pulumi.Input[str]]] resources: A list of Cloud Resource Manager resources. The resource
696
- and all the descendants are included. The number of resources in a policy
697
- is limited to 500 across all rules.
698
- The following resource types are supported:
699
- * Organizations, such as `//cloudresourcemanager.googleapis.com/organizations/123`.
700
- * Folders, such as `//cloudresourcemanager.googleapis.com/folders/123`.
701
- * Projects, such as `//cloudresourcemanager.googleapis.com/projects/123`
702
- or `//cloudresourcemanager.googleapis.com/projects/my-project-id`.
703
- :param pulumi.Input[str] description: The description of the principal access boundary policy rule. Must be less than or equal to 256 characters.
704
- """
705
- pulumi.set(__self__, "effect", effect)
706
- pulumi.set(__self__, "resources", resources)
707
- if description is not None:
708
- pulumi.set(__self__, "description", description)
709
-
710
- @property
711
- @pulumi.getter
712
- def effect(self) -> pulumi.Input[str]:
713
- """
714
- The access relationship of principals to the resources in this rule.
715
- Possible values: ALLOW
716
- """
717
- return pulumi.get(self, "effect")
718
-
719
- @effect.setter
720
- def effect(self, value: pulumi.Input[str]):
721
- pulumi.set(self, "effect", value)
722
-
723
- @property
724
- @pulumi.getter
725
- def resources(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
726
- """
727
- A list of Cloud Resource Manager resources. The resource
728
- and all the descendants are included. The number of resources in a policy
729
- is limited to 500 across all rules.
730
- The following resource types are supported:
731
- * Organizations, such as `//cloudresourcemanager.googleapis.com/organizations/123`.
732
- * Folders, such as `//cloudresourcemanager.googleapis.com/folders/123`.
733
- * Projects, such as `//cloudresourcemanager.googleapis.com/projects/123`
734
- or `//cloudresourcemanager.googleapis.com/projects/my-project-id`.
735
- """
736
- return pulumi.get(self, "resources")
737
-
738
- @resources.setter
739
- def resources(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
740
- pulumi.set(self, "resources", value)
741
-
742
- @property
743
- @pulumi.getter
744
- def description(self) -> Optional[pulumi.Input[str]]:
745
- """
746
- The description of the principal access boundary policy rule. Must be less than or equal to 256 characters.
747
- """
748
- return pulumi.get(self, "description")
749
-
750
- @description.setter
751
- def description(self, value: Optional[pulumi.Input[str]]):
752
- pulumi.set(self, "description", value)
753
-
754
-
755
594
  if not MYPY:
756
595
  class WorkforcePoolAccessRestrictionsArgsDict(TypedDict):
757
596
  allowed_services: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkforcePoolAccessRestrictionsAllowedServiceArgsDict']]]]
pulumi_gcp/iam/outputs.py CHANGED
@@ -22,8 +22,6 @@ __all__ = [
22
22
  'DenyPolicyRule',
23
23
  'DenyPolicyRuleDenyRule',
24
24
  'DenyPolicyRuleDenyRuleDenialCondition',
25
- 'PrincipalAccessBoundaryPolicyDetails',
26
- 'PrincipalAccessBoundaryPolicyDetailsRule',
27
25
  'WorkforcePoolAccessRestrictions',
28
26
  'WorkforcePoolAccessRestrictionsAllowedService',
29
27
  'WorkforcePoolProviderExtraAttributesOauth2Client',
@@ -448,118 +446,6 @@ class DenyPolicyRuleDenyRuleDenialCondition(dict):
448
446
  return pulumi.get(self, "title")
449
447
 
450
448
 
451
- @pulumi.output_type
452
- class PrincipalAccessBoundaryPolicyDetails(dict):
453
- @staticmethod
454
- def __key_warning(key: str):
455
- suggest = None
456
- if key == "enforcementVersion":
457
- suggest = "enforcement_version"
458
-
459
- if suggest:
460
- pulumi.log.warn(f"Key '{key}' not found in PrincipalAccessBoundaryPolicyDetails. Access the value via the '{suggest}' property getter instead.")
461
-
462
- def __getitem__(self, key: str) -> Any:
463
- PrincipalAccessBoundaryPolicyDetails.__key_warning(key)
464
- return super().__getitem__(key)
465
-
466
- def get(self, key: str, default = None) -> Any:
467
- PrincipalAccessBoundaryPolicyDetails.__key_warning(key)
468
- return super().get(key, default)
469
-
470
- def __init__(__self__, *,
471
- rules: Sequence['outputs.PrincipalAccessBoundaryPolicyDetailsRule'],
472
- enforcement_version: Optional[str] = None):
473
- """
474
- :param Sequence['PrincipalAccessBoundaryPolicyDetailsRuleArgs'] rules: A list of principal access boundary policy rules. The number of rules in a policy is limited to 500.
475
- Structure is documented below.
476
- :param str enforcement_version: The version number that indicates which Google Cloud services
477
- are included in the enforcement (e.g. \\"latest\\", \\"1\\", ...). If empty, the
478
- PAB policy version will be set to the current latest version, and this version
479
- won't get updated when new versions are released.
480
- """
481
- pulumi.set(__self__, "rules", rules)
482
- if enforcement_version is not None:
483
- pulumi.set(__self__, "enforcement_version", enforcement_version)
484
-
485
- @property
486
- @pulumi.getter
487
- def rules(self) -> Sequence['outputs.PrincipalAccessBoundaryPolicyDetailsRule']:
488
- """
489
- A list of principal access boundary policy rules. The number of rules in a policy is limited to 500.
490
- Structure is documented below.
491
- """
492
- return pulumi.get(self, "rules")
493
-
494
- @property
495
- @pulumi.getter(name="enforcementVersion")
496
- def enforcement_version(self) -> Optional[str]:
497
- """
498
- The version number that indicates which Google Cloud services
499
- are included in the enforcement (e.g. \\"latest\\", \\"1\\", ...). If empty, the
500
- PAB policy version will be set to the current latest version, and this version
501
- won't get updated when new versions are released.
502
- """
503
- return pulumi.get(self, "enforcement_version")
504
-
505
-
506
- @pulumi.output_type
507
- class PrincipalAccessBoundaryPolicyDetailsRule(dict):
508
- def __init__(__self__, *,
509
- effect: str,
510
- resources: Sequence[str],
511
- description: Optional[str] = None):
512
- """
513
- :param str effect: The access relationship of principals to the resources in this rule.
514
- Possible values: ALLOW
515
- :param Sequence[str] resources: A list of Cloud Resource Manager resources. The resource
516
- and all the descendants are included. The number of resources in a policy
517
- is limited to 500 across all rules.
518
- The following resource types are supported:
519
- * Organizations, such as `//cloudresourcemanager.googleapis.com/organizations/123`.
520
- * Folders, such as `//cloudresourcemanager.googleapis.com/folders/123`.
521
- * Projects, such as `//cloudresourcemanager.googleapis.com/projects/123`
522
- or `//cloudresourcemanager.googleapis.com/projects/my-project-id`.
523
- :param str description: The description of the principal access boundary policy rule. Must be less than or equal to 256 characters.
524
- """
525
- pulumi.set(__self__, "effect", effect)
526
- pulumi.set(__self__, "resources", resources)
527
- if description is not None:
528
- pulumi.set(__self__, "description", description)
529
-
530
- @property
531
- @pulumi.getter
532
- def effect(self) -> str:
533
- """
534
- The access relationship of principals to the resources in this rule.
535
- Possible values: ALLOW
536
- """
537
- return pulumi.get(self, "effect")
538
-
539
- @property
540
- @pulumi.getter
541
- def resources(self) -> Sequence[str]:
542
- """
543
- A list of Cloud Resource Manager resources. The resource
544
- and all the descendants are included. The number of resources in a policy
545
- is limited to 500 across all rules.
546
- The following resource types are supported:
547
- * Organizations, such as `//cloudresourcemanager.googleapis.com/organizations/123`.
548
- * Folders, such as `//cloudresourcemanager.googleapis.com/folders/123`.
549
- * Projects, such as `//cloudresourcemanager.googleapis.com/projects/123`
550
- or `//cloudresourcemanager.googleapis.com/projects/my-project-id`.
551
- """
552
- return pulumi.get(self, "resources")
553
-
554
- @property
555
- @pulumi.getter
556
- def description(self) -> Optional[str]:
557
- """
558
- The description of the principal access boundary policy rule. Must be less than or equal to 256 characters.
559
- """
560
- return pulumi.get(self, "description")
561
-
562
-
563
449
  @pulumi.output_type
564
450
  class WorkforcePoolAccessRestrictions(dict):
565
451
  @staticmethod
@@ -604,7 +604,7 @@ class Metric(pulumi.CustomResource):
604
604
  When using the `pulumi import` command, Metric can be imported using one of the formats above. For example:
605
605
 
606
606
  ```sh
607
- $ pulumi import gcp:logging/metric:Metric default "{{project}} {{name}}"
607
+ $ pulumi import gcp:logging/metric:Metric default {{project}} {{name}}
608
608
  ```
609
609
 
610
610
  ```sh
@@ -787,7 +787,7 @@ class Metric(pulumi.CustomResource):
787
787
  When using the `pulumi import` command, Metric can be imported using one of the formats above. For example:
788
788
 
789
789
  ```sh
790
- $ pulumi import gcp:logging/metric:Metric default "{{project}} {{name}}"
790
+ $ pulumi import gcp:logging/metric:Metric default {{project}} {{name}}
791
791
  ```
792
792
 
793
793
  ```sh