pulumi-gcp 7.20.0a1713984378__py3-none-any.whl → 7.21.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (131) hide show
  1. pulumi_gcp/__init__.py +48 -0
  2. pulumi_gcp/alloydb/_inputs.py +74 -0
  3. pulumi_gcp/alloydb/backup.py +0 -12
  4. pulumi_gcp/alloydb/cluster.py +0 -12
  5. pulumi_gcp/alloydb/instance.py +90 -81
  6. pulumi_gcp/alloydb/outputs.py +98 -0
  7. pulumi_gcp/apigee/environment.py +47 -0
  8. pulumi_gcp/apigee/organization.py +162 -0
  9. pulumi_gcp/apigee/sharedflow.py +0 -20
  10. pulumi_gcp/appengine/flexible_app_version.py +0 -20
  11. pulumi_gcp/applicationintegration/__init__.py +1 -0
  12. pulumi_gcp/applicationintegration/_inputs.py +843 -0
  13. pulumi_gcp/applicationintegration/auth_config.py +998 -0
  14. pulumi_gcp/applicationintegration/outputs.py +891 -0
  15. pulumi_gcp/artifactregistry/_inputs.py +186 -0
  16. pulumi_gcp/artifactregistry/outputs.py +297 -4
  17. pulumi_gcp/artifactregistry/repository.py +346 -16
  18. pulumi_gcp/bigquery/table.py +61 -0
  19. pulumi_gcp/bigquerydatapolicy/_inputs.py +21 -4
  20. pulumi_gcp/bigquerydatapolicy/data_policy.py +78 -0
  21. pulumi_gcp/bigquerydatapolicy/outputs.py +16 -3
  22. pulumi_gcp/billing/budget.py +54 -0
  23. pulumi_gcp/certificateauthority/_inputs.py +92 -12
  24. pulumi_gcp/certificateauthority/authority.py +117 -27
  25. pulumi_gcp/certificateauthority/certificate.py +176 -0
  26. pulumi_gcp/certificateauthority/outputs.py +144 -12
  27. pulumi_gcp/cloudbuild/worker_pool.py +0 -12
  28. pulumi_gcp/cloudbuildv2/connection.py +0 -12
  29. pulumi_gcp/cloudbuildv2/repository.py +0 -12
  30. pulumi_gcp/clouddeploy/automation.py +0 -12
  31. pulumi_gcp/clouddeploy/custom_target_type.py +0 -12
  32. pulumi_gcp/clouddeploy/delivery_pipeline.py +0 -12
  33. pulumi_gcp/clouddeploy/target.py +0 -12
  34. pulumi_gcp/cloudfunctionsv2/_inputs.py +16 -0
  35. pulumi_gcp/cloudfunctionsv2/function.py +110 -0
  36. pulumi_gcp/cloudfunctionsv2/outputs.py +25 -0
  37. pulumi_gcp/cloudrunv2/job.py +0 -12
  38. pulumi_gcp/cloudrunv2/service.py +0 -12
  39. pulumi_gcp/composer/__init__.py +1 -0
  40. pulumi_gcp/composer/environment.py +35 -47
  41. pulumi_gcp/composer/user_workloads_secret.py +441 -0
  42. pulumi_gcp/compute/__init__.py +1 -0
  43. pulumi_gcp/compute/_inputs.py +169 -58
  44. pulumi_gcp/compute/forwarding_rule.py +0 -13
  45. pulumi_gcp/compute/get_instance_group_manager.py +11 -1
  46. pulumi_gcp/compute/global_address.py +0 -12
  47. pulumi_gcp/compute/global_forwarding_rule.py +0 -282
  48. pulumi_gcp/compute/instance_from_machine_image.py +14 -46
  49. pulumi_gcp/compute/instance_from_template.py +14 -46
  50. pulumi_gcp/compute/instance_group_manager.py +68 -21
  51. pulumi_gcp/compute/outputs.py +213 -65
  52. pulumi_gcp/compute/region_instance_group_manager.py +61 -14
  53. pulumi_gcp/compute/region_instance_template.py +0 -13
  54. pulumi_gcp/compute/region_target_https_proxy.py +257 -0
  55. pulumi_gcp/compute/region_url_map.py +0 -470
  56. pulumi_gcp/compute/security_policy_rule.py +850 -0
  57. pulumi_gcp/container/attached_cluster.py +0 -12
  58. pulumi_gcp/container/aws_cluster.py +0 -12
  59. pulumi_gcp/container/aws_node_pool.py +0 -12
  60. pulumi_gcp/container/azure_cluster.py +0 -12
  61. pulumi_gcp/container/azure_node_pool.py +0 -12
  62. pulumi_gcp/container/cluster.py +0 -20
  63. pulumi_gcp/container/outputs.py +4 -4
  64. pulumi_gcp/dataflow/flex_template_job.py +0 -39
  65. pulumi_gcp/dataloss/__init__.py +1 -0
  66. pulumi_gcp/dataloss/_inputs.py +1040 -0
  67. pulumi_gcp/dataloss/outputs.py +1123 -0
  68. pulumi_gcp/dataloss/prevention_discovery_config.py +737 -0
  69. pulumi_gcp/dataproc/cluster.py +0 -20
  70. pulumi_gcp/dataproc/workflow_template.py +21 -26
  71. pulumi_gcp/deploymentmanager/deployment.py +0 -34
  72. pulumi_gcp/dns/_inputs.py +2 -130
  73. pulumi_gcp/dns/get_keys.py +1 -1
  74. pulumi_gcp/dns/get_managed_zones.py +3 -9
  75. pulumi_gcp/dns/get_record_set.py +3 -0
  76. pulumi_gcp/dns/outputs.py +36 -58
  77. pulumi_gcp/dns/record_set.py +2 -36
  78. pulumi_gcp/filestore/get_instance.py +11 -1
  79. pulumi_gcp/filestore/instance.py +101 -0
  80. pulumi_gcp/firebase/_inputs.py +16 -0
  81. pulumi_gcp/firebase/android_app.py +0 -27
  82. pulumi_gcp/firebase/app_check_play_integrity_config.py +20 -0
  83. pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +10 -0
  84. pulumi_gcp/firebase/app_check_service_config.py +0 -125
  85. pulumi_gcp/firebase/apple_app.py +0 -27
  86. pulumi_gcp/firebase/hosting_custom_domain.py +0 -27
  87. pulumi_gcp/firebase/hosting_version.py +44 -0
  88. pulumi_gcp/firebase/outputs.py +12 -0
  89. pulumi_gcp/firebase/web_app.py +0 -20
  90. pulumi_gcp/firestore/database.py +0 -68
  91. pulumi_gcp/firestore/document.py +4 -4
  92. pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +0 -12
  93. pulumi_gcp/gkeonprem/bare_metal_cluster.py +0 -12
  94. pulumi_gcp/gkeonprem/bare_metal_node_pool.py +0 -12
  95. pulumi_gcp/gkeonprem/v_mware_cluster.py +0 -12
  96. pulumi_gcp/gkeonprem/v_mware_node_pool.py +0 -12
  97. pulumi_gcp/logging/folder_sink.py +54 -0
  98. pulumi_gcp/logging/organization_sink.py +54 -0
  99. pulumi_gcp/monitoring/_inputs.py +46 -2
  100. pulumi_gcp/monitoring/outputs.py +40 -2
  101. pulumi_gcp/monitoring/uptime_check_config.py +6 -0
  102. pulumi_gcp/netapp/active_directory.py +0 -20
  103. pulumi_gcp/netapp/volume_replication.py +0 -68
  104. pulumi_gcp/networkconnectivity/__init__.py +1 -0
  105. pulumi_gcp/networkconnectivity/internal_range.py +1024 -0
  106. pulumi_gcp/organizations/get_active_folder.py +18 -3
  107. pulumi_gcp/projects/__init__.py +1 -0
  108. pulumi_gcp/projects/iam_member_remove.py +313 -0
  109. pulumi_gcp/provider.py +3 -1
  110. pulumi_gcp/secretmanager/get_secret.py +13 -3
  111. pulumi_gcp/secretmanager/outputs.py +20 -1
  112. pulumi_gcp/secretmanager/secret.py +90 -15
  113. pulumi_gcp/servicenetworking/connection.py +0 -20
  114. pulumi_gcp/spanner/database.py +0 -41
  115. pulumi_gcp/spanner/instance.py +0 -40
  116. pulumi_gcp/storage/__init__.py +1 -0
  117. pulumi_gcp/storage/bucket.py +0 -12
  118. pulumi_gcp/storage/get_bucket_objects.py +153 -0
  119. pulumi_gcp/storage/outputs.py +63 -0
  120. pulumi_gcp/vmwareengine/_inputs.py +63 -5
  121. pulumi_gcp/vmwareengine/get_private_cloud.py +1 -21
  122. pulumi_gcp/vmwareengine/outputs.py +113 -5
  123. pulumi_gcp/vmwareengine/private_cloud.py +0 -94
  124. pulumi_gcp/workbench/instance.py +4 -4
  125. pulumi_gcp/workstations/workstation.py +0 -12
  126. pulumi_gcp/workstations/workstation_cluster.py +32 -12
  127. pulumi_gcp/workstations/workstation_config.py +0 -12
  128. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/METADATA +1 -1
  129. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/RECORD +131 -124
  130. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/WHEEL +0 -0
  131. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/top_level.txt +0 -0
