pulumi-gcp 7.21.0__py3-none-any.whl → 7.21.0a1714149635__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 (105) 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/secretmanager/get_secret.py +3 -13
  85. pulumi_gcp/secretmanager/outputs.py +1 -20
  86. pulumi_gcp/secretmanager/secret.py +15 -90
  87. pulumi_gcp/servicenetworking/connection.py +20 -0
  88. pulumi_gcp/spanner/database.py +41 -0
  89. pulumi_gcp/spanner/instance.py +40 -0
  90. pulumi_gcp/storage/__init__.py +0 -1
  91. pulumi_gcp/storage/bucket.py +12 -0
  92. pulumi_gcp/storage/outputs.py +0 -63
  93. pulumi_gcp/workstations/workstation.py +12 -0
  94. pulumi_gcp/workstations/workstation_cluster.py +12 -0
  95. pulumi_gcp/workstations/workstation_config.py +12 -0
  96. {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714149635.dist-info}/METADATA +1 -1
  97. {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714149635.dist-info}/RECORD +99 -105
  98. pulumi_gcp/applicationintegration/auth_config.py +0 -998
  99. pulumi_gcp/composer/user_workloads_secret.py +0 -441
  100. pulumi_gcp/compute/security_policy_rule.py +0 -850
  101. pulumi_gcp/dataloss/prevention_discovery_config.py +0 -737
  102. pulumi_gcp/networkconnectivity/internal_range.py +0 -1024
  103. pulumi_gcp/storage/get_bucket_objects.py +0 -153
  104. {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714149635.dist-info}/WHEEL +0 -0
  105. {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714149635.dist-info}/top_level.txt +0 -0
@@ -25,7 +25,6 @@ class InstanceArgs:
25
25
  location: Optional[pulumi.Input[str]] = None,
26
26
  name: Optional[pulumi.Input[str]] = None,
27
27
  project: Optional[pulumi.Input[str]] = None,
28
- protocol: Optional[pulumi.Input[str]] = None,
29
28
  zone: Optional[pulumi.Input[str]] = None):
30
29
  """
31
30
  The set of arguments for constructing a Instance resource.
@@ -44,9 +43,6 @@ class InstanceArgs:
44
43
  resource.
45
44
  :param pulumi.Input[str] location: The name of the location of the instance. This can be a region for ENTERPRISE tier instances.
46
45
  :param pulumi.Input[str] name: The resource name of the instance.
47
- :param pulumi.Input[str] protocol: Either NFSv3, for using NFS version 3 as file sharing protocol, or NFSv4.1, for using NFS version 4.1 as file sharing
48
- protocol. NFSv4.1 can be used with HIGH_SCALE_SSD, ZONAL, REGIONAL and ENTERPRISE. The default is NFSv3. Default value:
49
- "NFS_V3" Possible values: ["NFS_V3", "NFS_V4_1"]
50
46
  :param pulumi.Input[str] zone: The name of the Filestore zone of the instance.
51
47
  """
52
48
  pulumi.set(__self__, "file_shares", file_shares)
@@ -64,8 +60,6 @@ class InstanceArgs:
64
60
  pulumi.set(__self__, "name", name)
65
61
  if project is not None:
66
62
  pulumi.set(__self__, "project", project)
67
- if protocol is not None:
68
- pulumi.set(__self__, "protocol", protocol)
69
63
  if zone is not None:
70
64
  warnings.warn("""`zone` is deprecated and will be removed in a future major release. Use `location` instead.""", DeprecationWarning)
71
65
  pulumi.log.warn("""zone is deprecated: `zone` is deprecated and will be removed in a future major release. Use `location` instead.""")
@@ -184,20 +178,6 @@ class InstanceArgs:
184
178
  def project(self, value: Optional[pulumi.Input[str]]):
185
179
  pulumi.set(self, "project", value)
186
180
 
