pulumi-gcp 8.20.0a1739946722__py3-none-any.whl → 8.21.0a1740033009__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 (189) hide show
  1. pulumi_gcp/__init__.py +48 -0
  2. pulumi_gcp/accesscontextmanager/_inputs.py +168 -8
  3. pulumi_gcp/accesscontextmanager/get_access_policy_iam_policy.py +2 -2
  4. pulumi_gcp/accesscontextmanager/outputs.py +104 -8
  5. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +78 -3
  6. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +78 -3
  7. pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +78 -3
  8. pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +78 -3
  9. pulumi_gcp/alloydb/__init__.py +1 -0
  10. pulumi_gcp/alloydb/get_instance.py +466 -0
  11. pulumi_gcp/alloydb/outputs.py +352 -0
  12. pulumi_gcp/apigateway/get_api_config_iam_policy.py +20 -2
  13. pulumi_gcp/apigateway/get_api_iam_policy.py +20 -2
  14. pulumi_gcp/apigateway/get_gateway_iam_policy.py +22 -2
  15. pulumi_gcp/apigee/get_environment_iam_policy.py +2 -2
  16. pulumi_gcp/artifactregistry/get_repository_iam_policy.py +2 -2
  17. pulumi_gcp/beyondcorp/get_application_iam_policy.py +2 -2
  18. pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +2 -2
  19. pulumi_gcp/bigquery/connection.py +2 -14
  20. pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -2
  21. pulumi_gcp/bigquery/get_table_iam_policy.py +2 -2
  22. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +8 -8
  23. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +8 -8
  24. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +8 -8
  25. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -2
  26. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -2
  27. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +8 -8
  28. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +8 -8
  29. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +8 -8
  30. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -2
  31. pulumi_gcp/binaryauthorization/get_attestor_iam_policy.py +2 -2
  32. pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +2 -2
  33. pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +2 -2
  34. pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +2 -2
  35. pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +2 -2
  36. pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +2 -2
  37. pulumi_gcp/clouddeploy/get_target_iam_policy.py +2 -2
  38. pulumi_gcp/cloudfunctions/get_function_iam_policy.py +2 -2
  39. pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +2 -2
  40. pulumi_gcp/cloudrun/_inputs.py +6 -3
  41. pulumi_gcp/cloudrun/get_service_iam_policy.py +2 -2
  42. pulumi_gcp/cloudrun/outputs.py +4 -2
  43. pulumi_gcp/cloudrunv2/get_job_iam_policy.py +2 -2
  44. pulumi_gcp/cloudrunv2/get_service_iam_policy.py +2 -2
  45. pulumi_gcp/cloudtasks/get_queue_iam_policy.py +2 -2
  46. pulumi_gcp/colab/get_runtime_template_iam_policy.py +2 -2
  47. pulumi_gcp/composer/_inputs.py +6 -6
  48. pulumi_gcp/composer/outputs.py +8 -8
  49. pulumi_gcp/compute/_inputs.py +756 -30
  50. pulumi_gcp/compute/firewall_policy_rule.py +0 -2
  51. pulumi_gcp/compute/get_backend_bucket_iam_policy.py +20 -2
  52. pulumi_gcp/compute/get_backend_service_iam_policy.py +20 -2
  53. pulumi_gcp/compute/get_disk_iam_policy.py +2 -2
  54. pulumi_gcp/compute/get_hc_vpn_gateway.py +45 -1
  55. pulumi_gcp/compute/get_image_iam_policy.py +2 -2
  56. pulumi_gcp/compute/get_instance_iam_policy.py +2 -2
  57. pulumi_gcp/compute/get_instance_template_iam_policy.py +2 -2
  58. pulumi_gcp/compute/get_machine_image_iam_policy.py +20 -2
  59. pulumi_gcp/compute/get_region_backend_service_iam_policy.py +22 -2
  60. pulumi_gcp/compute/get_region_disk_iam_policy.py +2 -2
  61. pulumi_gcp/compute/get_snapshot_iam_policy.py +2 -2
  62. pulumi_gcp/compute/get_subnetwork_iam_policy.py +2 -2
  63. pulumi_gcp/compute/ha_vpn_gateway.py +189 -2
  64. pulumi_gcp/compute/instance_template.py +14 -35
  65. pulumi_gcp/compute/outputs.py +796 -18
  66. pulumi_gcp/config/__init__.pyi +2 -0
  67. pulumi_gcp/config/vars.py +4 -0
  68. pulumi_gcp/container/_inputs.py +447 -3
  69. pulumi_gcp/container/outputs.py +469 -5
  70. pulumi_gcp/containeranalysis/get_note_iam_policy.py +2 -2
  71. pulumi_gcp/datacatalog/entry_group_iam_binding.py +8 -8
  72. pulumi_gcp/datacatalog/entry_group_iam_member.py +8 -8
  73. pulumi_gcp/datacatalog/entry_group_iam_policy.py +8 -8
  74. pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +2 -2
  75. pulumi_gcp/datacatalog/get_policy_tag_iam_policy.py +2 -2
  76. pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +2 -2
  77. pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +2 -2
  78. pulumi_gcp/datacatalog/policy_tag_iam_binding.py +8 -8
  79. pulumi_gcp/datacatalog/policy_tag_iam_member.py +8 -8
  80. pulumi_gcp/datacatalog/policy_tag_iam_policy.py +8 -8
  81. pulumi_gcp/datacatalog/tag_template_iam_binding.py +8 -8
  82. pulumi_gcp/datacatalog/tag_template_iam_member.py +8 -8
  83. pulumi_gcp/datacatalog/tag_template_iam_policy.py +8 -8
  84. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +8 -8
  85. pulumi_gcp/datacatalog/taxonomy_iam_member.py +8 -8
  86. pulumi_gcp/datacatalog/taxonomy_iam_policy.py +8 -8
  87. pulumi_gcp/dataform/get_repository_iam_policy.py +22 -2
  88. pulumi_gcp/datafusion/get_instance_iam_policy.py +2 -2
  89. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -2
  90. pulumi_gcp/dataplex/get_asset_iam_policy.py +2 -2
  91. pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -2
  92. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -2
  93. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +2 -2
  94. pulumi_gcp/dataplex/get_lake_iam_policy.py +2 -2
  95. pulumi_gcp/dataplex/get_task_iam_policy.py +2 -2
  96. pulumi_gcp/dataplex/get_zone_iam_policy.py +2 -2
  97. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -2
  98. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -2
  99. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -2
  100. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +8 -8
  101. pulumi_gcp/dataproc/metastore_federation_iam_member.py +8 -8
  102. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +8 -8
  103. pulumi_gcp/dataproc/metastore_service_iam_binding.py +8 -8
  104. pulumi_gcp/dataproc/metastore_service_iam_member.py +8 -8
  105. pulumi_gcp/dataproc/metastore_service_iam_policy.py +8 -8
  106. pulumi_gcp/dns/get_managed_zone_iam_policy.py +2 -2
  107. pulumi_gcp/endpoints/get_service_iam_policy.py +2 -2
  108. pulumi_gcp/eventarc/_inputs.py +29 -8
  109. pulumi_gcp/eventarc/google_channel_config.py +58 -46
  110. pulumi_gcp/eventarc/outputs.py +20 -6
  111. pulumi_gcp/eventarc/trigger.py +95 -72
  112. pulumi_gcp/filestore/backup.py +4 -4
  113. pulumi_gcp/firebase/__init__.py +1 -0
  114. pulumi_gcp/firebase/data_connect_service.py +937 -0
  115. pulumi_gcp/gemini/__init__.py +4 -0
  116. pulumi_gcp/gemini/data_sharing_with_google_setting.py +607 -0
  117. pulumi_gcp/gemini/gemini_gcp_enablement_setting.py +608 -0
  118. pulumi_gcp/gemini/get_repository_group_iam_policy.py +2 -2
  119. pulumi_gcp/gemini/logging_setting.py +42 -54
  120. pulumi_gcp/gemini/logging_setting_binding.py +722 -0
  121. pulumi_gcp/gemini/release_channel_setting.py +39 -43
  122. pulumi_gcp/gemini/release_channel_setting_binding.py +734 -0
  123. pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +2 -2
  124. pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +2 -2
  125. pulumi_gcp/gkehub/get_feature_iam_policy.py +2 -2
  126. pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -2
  127. pulumi_gcp/gkehub/get_scope_iam_policy.py +2 -2
  128. pulumi_gcp/healthcare/get_consent_store_iam_policy.py +2 -2
  129. pulumi_gcp/iap/get_app_engine_service_iam_policy.py +2 -2
  130. pulumi_gcp/iap/get_app_engine_version_iam_policy.py +2 -2
  131. pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +2 -2
  132. pulumi_gcp/iap/get_tunnel_iam_policy.py +2 -2
  133. pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +2 -2
  134. pulumi_gcp/iap/get_web_backend_service_iam_policy.py +2 -2
  135. pulumi_gcp/iap/get_web_iam_policy.py +2 -2
  136. pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +2 -2
  137. pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +2 -2
  138. pulumi_gcp/iap/get_web_type_compute_iam_policy.py +2 -2
  139. pulumi_gcp/kms/get_ekm_connection_iam_policy.py +2 -2
  140. pulumi_gcp/logging/get_log_view_iam_policy.py +2 -2
  141. pulumi_gcp/monitoring/_inputs.py +588 -0
  142. pulumi_gcp/monitoring/outputs.py +410 -0
  143. pulumi_gcp/netapp/__init__.py +1 -0
  144. pulumi_gcp/netapp/volume_quota_rule.py +895 -0
  145. pulumi_gcp/networksecurity/address_group_iam_binding.py +4 -4
  146. pulumi_gcp/networksecurity/address_group_iam_member.py +4 -4
  147. pulumi_gcp/networksecurity/address_group_iam_policy.py +4 -4
  148. pulumi_gcp/networkservices/authz_extension.py +8 -15
  149. pulumi_gcp/networkservices/mesh.py +79 -12
  150. pulumi_gcp/notebooks/get_instance_iam_policy.py +2 -2
  151. pulumi_gcp/notebooks/get_runtime_iam_policy.py +2 -2
  152. pulumi_gcp/provider.py +20 -0
  153. pulumi_gcp/pubsub/get_schema_iam_policy.py +2 -2
  154. pulumi_gcp/pubsub/get_topic_iam_policy.py +2 -2
  155. pulumi_gcp/pulumi-plugin.json +1 -1
  156. pulumi_gcp/runtimeconfig/get_config_iam_policy.py +20 -2
  157. pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +2 -2
  158. pulumi_gcp/secretmanager/get_secret_iam_policy.py +2 -2
  159. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -2
  160. pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +2 -2
  161. pulumi_gcp/securitycenter/get_source_iam_policy.py +2 -2
  162. pulumi_gcp/securitycenter/get_v2_organization_source_iam_policy.py +2 -2
  163. pulumi_gcp/securitycenter/mute_config.py +136 -3
  164. pulumi_gcp/securitycenter/v2_folder_notification_config.py +2 -14
  165. pulumi_gcp/securitycenter/v2_organization_notification_config.py +2 -14
  166. pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +8 -8
  167. pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +8 -8
  168. pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +8 -8
  169. pulumi_gcp/securitycenter/v2_project_notification_config.py +2 -14
  170. pulumi_gcp/servicedirectory/get_namespace_iam_policy.py +18 -2
  171. pulumi_gcp/servicedirectory/get_service_iam_policy.py +18 -2
  172. pulumi_gcp/sourcerepo/get_repository_iam_policy.py +2 -2
  173. pulumi_gcp/spanner/instance.py +0 -46
  174. pulumi_gcp/sql/_inputs.py +6 -6
  175. pulumi_gcp/sql/outputs.py +4 -4
  176. pulumi_gcp/storage/bucket.py +30 -0
  177. pulumi_gcp/storage/get_bucket_iam_policy.py +2 -2
  178. pulumi_gcp/tags/get_tag_key_iam_policy.py +2 -2
  179. pulumi_gcp/tags/get_tag_value_iam_policy.py +2 -2
  180. pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +22 -2
  181. pulumi_gcp/vertex/get_ai_featurestore_entitytype_iam_policy.py +20 -2
  182. pulumi_gcp/vertex/get_ai_featurestore_iam_policy.py +22 -2
  183. pulumi_gcp/workbench/get_instance_iam_policy.py +2 -2
  184. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +24 -2
  185. pulumi_gcp/workstations/get_workstation_iam_policy.py +26 -2
  186. {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740033009.dist-info}/METADATA +1 -1
  187. {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740033009.dist-info}/RECORD +189 -182
  188. {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740033009.dist-info}/WHEEL +0 -0
  189. {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740033009.dist-info}/top_level.txt +0 -0
