pulumi-gcp 7.30.0__py3-none-any.whl → 7.30.0a1719513455__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 (67) hide show
  1. pulumi_gcp/__init__.py +0 -32
  2. pulumi_gcp/artifactregistry/get_docker_image.py +2 -2
  3. pulumi_gcp/bigtable/gc_policy.py +14 -68
  4. pulumi_gcp/cloudfunctionsv2/_inputs.py +0 -97
  5. pulumi_gcp/cloudfunctionsv2/function.py +0 -232
  6. pulumi_gcp/cloudfunctionsv2/outputs.py +1 -129
  7. pulumi_gcp/compute/_inputs.py +0 -622
  8. pulumi_gcp/compute/address.py +7 -0
  9. pulumi_gcp/compute/backend_service.py +14 -0
  10. pulumi_gcp/compute/forwarding_rule.py +21 -0
  11. pulumi_gcp/compute/global_forwarding_rule.py +21 -0
  12. pulumi_gcp/compute/managed_ssl_certificate.py +7 -0
  13. pulumi_gcp/compute/manged_ssl_certificate.py +7 -0
  14. pulumi_gcp/compute/network_attachment.py +0 -16
  15. pulumi_gcp/compute/outputs.py +8 -504
  16. pulumi_gcp/compute/region_backend_service.py +14 -0
  17. pulumi_gcp/compute/region_disk_iam_binding.py +95 -122
  18. pulumi_gcp/compute/region_disk_iam_member.py +95 -122
  19. pulumi_gcp/compute/region_disk_iam_policy.py +88 -115
  20. pulumi_gcp/compute/region_ssl_certificate.py +7 -0
  21. pulumi_gcp/compute/ssl_certificate.py +7 -0
  22. pulumi_gcp/compute/target_https_proxy.py +1 -76
  23. pulumi_gcp/compute/url_map.py +0 -255
  24. pulumi_gcp/container/aws_cluster.py +2 -2
  25. pulumi_gcp/container/aws_node_pool.py +2 -2
  26. pulumi_gcp/container/azure_client.py +2 -2
  27. pulumi_gcp/container/azure_cluster.py +2 -2
  28. pulumi_gcp/container/azure_node_pool.py +2 -2
  29. pulumi_gcp/datafusion/_inputs.py +11 -163
  30. pulumi_gcp/datafusion/instance.py +0 -64
  31. pulumi_gcp/datafusion/outputs.py +7 -127
  32. pulumi_gcp/gkebackup/restore_plan_iam_binding.py +953 -328
  33. pulumi_gcp/gkebackup/restore_plan_iam_member.py +953 -328
  34. pulumi_gcp/gkebackup/restore_plan_iam_policy.py +953 -238
  35. pulumi_gcp/healthcare/_inputs.py +0 -43
  36. pulumi_gcp/healthcare/dataset.py +0 -110
  37. pulumi_gcp/healthcare/outputs.py +0 -43
  38. pulumi_gcp/identityplatform/config.py +1 -1
  39. pulumi_gcp/logging/billing_account_bucket_config.py +1 -1
  40. pulumi_gcp/logging/folder_bucket_config.py +1 -1
  41. pulumi_gcp/logging/organization_bucket_config.py +1 -1
  42. pulumi_gcp/monitoring/_inputs.py +0 -77
  43. pulumi_gcp/monitoring/outputs.py +0 -63
  44. pulumi_gcp/networksecurity/address_group_iam_binding.py +2 -289
  45. pulumi_gcp/networksecurity/address_group_iam_member.py +2 -289
  46. pulumi_gcp/pulumi-plugin.json +1 -1
  47. pulumi_gcp/securitycenter/instance_iam_binding.py +0 -64
  48. pulumi_gcp/securitycenter/instance_iam_member.py +0 -64
  49. pulumi_gcp/securitycenter/instance_iam_policy.py +0 -64
  50. pulumi_gcp/sourcerepo/repository_iam_binding.py +83 -92
  51. pulumi_gcp/sourcerepo/repository_iam_member.py +83 -92
  52. pulumi_gcp/sourcerepo/repository_iam_policy.py +76 -85
  53. pulumi_gcp/storage/__init__.py +0 -5
  54. pulumi_gcp/storage/_inputs.py +0 -130
  55. pulumi_gcp/storage/outputs.py +0 -76
  56. pulumi_gcp/vertex/_inputs.py +3 -3
  57. pulumi_gcp/vertex/ai_feature_online_store.py +9 -9
  58. pulumi_gcp/vertex/outputs.py +2 -2
  59. {pulumi_gcp-7.30.0.dist-info → pulumi_gcp-7.30.0a1719513455.dist-info}/METADATA +1 -1
  60. {pulumi_gcp-7.30.0.dist-info → pulumi_gcp-7.30.0a1719513455.dist-info}/RECORD +62 -67
  61. {pulumi_gcp-7.30.0.dist-info → pulumi_gcp-7.30.0a1719513455.dist-info}/WHEEL +1 -1
  62. pulumi_gcp/storage/get_managed_folder_iam_policy.py +0 -115
  63. pulumi_gcp/storage/managed_folder.py +0 -440
  64. pulumi_gcp/storage/managed_folder_iam_binding.py +0 -947
  65. pulumi_gcp/storage/managed_folder_iam_member.py +0 -947
  66. pulumi_gcp/storage/managed_folder_iam_policy.py +0 -766
  67. {pulumi_gcp-7.30.0.dist-info → pulumi_gcp-7.30.0a1719513455.dist-info}/top_level.txt +0 -0