@@ -32,9 +32,6 @@ class AndroidAppArgs:
32
32
  :param pulumi.Input[str] api_key_id: The globally unique, Google-assigned identifier (UID) for the Firebase API key associated with the AndroidApp.
33
33
  If apiKeyId is not set during creation, then Firebase automatically associates an apiKeyId with the AndroidApp.
34
34
  This auto-associated key may be an existing valid key or, if no valid key exists, a new one will be provisioned.
35
- :param pulumi.Input[str] deletion_policy: (Optional) Set to 'ABANDON' to allow the AndroidApp to be untracked from terraform state rather than deleted upon
36
- 'terraform destroy'. This is useful because the AndroidApp may be serving traffic. Set to 'DELETE' to delete the
37
- AndroidApp. Defaults to 'DELETE'.
38
35
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
39
36
  If it is not provided, the provider project is used.
40
37
  :param pulumi.Input[Sequence[pulumi.Input[str]]] sha1_hashes: The SHA1 certificate hashes for the AndroidApp.
@@ -98,11 +95,6 @@ class AndroidAppArgs:
98
95
  @property
99
96
  @pulumi.getter(name="deletionPolicy")
100
97
  def deletion_policy(self) -> Optional[pulumi.Input[str]]:
101
- """
102
- (Optional) Set to 'ABANDON' to allow the AndroidApp to be untracked from terraform state rather than deleted upon
103
- 'terraform destroy'. This is useful because the AndroidApp may be serving traffic. Set to 'DELETE' to delete the
104
- AndroidApp. Defaults to 'DELETE'.
105
- """
106
98
  return pulumi.get(self, "deletion_policy")