@@ -309,7 +309,7 @@ class AddressGroupIamBinding(pulumi.CustomResource):
309
309
  role: Optional[pulumi.Input[str]] = None,
310
310
  __props__=None):
311
311
  """
312
- Three different resources help you manage your IAM policy for Network security ProjectAddressGroup. Each of these resources serves a different use case:
312
+ Three different resources help you manage your IAM policy for Network Security ProjectAddressGroup. Each of these resources serves a different use case:
313
313
 
314
314
  * `networksecurity.AddressGroupIamPolicy`: Authoritative. Sets the IAM policy for the projectaddressgroup and replaces any existing policy already attached.
315
315
  * `networksecurity.AddressGroupIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the projectaddressgroup are preserved.
@@ -337,7 +337,7 @@ class AddressGroupIamBinding(pulumi.CustomResource):
337
337
 
338
338
  Any variables not passed in the import command will be taken from the provider configuration.
339
339
 
340
- Network security projectaddressgroup IAM resources can be imported using the resource identifiers, role, and member.
340
+ Network Security projectaddressgroup IAM resources can be imported using the resource identifiers, role, and member.
341
341
 
342
342
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
343
343
 
@@ -392,7 +392,7 @@ class AddressGroupIamBinding(pulumi.CustomResource):
392
392
  args: AddressGroupIamBindingArgs,
393
393
  opts: Optional[pulumi.ResourceOptions] = None):
394
394
  """