187
- @property
188
- @pulumi.getter
189
- def protocol(self) -> Optional[pulumi.Input[str]]:
190
- """
191
- Either NFSv3, for using NFS version 3 as file sharing protocol, or NFSv4.1, for using NFS version 4.1 as file sharing
192
- protocol. NFSv4.1 can be used with HIGH_SCALE_SSD, ZONAL, REGIONAL and ENTERPRISE. The default is NFSv3. Default value:
193
- "NFS_V3" Possible values: ["NFS_V3", "NFS_V4_1"]
194
- """
195
- return pulumi.get(self, "protocol")
196
-
197
- @protocol.setter
198
- def protocol(self, value: Optional[pulumi.Input[str]]):
199
- pulumi.set(self, "protocol", value)
200
-
201
181
  @property
202
182
  @pulumi.getter
203
183
  def zone(self) -> Optional[pulumi.Input[str]]:
@@ -228,7 +208,6 @@ class _InstanceState:
228
208
  name: Optional[pulumi.Input[str]] = None,
229
209
  networks: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceNetworkArgs']]]] = None,
230
210
  project: Optional[pulumi.Input[str]] = None,
231
- protocol: Optional[pulumi.Input[str]] = None,
232
211
  pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
233
212
  tier: Optional[pulumi.Input[str]] = None,
234
213
  zone: Optional[pulumi.Input[str]] = None):
@@ -251,9 +230,6 @@ class _InstanceState:
251
230
  :param pulumi.Input[Sequence[pulumi.Input['InstanceNetworkArgs']]] networks: VPC networks to which the instance is connected. For this version,
252
231
  only a single network is supported.
253
232
  Structure is documented below.
254
- :param pulumi.Input[str] protocol: Either NFSv3, for using NFS version 3 as file sharing protocol, or NFSv4.1, for using NFS version 4.1 as file sharing
255
- protocol. NFSv4.1 can be used with HIGH_SCALE_SSD, ZONAL, REGIONAL and ENTERPRISE. The default is NFSv3. Default value:
256
- "NFS_V3" Possible values: ["NFS_V3", "NFS_V4_1"]
257
233
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
258
234
  and default labels configured on the provider.
259
235
  :param pulumi.Input[str] tier: The service tier of the instance.
@@ -282,8 +258,6 @@ class _InstanceState:
282
258
  pulumi.set(__self__, "networks", networks)
283
259
  if project is not None:
284
260
  pulumi.set(__self__, "project", project)
285
- if protocol is not None:
286
- pulumi.set(__self__, "protocol", protocol)
287
261
  if pulumi_labels is not None:
288
262
  pulumi.set(__self__, "pulumi_labels", pulumi_labels)
289
263
  if tier is not None:
@@ -430,20 +404,6 @@ class _InstanceState:
430
404
  def project(self, value: Optional[pulumi.Input[str]]):
431
405
  pulumi.set(self, "project", value)
432
406
 
433
- @property
434
- @pulumi.getter
435
- def protocol(self) -> Optional[pulumi.Input[str]]:
436
- """
437
- Either NFSv3, for using NFS version 3 as file sharing protocol, or NFSv4.1, for using NFS version 4.1 as file sharing
438
- protocol. NFSv4.1 can be used with HIGH_SCALE_SSD, ZONAL, REGIONAL and ENTERPRISE. The default is NFSv3. Default value:
439
- "NFS_V3" Possible values: ["NFS_V3", "NFS_V4_1"]
440
- """
441
- return pulumi.get(self, "protocol")
442
-
443
- @protocol.setter
444
- def protocol(self, value: Optional[pulumi.Input[str]]):
445
- pulumi.set(self, "protocol", value)
446
-
447
407
  @property
448
408
  @pulumi.getter(name="pulumiLabels")
449
409
  def pulumi_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
@@ -499,7 +459,6 @@ class Instance(pulumi.CustomResource):
499
459
  name: Optional[pulumi.Input[str]] = None,
500
460
  networks: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceNetworkArgs']]]]] = None,
501
461
  project: Optional[pulumi.Input[str]] = None,
502
- protocol: Optional[pulumi.Input[str]] = None,
503
462
  tier: Optional[pulumi.Input[str]] = None,
