pulumi-gcp 7.21.0__py3-none-any.whl → 7.21.0a1714002516__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 (106) hide show
  1. pulumi_gcp/__init__.py +0 -40
  2. pulumi_gcp/alloydb/_inputs.py +0 -74
  3. pulumi_gcp/alloydb/backup.py +12 -0
  4. pulumi_gcp/alloydb/cluster.py +12 -0
  5. pulumi_gcp/alloydb/instance.py +81 -90
  6. pulumi_gcp/alloydb/outputs.py +0 -98
  7. pulumi_gcp/apigee/environment.py +0 -47
  8. pulumi_gcp/apigee/sharedflow.py +20 -0
  9. pulumi_gcp/appengine/flexible_app_version.py +20 -0
  10. pulumi_gcp/applicationintegration/__init__.py +0 -1
  11. pulumi_gcp/applicationintegration/_inputs.py +0 -843
  12. pulumi_gcp/applicationintegration/outputs.py +0 -891
  13. pulumi_gcp/bigquerydatapolicy/_inputs.py +4 -21
  14. pulumi_gcp/bigquerydatapolicy/data_policy.py +0 -78
  15. pulumi_gcp/bigquerydatapolicy/outputs.py +3 -16
  16. pulumi_gcp/certificateauthority/_inputs.py +12 -92
  17. pulumi_gcp/certificateauthority/authority.py +27 -117
  18. pulumi_gcp/certificateauthority/certificate.py +0 -176
  19. pulumi_gcp/certificateauthority/outputs.py +12 -144
  20. pulumi_gcp/cloudbuild/worker_pool.py +12 -0
  21. pulumi_gcp/cloudbuildv2/connection.py +12 -0
  22. pulumi_gcp/cloudbuildv2/repository.py +12 -0
  23. pulumi_gcp/clouddeploy/automation.py +12 -0
  24. pulumi_gcp/clouddeploy/custom_target_type.py +12 -0
  25. pulumi_gcp/clouddeploy/delivery_pipeline.py +12 -0
  26. pulumi_gcp/clouddeploy/target.py +12 -0
  27. pulumi_gcp/cloudrunv2/job.py +12 -0
  28. pulumi_gcp/cloudrunv2/service.py +12 -0
  29. pulumi_gcp/composer/__init__.py +0 -1
  30. pulumi_gcp/composer/environment.py +47 -35
  31. pulumi_gcp/compute/__init__.py +0 -1
  32. pulumi_gcp/compute/_inputs.py +58 -121
  33. pulumi_gcp/compute/forwarding_rule.py +13 -0
  34. pulumi_gcp/compute/global_address.py +12 -0
  35. pulumi_gcp/compute/global_forwarding_rule.py +282 -0
  36. pulumi_gcp/compute/instance_from_machine_image.py +46 -14
  37. pulumi_gcp/compute/instance_from_template.py +46 -14
  38. pulumi_gcp/compute/outputs.py +65 -120
  39. pulumi_gcp/compute/region_instance_template.py +13 -0
  40. pulumi_gcp/compute/region_target_https_proxy.py +0 -257
  41. pulumi_gcp/compute/region_url_map.py +470 -0
  42. pulumi_gcp/container/attached_cluster.py +12 -0
  43. pulumi_gcp/container/aws_cluster.py +12 -0
  44. pulumi_gcp/container/aws_node_pool.py +12 -0
  45. pulumi_gcp/container/azure_cluster.py +12 -0
  46. pulumi_gcp/container/azure_node_pool.py +12 -0
  47. pulumi_gcp/container/cluster.py +20 -0
  48. pulumi_gcp/dataflow/flex_template_job.py +39 -0
  49. pulumi_gcp/dataloss/__init__.py +0 -1
  50. pulumi_gcp/dataloss/_inputs.py +0 -1040
  51. pulumi_gcp/dataloss/outputs.py +0 -1123
  52. pulumi_gcp/dataproc/cluster.py +20 -0
  53. pulumi_gcp/dataproc/workflow_template.py +26 -21
  54. pulumi_gcp/deploymentmanager/deployment.py +34 -0
  55. pulumi_gcp/dns/_inputs.py +2 -2
  56. pulumi_gcp/dns/outputs.py +2 -2
  57. pulumi_gcp/dns/record_set.py +36 -2
  58. pulumi_gcp/filestore/get_instance.py +1 -11
  59. pulumi_gcp/filestore/instance.py +0 -101
  60. pulumi_gcp/firebase/_inputs.py +0 -16
  61. pulumi_gcp/firebase/android_app.py +27 -0
  62. pulumi_gcp/firebase/app_check_play_integrity_config.py +0 -20
  63. pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +0 -10
  64. pulumi_gcp/firebase/app_check_service_config.py +125 -0
  65. pulumi_gcp/firebase/apple_app.py +27 -0
  66. pulumi_gcp/firebase/hosting_custom_domain.py +27 -0
  67. pulumi_gcp/firebase/hosting_version.py +0 -44
  68. pulumi_gcp/firebase/outputs.py +0 -12
  69. pulumi_gcp/firebase/web_app.py +20 -0
  70. pulumi_gcp/firestore/database.py +68 -0
  71. pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +12 -0
  72. pulumi_gcp/gkeonprem/bare_metal_cluster.py +12 -0
  73. pulumi_gcp/gkeonprem/bare_metal_node_pool.py +12 -0
  74. pulumi_gcp/gkeonprem/v_mware_cluster.py +12 -0
  75. pulumi_gcp/gkeonprem/v_mware_node_pool.py +12 -0
  76. pulumi_gcp/logging/folder_sink.py +0 -54
  77. pulumi_gcp/logging/organization_sink.py +0 -54
  78. pulumi_gcp/monitoring/_inputs.py +2 -46
  79. pulumi_gcp/monitoring/outputs.py +2 -40
  80. pulumi_gcp/monitoring/uptime_check_config.py +0 -6
  81. pulumi_gcp/netapp/active_directory.py +20 -0
  82. pulumi_gcp/netapp/volume_replication.py +68 -0
  83. pulumi_gcp/networkconnectivity/__init__.py +0 -1
  84. pulumi_gcp/provider.py +1 -3
  85. pulumi_gcp/secretmanager/get_secret.py +3 -13
  86. pulumi_gcp/secretmanager/outputs.py +1 -20
  87. pulumi_gcp/secretmanager/secret.py +15 -90
  88. pulumi_gcp/servicenetworking/connection.py +20 -0
  89. pulumi_gcp/spanner/database.py +41 -0
  90. pulumi_gcp/spanner/instance.py +40 -0
  91. pulumi_gcp/storage/__init__.py +0 -1
  92. pulumi_gcp/storage/bucket.py +12 -0
  93. pulumi_gcp/storage/outputs.py +0 -63
  94. pulumi_gcp/workstations/workstation.py +12 -0
  95. pulumi_gcp/workstations/workstation_cluster.py +12 -0
  96. pulumi_gcp/workstations/workstation_config.py +12 -0
  97. {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714002516.dist-info}/METADATA +1 -1
  98. {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714002516.dist-info}/RECORD +100 -106
  99. pulumi_gcp/applicationintegration/auth_config.py +0 -998
  100. pulumi_gcp/composer/user_workloads_secret.py +0 -441
  101. pulumi_gcp/compute/security_policy_rule.py +0 -850
  102. pulumi_gcp/dataloss/prevention_discovery_config.py +0 -737
  103. pulumi_gcp/networkconnectivity/internal_range.py +0 -1024
  104. pulumi_gcp/storage/get_bucket_objects.py +0 -153
  105. {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714002516.dist-info}/WHEEL +0 -0
  106. {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714002516.dist-info}/top_level.txt +0 -0