395
- Three different resources help you manage your IAM policy for Network security ProjectAddressGroup. Each of these resources serves a different use case:
395
+ Three different resources help you manage your IAM policy for Network Security ProjectAddressGroup. Each of these resources serves a different use case:
396
396
 
397
397
  * `networksecurity.AddressGroupIamPolicy`: Authoritative. Sets the IAM policy for the projectaddressgroup and replaces any existing policy already attached.
398
398
  * `networksecurity.AddressGroupIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the projectaddressgroup are preserved.
@@ -420,7 +420,7 @@ class AddressGroupIamBinding(pulumi.CustomResource):
420
420
 
421
421
  Any variables not passed in the import command will be taken from the provider configuration.
422
422
 
423
- Network security projectaddressgroup IAM resources can be imported using the resource identifiers, role, and member.
423
+ Network Security projectaddressgroup IAM resources can be imported using the resource identifiers, role, and member.
424
424
 
425
425
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
426
426
 
@@ -309,7 +309,7 @@ class AddressGroupIamMember(pulumi.CustomResource):
309
309
  role: Optional[pulumi.Input[str]] = None,
310
310
  __props__=None):
311
311
  """
312
- Three different resources help you manage your IAM policy for Network security ProjectAddressGroup. Each of these resources serves a different use case:
312
+ Three different resources help you manage your IAM policy for Network Security ProjectAddressGroup. Each of these resources serves a different use case:
313
313
 
314
314
  * `networksecurity.AddressGroupIamPolicy`: Authoritative. Sets the IAM policy for the projectaddressgroup and replaces any existing policy already attached.
315
315
  * `networksecurity.AddressGroupIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the projectaddressgroup are preserved.
@@ -337,7 +337,7 @@ class AddressGroupIamMember(pulumi.CustomResource):
337
337
 
338
338
  Any variables not passed in the import command will be taken from the provider configuration.
339
339
 
340
- Network security projectaddressgroup IAM resources can be imported using the resource identifiers, role, and member.
340
+ Network Security projectaddressgroup IAM resources can be imported using the resource identifiers, role, and member.
341
341
 
342
342
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
343
343
 
@@ -392,7 +392,7 @@ class AddressGroupIamMember(pulumi.CustomResource):
392
392
  args: AddressGroupIamMemberArgs,
393
393
  opts: Optional[pulumi.ResourceOptions] = None):
394
394
  """
395
- Three different resources help you manage your IAM policy for Network security ProjectAddressGroup. Each of these resources serves a different use case:
395
+ Three different resources help you manage your IAM policy for Network Security ProjectAddressGroup. Each of these resources serves a different use case:
396
396
 
397
397
  * `networksecurity.AddressGroupIamPolicy`: Authoritative. Sets the IAM policy for the projectaddressgroup and replaces any existing policy already attached.
398
398
  * `networksecurity.AddressGroupIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the projectaddressgroup are preserved.
@@ -420,7 +420,7 @@ class AddressGroupIamMember(pulumi.CustomResource):
420
420
 
421
421
  Any variables not passed in the import command will be taken from the provider configuration.
422
422
 
423
- Network security projectaddressgroup IAM resources can be imported using the resource identifiers, role, and member.
423
+ Network Security projectaddressgroup IAM resources can be imported using the resource identifiers, role, and member.
424
424
 
425
425
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
426
426
 
@@ -206,7 +206,7 @@ class AddressGroupIamPolicy(pulumi.CustomResource):
206
206
  project: Optional[pulumi.Input[str]] = None,
207
207
  __props__=None):
208
208
  """
209
- Three different resources help you manage your IAM policy for Network security ProjectAddressGroup. Each of these resources serves a different use case:
209
+ Three different resources help you manage your IAM policy for Network Security ProjectAddressGroup. Each of these resources serves a different use case:
210
210
 
211
211
  * `networksecurity.AddressGroupIamPolicy`: Authoritative. Sets the IAM policy for the projectaddressgroup and replaces any existing policy already attached.