504
463
  zone: Optional[pulumi.Input[str]] = None,
505
464
  __props__=None):
@@ -569,26 +528,6 @@ class Instance(pulumi.CustomResource):
569
528
  connect_mode="DIRECT_PEERING",
570
529
  )])
571
530
  ```
572
- ### Filestore Instance Protocol
573
-
574
- ```python
575
- import pulumi
576
- import pulumi_gcp as gcp
577
-
578
- instance = gcp.filestore.Instance("instance",
579
- name="test-instance",
580
- location="us-central1",
581
- tier="ENTERPRISE",
582
- protocol="NFS_V4_1",
583
- file_shares=gcp.filestore.InstanceFileSharesArgs(
584
- capacity_gb=1024,
585
- name="share1",
586
- ),
587
- networks=[gcp.filestore.InstanceNetworkArgs(
588
- network="default",
589
- modes=["MODE_IPV4"],
590
- )])
591
- ```
592
531
  ### Filestore Instance Enterprise
593
532
 
594
533
  ```python
@@ -655,9 +594,6 @@ class Instance(pulumi.CustomResource):
655
594
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceNetworkArgs']]]] networks: VPC networks to which the instance is connected. For this version,
656
595
  only a single network is supported.
657
596
  Structure is documented below.
658
- :param pulumi.Input[str] protocol: Either NFSv3, for using NFS version 3 as file sharing protocol, or NFSv4.1, for using NFS version 4.1 as file sharing
659
- protocol. NFSv4.1 can be used with HIGH_SCALE_SSD, ZONAL, REGIONAL and ENTERPRISE. The default is NFSv3. Default value:
660
- "NFS_V3" Possible values: ["NFS_V3", "NFS_V4_1"]
661
597
  :param pulumi.Input[str] tier: The service tier of the instance.
662
598
  Possible values include: STANDARD, PREMIUM, BASIC_HDD, BASIC_SSD, HIGH_SCALE_SSD, ZONAL, REGIONAL and ENTERPRISE
663
599
  :param pulumi.Input[str] zone: The name of the Filestore zone of the instance.
@@ -734,26 +670,6 @@ class Instance(pulumi.CustomResource):
734
670
  connect_mode="DIRECT_PEERING",
735
671
  )])
736
672
  ```
737
- ### Filestore Instance Protocol
738
-
739
- ```python
740
- import pulumi
741
- import pulumi_gcp as gcp
742
-
743
- instance = gcp.filestore.Instance("instance",
744
- name="test-instance",
745
- location="us-central1",
746
- tier="ENTERPRISE",
747
- protocol="NFS_V4_1",
748
- file_shares=gcp.filestore.InstanceFileSharesArgs(
749
- capacity_gb=1024,
750
- name="share1",
751
- ),
752
- networks=[gcp.filestore.InstanceNetworkArgs(
753
- network="default",
754
- modes=["MODE_IPV4"],
755
- )])
756
- ```
757
673
  ### Filestore Instance Enterprise
758
674
 
759
675
  ```python
@@ -828,7 +744,6 @@ class Instance(pulumi.CustomResource):
828
744
  name: Optional[pulumi.Input[str]] = None,
829
745
  networks: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceNetworkArgs']]]]] = None,
830
746
  project: Optional[pulumi.Input[str]] = None,
831
- protocol: Optional[pulumi.Input[str]] = None,
832
747
  tier: Optional[pulumi.Input[str]] = None,
833
748
  zone: Optional[pulumi.Input[str]] = None,
834
749
  __props__=None):
@@ -852,7 +767,6 @@ class Instance(pulumi.CustomResource):
852
767
  raise TypeError("Missing required property 'networks'")
853
768
  __props__.__dict__["networks"] = networks
854
769
  __props__.__dict__["project"] = project
855
- __props__.__dict__["protocol"] = protocol
856
770
  if tier is None and not opts.urn:
857
771
  raise TypeError("Missing required property 'tier'")
858
772
  __props__.__dict__["tier"] = tier