107
99
 
108
100
  @deletion_policy.setter
@@ -167,9 +159,6 @@ class _AndroidAppState:
167
159
  This auto-associated key may be an existing valid key or, if no valid key exists, a new one will be provisioned.
168
160
  :param pulumi.Input[str] app_id: The globally unique, Firebase-assigned identifier of the AndroidApp.
169
161
  This identifier should be treated as an opaque token, as the data format is not specified.
170
- :param pulumi.Input[str] deletion_policy: (Optional) Set to 'ABANDON' to allow the AndroidApp to be untracked from terraform state rather than deleted upon
171
- 'terraform destroy'. This is useful because the AndroidApp may be serving traffic. Set to 'DELETE' to delete the
172
- AndroidApp. Defaults to 'DELETE'.
173
162
  :param pulumi.Input[str] display_name: The user-assigned display name of the AndroidApp.
174
163
  :param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other fields, and it may be sent
175
164
  with update requests to ensure the client has an up-to-date value before proceeding.
@@ -236,11 +225,6 @@ class _AndroidAppState:
236
225
  @property
237
226
  @pulumi.getter(name="deletionPolicy")
238
227
  def deletion_policy(self) -> Optional[pulumi.Input[str]]:
239
- """
240
- (Optional) Set to 'ABANDON' to allow the AndroidApp to be untracked from terraform state rather than deleted upon
241
- 'terraform destroy'. This is useful because the AndroidApp may be serving traffic. Set to 'DELETE' to delete the
242
- AndroidApp. Defaults to 'DELETE'.
243
- """
244
228
  return pulumi.get(self, "deletion_policy")
245
229
 
246
230
  @deletion_policy.setter
@@ -436,9 +420,6 @@ class AndroidApp(pulumi.CustomResource):
436
420
  :param pulumi.Input[str] api_key_id: The globally unique, Google-assigned identifier (UID) for the Firebase API key associated with the AndroidApp.
437
421
  If apiKeyId is not set during creation, then Firebase automatically associates an apiKeyId with the AndroidApp.
438
422
  This auto-associated key may be an existing valid key or, if no valid key exists, a new one will be provisioned.
439
- :param pulumi.Input[str] deletion_policy: (Optional) Set to 'ABANDON' to allow the AndroidApp to be untracked from terraform state rather than deleted upon
440
- 'terraform destroy'. This is useful because the AndroidApp may be serving traffic. Set to 'DELETE' to delete the
441
- AndroidApp. Defaults to 'DELETE'.
442
423
  :param pulumi.Input[str] display_name: The user-assigned display name of the AndroidApp.
443
424
  :param pulumi.Input[str] package_name: The canonical package name of the Android app as would appear in the Google Play
444
425
  Developer Console.
@@ -612,9 +593,6 @@ class AndroidApp(pulumi.CustomResource):
612
593
  This auto-associated key may be an existing valid key or, if no valid key exists, a new one will be provisioned.
613
594
  :param pulumi.Input[str] app_id: The globally unique, Firebase-assigned identifier of the AndroidApp.
614
595
  This identifier should be treated as an opaque token, as the data format is not specified.
615
- :param pulumi.Input[str] deletion_policy: (Optional) Set to 'ABANDON' to allow the AndroidApp to be untracked from terraform state rather than deleted upon
616
- 'terraform destroy'. This is useful because the AndroidApp may be serving traffic. Set to 'DELETE' to delete the
617
- AndroidApp. Defaults to 'DELETE'.
618
596
  :param pulumi.Input[str] display_name: The user-assigned display name of the AndroidApp.
619
597
  :param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other fields, and it may be sent
620
598
  with update requests to ensure the client has an up-to-date value before proceeding.
@@ -668,11 +646,6 @@ class AndroidApp(pulumi.CustomResource):
668
646
  @property
669
647
  @pulumi.getter(name="deletionPolicy")
670
648
  def deletion_policy(self) -> pulumi.Output[Optional[str]]:
671
- """
672
- (Optional) Set to 'ABANDON' to allow the AndroidApp to be untracked from terraform state rather than deleted upon
673
- 'terraform destroy'. This is useful because the AndroidApp may be serving traffic. Set to 'DELETE' to delete the
674
- AndroidApp. Defaults to 'DELETE'.
675
- """
676
649
  return pulumi.get(self, "deletion_policy")
677
650
 
678
651
  @property
@@ -194,6 +194,11 @@ class AppCheckPlayIntegrityConfig(pulumi.CustomResource):
194
194
  import pulumi_gcp as gcp