212
212
  * `networksecurity.AddressGroupIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the projectaddressgroup are preserved.
@@ -234,7 +234,7 @@ class AddressGroupIamPolicy(pulumi.CustomResource):
234
234
 
235
235
  Any variables not passed in the import command will be taken from the provider configuration.
236
236
 
237
- Network security projectaddressgroup IAM resources can be imported using the resource identifiers, role, and member.
237
+ Network Security projectaddressgroup IAM resources can be imported using the resource identifiers, role, and member.
238
238
 
239
239
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
240
240
 
@@ -277,7 +277,7 @@ class AddressGroupIamPolicy(pulumi.CustomResource):
277
277
  args: AddressGroupIamPolicyArgs,
278
278
  opts: Optional[pulumi.ResourceOptions] = None):
279
279
  """
280
- Three different resources help you manage your IAM policy for Network security ProjectAddressGroup. Each of these resources serves a different use case:
280
+ Three different resources help you manage your IAM policy for Network Security ProjectAddressGroup. Each of these resources serves a different use case:
281
281
 
282
282
  * `networksecurity.AddressGroupIamPolicy`: Authoritative. Sets the IAM policy for the projectaddressgroup and replaces any existing policy already attached.
283
283
  * `networksecurity.AddressGroupIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the projectaddressgroup are preserved.
@@ -305,7 +305,7 @@ class AddressGroupIamPolicy(pulumi.CustomResource):
305
305
 
306
306
  Any variables not passed in the import command will be taken from the provider configuration.
307
307
 
308
- Network security projectaddressgroup IAM resources can be imported using the resource identifiers, role, and member.
308
+ Network Security projectaddressgroup IAM resources can be imported using the resource identifiers, role, and member.
309
309
 
310
310
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
311
311
 
@@ -61,8 +61,7 @@ class AuthzExtensionArgs:
61
61
  :param pulumi.Input[str] name: Identifier. Name of the AuthzExtension resource.
62
62
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
63
63
  If it is not provided, the provider project is used.
64
- :param pulumi.Input[str] wire_format: The format of communication supported by the callout extension.
65
- Default value is `EXT_PROC_GRPC`.
64
+ :param pulumi.Input[str] wire_format: The format of communication supported by the callout extension. Will be set to EXT_PROC_GRPC by the backend if no value is set.
66
65
  Possible values are: `WIRE_FORMAT_UNSPECIFIED`, `EXT_PROC_GRPC`.
67
66
  """
68
67
  pulumi.set(__self__, "authority", authority)
@@ -250,8 +249,7 @@ class AuthzExtensionArgs:
250
249
  @pulumi.getter(name="wireFormat")
251
250
  def wire_format(self) -> Optional[pulumi.Input[str]]:
252
251
  """
253
- The format of communication supported by the callout extension.
254
- Default value is `EXT_PROC_GRPC`.
252
+ The format of communication supported by the callout extension. Will be set to EXT_PROC_GRPC by the backend if no value is set.
255
253
  Possible values are: `WIRE_FORMAT_UNSPECIFIED`, `EXT_PROC_GRPC`.
256
254
  """
257
255
  return pulumi.get(self, "wire_format")
@@ -315,8 +313,7 @@ class _AuthzExtensionState:
315
313
  https://www.googleapis.com/compute/v1/projects/{project}/regions/{region}/backendServices/{backendService} or https://www.googleapis.com/compute/v1/projects/{project}/global/backendServices/{backendService}.
316
314
  :param pulumi.Input[str] timeout: Specifies the timeout for each individual message on the stream. The timeout must be between 10-10000 milliseconds.
317
315
  :param pulumi.Input[str] update_time: The timestamp when the resource was updated.
318
- :param pulumi.Input[str] wire_format: The format of communication supported by the callout extension.
319
- Default value is `EXT_PROC_GRPC`.
316
+ :param pulumi.Input[str] wire_format: The format of communication supported by the callout extension. Will be set to EXT_PROC_GRPC by the backend if no value is set.
320
317
  Possible values are: `WIRE_FORMAT_UNSPECIFIED`, `EXT_PROC_GRPC`.
321
318
  """
322
319
  if authority is not None:
@@ -566,8 +563,7 @@ class _AuthzExtensionState:
566
563
  @pulumi.getter(name="wireFormat")
567
564
  def wire_format(self) -> Optional[pulumi.Input[str]]:
568
565
  """
569
- The format of communication supported by the callout extension.
570
- Default value is `EXT_PROC_GRPC`.
566
+ The format of communication supported by the callout extension. Will be set to EXT_PROC_GRPC by the backend if no value is set.
571
567
  Possible values are: `WIRE_FORMAT_UNSPECIFIED`, `EXT_PROC_GRPC`.
572
568
  """
573
569
  return pulumi.get(self, "wire_format")