@@ -884,7 +798,6 @@ class Instance(pulumi.CustomResource):
884
798
  name: Optional[pulumi.Input[str]] = None,
885
799
  networks: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceNetworkArgs']]]]] = None,
886
800
  project: Optional[pulumi.Input[str]] = None,
887
- protocol: Optional[pulumi.Input[str]] = None,
888
801
  pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
889
802
  tier: Optional[pulumi.Input[str]] = None,
890
803
  zone: Optional[pulumi.Input[str]] = None) -> 'Instance':
@@ -912,9 +825,6 @@ class Instance(pulumi.CustomResource):
912
825
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceNetworkArgs']]]] networks: VPC networks to which the instance is connected. For this version,
913
826
  only a single network is supported.
914
827
  Structure is documented below.
915
- :param pulumi.Input[str] protocol: Either NFSv3, for using NFS version 3 as file sharing protocol, or NFSv4.1, for using NFS version 4.1 as file sharing
916
- protocol. NFSv4.1 can be used with HIGH_SCALE_SSD, ZONAL, REGIONAL and ENTERPRISE. The default is NFSv3. Default value:
917
- "NFS_V3" Possible values: ["NFS_V3", "NFS_V4_1"]
918
828
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
919
829
  and default labels configured on the provider.
920
830
  :param pulumi.Input[str] tier: The service tier of the instance.
@@ -936,7 +846,6 @@ class Instance(pulumi.CustomResource):
936
846
  __props__.__dict__["name"] = name
937
847
  __props__.__dict__["networks"] = networks
938
848
  __props__.__dict__["project"] = project
939
- __props__.__dict__["protocol"] = protocol
940
849
  __props__.__dict__["pulumi_labels"] = pulumi_labels
941
850
  __props__.__dict__["tier"] = tier
942
851
  __props__.__dict__["zone"] = zone
@@ -1034,16 +943,6 @@ class Instance(pulumi.CustomResource):
1034
943
  def project(self) -> pulumi.Output[str]:
1035
944
  return pulumi.get(self, "project")
1036
945
 
1037
- @property
1038
- @pulumi.getter
1039
- def protocol(self) -> pulumi.Output[Optional[str]]:
1040
- """
1041
- Either NFSv3, for using NFS version 3 as file sharing protocol, or NFSv4.1, for using NFS version 4.1 as file sharing
1042
- protocol. NFSv4.1 can be used with HIGH_SCALE_SSD, ZONAL, REGIONAL and ENTERPRISE. The default is NFSv3. Default value:
1043
- "NFS_V3" Possible values: ["NFS_V3", "NFS_V4_1"]
1044
- """
1045
- return pulumi.get(self, "protocol")
1046
-
1047
946
  @property
1048
947
  @pulumi.getter(name="pulumiLabels")
1049
948
  def pulumi_labels(self) -> pulumi.Output[Mapping[str, str]]:
@@ -1385,13 +1385,11 @@ class HostingVersionConfigRewriteArgs:
1385
1385
  def __init__(__self__, *,
1386
1386
  function: Optional[pulumi.Input[str]] = None,
1387
1387
  glob: Optional[pulumi.Input[str]] = None,
1388
- path: Optional[pulumi.Input[str]] = None,
1389
1388
  regex: Optional[pulumi.Input[str]] = None,
1390
1389
  run: Optional[pulumi.Input['HostingVersionConfigRewriteRunArgs']] = None):