@@ -32,6 +32,9 @@ class AppleAppArgs:
32
32
  If apiKeyId is not set during creation, then Firebase automatically associates an apiKeyId with the AppleApp.
33
33
  This auto-associated key may be an existing valid key or, if no valid key exists, a new one will be provisioned.
34
34
  :param pulumi.Input[str] app_store_id: The automatically generated Apple ID assigned to the Apple app by Apple in the Apple App Store.
35
+ :param pulumi.Input[str] deletion_policy: (Optional) Set to 'ABANDON' to allow the Apple to be untracked from terraform state rather than deleted upon 'terraform
36
+ destroy'. This is useful because the Apple may be serving traffic. Set to 'DELETE' to delete the Apple. Defaults to
37
+ 'DELETE'.
35
38
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
36
39
  If it is not provided, the provider project is used.
37
40
  :param pulumi.Input[str] team_id: The Apple Developer Team ID associated with the App in the App Store.
@@ -105,6 +108,11 @@ class AppleAppArgs:
105
108
  @property
106
109
  @pulumi.getter(name="deletionPolicy")
107
110
  def deletion_policy(self) -> Optional[pulumi.Input[str]]:
111
+ """
112
+ (Optional) Set to 'ABANDON' to allow the Apple to be untracked from terraform state rather than deleted upon 'terraform
113
+ destroy'. This is useful because the Apple may be serving traffic. Set to 'DELETE' to delete the Apple. Defaults to
114
+ 'DELETE'.
115
+ """
108
116
  return pulumi.get(self, "deletion_policy")
109
117
 
110
118
  @deletion_policy.setter
@@ -161,6 +169,9 @@ class _AppleAppState:
161
169
 
162
170
 
163
171
  - - -
172
+ :param pulumi.Input[str] deletion_policy: (Optional) Set to 'ABANDON' to allow the Apple to be untracked from terraform state rather than deleted upon 'terraform
173
+ destroy'. This is useful because the Apple may be serving traffic. Set to 'DELETE' to delete the Apple. Defaults to
174
+ 'DELETE'.
164
175
  :param pulumi.Input[str] display_name: The user-assigned display name of the App.
165
176
  :param pulumi.Input[str] name: The fully qualified resource name of the App, for example:
166
177
  projects/projectId/iosApps/appId
@@ -244,6 +255,11 @@ class _AppleAppState:
244
255
  @property
245
256
  @pulumi.getter(name="deletionPolicy")
246
257
  def deletion_policy(self) -> Optional[pulumi.Input[str]]:
258
+ """
259
+ (Optional) Set to 'ABANDON' to allow the Apple to be untracked from terraform state rather than deleted upon 'terraform
260
+ destroy'. This is useful because the Apple may be serving traffic. Set to 'DELETE' to delete the Apple. Defaults to
261
+ 'DELETE'.
262
+ """
247
263
  return pulumi.get(self, "deletion_policy")
248
264
 
249
265
  @deletion_policy.setter
@@ -398,6 +414,9 @@ class AppleApp(pulumi.CustomResource):
398
414
 
399
415
 
400
416
  - - -
417
+ :param pulumi.Input[str] deletion_policy: (Optional) Set to 'ABANDON' to allow the Apple to be untracked from terraform state rather than deleted upon 'terraform
418
+ destroy'. This is useful because the Apple may be serving traffic. Set to 'DELETE' to delete the Apple. Defaults to
419
+ 'DELETE'.
401
420
  :param pulumi.Input[str] display_name: The user-assigned display name of the App.
402
421
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
403
422
  If it is not provided, the provider project is used.
@@ -563,6 +582,9 @@ class AppleApp(pulumi.CustomResource):
563
582
 
564
583
 
565
584
  - - -
585
+ :param pulumi.Input[str] deletion_policy: (Optional) Set to 'ABANDON' to allow the Apple to be untracked from terraform state rather than deleted upon 'terraform
586
+ destroy'. This is useful because the Apple may be serving traffic. Set to 'DELETE' to delete the Apple. Defaults to
587
+ 'DELETE'.
566
588
  :param pulumi.Input[str] display_name: The user-assigned display name of the App.