@@ -690,8 +686,7 @@ class AuthzExtension(pulumi.CustomResource):
690
686
  To configure a callout extension, service must be a fully-qualified reference to a [backend service](https://cloud.google.com/compute/docs/reference/rest/v1/backendServices) in the format:
691
687
  https://www.googleapis.com/compute/v1/projects/{project}/regions/{region}/backendServices/{backendService} or https://www.googleapis.com/compute/v1/projects/{project}/global/backendServices/{backendService}.
692
688
  :param pulumi.Input[str] timeout: Specifies the timeout for each individual message on the stream. The timeout must be between 10-10000 milliseconds.
693
- :param pulumi.Input[str] wire_format: The format of communication supported by the callout extension.
694
- Default value is `EXT_PROC_GRPC`.
689
+ :param pulumi.Input[str] wire_format: The format of communication supported by the callout extension. Will be set to EXT_PROC_GRPC by the backend if no value is set.
695
690
  Possible values are: `WIRE_FORMAT_UNSPECIFIED`, `EXT_PROC_GRPC`.
696
691
  """
697
692
  ...
@@ -897,8 +892,7 @@ class AuthzExtension(pulumi.CustomResource):
897
892
  https://www.googleapis.com/compute/v1/projects/{project}/regions/{region}/backendServices/{backendService} or https://www.googleapis.com/compute/v1/projects/{project}/global/backendServices/{backendService}.
898
893
  :param pulumi.Input[str] timeout: Specifies the timeout for each individual message on the stream. The timeout must be between 10-10000 milliseconds.
899
894
  :param pulumi.Input[str] update_time: The timestamp when the resource was updated.
900
- :param pulumi.Input[str] wire_format: The format of communication supported by the callout extension.
901
- Default value is `EXT_PROC_GRPC`.
895
+ :param pulumi.Input[str] wire_format: The format of communication supported by the callout extension. Will be set to EXT_PROC_GRPC by the backend if no value is set.
902
896
  Possible values are: `WIRE_FORMAT_UNSPECIFIED`, `EXT_PROC_GRPC`.
903
897
  """
904
898
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -1070,10 +1064,9 @@ class AuthzExtension(pulumi.CustomResource):
1070
1064
 
1071
1065
  @property
1072
1066
  @pulumi.getter(name="wireFormat")
1073
- def wire_format(self) -> pulumi.Output[Optional[str]]:
1067
+ def wire_format(self) -> pulumi.Output[str]:
1074
1068
  """
1075
- The format of communication supported by the callout extension.
1076
- Default value is `EXT_PROC_GRPC`.
1069
+ The format of communication supported by the callout extension. Will be set to EXT_PROC_GRPC by the backend if no value is set.
1077
1070
  Possible values are: `WIRE_FORMAT_UNSPECIFIED`, `EXT_PROC_GRPC`.
1078
1071
  """
1079
1072
  return pulumi.get(self, "wire_format")
@@ -22,6 +22,7 @@ class MeshArgs:
22
22
  description: Optional[pulumi.Input[str]] = None,
23
23
  interception_port: Optional[pulumi.Input[int]] = None,
24
24
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
25
+ location: Optional[pulumi.Input[str]] = None,
25
26
  name: Optional[pulumi.Input[str]] = None,
26
27
  project: Optional[pulumi.Input[str]] = None):