1391
1390
  """
1392
1391
  :param pulumi.Input[str] function: The function to proxy requests to. Must match the exported function name exactly.
1393
1392
  :param pulumi.Input[str] glob: The user-supplied glob to match against the request URL path.
1394
- :param pulumi.Input[str] path: The URL path to rewrite the request to.
1395
1393
  :param pulumi.Input[str] regex: The user-supplied RE2 regular expression to match against the request URL path.
1396
1394
  :param pulumi.Input['HostingVersionConfigRewriteRunArgs'] run: The request will be forwarded to Cloud Run.
1397
1395
  Structure is documented below.
@@ -1400,8 +1398,6 @@ class HostingVersionConfigRewriteArgs:
1400
1398
  pulumi.set(__self__, "function", function)
1401
1399
  if glob is not None:
1402
1400
  pulumi.set(__self__, "glob", glob)
1403
- if path is not None:
1404
- pulumi.set(__self__, "path", path)
1405
1401
  if regex is not None:
1406
1402
  pulumi.set(__self__, "regex", regex)
1407
1403
  if run is not None:
@@ -1431,18 +1427,6 @@ class HostingVersionConfigRewriteArgs:
1431
1427
  def glob(self, value: Optional[pulumi.Input[str]]):
1432
1428
  pulumi.set(self, "glob", value)
1433
1429
 
1434
- @property
1435
- @pulumi.getter
1436
- def path(self) -> Optional[pulumi.Input[str]]:
1437
- """
1438
- The URL path to rewrite the request to.
1439
- """
1440
- return pulumi.get(self, "path")
1441
-
1442
- @path.setter
1443
- def path(self, value: Optional[pulumi.Input[str]]):
1444
- pulumi.set(self, "path", value)
1445
-
1446
1430
  @property
1447
1431
  @pulumi.getter
1448
1432
  def regex(self) -> Optional[pulumi.Input[str]]:
@@ -32,6 +32,9 @@ 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'.
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[Sequence[pulumi.Input[str]]] sha1_hashes: The SHA1 certificate hashes for the AndroidApp.
@@ -95,6 +98,11 @@ class AndroidAppArgs:
95
98
  @property
96
99
  @pulumi.getter(name="deletionPolicy")
97
100
  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
+ """
98
106
  return pulumi.get(self, "deletion_policy")
99
107
 
100
108
  @deletion_policy.setter
@@ -159,6 +167,9 @@ class _AndroidAppState:
159
167
  This auto-associated key may be an existing valid key or, if no valid key exists, a new one will be provisioned.
160
168
  :param pulumi.Input[str] app_id: The globally unique, Firebase-assigned identifier of the AndroidApp.
161
169
  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'.
162
173
  :param pulumi.Input[str] display_name: The user-assigned display name of the AndroidApp.
163
174
  :param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other fields, and it may be sent
164
175
  with update requests to ensure the client has an up-to-date value before proceeding.
@@ -225,6 +236,11 @@ class _AndroidAppState:
225
236
  @property
226
237
  @pulumi.getter(name="deletionPolicy")
227
238
  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
+ """
228
244
  return pulumi.get(self, "deletion_policy")
229
245
 
230
246
  @deletion_policy.setter
@@ -420,6 +436,9 @@ class AndroidApp(pulumi.CustomResource):
420
436
  :param pulumi.Input[str] api_key_id: The globally unique, Google-assigned identifier (UID) for the Firebase API key associated with the AndroidApp.
421
437
  If apiKeyId is not set during creation, then Firebase automatically associates an apiKeyId with the AndroidApp.
422
438
  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'.
423
442
  :param pulumi.Input[str] display_name: The user-assigned display name of the AndroidApp.
424
443
  :param pulumi.Input[str] package_name: The canonical package name of the Android app as would appear in the Google Play
425
444
  Developer Console.
@@ -593,6 +612,9 @@ class AndroidApp(pulumi.CustomResource):
593
612
  This auto-associated key may be an existing valid key or, if no valid key exists, a new one will be provisioned.
594
613
  :param pulumi.Input[str] app_id: The globally unique, Firebase-assigned identifier of the AndroidApp.
595
614
  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'.
596
618
  :param pulumi.Input[str] display_name: The user-assigned display name of the AndroidApp.
597
619
  :param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other fields, and it may be sent
598
620
  with update requests to ensure the client has an up-to-date value before proceeding.
@@ -646,6 +668,11 @@ class AndroidApp(pulumi.CustomResource):
646
668
  @property
647
669
  @pulumi.getter(name="deletionPolicy")
648
670
  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
+ """
649
676
  return pulumi.get(self, "deletion_policy")
650
677
 
651
678
  @property