567
589
  :param pulumi.Input[str] name: The fully qualified resource name of the App, for example:
568
590
  projects/projectId/iosApps/appId
@@ -626,6 +648,11 @@ class AppleApp(pulumi.CustomResource):
626
648
  @property
627
649
  @pulumi.getter(name="deletionPolicy")
628
650
  def deletion_policy(self) -> pulumi.Output[Optional[str]]:
651
+ """
652
+ (Optional) Set to 'ABANDON' to allow the Apple to be untracked from terraform state rather than deleted upon 'terraform
653
+ destroy'. This is useful because the Apple may be serving traffic. Set to 'DELETE' to delete the Apple. Defaults to
654
+ 'DELETE'.
655
+ """
629
656
  return pulumi.get(self, "deletion_policy")
630
657
 
631
658
  @property
@@ -39,6 +39,9 @@ class HostingCustomDomainArgs:
39
39
  specified, Hosting will respond to requests against this CustomDomain
40
40
  with an HTTP 301 code, and route traffic to the specified `redirect_target`
41
41
  instead.
42
+ :param pulumi.Input[bool] wait_dns_verification: If true, Terraform will wait for DNS records to be fully resolved on the 'CustomDomain'. If false, Terraform will not
43
+ wait for DNS records on the 'CustomDomain'. Any issues in the 'CustomDomain' will be returned and stored in the
44
+ Terraform state.
42
45
  """
43
46
  pulumi.set(__self__, "custom_domain", custom_domain)
44
47
  pulumi.set(__self__, "site_id", site_id)
@@ -124,6 +127,11 @@ class HostingCustomDomainArgs:
124
127
  @property
125
128
  @pulumi.getter(name="waitDnsVerification")
126
129
  def wait_dns_verification(self) -> Optional[pulumi.Input[bool]]:
130
+ """
131
+ If true, Terraform will wait for DNS records to be fully resolved on the 'CustomDomain'. If false, Terraform will not
132
+ wait for DNS records on the 'CustomDomain'. Any issues in the 'CustomDomain' will be returned and stored in the
133
+ Terraform state.
134
+ """
127
135
  return pulumi.get(self, "wait_dns_verification")
128
136
 
129
137
  @wait_dns_verification.setter
@@ -247,6 +255,9 @@ class _HostingCustomDomainState:
247
255
  Structure is documented below.
248
256
  :param pulumi.Input[str] site_id: The ID of the site in which to create this custom domain association.
249
257
  :param pulumi.Input[str] update_time: The last time the `CustomDomain` was updated.
258
+ :param pulumi.Input[bool] wait_dns_verification: If true, Terraform will wait for DNS records to be fully resolved on the 'CustomDomain'. If false, Terraform will not
259
+ wait for DNS records on the 'CustomDomain'. Any issues in the 'CustomDomain' will be returned and stored in the
260
+ Terraform state.
250
261
  """
251
262
  if cert_preference is not None:
252
263
  pulumi.set(__self__, "cert_preference", cert_preference)
@@ -568,6 +579,11 @@ class _HostingCustomDomainState:
568
579
  @property
569
580
  @pulumi.getter(name="waitDnsVerification")
570
581
  def wait_dns_verification(self) -> Optional[pulumi.Input[bool]]:
582
+ """
583
+ If true, Terraform will wait for DNS records to be fully resolved on the 'CustomDomain'. If false, Terraform will not
584
+ wait for DNS records on the 'CustomDomain'. Any issues in the 'CustomDomain' will be returned and stored in the
585
+ Terraform state.
586
+ """
571
587
  return pulumi.get(self, "wait_dns_verification")
572
588
 
573
589
  @wait_dns_verification.setter
@@ -706,6 +722,9 @@ class HostingCustomDomain(pulumi.CustomResource):
706
722
  with an HTTP 301 code, and route traffic to the specified `redirect_target`
707
723
  instead.
708
724
  :param pulumi.Input[str] site_id: The ID of the site in which to create this custom domain association.
725
+ :param pulumi.Input[bool] wait_dns_verification: If true, Terraform will wait for DNS records to be fully resolved on the 'CustomDomain'. If false, Terraform will not
726
+ wait for DNS records on the 'CustomDomain'. Any issues in the 'CustomDomain' will be returned and stored in the
727
+ Terraform state.
709
728
  """
710
729
  ...
711
730
  @overload
@@ -995,6 +1014,9 @@ class HostingCustomDomain(pulumi.CustomResource):
995
1014
  Structure is documented below.
996
1015
  :param pulumi.Input[str] site_id: The ID of the site in which to create this custom domain association.
997
1016
  :param pulumi.Input[str] update_time: The last time the `CustomDomain` was updated.
1017
+ :param pulumi.Input[bool] wait_dns_verification: If true, Terraform will wait for DNS records to be fully resolved on the 'CustomDomain'. If false, Terraform will not
1018
+ wait for DNS records on the 'CustomDomain'. Any issues in the 'CustomDomain' will be returned and stored in the
1019
+ Terraform state.
998
1020
  """
999
1021
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
1000
1022
 
@@ -1235,5 +1257,10 @@ class HostingCustomDomain(pulumi.CustomResource):
1235
1257
  @property
1236
1258
  @pulumi.getter(name="waitDnsVerification")
1237
1259
  def wait_dns_verification(self) -> pulumi.Output[Optional[bool]]:
1260
+ """
1261
+ If true, Terraform will wait for DNS records to be fully resolved on the 'CustomDomain'. If false, Terraform will not
1262
+ wait for DNS records on the 'CustomDomain'. Any issues in the 'CustomDomain' will be returned and stored in the
1263
+ Terraform state.
1264
+ """
1238
1265
  return pulumi.get(self, "wait_dns_verification")
1239
1266
 
@@ -176,28 +176,6 @@ class HostingVersion(pulumi.CustomResource):
176
176
  version_name=default_hosting_version.name,