27
28
  """
@@ -35,6 +36,7 @@ class MeshArgs:
35
36
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Set of label tags associated with the Mesh resource.
36
37
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
37
38
  Please refer to the field `effective_labels` for all of the labels present on the resource.
39
+ :param pulumi.Input[str] location: Location (region) of the Mesh resource to be created. Only the value 'global' is currently allowed; defaults to 'global' if omitted.
38
40
  :param pulumi.Input[str] name: Short name of the Mesh resource to be created.
39
41
 
40
42
 
@@ -48,6 +50,8 @@ class MeshArgs:
48
50
  pulumi.set(__self__, "interception_port", interception_port)
49
51
  if labels is not None:
50
52
  pulumi.set(__self__, "labels", labels)
53
+ if location is not None:
54
+ pulumi.set(__self__, "location", location)
51
55
  if name is not None:
52
56
  pulumi.set(__self__, "name", name)
53
57
  if project is not None:
@@ -95,6 +99,18 @@ class MeshArgs:
95
99
  def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
96
100
  pulumi.set(self, "labels", value)
97
101
 
102
+ @property
103
+ @pulumi.getter
104
+ def location(self) -> Optional[pulumi.Input[str]]:
105
+ """
106
+ Location (region) of the Mesh resource to be created. Only the value 'global' is currently allowed; defaults to 'global' if omitted.
107
+ """
108
+ return pulumi.get(self, "location")
109
+
110
+ @location.setter
111
+ def location(self, value: Optional[pulumi.Input[str]]):
112
+ pulumi.set(self, "location", value)
113
+
98
114
  @property
99
115
  @pulumi.getter
100
116
  def name(self) -> Optional[pulumi.Input[str]]:
@@ -132,6 +148,7 @@ class _MeshState:
132
148
  effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
133
149
  interception_port: Optional[pulumi.Input[int]] = None,
134
150
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
151
+ location: Optional[pulumi.Input[str]] = None,
135
152
  name: Optional[pulumi.Input[str]] = None,
136
153
  project: Optional[pulumi.Input[str]] = None,
137
154
  pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
@@ -150,6 +167,7 @@ class _MeshState:
150
167
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Set of label tags associated with the Mesh resource.
151
168
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
152
169
  Please refer to the field `effective_labels` for all of the labels present on the resource.
170
+ :param pulumi.Input[str] location: Location (region) of the Mesh resource to be created. Only the value 'global' is currently allowed; defaults to 'global' if omitted.
153
171
  :param pulumi.Input[str] name: Short name of the Mesh resource to be created.
154
172
 
155
173
 
@@ -171,6 +189,8 @@ class _MeshState:
171
189
  pulumi.set(__self__, "interception_port", interception_port)
172
190
  if labels is not None:
173
191
  pulumi.set(__self__, "labels", labels)
192
+ if location is not None:
193
+ pulumi.set(__self__, "location", location)
174
194
  if name is not None:
175
195
  pulumi.set(__self__, "name", name)
176
196
  if project is not None:
@@ -248,6 +268,18 @@ class _MeshState:
248
268
  def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
249
269
  pulumi.set(self, "labels", value)
250
270
 
271
+ @property
272
+ @pulumi.getter
273
+ def location(self) -> Optional[pulumi.Input[str]]:
274
+ """
275
+ Location (region) of the Mesh resource to be created. Only the value 'global' is currently allowed; defaults to 'global' if omitted.
276
+ """
277
+ return pulumi.get(self, "location")
278
+
279
+ @location.setter
280
+ def location(self, value: Optional[pulumi.Input[str]]):
281
+ pulumi.set(self, "location", value)
282
+
251
283
  @property
252
284
  @pulumi.getter
253
285
  def name(self) -> Optional[pulumi.Input[str]]:
@@ -322,6 +354,7 @@ class Mesh(pulumi.CustomResource):
322
354
  description: Optional[pulumi.Input[str]] = None,
323
355
  interception_port: Optional[pulumi.Input[int]] = None,
324
356
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
357
+ location: Optional[pulumi.Input[str]] = None,
325
358
  name: Optional[pulumi.Input[str]] = None,
326
359
  project: Optional[pulumi.Input[str]] = None,
327
360
  __props__=None):
@@ -355,29 +388,39 @@ class Mesh(pulumi.CustomResource):
355
388
  },
356
389
  description="my description")
357
390
  ```
391
+ ### Network Services Mesh Location
392
+
393
+ ```python
394
+ import pulumi
395
+ import pulumi_gcp as gcp
396
+
397
+ default = gcp.networkservices.Mesh("default",
398
+ name="my-mesh",
399
+ location="global")
400
+ ```
358
401
 
359
402
  ## Import
360
403
 
361
404
  Mesh can be imported using any of these accepted formats:
362
405
 
363
- * `projects/{{project}}/locations/global/meshes/{{name}}`
406
+ * `projects/{{project}}/locations/{{location}}/meshes/{{name}}`
364
407
 
365
- * `{{project}}/{{name}}`
408
+ * `{{project}}/{{location}}/{{name}}`
366
409
 
367
- * `{{name}}`
410
+ * `{{location}}/{{name}}`
368
411
 
369
412
  When using the `pulumi import` command, Mesh can be imported using one of the formats above. For example:
370
413
 
371
414
  ```sh
372
- $ pulumi import gcp:networkservices/mesh:Mesh default projects/{{project}}/locations/global/meshes/{{name}}
415
+ $ pulumi import gcp:networkservices/mesh:Mesh default projects/{{project}}/locations/{{location}}/meshes/{{name}}
373
416
  ```
374
417
 
375
418
  ```sh
376
- $ pulumi import gcp:networkservices/mesh:Mesh default {{project}}/{{name}}
419
+ $ pulumi import gcp:networkservices/mesh:Mesh default {{project}}/{{location}}/{{name}}
377
420
  ```
378
421
 
379
422
  ```sh
380
- $ pulumi import gcp:networkservices/mesh:Mesh default {{name}}
423
+ $ pulumi import gcp:networkservices/mesh:Mesh default {{location}}/{{name}}
381
424
  ```
382
425
 
383
426
  :param str resource_name: The name of the resource.
@@ -391,6 +434,7 @@ class Mesh(pulumi.CustomResource):
391
434
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Set of label tags associated with the Mesh resource.
392
435
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
393
436
  Please refer to the field `effective_labels` for all of the labels present on the resource.
437
+ :param pulumi.Input[str] location: Location (region) of the Mesh resource to be created. Only the value 'global' is currently allowed; defaults to 'global' if omitted.
394
438
  :param pulumi.Input[str] name: Short name of the Mesh resource to be created.
395
439
 
396
440
 
@@ -434,29 +478,39 @@ class Mesh(pulumi.CustomResource):
434
478
  },
435
479
  description="my description")
436
480
  ```
481
+ ### Network Services Mesh Location
482
+
483
+ ```python
484
+ import pulumi
485
+ import pulumi_gcp as gcp
486
+
487
+ default = gcp.networkservices.Mesh("default",
488
+ name="my-mesh",
489
+ location="global")
490
+ ```
437
491
 
438
492
  ## Import
439
493
 
440
494
  Mesh can be imported using any of these accepted formats:
441
495
 
442
- * `projects/{{project}}/locations/global/meshes/{{name}}`
496
+ * `projects/{{project}}/locations/{{location}}/meshes/{{name}}`
443
497
 
444
- * `{{project}}/{{name}}`
498
+ * `{{project}}/{{location}}/{{name}}`
445
499
 
446
- * `{{name}}`
500
+ * `{{location}}/{{name}}`
447
501
 
448
502
  When using the `pulumi import` command, Mesh can be imported using one of the formats above. For example:
449
503
 
450
504
  ```sh
451
- $ pulumi import gcp:networkservices/mesh:Mesh default projects/{{project}}/locations/global/meshes/{{name}}
505
+ $ pulumi import gcp:networkservices/mesh:Mesh default projects/{{project}}/locations/{{location}}/meshes/{{name}}
452
506
  ```
453
507
 
454
508
  ```sh
455
- $ pulumi import gcp:networkservices/mesh:Mesh default {{project}}/{{name}}
509
+ $ pulumi import gcp:networkservices/mesh:Mesh default {{project}}/{{location}}/{{name}}
456
510
  ```
457
511
 
458
512
  ```sh
459
- $ pulumi import gcp:networkservices/mesh:Mesh default {{name}}
513
+ $ pulumi import gcp:networkservices/mesh:Mesh default {{location}}/{{name}}
460
514
  ```
461
515
 
462
516
  :param str resource_name: The name of the resource.
@@ -477,6 +531,7 @@ class Mesh(pulumi.CustomResource):
477
531
  description: Optional[pulumi.Input[str]] = None,
478
532
  interception_port: Optional[pulumi.Input[int]] = None,
479
533
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
534
+ location: Optional[pulumi.Input[str]] = None,
480
535
  name: Optional[pulumi.Input[str]] = None,
481
536
  project: Optional[pulumi.Input[str]] = None,
482
537
  __props__=None):
@@ -491,6 +546,7 @@ class Mesh(pulumi.CustomResource):
491
546
  __props__.__dict__["description"] = description
492
547
  __props__.__dict__["interception_port"] = interception_port
493
548
  __props__.__dict__["labels"] = labels
549
+ __props__.__dict__["location"] = location
494
550
  __props__.__dict__["name"] = name
495
551
  __props__.__dict__["project"] = project
496
552
  __props__.__dict__["create_time"] = None
@@ -515,6 +571,7 @@ class Mesh(pulumi.CustomResource):
515
571
  effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
516
572
  interception_port: Optional[pulumi.Input[int]] = None,
517
573
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
574
+ location: Optional[pulumi.Input[str]] = None,
518
575
  name: Optional[pulumi.Input[str]] = None,
519
576
  project: Optional[pulumi.Input[str]] = None,
520
577
  pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
@@ -538,6 +595,7 @@ class Mesh(pulumi.CustomResource):
538
595
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Set of label tags associated with the Mesh resource.
539
596
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
540
597
  Please refer to the field `effective_labels` for all of the labels present on the resource.
598
+ :param pulumi.Input[str] location: Location (region) of the Mesh resource to be created. Only the value 'global' is currently allowed; defaults to 'global' if omitted.
541
599
  :param pulumi.Input[str] name: Short name of the Mesh resource to be created.
542
600
 
543
601
 
@@ -558,6 +616,7 @@ class Mesh(pulumi.CustomResource):
558
616
  __props__.__dict__["effective_labels"] = effective_labels
559
617
  __props__.__dict__["interception_port"] = interception_port
560
618
  __props__.__dict__["labels"] = labels
619
+ __props__.__dict__["location"] = location
561
620
  __props__.__dict__["name"] = name
562
621
  __props__.__dict__["project"] = project
563
622
  __props__.__dict__["pulumi_labels"] = pulumi_labels
@@ -611,6 +670,14 @@ class Mesh(pulumi.CustomResource):
611
670
  """