@@ -19,8 +19,6 @@ __all__ = [
19
19
  'ConsentStoreIamBindingConditionArgsDict',
20
20
  'ConsentStoreIamMemberConditionArgs',
21
21
  'ConsentStoreIamMemberConditionArgsDict',
22
- 'DatasetEncryptionSpecArgs',
23
- 'DatasetEncryptionSpecArgsDict',
24
22
  'DatasetIamBindingConditionArgs',
25
23
  'DatasetIamBindingConditionArgsDict',
26
24
  'DatasetIamMemberConditionArgs',
@@ -157,47 +155,6 @@ class ConsentStoreIamMemberConditionArgs:
157
155
  pulumi.set(self, "description", value)
158
156
 
159
157
 
160
- if not MYPY:
161
- class DatasetEncryptionSpecArgsDict(TypedDict):
162
- kms_key_name: NotRequired[pulumi.Input[str]]
163
- """
164
- KMS encryption key that is used to secure this dataset and its sub-resources. The key used for
165
- encryption and the dataset must be in the same location. If empty, the default Google encryption
166
- key will be used to secure this dataset. The format is
167
- projects/{projectId}/locations/{locationId}/keyRings/{keyRingId}/cryptoKeys/{keyId}.
168
- """
169
- elif False:
170
- DatasetEncryptionSpecArgsDict: TypeAlias = Mapping[str, Any]
171
-
172
- @pulumi.input_type
173
- class DatasetEncryptionSpecArgs:
174
- def __init__(__self__, *,
175
- kms_key_name: Optional[pulumi.Input[str]] = None):
176
- """
177
- :param pulumi.Input[str] kms_key_name: KMS encryption key that is used to secure this dataset and its sub-resources. The key used for
178
- encryption and the dataset must be in the same location. If empty, the default Google encryption
179
- key will be used to secure this dataset. The format is
180
- projects/{projectId}/locations/{locationId}/keyRings/{keyRingId}/cryptoKeys/{keyId}.
181
- """
182
- if kms_key_name is not None:
183
- pulumi.set(__self__, "kms_key_name", kms_key_name)
184
-
185
- @property
186
- @pulumi.getter(name="kmsKeyName")
187
- def kms_key_name(self) -> Optional[pulumi.Input[str]]:
188
- """
189
- KMS encryption key that is used to secure this dataset and its sub-resources. The key used for
190
- encryption and the dataset must be in the same location. If empty, the default Google encryption
191
- key will be used to secure this dataset. The format is
192
- projects/{projectId}/locations/{locationId}/keyRings/{keyRingId}/cryptoKeys/{keyId}.
193
- """
194
- return pulumi.get(self, "kms_key_name")
195
-
196
- @kms_key_name.setter
197
- def kms_key_name(self, value: Optional[pulumi.Input[str]]):
198
- pulumi.set(self, "kms_key_name", value)
199
-
200
-
201
158
  if not MYPY:
202
159
  class DatasetIamBindingConditionArgsDict(TypedDict):
203
160
  expression: pulumi.Input[str]
@@ -13,8 +13,6 @@ if sys.version_info >= (3, 11):
13
13
  else:
14
14
  from typing_extensions import NotRequired, TypedDict, TypeAlias
15
15
  from .. import _utilities
16
- from . import outputs
17
- from ._inputs import *
18
16
 
19
17
  __all__ = ['DatasetArgs', 'Dataset']
20
18
 
@@ -22,7 +20,6 @@ __all__ = ['DatasetArgs', 'Dataset']
22
20
  class DatasetArgs:
23
21
  def __init__(__self__, *,
24
22
  location: pulumi.Input[str],
25
- encryption_spec: Optional[pulumi.Input['DatasetEncryptionSpecArgs']] = None,
26
23
  name: Optional[pulumi.Input[str]] = None,
27
24
  project: Optional[pulumi.Input[str]] = None,
28
25
  time_zone: Optional[pulumi.Input[str]] = None):
@@ -32,8 +29,6 @@ class DatasetArgs:
32
29
 
33
30
 
34
31
  - - -
35
- :param pulumi.Input['DatasetEncryptionSpecArgs'] encryption_spec: A nested object resource
36
- Structure is documented below.
37
32
  :param pulumi.Input[str] name: The resource name for the Dataset.
38
33
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
39
34
  If it is not provided, the provider project is used.
@@ -42,8 +37,6 @@ class DatasetArgs:
42
37
  (e.g., HL7 messages) where no explicit timezone is specified.
43
38
  """
44
39
  pulumi.set(__self__, "location", location)
45
- if encryption_spec is not None:
46
- pulumi.set(__self__, "encryption_spec", encryption_spec)
47
40
  if name is not None:
48
41
  pulumi.set(__self__, "name", name)
49
42
  if project is not None:
@@ -66,19 +59,6 @@ class DatasetArgs:
66
59
  def location(self, value: pulumi.Input[str]):
67
60
  pulumi.set(self, "location", value)
68
61
 
69
- @property
70
- @pulumi.getter(name="encryptionSpec")
71
- def encryption_spec(self) -> Optional[pulumi.Input['DatasetEncryptionSpecArgs']]:
72
- """
73
- A nested object resource
74
- Structure is documented below.
75
- """
76
- return pulumi.get(self, "encryption_spec")
77
-
78
- @encryption_spec.setter
79
- def encryption_spec(self, value: Optional[pulumi.Input['DatasetEncryptionSpecArgs']]):
80
- pulumi.set(self, "encryption_spec", value)
81
-
82
62
  @property
83
63
  @pulumi.getter
84
64
  def name(self) -> Optional[pulumi.Input[str]]:
@@ -122,7 +102,6 @@ class DatasetArgs:
122
102
  @pulumi.input_type
123
103
  class _DatasetState:
124
104
  def __init__(__self__, *,
125
- encryption_spec: Optional[pulumi.Input['DatasetEncryptionSpecArgs']] = None,
126
105
  location: Optional[pulumi.Input[str]] = None,
127
106
  name: Optional[pulumi.Input[str]] = None,
128
107
  project: Optional[pulumi.Input[str]] = None,
@@ -130,8 +109,6 @@ class _DatasetState:
130
109
  time_zone: Optional[pulumi.Input[str]] = None):
131
110
  """
132
111
  Input properties used for looking up and filtering Dataset resources.
133
- :param pulumi.Input['DatasetEncryptionSpecArgs'] encryption_spec: A nested object resource
134
- Structure is documented below.
135
112
  :param pulumi.Input[str] location: The location for the Dataset.
136
113
 
137
114
 
@@ -144,8 +121,6 @@ class _DatasetState:
144
121
  "America/New_York" or empty, which defaults to UTC. This is used for parsing times in resources
145
122
  (e.g., HL7 messages) where no explicit timezone is specified.
146
123
  """
147
- if encryption_spec is not None:
148
- pulumi.set(__self__, "encryption_spec", encryption_spec)
149
124
  if location is not None:
150
125
  pulumi.set(__self__, "location", location)
151
126
  if name is not None:
@@ -157,19 +132,6 @@ class _DatasetState:
157
132
  if time_zone is not None:
158
133
  pulumi.set(__self__, "time_zone", time_zone)
159
134
 
160
- @property
161
- @pulumi.getter(name="encryptionSpec")
162
- def encryption_spec(self) -> Optional[pulumi.Input['DatasetEncryptionSpecArgs']]:
163
- """
164
- A nested object resource
165
- Structure is documented below.
166
- """
167
- return pulumi.get(self, "encryption_spec")
168
-
169
- @encryption_spec.setter
170
- def encryption_spec(self, value: Optional[pulumi.Input['DatasetEncryptionSpecArgs']]):
171
- pulumi.set(self, "encryption_spec", value)
172
-
173
135
  @property
174
136
  @pulumi.getter
175
137
  def location(self) -> Optional[pulumi.Input[str]]:
@@ -242,7 +204,6 @@ class Dataset(pulumi.CustomResource):
242
204
  def __init__(__self__,
243
205
  resource_name: str,
244
206
  opts: Optional[pulumi.ResourceOptions] = None,
245
- encryption_spec: Optional[pulumi.Input[Union['DatasetEncryptionSpecArgs', 'DatasetEncryptionSpecArgsDict']]] = None,
246
207
  location: Optional[pulumi.Input[str]] = None,
247
208
  name: Optional[pulumi.Input[str]] = None,
248
209
  project: Optional[pulumi.Input[str]] = None,
@@ -270,33 +231,6 @@ class Dataset(pulumi.CustomResource):
270
231
  location="us-central1",
271
232
  time_zone="UTC")
272
233
  ```
273
- ### Healthcare Dataset Cmek
274
-
275
- ```python
276
- import pulumi
277
- import pulumi_gcp as gcp
278
-
279
- project = gcp.organizations.get_project()
280
- key_ring = gcp.kms.KeyRing("key_ring",
281
- name="example-keyring",
282
- location="us-central1")
283
- crypto_key = gcp.kms.CryptoKey("crypto_key",
284
- name="example-key",
285
- key_ring=key_ring.id,
286
- purpose="ENCRYPT_DECRYPT")
287
- healthcare_cmek_keyuser = gcp.kms.CryptoKeyIAMBinding("healthcare_cmek_keyuser",
288
- crypto_key_id=crypto_key.id,
289
- role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
290
- members=[f"serviceAccount:service-{project.number}@gcp-sa-healthcare.iam.gserviceaccount.com"])
291
- default = gcp.healthcare.Dataset("default",
292
- name="example-dataset",
293
- location="us-central1",
294
- time_zone="UTC",
295
- encryption_spec={
296
- "kmsKeyName": crypto_key.id,
297
- },
298
- opts = pulumi.ResourceOptions(depends_on=[healthcare_cmek_keyuser]))
299
- ```
300
234
 
301
235
  ## Import
302
236
 
@@ -324,8 +258,6 @@ class Dataset(pulumi.CustomResource):
324
258
 
325
259
  :param str resource_name: The name of the resource.
326
260
  :param pulumi.ResourceOptions opts: Options for the resource.
327
- :param pulumi.Input[Union['DatasetEncryptionSpecArgs', 'DatasetEncryptionSpecArgsDict']] encryption_spec: A nested object resource
328
- Structure is documented below.
329
261
  :param pulumi.Input[str] location: The location for the Dataset.
330
262
 
331
263
 
@@ -365,33 +297,6 @@ class Dataset(pulumi.CustomResource):
365
297
  location="us-central1",
366
298
  time_zone="UTC")
367
299
  ```
368
- ### Healthcare Dataset Cmek
369
-
370
- ```python
371
- import pulumi
372
- import pulumi_gcp as gcp
373
-
374
- project = gcp.organizations.get_project()
375
- key_ring = gcp.kms.KeyRing("key_ring",
376
- name="example-keyring",
377
- location="us-central1")
378
- crypto_key = gcp.kms.CryptoKey("crypto_key",
379
- name="example-key",
380
- key_ring=key_ring.id,
381
- purpose="ENCRYPT_DECRYPT")
382
- healthcare_cmek_keyuser = gcp.kms.CryptoKeyIAMBinding("healthcare_cmek_keyuser",
383
- crypto_key_id=crypto_key.id,
384
- role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
385
- members=[f"serviceAccount:service-{project.number}@gcp-sa-healthcare.iam.gserviceaccount.com"])
386
- default = gcp.healthcare.Dataset("default",
387
- name="example-dataset",
388
- location="us-central1",
389
- time_zone="UTC",
390
- encryption_spec={
391
- "kmsKeyName": crypto_key.id,
392
- },
393
- opts = pulumi.ResourceOptions(depends_on=[healthcare_cmek_keyuser]))
394
- ```
395
300
 
396
301
  ## Import
397
302
 
@@ -432,7 +337,6 @@ class Dataset(pulumi.CustomResource):
432
337
  def _internal_init(__self__,
433
338
  resource_name: str,
434
339
  opts: Optional[pulumi.ResourceOptions] = None,
435
- encryption_spec: Optional[pulumi.Input[Union['DatasetEncryptionSpecArgs', 'DatasetEncryptionSpecArgsDict']]] = None,
436
340
  location: Optional[pulumi.Input[str]] = None,
437
341
  name: Optional[pulumi.Input[str]] = None,
438
342
  project: Optional[pulumi.Input[str]] = None,
@@ -446,7 +350,6 @@ class Dataset(pulumi.CustomResource):
446
350
  raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
447
351
  __props__ = DatasetArgs.__new__(DatasetArgs)
448
352
 
449
- __props__.__dict__["encryption_spec"] = encryption_spec
450
353
  if location is None and not opts.urn:
451
354
  raise TypeError("Missing required property 'location'")
452
355
  __props__.__dict__["location"] = location
@@ -464,7 +367,6 @@ class Dataset(pulumi.CustomResource):
464
367
  def get(resource_name: str,
465
368
  id: pulumi.Input[str],
466
369
  opts: Optional[pulumi.ResourceOptions] = None,
467
- encryption_spec: Optional[pulumi.Input[Union['DatasetEncryptionSpecArgs', 'DatasetEncryptionSpecArgsDict']]] = None,
468
370
  location: Optional[pulumi.Input[str]] = None,
469
371
  name: Optional[pulumi.Input[str]] = None,
470
372
  project: Optional[pulumi.Input[str]] = None,
@@ -477,8 +379,6 @@ class Dataset(pulumi.CustomResource):
477
379
  :param str resource_name: The unique name of the resulting resource.
478
380
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
479
381
  :param pulumi.ResourceOptions opts: Options for the resource.
480
- :param pulumi.Input[Union['DatasetEncryptionSpecArgs', 'DatasetEncryptionSpecArgsDict']] encryption_spec: A nested object resource
481
- Structure is documented below.
482
382
  :param pulumi.Input[str] location: The location for the Dataset.
483
383
 
484
384
 
@@ -495,7 +395,6 @@ class Dataset(pulumi.CustomResource):
495
395
 
496
396
  __props__ = _DatasetState.__new__(_DatasetState)
497
397
 
498
- __props__.__dict__["encryption_spec"] = encryption_spec
499
398
  __props__.__dict__["location"] = location
500
399
  __props__.__dict__["name"] = name
501
400
  __props__.__dict__["project"] = project
@@ -503,15 +402,6 @@ class Dataset(pulumi.CustomResource):
503
402
  __props__.__dict__["time_zone"] = time_zone
504
403
  return Dataset(resource_name, opts=opts, __props__=__props__)
505
404
 
506
- @property
507
- @pulumi.getter(name="encryptionSpec")
508
- def encryption_spec(self) -> pulumi.Output['outputs.DatasetEncryptionSpec']:
509
- """
510
- A nested object resource
511
- Structure is documented below.
512
- """
513
- return pulumi.get(self, "encryption_spec")
514
-
515
405
  @property
516
406
  @pulumi.getter
517
407
  def location(self) -> pulumi.Output[str]:
@@ -18,7 +18,6 @@ from . import outputs
18
18
  __all__ = [
19
19
  'ConsentStoreIamBindingCondition',
20
20
  'ConsentStoreIamMemberCondition',
21
- 'DatasetEncryptionSpec',
22
21
  'DatasetIamBindingCondition',
23
22
  'DatasetIamMemberCondition',
24
23
  'DicomStoreIamBindingCondition',
@@ -94,48 +93,6 @@ class ConsentStoreIamMemberCondition(dict):
94
93
  return pulumi.get(self, "description")
95
94
 
96
95
 
97
- @pulumi.output_type
98
- class DatasetEncryptionSpec(dict):
99
- @staticmethod
100
- def __key_warning(key: str):
101
- suggest = None
102
- if key == "kmsKeyName":
103
- suggest = "kms_key_name"
104
-
105
- if suggest:
106
- pulumi.log.warn(f"Key '{key}' not found in DatasetEncryptionSpec. Access the value via the '{suggest}' property getter instead.")
107
-
108
- def __getitem__(self, key: str) -> Any:
109
- DatasetEncryptionSpec.__key_warning(key)
110
- return super().__getitem__(key)
111
-
112
- def get(self, key: str, default = None) -> Any:
113
- DatasetEncryptionSpec.__key_warning(key)
114
- return super().get(key, default)
115
-
116
- def __init__(__self__, *,
117
- kms_key_name: Optional[str] = None):
118
- """
119
- :param str kms_key_name: KMS encryption key that is used to secure this dataset and its sub-resources. The key used for
120
- encryption and the dataset must be in the same location. If empty, the default Google encryption
121
- key will be used to secure this dataset. The format is
122
- projects/{projectId}/locations/{locationId}/keyRings/{keyRingId}/cryptoKeys/{keyId}.
123
- """
124
- if kms_key_name is not None:
125
- pulumi.set(__self__, "kms_key_name", kms_key_name)
126
-
127
- @property
128
- @pulumi.getter(name="kmsKeyName")
129
- def kms_key_name(self) -> Optional[str]:
130
- """
131
- KMS encryption key that is used to secure this dataset and its sub-resources. The key used for
132
- encryption and the dataset must be in the same location. If empty, the default Google encryption
133
- key will be used to secure this dataset. The format is
134
- projects/{projectId}/locations/{locationId}/keyRings/{keyRingId}/cryptoKeys/{keyId}.
135
- """
136
- return pulumi.get(self, "kms_key_name")
137
-
138
-
139
96
  @pulumi.output_type
140
97
  class DatasetIamBindingCondition(dict):
141
98
  def __init__(__self__, *,
@@ -918,7 +918,7 @@ class Config(pulumi.CustomResource):
918
918
 
919
919
  @property
920
920
  @pulumi.getter(name="smsRegionConfig")
921
- def sms_region_config(self) -> pulumi.Output['outputs.ConfigSmsRegionConfig']:
921
+ def sms_region_config(self) -> pulumi.Output[Optional['outputs.ConfigSmsRegionConfig']]:
922
922
  """
923
923
  Configures the regions where users are allowed to send verification SMS for the project or tenant. This is based on the calling code of the destination phone number.
924
924
  Structure is documented below.
@@ -531,7 +531,7 @@ class BillingAccountBucketConfig(pulumi.CustomResource):
531
531
 
532
532
  @property
533
533
  @pulumi.getter(name="indexConfigs")
534
- def index_configs(self) -> pulumi.Output[Sequence['outputs.BillingAccountBucketConfigIndexConfig']]:
534
+ def index_configs(self) -> pulumi.Output[Optional[Sequence['outputs.BillingAccountBucketConfigIndexConfig']]]:
535
535
  """
536
536
  A list of indexed fields and related configuration data. Structure is documented below.
537
537
  """
@@ -539,7 +539,7 @@ class FolderBucketConfig(pulumi.CustomResource):
539
539
 
540
540
  @property
541
541
  @pulumi.getter(name="indexConfigs")
542
- def index_configs(self) -> pulumi.Output[Sequence['outputs.FolderBucketConfigIndexConfig']]:
542
+ def index_configs(self) -> pulumi.Output[Optional[Sequence['outputs.FolderBucketConfigIndexConfig']]]:
543
543
  """
544
544
  A list of indexed fields and related configuration data. Structure is documented below.
545
545
  """
@@ -527,7 +527,7 @@ class OrganizationBucketConfig(pulumi.CustomResource):
527
527
 
528
528
  @property
529
529
  @pulumi.getter(name="indexConfigs")
530
- def index_configs(self) -> pulumi.Output[Sequence['outputs.OrganizationBucketConfigIndexConfig']]:
530
+ def index_configs(self) -> pulumi.Output[Optional[Sequence['outputs.OrganizationBucketConfigIndexConfig']]]:
531
531
  """
532
532
  A list of indexed fields and related configuration data. Structure is documented below.
533
533
  """
@@ -51,8 +51,6 @@ __all__ = [
51
51
  'AlertPolicyCreationRecordArgsDict',
52
52
  'AlertPolicyDocumentationArgs',
53
53
  'AlertPolicyDocumentationArgsDict',
54
- 'AlertPolicyDocumentationLinkArgs',
55
- 'AlertPolicyDocumentationLinkArgsDict',
56
54
  'CustomServiceTelemetryArgs',
57
55
  'CustomServiceTelemetryArgsDict',
58
56
  'GenericServiceBasicServiceArgs',
@@ -2877,11 +2875,6 @@ if not MYPY:
2877
2875
  exceed more than 10,240 bytes when encoded in UTF-8 format,
2878
2876
  whichever is smaller.
2879
2877
  """
2880
- links: NotRequired[pulumi.Input[Sequence[pulumi.Input['AlertPolicyDocumentationLinkArgsDict']]]]
2881
- """
2882
- Links to content such as playbooks, repositories, and other resources. This field can contain up to 3 entries.
2883
- Structure is documented below.
2884
- """
2885
2878
  mime_type: NotRequired[pulumi.Input[str]]
2886
2879
  """
2887
2880
  The format of the content field. Presently, only the value
@@ -2901,7 +2894,6 @@ elif False:
2901
2894
  class AlertPolicyDocumentationArgs:
2902
2895
  def __init__(__self__, *,
2903
2896
  content: Optional[pulumi.Input[str]] = None,
2904
- links: Optional[pulumi.Input[Sequence[pulumi.Input['AlertPolicyDocumentationLinkArgs']]]] = None,
2905
2897
  mime_type: Optional[pulumi.Input[str]] = None,
2906
2898
  subject: Optional[pulumi.Input[str]] = None):
2907
2899
  """
@@ -2909,8 +2901,6 @@ class AlertPolicyDocumentationArgs:
2909
2901
  The content may not exceed 8,192 Unicode characters and may not
2910
2902
  exceed more than 10,240 bytes when encoded in UTF-8 format,
2911
2903
  whichever is smaller.
2912
- :param pulumi.Input[Sequence[pulumi.Input['AlertPolicyDocumentationLinkArgs']]] links: Links to content such as playbooks, repositories, and other resources. This field can contain up to 3 entries.
2913
- Structure is documented below.
2914
2904
  :param pulumi.Input[str] mime_type: The format of the content field. Presently, only the value
2915
2905
  "text/markdown" is supported.
2916
2906
  :param pulumi.Input[str] subject: The subject line of the notification. The subject line may not
@@ -2920,8 +2910,6 @@ class AlertPolicyDocumentationArgs:
2920
2910
  """
2921
2911
  if content is not None:
2922
2912
  pulumi.set(__self__, "content", content)
2923
- if links is not None:
2924
- pulumi.set(__self__, "links", links)
2925
2913
  if mime_type is not None:
2926
2914
  pulumi.set(__self__, "mime_type", mime_type)
2927
2915
  if subject is not None:
@@ -2942,19 +2930,6 @@ class AlertPolicyDocumentationArgs:
2942
2930
  def content(self, value: Optional[pulumi.Input[str]]):
2943
2931
  pulumi.set(self, "content", value)
2944
2932
 
2945
- @property
2946
- @pulumi.getter
2947
- def links(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AlertPolicyDocumentationLinkArgs']]]]:
2948
- """
2949
- Links to content such as playbooks, repositories, and other resources. This field can contain up to 3 entries.
2950
- Structure is documented below.
2951
- """
2952
- return pulumi.get(self, "links")
2953
-
2954
- @links.setter
2955
- def links(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AlertPolicyDocumentationLinkArgs']]]]):
2956
- pulumi.set(self, "links", value)
2957
-
2958
2933
  @property
2959
2934
  @pulumi.getter(name="mimeType")
2960
2935
  def mime_type(self) -> Optional[pulumi.Input[str]]:
@@ -2984,58 +2959,6 @@ class AlertPolicyDocumentationArgs:
2984
2959
  pulumi.set(self, "subject", value)
2985
2960
 
2986
2961
 
2987
- if not MYPY:
2988
- class AlertPolicyDocumentationLinkArgsDict(TypedDict):
2989
- display_name: NotRequired[pulumi.Input[str]]
2990
- """
2991
- A short display name for the link. The display name must not be empty or exceed 63 characters. Example: "playbook".
2992
- """
2993
- url: NotRequired[pulumi.Input[str]]
2994
- """
2995
- The url of a webpage. A url can be templatized by using variables in the path or the query parameters. The total length of a URL should not exceed 2083 characters before and after variable expansion. Example: "https://my_domain.com/playbook?name=${resource.name}".
2996
- """
2997
- elif False:
2998
- AlertPolicyDocumentationLinkArgsDict: TypeAlias = Mapping[str, Any]
2999
-
3000
- @pulumi.input_type
3001
- class AlertPolicyDocumentationLinkArgs:
3002
- def __init__(__self__, *,
3003
- display_name: Optional[pulumi.Input[str]] = None,
3004
- url: Optional[pulumi.Input[str]] = None):
3005
- """
3006
- :param pulumi.Input[str] display_name: A short display name for the link. The display name must not be empty or exceed 63 characters. Example: "playbook".
3007
- :param pulumi.Input[str] url: The url of a webpage. A url can be templatized by using variables in the path or the query parameters. The total length of a URL should not exceed 2083 characters before and after variable expansion. Example: "https://my_domain.com/playbook?name=${resource.name}".
3008
- """
3009
- if display_name is not None:
3010
- pulumi.set(__self__, "display_name", display_name)
3011
- if url is not None:
3012
- pulumi.set(__self__, "url", url)
3013
-
3014
- @property
3015
- @pulumi.getter(name="displayName")
3016
- def display_name(self) -> Optional[pulumi.Input[str]]:
3017
- """
3018
- A short display name for the link. The display name must not be empty or exceed 63 characters. Example: "playbook".
3019
- """
3020
- return pulumi.get(self, "display_name")
3021
-
3022
- @display_name.setter
3023
- def display_name(self, value: Optional[pulumi.Input[str]]):
3024
- pulumi.set(self, "display_name", value)
3025
-
3026
- @property
3027
- @pulumi.getter
3028
- def url(self) -> Optional[pulumi.Input[str]]:
3029
- """
3030
- The url of a webpage. A url can be templatized by using variables in the path or the query parameters. The total length of a URL should not exceed 2083 characters before and after variable expansion. Example: "https://my_domain.com/playbook?name=${resource.name}".
3031
- """
3032
- return pulumi.get(self, "url")
3033
-
3034
- @url.setter
3035
- def url(self, value: Optional[pulumi.Input[str]]):
3036
- pulumi.set(self, "url", value)
3037
-
3038
-
3039
2962
  if not MYPY:
3040
2963
  class CustomServiceTelemetryArgsDict(TypedDict):
3041
2964
  resource_name: NotRequired[pulumi.Input[str]]
@@ -34,7 +34,6 @@ __all__ = [
34
34
  'AlertPolicyConditionConditionThresholdTrigger',
35
35
  'AlertPolicyCreationRecord',
36
36
  'AlertPolicyDocumentation',
37
- 'AlertPolicyDocumentationLink',
38
37
  'CustomServiceTelemetry',
39
38
  'GenericServiceBasicService',
40
39
  'GenericServiceTelemetry',
@@ -2077,7 +2076,6 @@ class AlertPolicyDocumentation(dict):
2077
2076
 
2078
2077
  def __init__(__self__, *,
2079
2078
  content: Optional[str] = None,
2080
- links: Optional[Sequence['outputs.AlertPolicyDocumentationLink']] = None,
2081
2079
  mime_type: Optional[str] = None,
2082
2080
  subject: Optional[str] = None):
2083
2081
  """
@@ -2085,8 +2083,6 @@ class AlertPolicyDocumentation(dict):
2085
2083
  The content may not exceed 8,192 Unicode characters and may not
2086
2084
  exceed more than 10,240 bytes when encoded in UTF-8 format,
2087
2085
  whichever is smaller.
2088
- :param Sequence['AlertPolicyDocumentationLinkArgs'] links: Links to content such as playbooks, repositories, and other resources. This field can contain up to 3 entries.
2089
- Structure is documented below.
2090
2086
  :param str mime_type: The format of the content field. Presently, only the value
2091
2087
  "text/markdown" is supported.
2092
2088
  :param str subject: The subject line of the notification. The subject line may not
@@ -2096,8 +2092,6 @@ class AlertPolicyDocumentation(dict):
2096
2092
  """
2097
2093
  if content is not None:
2098
2094
  pulumi.set(__self__, "content", content)
2099
- if links is not None:
2100
- pulumi.set(__self__, "links", links)
2101
2095
  if mime_type is not None:
2102
2096
  pulumi.set(__self__, "mime_type", mime_type)
2103
2097
  if subject is not None:
@@ -2114,15 +2108,6 @@ class AlertPolicyDocumentation(dict):
2114
2108
  """
2115
2109
  return pulumi.get(self, "content")
2116
2110
 
2117
- @property
2118
- @pulumi.getter
2119
- def links(self) -> Optional[Sequence['outputs.AlertPolicyDocumentationLink']]:
2120
- """
2121
- Links to content such as playbooks, repositories, and other resources. This field can contain up to 3 entries.
2122
- Structure is documented below.
2123
- """
2124
- return pulumi.get(self, "links")
2125
-
2126
2111
  @property
2127
2112
  @pulumi.getter(name="mimeType")
2128
2113
  def mime_type(self) -> Optional[str]:
@@ -2144,54 +2129,6 @@ class AlertPolicyDocumentation(dict):
2144
2129
  return pulumi.get(self, "subject")
2145
2130
 
2146
2131
 
2147
- @pulumi.output_type
2148
- class AlertPolicyDocumentationLink(dict):
2149
- @staticmethod
2150
- def __key_warning(key: str):
2151
- suggest = None
2152
- if key == "displayName":
2153
- suggest = "display_name"
2154
-
2155
- if suggest:
2156
- pulumi.log.warn(f"Key '{key}' not found in AlertPolicyDocumentationLink. Access the value via the '{suggest}' property getter instead.")
2157
-
2158
- def __getitem__(self, key: str) -> Any:
2159
- AlertPolicyDocumentationLink.__key_warning(key)
2160
- return super().__getitem__(key)
2161
-
2162
- def get(self, key: str, default = None) -> Any:
2163
- AlertPolicyDocumentationLink.__key_warning(key)
2164
- return super().get(key, default)
2165
-
2166
- def __init__(__self__, *,
2167
- display_name: Optional[str] = None,
2168
- url: Optional[str] = None):
2169
- """
2170
- :param str display_name: A short display name for the link. The display name must not be empty or exceed 63 characters. Example: "playbook".
2171
- :param str url: The url of a webpage. A url can be templatized by using variables in the path or the query parameters. The total length of a URL should not exceed 2083 characters before and after variable expansion. Example: "https://my_domain.com/playbook?name=${resource.name}".
2172
- """
2173
- if display_name is not None:
2174
- pulumi.set(__self__, "display_name", display_name)
2175
- if url is not None:
2176
- pulumi.set(__self__, "url", url)
2177
-
2178
- @property
2179
- @pulumi.getter(name="displayName")
2180
- def display_name(self) -> Optional[str]:
2181
- """
2182
- A short display name for the link. The display name must not be empty or exceed 63 characters. Example: "playbook".
2183
- """
2184
- return pulumi.get(self, "display_name")
2185
-
2186
- @property
2187
- @pulumi.getter
2188
- def url(self) -> Optional[str]:
2189
- """
2190
- The url of a webpage. A url can be templatized by using variables in the path or the query parameters. The total length of a URL should not exceed 2083 characters before and after variable expansion. Example: "https://my_domain.com/playbook?name=${resource.name}".
2191
- """
2192
- return pulumi.get(self, "url")
2193
-
2194
-
2195
2132
  @pulumi.output_type
2196
2133
  class CustomServiceTelemetry(dict):
2197
2134
  @staticmethod