177
177
  message="Redirect to Google")
178
178
  ```
179
- ### Firebasehosting Version Path
180
-
181
- ```python
182
- import pulumi
183
- import pulumi_gcp as gcp
184
-
185
- default = gcp.firebase.HostingSite("default",
186
- project="my-project-name",
187
- site_id="site-id")
188
- default_hosting_version = gcp.firebase.HostingVersion("default",
189
- site_id=default.site_id,
190
- config=gcp.firebase.HostingVersionConfigArgs(
191
- rewrites=[gcp.firebase.HostingVersionConfigRewriteArgs(
192
- glob="**",
193
- path="/index.html",
194
- )],
195
- ))
196
- default_hosting_release = gcp.firebase.HostingRelease("default",
197
- site_id=default.site_id,
198
- version_name=default_hosting_version.name,
199
- message="Path Rewrite")
200
- ```
201
179
  ### Firebasehosting Version Cloud Run
202
180
 
203
181
  ```python
@@ -334,28 +312,6 @@ class HostingVersion(pulumi.CustomResource):
334
312
  version_name=default_hosting_version.name,
335
313
  message="Redirect to Google")
336
314
  ```
337
- ### Firebasehosting Version Path
338
-
339
- ```python
340
- import pulumi
341
- import pulumi_gcp as gcp
342
-
343
- default = gcp.firebase.HostingSite("default",
344
- project="my-project-name",
345
- site_id="site-id")
346
- default_hosting_version = gcp.firebase.HostingVersion("default",
347
- site_id=default.site_id,
348
- config=gcp.firebase.HostingVersionConfigArgs(
349
- rewrites=[gcp.firebase.HostingVersionConfigRewriteArgs(
350
- glob="**",
351
- path="/index.html",
352
- )],
353
- ))
354
- default_hosting_release = gcp.firebase.HostingRelease("default",
355
- site_id=default.site_id,
356
- version_name=default_hosting_version.name,
357
- message="Path Rewrite")
358
- ```
359
315
  ### Firebasehosting Version Cloud Run
360
316
 
361
317
  ```python
@@ -1418,13 +1418,11 @@ class HostingVersionConfigRewrite(dict):
1418
1418
  def __init__(__self__, *,
1419
1419
  function: Optional[str] = None,
1420
1420
  glob: Optional[str] = None,
1421
- path: Optional[str] = None,
1422
1421
  regex: Optional[str] = None,
1423
1422
  run: Optional['outputs.HostingVersionConfigRewriteRun'] = None):
1424
1423
  """
1425
1424
  :param str function: The function to proxy requests to. Must match the exported function name exactly.
1426
1425
  :param str glob: The user-supplied glob to match against the request URL path.
1427
- :param str path: The URL path to rewrite the request to.
1428
1426
  :param str regex: The user-supplied RE2 regular expression to match against the request URL path.
1429
1427
  :param 'HostingVersionConfigRewriteRunArgs' run: The request will be forwarded to Cloud Run.
1430
1428
  Structure is documented below.
@@ -1433,8 +1431,6 @@ class HostingVersionConfigRewrite(dict):
1433
1431
  pulumi.set(__self__, "function", function)
1434
1432
  if glob is not None:
1435
1433
  pulumi.set(__self__, "glob", glob)
1436
- if path is not None:
1437
- pulumi.set(__self__, "path", path)
1438
1434
  if regex is not None:
1439
1435
  pulumi.set(__self__, "regex", regex)
1440
1436
  if run is not None:
@@ -1456,14 +1452,6 @@ class HostingVersionConfigRewrite(dict):
1456
1452
  """
1457
1453
  return pulumi.get(self, "glob")
1458
1454
 
1459
- @property
1460
- @pulumi.getter
1461
- def path(self) -> Optional[str]:
1462
- """
1463
- The URL path to rewrite the request to.
1464
- """
1465
- return pulumi.get(self, "path")
1466
-
1467
1455
  @property
1468
1456
  @pulumi.getter
1469
1457
  def regex(self) -> Optional[str]:
@@ -27,6 +27,8 @@ class WebAppArgs:
27
27
  :param pulumi.Input[str] api_key_id: The globally unique, Google-assigned identifier (UID) for the Firebase API key associated with the WebApp.
28
28
  If apiKeyId is not set during creation, then Firebase automatically associates an apiKeyId with the WebApp.
29
29
  This auto-associated key may be an existing valid key or, if no valid key exists, a new one will be provisioned.
30
+ :param pulumi.Input[str] deletion_policy: Set to 'ABANDON' to allow the WebApp to be untracked from terraform state rather than deleted upon 'terraform destroy'.
31
+ This is useful becaue the WebApp may be serving traffic. Set to 'DELETE' to delete the WebApp. Default to 'DELETE'
30
32
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
31
33
  If it is not provided, the provider project is used.