@@ -194,11 +194,6 @@ 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)
202
197
  default = gcp.firebase.AndroidApp("default",
203
198
  project="my-project-name",
204
199
  display_name="Play Integrity app",
@@ -219,11 +214,6 @@ class AppCheckPlayIntegrityConfig(pulumi.CustomResource):
219
214
  import pulumi_gcp as gcp
220
215
  import pulumi_time as time
221
216
 
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)
227
217
  default = gcp.firebase.AndroidApp("default",
228
218
  project="my-project-name",
229
219
  display_name="Play Integrity app",
@@ -301,11 +291,6 @@ class AppCheckPlayIntegrityConfig(pulumi.CustomResource):
301
291
  import pulumi_gcp as gcp
302
292
  import pulumi_time as time
303
293
 
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)
309
294
  default = gcp.firebase.AndroidApp("default",
310
295
  project="my-project-name",
311
296
  display_name="Play Integrity app",
@@ -326,11 +311,6 @@ class AppCheckPlayIntegrityConfig(pulumi.CustomResource):
326
311
  import pulumi_gcp as gcp
327
312
  import pulumi_time as time
328
313
 
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)
334
314
  default = gcp.firebase.AndroidApp("default",
335
315
  project="my-project-name",
336
316
  display_name="Play Integrity app",
@@ -229,11 +229,6 @@ 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)
237
232
  default = gcp.firebase.WebApp("default",
238
233
  project="my-project-name",
239
234
  display_name="Web App for reCAPTCHA Enterprise")
@@ -310,11 +305,6 @@ class AppCheckRecaptchaEnterpriseConfig(pulumi.CustomResource):
310
305
  import pulumi_gcp as gcp
311
306
  import pulumi_time as time
312
307
 
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)
318
308
  default = gcp.firebase.WebApp("default",
319
309
  project="my-project-name",
320
310
  display_name="Web App for reCAPTCHA Enterprise")
@@ -27,6 +27,23 @@ 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"]
30
47
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
31
48
  If it is not provided, the provider project is used.
32
49
  """
@@ -58,6 +75,25 @@ class AppCheckServiceConfigArgs:
58
75
  @property
59
76
  @pulumi.getter(name="enforcementMode")
60
77
  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
+ """
61
97
  return pulumi.get(self, "enforcement_mode")
62
98
 
63
99
  @enforcement_mode.setter
@@ -87,6 +123,23 @@ class _AppCheckServiceConfigState:
87
123
  service_id: Optional[pulumi.Input[str]] = None):
88
124
  """
89
125
  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"]
90
143
  :param pulumi.Input[str] name: The fully-qualified resource name of the service enforcement configuration.
91
144
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
92
145
  If it is not provided, the provider project is used.
@@ -111,6 +164,25 @@ class _AppCheckServiceConfigState:
111
164
  @property
112
165
  @pulumi.getter(name="enforcementMode")
113
166
  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
+ """
114
186
  return pulumi.get(self, "enforcement_mode")
115
187
 
116
188
  @enforcement_mode.setter
@@ -253,6 +325,23 @@ class AppCheckServiceConfig(pulumi.CustomResource):
253
325
 
254
326
  :param str resource_name: The name of the resource.
255
327
  :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"]
256
345
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
257
346
  If it is not provided, the provider project is used.
258
347
  :param pulumi.Input[str] service_id: The identifier of the service to configure enforcement. Currently, the following service IDs are supported:
@@ -404,6 +493,23 @@ class AppCheckServiceConfig(pulumi.CustomResource):
404
493
  :param str resource_name: The unique name of the resulting resource.
405
494
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
406
495
  :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"]
407
513
  :param pulumi.Input[str] name: The fully-qualified resource name of the service enforcement configuration.
408
514
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
409
515
  If it is not provided, the provider project is used.
@@ -429,6 +535,25 @@ class AppCheckServiceConfig(pulumi.CustomResource):
429
535
  @property
430
536
  @pulumi.getter(name="enforcementMode")
431
537
  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
+ """
432
557
  return pulumi.get(self, "enforcement_mode")
433
558
 
434
559
  @property