612
671
  return pulumi.get(self, "labels")
613
672
 
673
+ @property
674
+ @pulumi.getter
675
+ def location(self) -> pulumi.Output[Optional[str]]:
676
+ """
677
+ Location (region) of the Mesh resource to be created. Only the value 'global' is currently allowed; defaults to 'global' if omitted.
678
+ """
679
+ return pulumi.get(self, "location")
680
+
614
681
  @property
615
682
  @pulumi.getter
616
683
  def name(self) -> pulumi.Output[str]:
@@ -108,7 +108,7 @@ def get_instance_iam_policy(instance_name: Optional[str] = None,
108
108
  """
109
109
  Retrieves the current IAM policy data for instance
110
110
 
111
- ## example
111
+ ## Example Usage
112
112
 
113
113
  ```python
114
114
  import pulumi
@@ -148,7 +148,7 @@ def get_instance_iam_policy_output(instance_name: Optional[pulumi.Input[str]] =
148
148
  """
149
149
  Retrieves the current IAM policy data for instance
150
150
 
151
- ## example
151
+ ## Example Usage
152
152
 
153
153
  ```python
154
154
  import pulumi
@@ -108,7 +108,7 @@ def get_runtime_iam_policy(location: Optional[str] = None,
108
108
  """
109
109
  Retrieves the current IAM policy data for runtime
110
110
 
111
- ## example
111
+ ## Example Usage
112
112
 
113
113
  ```python
114
114
  import pulumi
@@ -148,7 +148,7 @@ def get_runtime_iam_policy_output(location: Optional[pulumi.Input[Optional[str]]
148
148
  """
149
149
  Retrieves the current IAM policy data for runtime
150
150
 
151
- ## example
151
+ ## Example Usage
152
152
 
153
153
  ```python
154
154
  import pulumi
pulumi_gcp/provider.py CHANGED
@@ -107,6 +107,7 @@ class ProviderArgs:
107
107
  filestore_custom_endpoint: Optional[pulumi.Input[str]] = None,
108
108
  firebase_app_check_custom_endpoint: Optional[pulumi.Input[str]] = None,
109
109
  firebase_custom_endpoint: Optional[pulumi.Input[str]] = None,
110
+ firebase_data_connect_custom_endpoint: Optional[pulumi.Input[str]] = None,
110
111
  firebase_database_custom_endpoint: Optional[pulumi.Input[str]] = None,
111
112
  firebase_extensions_custom_endpoint: Optional[pulumi.Input[str]] = None,
112
113
  firebase_hosting_custom_endpoint: Optional[pulumi.Input[str]] = None,
@@ -382,6 +383,8 @@ class ProviderArgs:
382
383
  pulumi.set(__self__, "firebase_app_check_custom_endpoint", firebase_app_check_custom_endpoint)
383
384
  if firebase_custom_endpoint is not None:
384
385
  pulumi.set(__self__, "firebase_custom_endpoint", firebase_custom_endpoint)
386
+ if firebase_data_connect_custom_endpoint is not None:
387
+ pulumi.set(__self__, "firebase_data_connect_custom_endpoint", firebase_data_connect_custom_endpoint)
385
388
  if firebase_database_custom_endpoint is not None:
386
389
  pulumi.set(__self__, "firebase_database_custom_endpoint", firebase_database_custom_endpoint)
387
390
  if firebase_extensions_custom_endpoint is not None:
@@ -1368,6 +1371,15 @@ class ProviderArgs:
1368
1371
  def firebase_custom_endpoint(self, value: Optional[pulumi.Input[str]]):
1369
1372
  pulumi.set(self, "firebase_custom_endpoint", value)
1370
1373
 
1374
+ @property
1375
+ @pulumi.getter(name="firebaseDataConnectCustomEndpoint")
1376
+ def firebase_data_connect_custom_endpoint(self) -> Optional[pulumi.Input[str]]:
1377
+ return pulumi.get(self, "firebase_data_connect_custom_endpoint")
1378
+
1379
+ @firebase_data_connect_custom_endpoint.setter
1380
+ def firebase_data_connect_custom_endpoint(self, value: Optional[pulumi.Input[str]]):
1381
+ pulumi.set(self, "firebase_data_connect_custom_endpoint", value)
1382
+
1371
1383
  @property
1372
1384
  @pulumi.getter(name="firebaseDatabaseCustomEndpoint")
1373
1385
  def firebase_database_custom_endpoint(self) -> Optional[pulumi.Input[str]]:
@@ -2343,6 +2355,7 @@ class Provider(pulumi.ProviderResource):
2343
2355
  filestore_custom_endpoint: Optional[pulumi.Input[str]] = None,
2344
2356
  firebase_app_check_custom_endpoint: Optional[pulumi.Input[str]] = None,
2345
2357
  firebase_custom_endpoint: Optional[pulumi.Input[str]] = None,
2358
+ firebase_data_connect_custom_endpoint: Optional[pulumi.Input[str]] = None,
2346
2359
  firebase_database_custom_endpoint: Optional[pulumi.Input[str]] = None,
2347
2360
  firebase_extensions_custom_endpoint: Optional[pulumi.Input[str]] = None,
2348
2361
  firebase_hosting_custom_endpoint: Optional[pulumi.Input[str]] = None,
@@ -2565,6 +2578,7 @@ class Provider(pulumi.ProviderResource):
2565
2578
  filestore_custom_endpoint: Optional[pulumi.Input[str]] = None,
2566
2579
  firebase_app_check_custom_endpoint: Optional[pulumi.Input[str]] = None,
2567
2580
  firebase_custom_endpoint: Optional[pulumi.Input[str]] = None,
2581
+ firebase_data_connect_custom_endpoint: Optional[pulumi.Input[str]] = None,
2568
2582
  firebase_database_custom_endpoint: Optional[pulumi.Input[str]] = None,
2569
2583
  firebase_extensions_custom_endpoint: Optional[pulumi.Input[str]] = None,
2570
2584
  firebase_hosting_custom_endpoint: Optional[pulumi.Input[str]] = None,
@@ -2759,6 +2773,7 @@ class Provider(pulumi.ProviderResource):
2759
2773
  __props__.__dict__["filestore_custom_endpoint"] = filestore_custom_endpoint
2760
2774
  __props__.__dict__["firebase_app_check_custom_endpoint"] = firebase_app_check_custom_endpoint
2761
2775
  __props__.__dict__["firebase_custom_endpoint"] = firebase_custom_endpoint
2776
+ __props__.__dict__["firebase_data_connect_custom_endpoint"] = firebase_data_connect_custom_endpoint
2762
2777
  __props__.__dict__["firebase_database_custom_endpoint"] = firebase_database_custom_endpoint
2763
2778
  __props__.__dict__["firebase_extensions_custom_endpoint"] = firebase_extensions_custom_endpoint
2764
2779
  __props__.__dict__["firebase_hosting_custom_endpoint"] = firebase_hosting_custom_endpoint
@@ -3286,6 +3301,11 @@ class Provider(pulumi.ProviderResource):
3286
3301
  def firebase_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
3287
3302
  return pulumi.get(self, "firebase_custom_endpoint")
3288
3303
 
3304
+ @property
3305
+ @pulumi.getter(name="firebaseDataConnectCustomEndpoint")
3306
+ def firebase_data_connect_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
3307
+ return pulumi.get(self, "firebase_data_connect_custom_endpoint")
3308
+
3289
3309
  @property
3290
3310
  @pulumi.getter(name="firebaseDatabaseCustomEndpoint")
3291
3311
  def firebase_database_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
@@ -98,7 +98,7 @@ def get_schema_iam_policy(project: Optional[str] = None,
98
98
  """
99
99
  Retrieves the current IAM policy data for schema
100
100
 
101
- ## example
101
+ ## Example Usage
102
102
 
103
103
  ```python
104
104
  import pulumi
@@ -131,7 +131,7 @@ def get_schema_iam_policy_output(project: Optional[pulumi.Input[Optional[str]]]
131
131
  """
132
132
  Retrieves the current IAM policy data for schema
133
133
 
134
- ## example
134
+ ## Example Usage
135
135
 
136
136
  ```python
137
137
  import pulumi
@@ -98,7 +98,7 @@ def get_topic_iam_policy(project: Optional[str] = None,
98
98
  """
99
99
  Retrieves the current IAM policy data for topic
100
100
 
101
- ## example
101
+ ## Example Usage
102
102
 
103
103
  ```python
104
104
  import pulumi
@@ -131,7 +131,7 @@ def get_topic_iam_policy_output(project: Optional[pulumi.Input[Optional[str]]] =
131
131
  """
132
132
  Retrieves the current IAM policy data for topic
133
133
 
134
- ## example
134
+ ## Example Usage
135
135
 
136
136
  ```python
137
137
  import pulumi
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "gcp",
4
- "version": "8.20.0-alpha.1739946722"
4
+ "version": "8.21.0-alpha.1740033009"
5
5
  }
@@ -96,7 +96,16 @@ def get_config_iam_policy(config: Optional[str] = None,
96
96
  project: Optional[str] = None,
97
97
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetConfigIamPolicyResult:
98
98
  """
99
- Use this data source to access information about an existing resource.
99
+ ## Example Usage
100
+
101
+ ```python
102
+ import pulumi
103
+ import pulumi_gcp as gcp
104
+
105
+ policy = gcp.runtimeconfig.get_config_iam_policy(project=config["project"],
106
+ config=config["name"])
107
+ ```
108
+
100
109
 
101
110
  :param str config: Used to find the parent resource to bind the IAM policy to
102
111
  :param str project: The ID of the project in which the resource belongs.
@@ -118,7 +127,16 @@ def get_config_iam_policy_output(config: Optional[pulumi.Input[str]] = None,
118
127
  project: Optional[pulumi.Input[Optional[str]]] = None,
119
128
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetConfigIamPolicyResult]:
120
129
  """
121
- Use this data source to access information about an existing resource.
130
+ ## Example Usage
131
+
132
+ ```python
133
+ import pulumi
134
+ import pulumi_gcp as gcp
135
+
136
+ policy = gcp.runtimeconfig.get_config_iam_policy(project=config["project"],
137
+ config=config["name"])
138
+ ```
139
+
122
140
 
123
141
  :param str config: Used to find the parent resource to bind the IAM policy to
124
142
  :param str project: The ID of the project in which the resource belongs.
@@ -108,7 +108,7 @@ def get_regional_secret_iam_policy(location: Optional[str] = None,
108
108
  """
109
109
  Retrieves the current IAM policy data for regionalsecret
110
110
 
111
- ## example
111
+ ## Example Usage
112
112
 
113
113
  ```python
114
114
  import pulumi
@@ -148,7 +148,7 @@ def get_regional_secret_iam_policy_output(location: Optional[pulumi.Input[Option
148
148
  """
149
149
  Retrieves the current IAM policy data for regionalsecret
150
150
 
151
- ## example
151
+ ## Example Usage
152
152
 
153
153
  ```python
154
154
  import pulumi
@@ -98,7 +98,7 @@ def get_secret_iam_policy(project: Optional[str] = None,
98
98
  """
99
99
  Retrieves the current IAM policy data for secret
100
100
 
101
- ## example
101
+ ## Example Usage
102
102
 
103
103
  ```python
104
104
  import pulumi
@@ -130,7 +130,7 @@ def get_secret_iam_policy_output(project: Optional[pulumi.Input[Optional[str]]]
130
130
  """
131
131
  Retrieves the current IAM policy data for secret
132
132
 
133
- ## example
133
+ ## Example Usage
134
134
 
135
135
  ```python
136
136
  import pulumi