195
195
  import pulumi_time as time
196
196
 
197
+ # Enables the Play Integrity API
198
+ play_integrity = gcp.projects.Service("play_integrity",
199
+ project="my-project-name",
200
+ service="playintegrity.googleapis.com",
201
+ disable_on_destroy=False)
197
202
  default = gcp.firebase.AndroidApp("default",
198
203
  project="my-project-name",
199
204
  display_name="Play Integrity app",
@@ -214,6 +219,11 @@ class AppCheckPlayIntegrityConfig(pulumi.CustomResource):
214
219
  import pulumi_gcp as gcp
215
220
  import pulumi_time as time
216
221
 
222
+ # Enables the Play Integrity API
223
+ play_integrity = gcp.projects.Service("play_integrity",
224
+ project="my-project-name",
225
+ service="playintegrity.googleapis.com",
226
+ disable_on_destroy=False)
217
227
  default = gcp.firebase.AndroidApp("default",
218
228
  project="my-project-name",
219
229
  display_name="Play Integrity app",
@@ -291,6 +301,11 @@ class AppCheckPlayIntegrityConfig(pulumi.CustomResource):
291
301
  import pulumi_gcp as gcp
292
302
  import pulumi_time as time
293
303
 
304
+ # Enables the Play Integrity API
305
+ play_integrity = gcp.projects.Service("play_integrity",
306
+ project="my-project-name",
307
+ service="playintegrity.googleapis.com",
308
+ disable_on_destroy=False)
294
309
  default = gcp.firebase.AndroidApp("default",
295
310
  project="my-project-name",
296
311
  display_name="Play Integrity app",
@@ -311,6 +326,11 @@ class AppCheckPlayIntegrityConfig(pulumi.CustomResource):
311
326
  import pulumi_gcp as gcp
312
327
  import pulumi_time as time
313
328
 
329
+ # Enables the Play Integrity API
330
+ play_integrity = gcp.projects.Service("play_integrity",
331
+ project="my-project-name",
332
+ service="playintegrity.googleapis.com",
333
+ disable_on_destroy=False)
314
334
  default = gcp.firebase.AndroidApp("default",
315
335
  project="my-project-name",
316
336
  display_name="Play Integrity app",
@@ -229,6 +229,11 @@ class AppCheckRecaptchaEnterpriseConfig(pulumi.CustomResource):
229
229
  import pulumi_gcp as gcp
230
230
  import pulumi_time as time
231
231
 
232
+ # Enables the reCAPTCHA Enterprise API
233
+ recaptcha_enterprise = gcp.projects.Service("recaptcha_enterprise",
234
+ project="my-project-name",
235
+ service="recaptchaenterprise.googleapis.com",
236
+ disable_on_destroy=False)
232
237
  default = gcp.firebase.WebApp("default",
233
238
  project="my-project-name",
234
239
  display_name="Web App for reCAPTCHA Enterprise")
@@ -305,6 +310,11 @@ class AppCheckRecaptchaEnterpriseConfig(pulumi.CustomResource):
305
310
  import pulumi_gcp as gcp
306
311
  import pulumi_time as time
307
312
 
313
+ # Enables the reCAPTCHA Enterprise API
314
+ recaptcha_enterprise = gcp.projects.Service("recaptcha_enterprise",
315
+ project="my-project-name",
316
+ service="recaptchaenterprise.googleapis.com",
317
+ disable_on_destroy=False)
308
318
  default = gcp.firebase.WebApp("default",
309
319
  project="my-project-name",
310
320
  display_name="Web App for reCAPTCHA Enterprise")
@@ -27,23 +27,6 @@ class AppCheckServiceConfigArgs:
27
27
 
28
28
 
29
29
  - - -
30
- :param pulumi.Input[str] enforcement_mode: The App Check enforcement mode for a service supported by App Check. Valid values are (Unset) Firebase App Check is not
31
- enforced for the service, nor are App Check metrics collected. Though the service is not protected by App Check in this
32
- mode, other applicable protections, such as user authorization, are still enforced. An unconfigured service is in this
33
- mode by default. This is equivalent to OFF in the REST API. Deleting the Terraform resource will also switch the
34
- enforcement to OFF for this service. UNENFORCED Firebase App Check is not enforced for the service. App Check metrics
35
- are collected to help you decide when to turn on enforcement for the service. Though the service is not protected by App
36
- Check in this mode, other applicable protections, such as user authorization, are still enforced. ENFORCED Firebase App
37
- Check is enforced for the service. The service will reject any request that attempts to access your project's resources
38
- if it does not have valid App Check token attached, with some exceptions depending on the service; for example, some
39
- services will still allow requests bearing the developer's privileged service account credentials without an App Check
40
- token. App Check metrics continue to be collected to help you detect issues with your App Check integration and monitor
41
- the composition of your callers. While the service is protected by App Check, other applicable protections, such as user
42
- authorization, continue to be enforced at the same time. Use caution when choosing to enforce App Check on a Firebase
43
- service. If your users have not updated to an App Check capable version of your app, their apps will no longer be able
44
- to use your Firebase services that are enforcing App Check. App Check metrics can help you decide whether to enforce App
45
- Check on your Firebase services. If your app has not launched yet, you should enable enforcement immediately, since
46
- there are no outdated clients in use. Possible values: ["UNENFORCED", "ENFORCED"]
47
30
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
48
31
  If it is not provided, the provider project is used.
49
32
  """
@@ -75,25 +58,6 @@ class AppCheckServiceConfigArgs:
75
58
  @property
76
59
  @pulumi.getter(name="enforcementMode")
77
60
  def enforcement_mode(self) -> Optional[pulumi.Input[str]]:
78
- """
79
- The App Check enforcement mode for a service supported by App Check. Valid values are (Unset) Firebase App Check is not
80
- enforced for the service, nor are App Check metrics collected. Though the service is not protected by App Check in this
81
- mode, other applicable protections, such as user authorization, are still enforced. An unconfigured service is in this
82
- mode by default. This is equivalent to OFF in the REST API. Deleting the Terraform resource will also switch the
83
- enforcement to OFF for this service. UNENFORCED Firebase App Check is not enforced for the service. App Check metrics
84
- are collected to help you decide when to turn on enforcement for the service. Though the service is not protected by App
85
- Check in this mode, other applicable protections, such as user authorization, are still enforced. ENFORCED Firebase App
86
- Check is enforced for the service. The service will reject any request that attempts to access your project's resources
87
- if it does not have valid App Check token attached, with some exceptions depending on the service; for example, some
88
- services will still allow requests bearing the developer's privileged service account credentials without an App Check
89
- token. App Check metrics continue to be collected to help you detect issues with your App Check integration and monitor
90
- the composition of your callers. While the service is protected by App Check, other applicable protections, such as user
91
- authorization, continue to be enforced at the same time. Use caution when choosing to enforce App Check on a Firebase
92
- service. If your users have not updated to an App Check capable version of your app, their apps will no longer be able
93
- to use your Firebase services that are enforcing App Check. App Check metrics can help you decide whether to enforce App
94
- Check on your Firebase services. If your app has not launched yet, you should enable enforcement immediately, since
95
- there are no outdated clients in use. Possible values: ["UNENFORCED", "ENFORCED"]
96
- """
97
61
  return pulumi.get(self, "enforcement_mode")
98
62
 
99
63
  @enforcement_mode.setter
@@ -123,23 +87,6 @@ class _AppCheckServiceConfigState:
123
87
  service_id: Optional[pulumi.Input[str]] = None):
124
88
  """
125
89
  Input properties used for looking up and filtering AppCheckServiceConfig resources.
126
- :param pulumi.Input[str] enforcement_mode: The App Check enforcement mode for a service supported by App Check. Valid values are (Unset) Firebase App Check is not
127
- enforced for the service, nor are App Check metrics collected. Though the service is not protected by App Check in this
128
- mode, other applicable protections, such as user authorization, are still enforced. An unconfigured service is in this
129
- mode by default. This is equivalent to OFF in the REST API. Deleting the Terraform resource will also switch the
130
- enforcement to OFF for this service. UNENFORCED Firebase App Check is not enforced for the service. App Check metrics
131
- are collected to help you decide when to turn on enforcement for the service. Though the service is not protected by App
132
- Check in this mode, other applicable protections, such as user authorization, are still enforced. ENFORCED Firebase App
133
- Check is enforced for the service. The service will reject any request that attempts to access your project's resources
134
- if it does not have valid App Check token attached, with some exceptions depending on the service; for example, some
135
- services will still allow requests bearing the developer's privileged service account credentials without an App Check
136
- token. App Check metrics continue to be collected to help you detect issues with your App Check integration and monitor
137
- the composition of your callers. While the service is protected by App Check, other applicable protections, such as user
138
- authorization, continue to be enforced at the same time. Use caution when choosing to enforce App Check on a Firebase
139
- service. If your users have not updated to an App Check capable version of your app, their apps will no longer be able
140
- to use your Firebase services that are enforcing App Check. App Check metrics can help you decide whether to enforce App
141
- Check on your Firebase services. If your app has not launched yet, you should enable enforcement immediately, since
142
- there are no outdated clients in use. Possible values: ["UNENFORCED", "ENFORCED"]
143
90
  :param pulumi.Input[str] name: The fully-qualified resource name of the service enforcement configuration.
144
91
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
145
92
  If it is not provided, the provider project is used.
@@ -164,25 +111,6 @@ class _AppCheckServiceConfigState:
164
111
  @property
165
112
  @pulumi.getter(name="enforcementMode")
166
113
  def enforcement_mode(self) -> Optional[pulumi.Input[str]]:
167
- """
168
- The App Check enforcement mode for a service supported by App Check. Valid values are (Unset) Firebase App Check is not
169
- enforced for the service, nor are App Check metrics collected. Though the service is not protected by App Check in this
170
- mode, other applicable protections, such as user authorization, are still enforced. An unconfigured service is in this
171
- mode by default. This is equivalent to OFF in the REST API. Deleting the Terraform resource will also switch the
172
- enforcement to OFF for this service. UNENFORCED Firebase App Check is not enforced for the service. App Check metrics
173
- are collected to help you decide when to turn on enforcement for the service. Though the service is not protected by App
174
- Check in this mode, other applicable protections, such as user authorization, are still enforced. ENFORCED Firebase App
175
- Check is enforced for the service. The service will reject any request that attempts to access your project's resources
176
- if it does not have valid App Check token attached, with some exceptions depending on the service; for example, some
177
- services will still allow requests bearing the developer's privileged service account credentials without an App Check
178
- token. App Check metrics continue to be collected to help you detect issues with your App Check integration and monitor
179
- the composition of your callers. While the service is protected by App Check, other applicable protections, such as user
180
- authorization, continue to be enforced at the same time. Use caution when choosing to enforce App Check on a Firebase
181
- service. If your users have not updated to an App Check capable version of your app, their apps will no longer be able
182
- to use your Firebase services that are enforcing App Check. App Check metrics can help you decide whether to enforce App
183
- Check on your Firebase services. If your app has not launched yet, you should enable enforcement immediately, since
184
- there are no outdated clients in use. Possible values: ["UNENFORCED", "ENFORCED"]
185
- """
186
114
  return pulumi.get(self, "enforcement_mode")
187
115
 
188
116
  @enforcement_mode.setter
@@ -325,23 +253,6 @@ class AppCheckServiceConfig(pulumi.CustomResource):
325
253
 
326
254
  :param str resource_name: The name of the resource.
327
255
  :param pulumi.ResourceOptions opts: Options for the resource.
328
- :param pulumi.Input[str] enforcement_mode: The App Check enforcement mode for a service supported by App Check. Valid values are (Unset) Firebase App Check is not
329
- enforced for the service, nor are App Check metrics collected. Though the service is not protected by App Check in this
330
- mode, other applicable protections, such as user authorization, are still enforced. An unconfigured service is in this
331
- mode by default. This is equivalent to OFF in the REST API. Deleting the Terraform resource will also switch the
332
- enforcement to OFF for this service. UNENFORCED Firebase App Check is not enforced for the service. App Check metrics
333
- are collected to help you decide when to turn on enforcement for the service. Though the service is not protected by App
334
- Check in this mode, other applicable protections, such as user authorization, are still enforced. ENFORCED Firebase App
335
- Check is enforced for the service. The service will reject any request that attempts to access your project's resources
336
- if it does not have valid App Check token attached, with some exceptions depending on the service; for example, some
337
- services will still allow requests bearing the developer's privileged service account credentials without an App Check
338
- token. App Check metrics continue to be collected to help you detect issues with your App Check integration and monitor
339
- the composition of your callers. While the service is protected by App Check, other applicable protections, such as user
340
- authorization, continue to be enforced at the same time. Use caution when choosing to enforce App Check on a Firebase
341
- service. If your users have not updated to an App Check capable version of your app, their apps will no longer be able
342
- to use your Firebase services that are enforcing App Check. App Check metrics can help you decide whether to enforce App
343
- Check on your Firebase services. If your app has not launched yet, you should enable enforcement immediately, since
344
- there are no outdated clients in use. Possible values: ["UNENFORCED", "ENFORCED"]
345
256
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
346
257
  If it is not provided, the provider project is used.
347
258
  :param pulumi.Input[str] service_id: The identifier of the service to configure enforcement. Currently, the following service IDs are supported:
@@ -493,23 +404,6 @@ class AppCheckServiceConfig(pulumi.CustomResource):
493
404
  :param str resource_name: The unique name of the resulting resource.
494
405
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
495
406
  :param pulumi.ResourceOptions opts: Options for the resource.
496
- :param pulumi.Input[str] enforcement_mode: The App Check enforcement mode for a service supported by App Check. Valid values are (Unset) Firebase App Check is not
497
- enforced for the service, nor are App Check metrics collected. Though the service is not protected by App Check in this
498
- mode, other applicable protections, such as user authorization, are still enforced. An unconfigured service is in this
499
- mode by default. This is equivalent to OFF in the REST API. Deleting the Terraform resource will also switch the
500
- enforcement to OFF for this service. UNENFORCED Firebase App Check is not enforced for the service. App Check metrics
501
- are collected to help you decide when to turn on enforcement for the service. Though the service is not protected by App
502
- Check in this mode, other applicable protections, such as user authorization, are still enforced. ENFORCED Firebase App
503
- Check is enforced for the service. The service will reject any request that attempts to access your project's resources
504
- if it does not have valid App Check token attached, with some exceptions depending on the service; for example, some
505
- services will still allow requests bearing the developer's privileged service account credentials without an App Check
506
- token. App Check metrics continue to be collected to help you detect issues with your App Check integration and monitor
507
- the composition of your callers. While the service is protected by App Check, other applicable protections, such as user
508
- authorization, continue to be enforced at the same time. Use caution when choosing to enforce App Check on a Firebase
509
- service. If your users have not updated to an App Check capable version of your app, their apps will no longer be able
510
- to use your Firebase services that are enforcing App Check. App Check metrics can help you decide whether to enforce App
511
- Check on your Firebase services. If your app has not launched yet, you should enable enforcement immediately, since
512
- there are no outdated clients in use. Possible values: ["UNENFORCED", "ENFORCED"]
513
407
  :param pulumi.Input[str] name: The fully-qualified resource name of the service enforcement configuration.
514
408
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
515
409
  If it is not provided, the provider project is used.
@@ -535,25 +429,6 @@ class AppCheckServiceConfig(pulumi.CustomResource):
535
429
  @property
536
430
  @pulumi.getter(name="enforcementMode")
537
431
  def enforcement_mode(self) -> pulumi.Output[Optional[str]]:
538
- """
539
- The App Check enforcement mode for a service supported by App Check. Valid values are (Unset) Firebase App Check is not
540
- enforced for the service, nor are App Check metrics collected. Though the service is not protected by App Check in this
541
- mode, other applicable protections, such as user authorization, are still enforced. An unconfigured service is in this
542
- mode by default. This is equivalent to OFF in the REST API. Deleting the Terraform resource will also switch the
543
- enforcement to OFF for this service. UNENFORCED Firebase App Check is not enforced for the service. App Check metrics
544
- are collected to help you decide when to turn on enforcement for the service. Though the service is not protected by App
545
- Check in this mode, other applicable protections, such as user authorization, are still enforced. ENFORCED Firebase App
546
- Check is enforced for the service. The service will reject any request that attempts to access your project's resources
547
- if it does not have valid App Check token attached, with some exceptions depending on the service; for example, some
548
- services will still allow requests bearing the developer's privileged service account credentials without an App Check
549
- token. App Check metrics continue to be collected to help you detect issues with your App Check integration and monitor
550
- the composition of your callers. While the service is protected by App Check, other applicable protections, such as user
551
- authorization, continue to be enforced at the same time. Use caution when choosing to enforce App Check on a Firebase
552
- service. If your users have not updated to an App Check capable version of your app, their apps will no longer be able
553
- to use your Firebase services that are enforcing App Check. App Check metrics can help you decide whether to enforce App
554
- Check on your Firebase services. If your app has not launched yet, you should enable enforcement immediately, since
555
- there are no outdated clients in use. Possible values: ["UNENFORCED", "ENFORCED"]
556
- """
557
432
  return pulumi.get(self, "enforcement_mode")
558
433
 
559
434
  @property
@@ -32,9 +32,6 @@ 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'.
38
35
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
39
36
  If it is not provided, the provider project is used.
40
37
  :param pulumi.Input[str] team_id: The Apple Developer Team ID associated with the App in the App Store.
@@ -108,11 +105,6 @@ class AppleAppArgs:
108
105
  @property
109
106
  @pulumi.getter(name="deletionPolicy")
110
107
  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
- """
116
108
  return pulumi.get(self, "deletion_policy")
117
109
 
118
110
  @deletion_policy.setter
@@ -169,9 +161,6 @@ class _AppleAppState:
169
161
 
170
162
 
171
163
  - - -
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'.
175
164
  :param pulumi.Input[str] display_name: The user-assigned display name of the App.
176
165
  :param pulumi.Input[str] name: The fully qualified resource name of the App, for example:
177
166
  projects/projectId/iosApps/appId
@@ -255,11 +244,6 @@ class _AppleAppState:
255
244
  @property
256
245
  @pulumi.getter(name="deletionPolicy")
257
246
  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
- """
263
247
  return pulumi.get(self, "deletion_policy")
264
248
 
265
249
  @deletion_policy.setter
@@ -414,9 +398,6 @@ class AppleApp(pulumi.CustomResource):
414
398
 
415
399
 
416
400
  - - -
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'.
420
401
  :param pulumi.Input[str] display_name: The user-assigned display name of the App.
421
402
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
422
403
  If it is not provided, the provider project is used.
@@ -582,9 +563,6 @@ class AppleApp(pulumi.CustomResource):
582
563
 
583
564
 
584
565
  - - -
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'.
588
566
  :param pulumi.Input[str] display_name: The user-assigned display name of the App.
589
567
  :param pulumi.Input[str] name: The fully qualified resource name of the App, for example:
590
568
  projects/projectId/iosApps/appId
@@ -648,11 +626,6 @@ class AppleApp(pulumi.CustomResource):
648
626
  @property
649
627
  @pulumi.getter(name="deletionPolicy")
650
628
  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
- """
656
629
  return pulumi.get(self, "deletion_policy")
657
630
 
658
631
  @property
@@ -39,9 +39,6 @@ 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.
45
42
  """
46
43
  pulumi.set(__self__, "custom_domain", custom_domain)
47
44
  pulumi.set(__self__, "site_id", site_id)
@@ -127,11 +124,6 @@ class HostingCustomDomainArgs:
127
124
  @property
128
125
  @pulumi.getter(name="waitDnsVerification")
129
126
  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
- """
135
127
  return pulumi.get(self, "wait_dns_verification")
136
128
 
137
129
  @wait_dns_verification.setter
@@ -255,9 +247,6 @@ class _HostingCustomDomainState:
255
247
  Structure is documented below.
256
248
  :param pulumi.Input[str] site_id: The ID of the site in which to create this custom domain association.
257
249
  :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.
261
250
  """
262
251
  if cert_preference is not None:
263
252
  pulumi.set(__self__, "cert_preference", cert_preference)
@@ -579,11 +568,6 @@ class _HostingCustomDomainState:
579
568
  @property
580
569
  @pulumi.getter(name="waitDnsVerification")
581
570
  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
- """
587
571
  return pulumi.get(self, "wait_dns_verification")
588
572
 
589
573
  @wait_dns_verification.setter
@@ -722,9 +706,6 @@ class HostingCustomDomain(pulumi.CustomResource):
722
706
  with an HTTP 301 code, and route traffic to the specified `redirect_target`
723
707
  instead.
724
708
  :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.
728
709
  """
729
710
  ...
730
711
  @overload
@@ -1014,9 +995,6 @@ class HostingCustomDomain(pulumi.CustomResource):
1014
995
  Structure is documented below.
1015
996
  :param pulumi.Input[str] site_id: The ID of the site in which to create this custom domain association.
1016
997
  :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.
1020
998
  """
1021
999
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
1022
1000
 
@@ -1257,10 +1235,5 @@ class HostingCustomDomain(pulumi.CustomResource):
1257
1235
  @property
1258
1236
  @pulumi.getter(name="waitDnsVerification")
1259
1237
  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
- """
1265
1238
  return pulumi.get(self, "wait_dns_verification")
1266
1239
 
@@ -176,6 +176,28 @@ 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
+ ```
179
201
  ### Firebasehosting Version Cloud Run
180
202
 
181
203
  ```python
@@ -312,6 +334,28 @@ class HostingVersion(pulumi.CustomResource):
312
334
  version_name=default_hosting_version.name,
313
335
  message="Redirect to Google")
314
336
  ```
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
+ ```
315
359
  ### Firebasehosting Version Cloud Run
316
360
 
317
361
  ```python
@@ -1418,11 +1418,13 @@ 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,
1421
1422
  regex: Optional[str] = None,
1422
1423
  run: Optional['outputs.HostingVersionConfigRewriteRun'] = None):
1423
1424
  """
1424
1425
  :param str function: The function to proxy requests to. Must match the exported function name exactly.
1425
1426
  :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.
1426
1428
  :param str regex: The user-supplied RE2 regular expression to match against the request URL path.
1427
1429
  :param 'HostingVersionConfigRewriteRunArgs' run: The request will be forwarded to Cloud Run.
1428
1430
  Structure is documented below.
@@ -1431,6 +1433,8 @@ class HostingVersionConfigRewrite(dict):
1431
1433
  pulumi.set(__self__, "function", function)
1432
1434
  if glob is not None:
1433
1435
  pulumi.set(__self__, "glob", glob)
1436
+ if path is not None:
1437
+ pulumi.set(__self__, "path", path)
1434
1438
  if regex is not None:
1435
1439
  pulumi.set(__self__, "regex", regex)
1436
1440
  if run is not None:
@@ -1452,6 +1456,14 @@ class HostingVersionConfigRewrite(dict):
1452
1456
  """
1453
1457
  return pulumi.get(self, "glob")
1454
1458
 
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
+
1455
1467
  @property
1456
1468
  @pulumi.getter
1457
1469
  def regex(self) -> Optional[str]:
@@ -27,8 +27,6 @@ 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'
32
30
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
33
31
  If it is not provided, the provider project is used.
34
32
  """
@@ -72,10 +70,6 @@ class WebAppArgs:
72
70
  @property
73
71
  @pulumi.getter(name="deletionPolicy")
74
72
  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
- """
79
73
  return pulumi.get(self, "deletion_policy")
80
74
 
81
75
  @deletion_policy.setter
@@ -114,8 +108,6 @@ class _WebAppState:
114
108
  :param pulumi.Input[str] app_id: The globally unique, Firebase-assigned identifier of the App.
115
109
  This identifier should be treated as an opaque token, as the data format is not specified.
116
110
  :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'
119
111
  :param pulumi.Input[str] display_name: The user-assigned display name of the App.
120
112
 
121
113
 
@@ -182,10 +174,6 @@ class _WebAppState:
182
174
  @property
183
175
  @pulumi.getter(name="deletionPolicy")
184
176
  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
- """
189
177
  return pulumi.get(self, "deletion_policy")
190
178
 
191
179
  @deletion_policy.setter
@@ -318,8 +306,6 @@ class WebApp(pulumi.CustomResource):
318
306
  :param pulumi.Input[str] api_key_id: The globally unique, Google-assigned identifier (UID) for the Firebase API key associated with the WebApp.
319
307
  If apiKeyId is not set during creation, then Firebase automatically associates an apiKeyId with the WebApp.
320
308
  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'
323
309
  :param pulumi.Input[str] display_name: The user-assigned display name of the App.
324
310
 
325
311
 
@@ -469,8 +455,6 @@ class WebApp(pulumi.CustomResource):
469
455
  :param pulumi.Input[str] app_id: The globally unique, Firebase-assigned identifier of the App.
470
456
  This identifier should be treated as an opaque token, as the data format is not specified.
471
457
  :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'
474
458
  :param pulumi.Input[str] display_name: The user-assigned display name of the App.
475
459
 
476
460
 
@@ -523,10 +507,6 @@ class WebApp(pulumi.CustomResource):
523
507
  @property
524
508
  @pulumi.getter(name="deletionPolicy")
525
509
  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
- """
530
510
  return pulumi.get(self, "deletion_policy")
531
511
 
532
512
  @property