32
34
  """
@@ -70,6 +72,10 @@ class WebAppArgs:
70
72
  @property
71
73
  @pulumi.getter(name="deletionPolicy")
72
74
  def deletion_policy(self) -> Optional[pulumi.Input[str]]:
75
+ """
76
+ Set to 'ABANDON' to allow the WebApp to be untracked from terraform state rather than deleted upon 'terraform destroy'.
77
+ This is useful becaue the WebApp may be serving traffic. Set to 'DELETE' to delete the WebApp. Default to 'DELETE'
78
+ """
73
79
  return pulumi.get(self, "deletion_policy")
74
80
 
75
81
  @deletion_policy.setter
@@ -108,6 +114,8 @@ class _WebAppState:
108
114
  :param pulumi.Input[str] app_id: The globally unique, Firebase-assigned identifier of the App.
109
115
  This identifier should be treated as an opaque token, as the data format is not specified.
110
116
  :param pulumi.Input[Sequence[pulumi.Input[str]]] app_urls: The URLs where the `WebApp` is hosted.
117
+ :param pulumi.Input[str] deletion_policy: Set to 'ABANDON' to allow the WebApp to be untracked from terraform state rather than deleted upon 'terraform destroy'.
118
+ This is useful becaue the WebApp may be serving traffic. Set to 'DELETE' to delete the WebApp. Default to 'DELETE'
111
119
  :param pulumi.Input[str] display_name: The user-assigned display name of the App.
112
120
 
113
121
 
@@ -174,6 +182,10 @@ class _WebAppState:
174
182
  @property
175
183
  @pulumi.getter(name="deletionPolicy")
176
184
  def deletion_policy(self) -> Optional[pulumi.Input[str]]:
185
+ """
186
+ Set to 'ABANDON' to allow the WebApp to be untracked from terraform state rather than deleted upon 'terraform destroy'.
187
+ This is useful becaue the WebApp may be serving traffic. Set to 'DELETE' to delete the WebApp. Default to 'DELETE'
188
+ """
177
189
  return pulumi.get(self, "deletion_policy")
178
190
 
179
191
  @deletion_policy.setter
@@ -306,6 +318,8 @@ class WebApp(pulumi.CustomResource):
306
318
  :param pulumi.Input[str] api_key_id: The globally unique, Google-assigned identifier (UID) for the Firebase API key associated with the WebApp.
307
319
  If apiKeyId is not set during creation, then Firebase automatically associates an apiKeyId with the WebApp.
308
320
  This auto-associated key may be an existing valid key or, if no valid key exists, a new one will be provisioned.
321
+ :param pulumi.Input[str] deletion_policy: Set to 'ABANDON' to allow the WebApp to be untracked from terraform state rather than deleted upon 'terraform destroy'.
322
+ This is useful becaue the WebApp may be serving traffic. Set to 'DELETE' to delete the WebApp. Default to 'DELETE'
309
323
  :param pulumi.Input[str] display_name: The user-assigned display name of the App.
310
324
 
311
325
 
@@ -455,6 +469,8 @@ class WebApp(pulumi.CustomResource):
455
469
  :param pulumi.Input[str] app_id: The globally unique, Firebase-assigned identifier of the App.
456
470
  This identifier should be treated as an opaque token, as the data format is not specified.
457
471
  :param pulumi.Input[Sequence[pulumi.Input[str]]] app_urls: The URLs where the `WebApp` is hosted.
472
+ :param pulumi.Input[str] deletion_policy: Set to 'ABANDON' to allow the WebApp to be untracked from terraform state rather than deleted upon 'terraform destroy'.
473
+ This is useful becaue the WebApp may be serving traffic. Set to 'DELETE' to delete the WebApp. Default to 'DELETE'
458
474
  :param pulumi.Input[str] display_name: The user-assigned display name of the App.
459
475
 
460
476
 
@@ -507,6 +523,10 @@ class WebApp(pulumi.CustomResource):
507
523
  @property
508
524
  @pulumi.getter(name="deletionPolicy")
509
525
  def deletion_policy(self) -> pulumi.Output[Optional[str]]:
526
+ """
527
+ Set to 'ABANDON' to allow the WebApp to be untracked from terraform state rather than deleted upon 'terraform destroy'.
528
+ This is useful becaue the WebApp may be serving traffic. Set to 'DELETE' to delete the WebApp. Default to 'DELETE'
529
+ """
510
530
  return pulumi.get(self, "deletion_policy")
511
531
 
512
532
  @property
@@ -45,6 +45,14 @@ class DatabaseArgs:
45
45
  Structure is documented below.
46
46
  :param pulumi.Input[str] concurrency_mode: The concurrency control mode to use for this database.
47
47
  Possible values are: `OPTIMISTIC`, `PESSIMISTIC`, `OPTIMISTIC_WITH_ENTITY_GROUPS`.
48
+ :param pulumi.Input[str] delete_protection_state: State of delete protection for the database. When delete protection is enabled, this database cannot be deleted. The
49
+ default value is 'DELETE_PROTECTION_STATE_UNSPECIFIED', which is currently equivalent to 'DELETE_PROTECTION_DISABLED'.
50
+ **Note:** Additionally, to delete this database using 'terraform destroy', 'deletion_policy' must be set to 'DELETE'.
51
+ Possible values: ["DELETE_PROTECTION_STATE_UNSPECIFIED", "DELETE_PROTECTION_ENABLED", "DELETE_PROTECTION_DISABLED"]
52
+ :param pulumi.Input[str] deletion_policy: Deletion behavior for this database. If the deletion policy is 'ABANDON', the database will be removed from Terraform
53
+ state but not deleted from Google Cloud upon destruction. If the deletion policy is 'DELETE', the database will both be
54
+ removed from Terraform state and deleted from Google Cloud upon destruction. The default value is 'ABANDON'. See also
55
+ 'delete_protection'.
48
56
  :param pulumi.Input[str] name: The ID to use for the database, which will become the final
49
57
  component of the database's resource name. This value should be 4-63
50
58
  characters. Valid characters are /[a-z][0-9]-/ with first character
@@ -155,6 +163,12 @@ class DatabaseArgs:
155
163
  @property
156
164
  @pulumi.getter(name="deleteProtectionState")
157
165
  def delete_protection_state(self) -> Optional[pulumi.Input[str]]:
166
+ """
167
+ State of delete protection for the database. When delete protection is enabled, this database cannot be deleted. The
168
+ default value is 'DELETE_PROTECTION_STATE_UNSPECIFIED', which is currently equivalent to 'DELETE_PROTECTION_DISABLED'.
169
+ **Note:** Additionally, to delete this database using 'terraform destroy', 'deletion_policy' must be set to 'DELETE'.
170
+ Possible values: ["DELETE_PROTECTION_STATE_UNSPECIFIED", "DELETE_PROTECTION_ENABLED", "DELETE_PROTECTION_DISABLED"]
171
+ """
158
172
  return pulumi.get(self, "delete_protection_state")
159
173
 
160
174
  @delete_protection_state.setter
@@ -164,6 +178,12 @@ class DatabaseArgs:
164
178
  @property
165
179
  @pulumi.getter(name="deletionPolicy")
166
180
  def deletion_policy(self) -> Optional[pulumi.Input[str]]:
181
+ """
182
+ Deletion behavior for this database. If the deletion policy is 'ABANDON', the database will be removed from Terraform
183
+ state but not deleted from Google Cloud upon destruction. If the deletion policy is 'DELETE', the database will both be
184
+ removed from Terraform state and deleted from Google Cloud upon destruction. The default value is 'ABANDON'. See also
185
+ 'delete_protection'.
186
+ """
167
187
  return pulumi.get(self, "deletion_policy")
168
188
 
169
189
  @deletion_policy.setter
@@ -250,6 +270,14 @@ class _DatabaseState:
250
270
  :param pulumi.Input[str] concurrency_mode: The concurrency control mode to use for this database.
251
271
  Possible values are: `OPTIMISTIC`, `PESSIMISTIC`, `OPTIMISTIC_WITH_ENTITY_GROUPS`.
252
272
  :param pulumi.Input[str] create_time: Output only. The timestamp at which this database was created.
273
+ :param pulumi.Input[str] delete_protection_state: State of delete protection for the database. When delete protection is enabled, this database cannot be deleted. The
274
+ default value is 'DELETE_PROTECTION_STATE_UNSPECIFIED', which is currently equivalent to 'DELETE_PROTECTION_DISABLED'.
275
+ **Note:** Additionally, to delete this database using 'terraform destroy', 'deletion_policy' must be set to 'DELETE'.
276
+ Possible values: ["DELETE_PROTECTION_STATE_UNSPECIFIED", "DELETE_PROTECTION_ENABLED", "DELETE_PROTECTION_DISABLED"]
277
+ :param pulumi.Input[str] deletion_policy: Deletion behavior for this database. If the deletion policy is 'ABANDON', the database will be removed from Terraform
278
+ state but not deleted from Google Cloud upon destruction. If the deletion policy is 'DELETE', the database will both be
279
+ removed from Terraform state and deleted from Google Cloud upon destruction. The default value is 'ABANDON'. See also
280
+ 'delete_protection'.
253
281
  :param pulumi.Input[str] earliest_version_time: Output only. The earliest timestamp at which older versions of the data can be read from the database. See versionRetentionPeriod above; this field is populated with now - versionRetentionPeriod.
254
282
  This value is continuously updated, and becomes stale the moment it is queried. If you are using this value to recover data, make sure to account for the time from the moment when the value is queried to the moment when you initiate the recovery.
255
283
  A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
@@ -382,6 +410,12 @@ class _DatabaseState:
382
410
  @property
383
411
  @pulumi.getter(name="deleteProtectionState")
384
412
  def delete_protection_state(self) -> Optional[pulumi.Input[str]]:
413
+ """
414
+ State of delete protection for the database. When delete protection is enabled, this database cannot be deleted. The
415
+ default value is 'DELETE_PROTECTION_STATE_UNSPECIFIED', which is currently equivalent to 'DELETE_PROTECTION_DISABLED'.
416
+ **Note:** Additionally, to delete this database using 'terraform destroy', 'deletion_policy' must be set to 'DELETE'.
417
+ Possible values: ["DELETE_PROTECTION_STATE_UNSPECIFIED", "DELETE_PROTECTION_ENABLED", "DELETE_PROTECTION_DISABLED"]
418
+ """
385
419
  return pulumi.get(self, "delete_protection_state")
386
420
 
387
421
  @delete_protection_state.setter
@@ -391,6 +425,12 @@ class _DatabaseState:
391
425
  @property
392
426
  @pulumi.getter(name="deletionPolicy")
393
427
  def deletion_policy(self) -> Optional[pulumi.Input[str]]:
428
+ """
429
+ Deletion behavior for this database. If the deletion policy is 'ABANDON', the database will be removed from Terraform
430
+ state but not deleted from Google Cloud upon destruction. If the deletion policy is 'DELETE', the database will both be
431
+ removed from Terraform state and deleted from Google Cloud upon destruction. The default value is 'ABANDON'. See also
432
+ 'delete_protection'.
433
+ """
394
434
  return pulumi.get(self, "deletion_policy")
395
435
 
396
436
  @deletion_policy.setter
@@ -749,6 +789,14 @@ class Database(pulumi.CustomResource):
749
789
  Structure is documented below.
750
790
  :param pulumi.Input[str] concurrency_mode: The concurrency control mode to use for this database.
751
791
  Possible values are: `OPTIMISTIC`, `PESSIMISTIC`, `OPTIMISTIC_WITH_ENTITY_GROUPS`.
792
+ :param pulumi.Input[str] delete_protection_state: State of delete protection for the database. When delete protection is enabled, this database cannot be deleted. The
793
+ default value is 'DELETE_PROTECTION_STATE_UNSPECIFIED', which is currently equivalent to 'DELETE_PROTECTION_DISABLED'.
794
+ **Note:** Additionally, to delete this database using 'terraform destroy', 'deletion_policy' must be set to 'DELETE'.
795
+ Possible values: ["DELETE_PROTECTION_STATE_UNSPECIFIED", "DELETE_PROTECTION_ENABLED", "DELETE_PROTECTION_DISABLED"]
796
+ :param pulumi.Input[str] deletion_policy: Deletion behavior for this database. If the deletion policy is 'ABANDON', the database will be removed from Terraform
797
+ state but not deleted from Google Cloud upon destruction. If the deletion policy is 'DELETE', the database will both be
798
+ removed from Terraform state and deleted from Google Cloud upon destruction. The default value is 'ABANDON'. See also
799
+ 'delete_protection'.
752
800
  :param pulumi.Input[str] location_id: The location of the database. Available locations are listed at
753
801
  https://cloud.google.com/firestore/docs/locations.
754
802
  :param pulumi.Input[str] name: The ID to use for the database, which will become the final
@@ -1042,6 +1090,14 @@ class Database(pulumi.CustomResource):
1042
1090
  :param pulumi.Input[str] concurrency_mode: The concurrency control mode to use for this database.
1043
1091
  Possible values are: `OPTIMISTIC`, `PESSIMISTIC`, `OPTIMISTIC_WITH_ENTITY_GROUPS`.
1044
1092
  :param pulumi.Input[str] create_time: Output only. The timestamp at which this database was created.
1093
+ :param pulumi.Input[str] delete_protection_state: State of delete protection for the database. When delete protection is enabled, this database cannot be deleted. The
1094
+ default value is 'DELETE_PROTECTION_STATE_UNSPECIFIED', which is currently equivalent to 'DELETE_PROTECTION_DISABLED'.
1095
+ **Note:** Additionally, to delete this database using 'terraform destroy', 'deletion_policy' must be set to 'DELETE'.
1096
+ Possible values: ["DELETE_PROTECTION_STATE_UNSPECIFIED", "DELETE_PROTECTION_ENABLED", "DELETE_PROTECTION_DISABLED"]
1097
+ :param pulumi.Input[str] deletion_policy: Deletion behavior for this database. If the deletion policy is 'ABANDON', the database will be removed from Terraform
1098
+ state but not deleted from Google Cloud upon destruction. If the deletion policy is 'DELETE', the database will both be
1099
+ removed from Terraform state and deleted from Google Cloud upon destruction. The default value is 'ABANDON'. See also
1100
+ 'delete_protection'.
1045
1101
  :param pulumi.Input[str] earliest_version_time: Output only. The earliest timestamp at which older versions of the data can be read from the database. See versionRetentionPeriod above; this field is populated with now - versionRetentionPeriod.
1046
1102
  This value is continuously updated, and becomes stale the moment it is queried. If you are using this value to recover data, make sure to account for the time from the moment when the value is queried to the moment when you initiate the recovery.
1047
1103
  A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
@@ -1146,11 +1202,23 @@ class Database(pulumi.CustomResource):
1146
1202
  @property
1147
1203
  @pulumi.getter(name="deleteProtectionState")
1148
1204
  def delete_protection_state(self) -> pulumi.Output[str]:
1205
+ """
1206
+ State of delete protection for the database. When delete protection is enabled, this database cannot be deleted. The
1207
+ default value is 'DELETE_PROTECTION_STATE_UNSPECIFIED', which is currently equivalent to 'DELETE_PROTECTION_DISABLED'.
1208
+ **Note:** Additionally, to delete this database using 'terraform destroy', 'deletion_policy' must be set to 'DELETE'.
1209
+ Possible values: ["DELETE_PROTECTION_STATE_UNSPECIFIED", "DELETE_PROTECTION_ENABLED", "DELETE_PROTECTION_DISABLED"]
1210
+ """
1149
1211
  return pulumi.get(self, "delete_protection_state")
1150
1212
 
1151
1213
  @property
1152
1214
  @pulumi.getter(name="deletionPolicy")
1153
1215
  def deletion_policy(self) -> pulumi.Output[Optional[str]]:
1216
+ """
1217
+ Deletion behavior for this database. If the deletion policy is 'ABANDON', the database will be removed from Terraform
1218
+ state but not deleted from Google Cloud upon destruction. If the deletion policy is 'DELETE', the database will both be
1219
+ removed from Terraform state and deleted from Google Cloud upon destruction. The default value is 'ABANDON'. See also
1220
+ 'delete_protection'.
1221
+ """
1154
1222
  return pulumi.get(self, "deletion_policy")
1155
1223
 
1156
1224
  @property
@@ -377,6 +377,8 @@ class _BareMetalAdminClusterState:
377
377
  :param pulumi.Input[str] create_time: The time the cluster was created, in RFC3339 text format.
378
378
  :param pulumi.Input[str] delete_time: The time the cluster was deleted, in RFC3339 text format.
379
379
  :param pulumi.Input[str] description: A human readable description of this Bare Metal Admin Cluster.
380
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
381
+ Terraform, other clients and services.
380
382
  :param pulumi.Input[str] endpoint: The IP address name of Bare Metal Admin Cluster's API server.
381
383
  :param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
382
384
  fields, and may be sent on update and delete requests to ensure the
@@ -592,6 +594,10 @@ class _BareMetalAdminClusterState:
592
594
  @property
593
595
  @pulumi.getter(name="effectiveAnnotations")
594
596
  def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
597
+ """
598
+ All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
599
+ Terraform, other clients and services.
600
+ """
595
601
  return pulumi.get(self, "effective_annotations")
596
602
 
597
603
  @effective_annotations.setter
@@ -1489,6 +1495,8 @@ class BareMetalAdminCluster(pulumi.CustomResource):
1489
1495
  :param pulumi.Input[str] create_time: The time the cluster was created, in RFC3339 text format.
1490
1496
  :param pulumi.Input[str] delete_time: The time the cluster was deleted, in RFC3339 text format.
1491
1497
  :param pulumi.Input[str] description: A human readable description of this Bare Metal Admin Cluster.
1498
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
1499
+ Terraform, other clients and services.
1492
1500
  :param pulumi.Input[str] endpoint: The IP address name of Bare Metal Admin Cluster's API server.
1493
1501
  :param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
1494
1502
  fields, and may be sent on update and delete requests to ensure the
@@ -1652,6 +1660,10 @@ class BareMetalAdminCluster(pulumi.CustomResource):
1652
1660
  @property
1653
1661
  @pulumi.getter(name="effectiveAnnotations")
1654
1662
  def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
1663
+ """
1664
+ All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
1665
+ Terraform, other clients and services.
1666
+ """
1655
1667
  return pulumi.get(self, "effective_annotations")
1656
1668
 
1657
1669
  @property
@@ -407,6 +407,8 @@ class _BareMetalClusterState:
407
407
  :param pulumi.Input[str] delete_time: The time the cluster was deleted, in RFC3339 text format.
408
408
  :param pulumi.Input[str] description: (Output)
409
409
  The description of the validation check.
410
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
411
+ Terraform, other clients and services.
410
412
  :param pulumi.Input[str] endpoint: The IP address name of Bare Metal User Cluster's API server.
411
413
  :param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
412
414
  fields, and may be sent on update and delete requests to ensure the
@@ -642,6 +644,10 @@ class _BareMetalClusterState:
642
644
  @property
643
645
  @pulumi.getter(name="effectiveAnnotations")
644
646
  def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
647
+ """
648
+ All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
649
+ Terraform, other clients and services.
650
+ """
645
651
  return pulumi.get(self, "effective_annotations")
646
652
 
647
653
  @effective_annotations.setter
@@ -1795,6 +1801,8 @@ class BareMetalCluster(pulumi.CustomResource):
1795
1801
  :param pulumi.Input[str] delete_time: The time the cluster was deleted, in RFC3339 text format.
1796
1802
  :param pulumi.Input[str] description: (Output)
1797
1803
  The description of the validation check.
1804
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
1805
+ Terraform, other clients and services.
1798
1806
  :param pulumi.Input[str] endpoint: The IP address name of Bare Metal User Cluster's API server.
1799
1807
  :param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
1800
1808
  fields, and may be sent on update and delete requests to ensure the
@@ -1966,6 +1974,10 @@ class BareMetalCluster(pulumi.CustomResource):
1966
1974
  @property
1967
1975
  @pulumi.getter(name="effectiveAnnotations")
1968
1976
  def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
1977
+ """
1978
+ All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
1979
+ Terraform, other clients and services.
1980
+ """
1969
1981
  return pulumi.get(self, "effective_annotations")
1970
1982
 
1971
1983
  @property
@@ -169,6 +169,8 @@ class _BareMetalNodePoolState:
169
169
  :param pulumi.Input[str] create_time: The time the cluster was created, in RFC3339 text format.
170
170
  :param pulumi.Input[str] delete_time: The time the cluster was deleted, in RFC3339 text format.
171
171
  :param pulumi.Input[str] display_name: The display name for the Bare Metal Node Pool.
172
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
173
+ Terraform, other clients and services.
172
174
  :param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
173
175
  fields, and may be sent on update and delete requests to ensure the
174
176
  client has an up-to-date value before proceeding.
@@ -287,6 +289,10 @@ class _BareMetalNodePoolState:
287
289
  @property
288
290
  @pulumi.getter(name="effectiveAnnotations")
289
291
  def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
292
+ """
293
+ All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
294
+ Terraform, other clients and services.
295
+ """
290
296
  return pulumi.get(self, "effective_annotations")
291
297
 
292
298
  @effective_annotations.setter
@@ -966,6 +972,8 @@ class BareMetalNodePool(pulumi.CustomResource):
966
972
  :param pulumi.Input[str] create_time: The time the cluster was created, in RFC3339 text format.
967
973
  :param pulumi.Input[str] delete_time: The time the cluster was deleted, in RFC3339 text format.
968
974
  :param pulumi.Input[str] display_name: The display name for the Bare Metal Node Pool.
975
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
976
+ Terraform, other clients and services.
969
977
  :param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
970
978
  fields, and may be sent on update and delete requests to ensure the
971
979
  client has an up-to-date value before proceeding.
@@ -1053,6 +1061,10 @@ class BareMetalNodePool(pulumi.CustomResource):
1053
1061
  @property
1054
1062
  @pulumi.getter(name="effectiveAnnotations")
1055
1063
  def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
1064
+ """
1065
+ All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
1066
+ Terraform, other clients and services.
1067
+ """
1056
1068
  return pulumi.get(self, "effective_annotations")
1057
1069
 
1058
1070
  @property
@@ -412,6 +412,8 @@ class _VMwareClusterState:
412
412
  :param pulumi.Input[str] description: (Output)
413
413
  The description of the validation check.
414
414
  :param pulumi.Input[bool] disable_bundled_ingress: Disable bundled ingress.
415
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
416
+ Terraform, other clients and services.
415
417
  :param pulumi.Input[bool] enable_control_plane_v2: Enable control plane V2. Default to false.
416
418
  :param pulumi.Input[str] endpoint: The DNS name of VMware User Cluster's API server.
417
419
  :param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
@@ -663,6 +665,10 @@ class _VMwareClusterState:
663
665
  @property
664
666
  @pulumi.getter(name="effectiveAnnotations")
665
667
  def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
668
+ """
669
+ All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
670
+ Terraform, other clients and services.
671
+ """
666
672
  return pulumi.get(self, "effective_annotations")
667
673
 
668
674
  @effective_annotations.setter
@@ -1653,6 +1659,8 @@ class VMwareCluster(pulumi.CustomResource):
1653
1659
  :param pulumi.Input[str] description: (Output)
1654
1660
  The description of the validation check.
1655
1661
  :param pulumi.Input[bool] disable_bundled_ingress: Disable bundled ingress.
1662
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
1663
+ Terraform, other clients and services.
1656
1664
  :param pulumi.Input[bool] enable_control_plane_v2: Enable control plane V2. Default to false.
1657
1665
  :param pulumi.Input[str] endpoint: The DNS name of VMware User Cluster's API server.
1658
1666
  :param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
@@ -1832,6 +1840,10 @@ class VMwareCluster(pulumi.CustomResource):
1832
1840
  @property
1833
1841
  @pulumi.getter(name="effectiveAnnotations")
1834
1842
  def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
1843
+ """
1844
+ All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
1845
+ Terraform, other clients and services.
1846
+ """
1835
1847
  return pulumi.get(self, "effective_annotations")
1836
1848
 
1837
1849
  @property