pulumi-gcp 8.20.0a1739946722__py3-none-any.whl → 8.21.0a1740551699__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.0a1740551699.dist-info}/METADATA +1 -1
  187. {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740551699.dist-info}/RECORD +189 -182
  188. {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740551699.dist-info}/WHEEL +1 -1
  189. {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740551699.dist-info}/top_level.txt +0 -0
@@ -308,7 +308,7 @@ class DataExchangeIamBinding(pulumi.CustomResource):
308
308
  role: Optional[pulumi.Input[str]] = None,
309
309
  __props__=None):
310
310
  """
311
- Three different resources help you manage your IAM policy for Bigquery Analytics Hub DataExchange. Each of these resources serves a different use case:
311
+ Three different resources help you manage your IAM policy for BigQuery Analytics Hub DataExchange. Each of these resources serves a different use case:
312
312
 
313
313
  * `bigqueryanalyticshub.DataExchangeIamPolicy`: Authoritative. Sets the IAM policy for the dataexchange and replaces any existing policy already attached.
314
314
  * `bigqueryanalyticshub.DataExchangeIamBinding`: 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 dataexchange are preserved.
@@ -371,8 +371,8 @@ class DataExchangeIamBinding(pulumi.CustomResource):
371
371
 
372
372
  -
373
373
 
374
- # IAM policy for Bigquery Analytics Hub DataExchange
375
- Three different resources help you manage your IAM policy for Bigquery Analytics Hub DataExchange. Each of these resources serves a different use case:
374
+ # IAM policy for BigQuery Analytics Hub DataExchange
375
+ Three different resources help you manage your IAM policy for BigQuery Analytics Hub DataExchange. Each of these resources serves a different use case:
376
376
 
377
377
  * `bigqueryanalyticshub.DataExchangeIamPolicy`: Authoritative. Sets the IAM policy for the dataexchange and replaces any existing policy already attached.
378
378
  * `bigqueryanalyticshub.DataExchangeIamBinding`: 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 dataexchange are preserved.
@@ -445,7 +445,7 @@ class DataExchangeIamBinding(pulumi.CustomResource):
445
445
 
446
446
  Any variables not passed in the import command will be taken from the provider configuration.
447
447
 
448
- Bigquery Analytics Hub dataexchange IAM resources can be imported using the resource identifiers, role, and member.
448
+ BigQuery Analytics Hub dataexchange IAM resources can be imported using the resource identifiers, role, and member.
449
449
 
450
450
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
451
451
 
@@ -500,7 +500,7 @@ class DataExchangeIamBinding(pulumi.CustomResource):
500
500
  args: DataExchangeIamBindingArgs,
501
501
  opts: Optional[pulumi.ResourceOptions] = None):
502
502
  """
503
- Three different resources help you manage your IAM policy for Bigquery Analytics Hub DataExchange. Each of these resources serves a different use case:
503
+ Three different resources help you manage your IAM policy for BigQuery Analytics Hub DataExchange. Each of these resources serves a different use case:
504
504
 
505
505
  * `bigqueryanalyticshub.DataExchangeIamPolicy`: Authoritative. Sets the IAM policy for the dataexchange and replaces any existing policy already attached.
506
506
  * `bigqueryanalyticshub.DataExchangeIamBinding`: 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 dataexchange are preserved.
@@ -563,8 +563,8 @@ class DataExchangeIamBinding(pulumi.CustomResource):
563
563
 
564
564
  -
565
565
 
566
- # IAM policy for Bigquery Analytics Hub DataExchange
567
- Three different resources help you manage your IAM policy for Bigquery Analytics Hub DataExchange. Each of these resources serves a different use case:
566
+ # IAM policy for BigQuery Analytics Hub DataExchange
567
+ Three different resources help you manage your IAM policy for BigQuery Analytics Hub DataExchange. Each of these resources serves a different use case:
568
568
 
569
569
  * `bigqueryanalyticshub.DataExchangeIamPolicy`: Authoritative. Sets the IAM policy for the dataexchange and replaces any existing policy already attached.
570
570
  * `bigqueryanalyticshub.DataExchangeIamBinding`: 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 dataexchange are preserved.
@@ -637,7 +637,7 @@ class DataExchangeIamBinding(pulumi.CustomResource):
637
637
 
638
638
  Any variables not passed in the import command will be taken from the provider configuration.
639
639
 
640
- Bigquery Analytics Hub dataexchange IAM resources can be imported using the resource identifiers, role, and member.
640
+ BigQuery Analytics Hub dataexchange IAM resources can be imported using the resource identifiers, role, and member.
641
641
 
642
642
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
643
643
 
@@ -308,7 +308,7 @@ class DataExchangeIamMember(pulumi.CustomResource):
308
308
  role: Optional[pulumi.Input[str]] = None,
309
309
  __props__=None):
310
310
  """
311
- Three different resources help you manage your IAM policy for Bigquery Analytics Hub DataExchange. Each of these resources serves a different use case:
311
+ Three different resources help you manage your IAM policy for BigQuery Analytics Hub DataExchange. Each of these resources serves a different use case:
312
312
 
313
313
  * `bigqueryanalyticshub.DataExchangeIamPolicy`: Authoritative. Sets the IAM policy for the dataexchange and replaces any existing policy already attached.
314
314
  * `bigqueryanalyticshub.DataExchangeIamBinding`: 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 dataexchange are preserved.
@@ -371,8 +371,8 @@ class DataExchangeIamMember(pulumi.CustomResource):
371
371
 
372
372
  -
373
373
 
374
- # IAM policy for Bigquery Analytics Hub DataExchange
375
- Three different resources help you manage your IAM policy for Bigquery Analytics Hub DataExchange. Each of these resources serves a different use case:
374
+ # IAM policy for BigQuery Analytics Hub DataExchange
375
+ Three different resources help you manage your IAM policy for BigQuery Analytics Hub DataExchange. Each of these resources serves a different use case:
376
376
 
377
377
  * `bigqueryanalyticshub.DataExchangeIamPolicy`: Authoritative. Sets the IAM policy for the dataexchange and replaces any existing policy already attached.
378
378
  * `bigqueryanalyticshub.DataExchangeIamBinding`: 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 dataexchange are preserved.
@@ -445,7 +445,7 @@ class DataExchangeIamMember(pulumi.CustomResource):
445
445
 
446
446
  Any variables not passed in the import command will be taken from the provider configuration.
447
447
 
448
- Bigquery Analytics Hub dataexchange IAM resources can be imported using the resource identifiers, role, and member.
448
+ BigQuery Analytics Hub dataexchange IAM resources can be imported using the resource identifiers, role, and member.
449
449
 
450
450
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
451
451
 
@@ -500,7 +500,7 @@ class DataExchangeIamMember(pulumi.CustomResource):
500
500
  args: DataExchangeIamMemberArgs,
501
501
  opts: Optional[pulumi.ResourceOptions] = None):
502
502
  """
503
- Three different resources help you manage your IAM policy for Bigquery Analytics Hub DataExchange. Each of these resources serves a different use case:
503
+ Three different resources help you manage your IAM policy for BigQuery Analytics Hub DataExchange. Each of these resources serves a different use case:
504
504
 
505
505
  * `bigqueryanalyticshub.DataExchangeIamPolicy`: Authoritative. Sets the IAM policy for the dataexchange and replaces any existing policy already attached.
506
506
  * `bigqueryanalyticshub.DataExchangeIamBinding`: 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 dataexchange are preserved.
@@ -563,8 +563,8 @@ class DataExchangeIamMember(pulumi.CustomResource):
563
563
 
564
564
  -
565
565
 
566
- # IAM policy for Bigquery Analytics Hub DataExchange
567
- Three different resources help you manage your IAM policy for Bigquery Analytics Hub DataExchange. Each of these resources serves a different use case:
566
+ # IAM policy for BigQuery Analytics Hub DataExchange
567
+ Three different resources help you manage your IAM policy for BigQuery Analytics Hub DataExchange. Each of these resources serves a different use case:
568
568
 
569
569
  * `bigqueryanalyticshub.DataExchangeIamPolicy`: Authoritative. Sets the IAM policy for the dataexchange and replaces any existing policy already attached.
570
570
  * `bigqueryanalyticshub.DataExchangeIamBinding`: 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 dataexchange are preserved.
@@ -637,7 +637,7 @@ class DataExchangeIamMember(pulumi.CustomResource):
637
637
 
638
638
  Any variables not passed in the import command will be taken from the provider configuration.
639
639
 
640
- Bigquery Analytics Hub dataexchange IAM resources can be imported using the resource identifiers, role, and member.
640
+ BigQuery Analytics Hub dataexchange IAM resources can be imported using the resource identifiers, role, and member.
641
641
 
642
642
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
643
643
 
@@ -205,7 +205,7 @@ class DataExchangeIamPolicy(pulumi.CustomResource):
205
205
  project: Optional[pulumi.Input[str]] = None,
206
206
  __props__=None):
207
207
  """
208
- Three different resources help you manage your IAM policy for Bigquery Analytics Hub DataExchange. Each of these resources serves a different use case:
208
+ Three different resources help you manage your IAM policy for BigQuery Analytics Hub DataExchange. Each of these resources serves a different use case:
209
209
 
210
210
  * `bigqueryanalyticshub.DataExchangeIamPolicy`: Authoritative. Sets the IAM policy for the dataexchange and replaces any existing policy already attached.
211
211
  * `bigqueryanalyticshub.DataExchangeIamBinding`: 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 dataexchange are preserved.
@@ -268,8 +268,8 @@ class DataExchangeIamPolicy(pulumi.CustomResource):
268
268
 
269
269
  -
270
270
 
271
- # IAM policy for Bigquery Analytics Hub DataExchange
272
- Three different resources help you manage your IAM policy for Bigquery Analytics Hub DataExchange. Each of these resources serves a different use case:
271
+ # IAM policy for BigQuery Analytics Hub DataExchange
272
+ Three different resources help you manage your IAM policy for BigQuery Analytics Hub DataExchange. Each of these resources serves a different use case:
273
273
 
274
274
  * `bigqueryanalyticshub.DataExchangeIamPolicy`: Authoritative. Sets the IAM policy for the dataexchange and replaces any existing policy already attached.
275
275
  * `bigqueryanalyticshub.DataExchangeIamBinding`: 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 dataexchange are preserved.
@@ -342,7 +342,7 @@ class DataExchangeIamPolicy(pulumi.CustomResource):
342
342
 
343
343
  Any variables not passed in the import command will be taken from the provider configuration.
344
344
 
345
- Bigquery Analytics Hub dataexchange IAM resources can be imported using the resource identifiers, role, and member.
345
+ BigQuery Analytics Hub dataexchange IAM resources can be imported using the resource identifiers, role, and member.
346
346
 
347
347
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
348
348
 
@@ -385,7 +385,7 @@ class DataExchangeIamPolicy(pulumi.CustomResource):
385
385
  args: DataExchangeIamPolicyArgs,
386
386
  opts: Optional[pulumi.ResourceOptions] = None):
387
387
  """
388
- Three different resources help you manage your IAM policy for Bigquery Analytics Hub DataExchange. Each of these resources serves a different use case:
388
+ Three different resources help you manage your IAM policy for BigQuery Analytics Hub DataExchange. Each of these resources serves a different use case:
389
389
 
390
390
  * `bigqueryanalyticshub.DataExchangeIamPolicy`: Authoritative. Sets the IAM policy for the dataexchange and replaces any existing policy already attached.
391
391
  * `bigqueryanalyticshub.DataExchangeIamBinding`: 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 dataexchange are preserved.
@@ -448,8 +448,8 @@ class DataExchangeIamPolicy(pulumi.CustomResource):
448
448
 
449
449
  -
450
450
 
451
- # IAM policy for Bigquery Analytics Hub DataExchange
452
- Three different resources help you manage your IAM policy for Bigquery Analytics Hub DataExchange. Each of these resources serves a different use case:
451
+ # IAM policy for BigQuery Analytics Hub DataExchange
452
+ Three different resources help you manage your IAM policy for BigQuery Analytics Hub DataExchange. Each of these resources serves a different use case:
453
453
 
454
454
  * `bigqueryanalyticshub.DataExchangeIamPolicy`: Authoritative. Sets the IAM policy for the dataexchange and replaces any existing policy already attached.
455
455
  * `bigqueryanalyticshub.DataExchangeIamBinding`: 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 dataexchange are preserved.
@@ -522,7 +522,7 @@ class DataExchangeIamPolicy(pulumi.CustomResource):
522
522
 
523
523
  Any variables not passed in the import command will be taken from the provider configuration.
524
524
 
525
- Bigquery Analytics Hub dataexchange IAM resources can be imported using the resource identifiers, role, and member.
525
+ BigQuery Analytics Hub dataexchange IAM resources can be imported using the resource identifiers, role, and member.
526
526
 
527
527
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
528
528
 
@@ -108,7 +108,7 @@ def get_data_exchange_iam_policy(data_exchange_id: Optional[str] = None,
108
108
  """
109
109
  Retrieves the current IAM policy data for dataexchange
110
110
 
111
- ## example
111
+ ## Example Usage
112
112
 
113
113
  ```python
114
114
  import pulumi
@@ -149,7 +149,7 @@ def get_data_exchange_iam_policy_output(data_exchange_id: Optional[pulumi.Input[
149
149
  """
150
150
  Retrieves the current IAM policy data for dataexchange
151
151
 
152
- ## example
152
+ ## Example Usage
153
153
 
154
154
  ```python
155
155
  import pulumi
@@ -118,7 +118,7 @@ def get_listing_iam_policy(data_exchange_id: Optional[str] = None,
118
118
  """
119
119
  Retrieves the current IAM policy data for listing
120
120
 
121
- ## example
121
+ ## Example Usage
122
122
 
123
123
  ```python
124
124
  import pulumi
@@ -164,7 +164,7 @@ def get_listing_iam_policy_output(data_exchange_id: Optional[pulumi.Input[str]]
164
164
  """
165
165
  Retrieves the current IAM policy data for listing
166
166
 
167
- ## example
167
+ ## Example Usage
168
168
 
169
169
  ```python
170
170
  import pulumi
@@ -340,7 +340,7 @@ class ListingIamBinding(pulumi.CustomResource):
340
340
  role: Optional[pulumi.Input[str]] = None,
341
341
  __props__=None):
342
342
  """
343
- Three different resources help you manage your IAM policy for Bigquery Analytics Hub Listing. Each of these resources serves a different use case:
343
+ Three different resources help you manage your IAM policy for BigQuery Analytics Hub Listing. Each of these resources serves a different use case:
344
344
 
345
345
  * `bigqueryanalyticshub.ListingIamPolicy`: Authoritative. Sets the IAM policy for the listing and replaces any existing policy already attached.
346
346
  * `bigqueryanalyticshub.ListingIamBinding`: 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 listing are preserved.
@@ -406,8 +406,8 @@ class ListingIamBinding(pulumi.CustomResource):
406
406
 
407
407
  -
408
408
 
409
- # IAM policy for Bigquery Analytics Hub Listing
410
- Three different resources help you manage your IAM policy for Bigquery Analytics Hub Listing. Each of these resources serves a different use case:
409
+ # IAM policy for BigQuery Analytics Hub Listing
410
+ Three different resources help you manage your IAM policy for BigQuery Analytics Hub Listing. Each of these resources serves a different use case:
411
411
 
412
412
  * `bigqueryanalyticshub.ListingIamPolicy`: Authoritative. Sets the IAM policy for the listing and replaces any existing policy already attached.
413
413
  * `bigqueryanalyticshub.ListingIamBinding`: 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 listing are preserved.
@@ -483,7 +483,7 @@ class ListingIamBinding(pulumi.CustomResource):
483
483
 
484
484
  Any variables not passed in the import command will be taken from the provider configuration.
485
485
 
486
- Bigquery Analytics Hub listing IAM resources can be imported using the resource identifiers, role, and member.
486
+ BigQuery Analytics Hub listing IAM resources can be imported using the resource identifiers, role, and member.
487
487
 
488
488
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
489
489
 
@@ -539,7 +539,7 @@ class ListingIamBinding(pulumi.CustomResource):
539
539
  args: ListingIamBindingArgs,
540
540
  opts: Optional[pulumi.ResourceOptions] = None):
541
541
  """
542
- Three different resources help you manage your IAM policy for Bigquery Analytics Hub Listing. Each of these resources serves a different use case:
542
+ Three different resources help you manage your IAM policy for BigQuery Analytics Hub Listing. Each of these resources serves a different use case:
543
543
 
544
544
  * `bigqueryanalyticshub.ListingIamPolicy`: Authoritative. Sets the IAM policy for the listing and replaces any existing policy already attached.
545
545
  * `bigqueryanalyticshub.ListingIamBinding`: 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 listing are preserved.
@@ -605,8 +605,8 @@ class ListingIamBinding(pulumi.CustomResource):
605
605
 
606
606
  -
607
607
 
608
- # IAM policy for Bigquery Analytics Hub Listing
609
- Three different resources help you manage your IAM policy for Bigquery Analytics Hub Listing. Each of these resources serves a different use case:
608
+ # IAM policy for BigQuery Analytics Hub Listing
609
+ Three different resources help you manage your IAM policy for BigQuery Analytics Hub Listing. Each of these resources serves a different use case:
610
610
 
611
611
  * `bigqueryanalyticshub.ListingIamPolicy`: Authoritative. Sets the IAM policy for the listing and replaces any existing policy already attached.
612
612
  * `bigqueryanalyticshub.ListingIamBinding`: 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 listing are preserved.
@@ -682,7 +682,7 @@ class ListingIamBinding(pulumi.CustomResource):
682
682
 
683
683
  Any variables not passed in the import command will be taken from the provider configuration.
684
684
 
685
- Bigquery Analytics Hub listing IAM resources can be imported using the resource identifiers, role, and member.
685
+ BigQuery Analytics Hub listing IAM resources can be imported using the resource identifiers, role, and member.
686
686
 
687
687
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
688
688
 
@@ -340,7 +340,7 @@ class ListingIamMember(pulumi.CustomResource):
340
340
  role: Optional[pulumi.Input[str]] = None,
341
341
  __props__=None):
342
342
  """
343
- Three different resources help you manage your IAM policy for Bigquery Analytics Hub Listing. Each of these resources serves a different use case:
343
+ Three different resources help you manage your IAM policy for BigQuery Analytics Hub Listing. Each of these resources serves a different use case:
344
344
 
345
345
  * `bigqueryanalyticshub.ListingIamPolicy`: Authoritative. Sets the IAM policy for the listing and replaces any existing policy already attached.
346
346
  * `bigqueryanalyticshub.ListingIamBinding`: 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 listing are preserved.
@@ -406,8 +406,8 @@ class ListingIamMember(pulumi.CustomResource):
406
406
 
407
407
  -
408
408
 
409
- # IAM policy for Bigquery Analytics Hub Listing
410
- Three different resources help you manage your IAM policy for Bigquery Analytics Hub Listing. Each of these resources serves a different use case:
409
+ # IAM policy for BigQuery Analytics Hub Listing
410
+ Three different resources help you manage your IAM policy for BigQuery Analytics Hub Listing. Each of these resources serves a different use case:
411
411
 
412
412
  * `bigqueryanalyticshub.ListingIamPolicy`: Authoritative. Sets the IAM policy for the listing and replaces any existing policy already attached.
413
413
  * `bigqueryanalyticshub.ListingIamBinding`: 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 listing are preserved.
@@ -483,7 +483,7 @@ class ListingIamMember(pulumi.CustomResource):
483
483
 
484
484
  Any variables not passed in the import command will be taken from the provider configuration.
485
485
 
486
- Bigquery Analytics Hub listing IAM resources can be imported using the resource identifiers, role, and member.
486
+ BigQuery Analytics Hub listing IAM resources can be imported using the resource identifiers, role, and member.
487
487
 
488
488
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
489
489
 
@@ -539,7 +539,7 @@ class ListingIamMember(pulumi.CustomResource):
539
539
  args: ListingIamMemberArgs,
540
540
  opts: Optional[pulumi.ResourceOptions] = None):
541
541
  """
542
- Three different resources help you manage your IAM policy for Bigquery Analytics Hub Listing. Each of these resources serves a different use case:
542
+ Three different resources help you manage your IAM policy for BigQuery Analytics Hub Listing. Each of these resources serves a different use case:
543
543
 
544
544
  * `bigqueryanalyticshub.ListingIamPolicy`: Authoritative. Sets the IAM policy for the listing and replaces any existing policy already attached.
545
545
  * `bigqueryanalyticshub.ListingIamBinding`: 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 listing are preserved.
@@ -605,8 +605,8 @@ class ListingIamMember(pulumi.CustomResource):
605
605
 
606
606
  -
607
607
 
608
- # IAM policy for Bigquery Analytics Hub Listing
609
- Three different resources help you manage your IAM policy for Bigquery Analytics Hub Listing. Each of these resources serves a different use case:
608
+ # IAM policy for BigQuery Analytics Hub Listing
609
+ Three different resources help you manage your IAM policy for BigQuery Analytics Hub Listing. Each of these resources serves a different use case:
610
610
 
611
611
  * `bigqueryanalyticshub.ListingIamPolicy`: Authoritative. Sets the IAM policy for the listing and replaces any existing policy already attached.
612
612
  * `bigqueryanalyticshub.ListingIamBinding`: 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 listing are preserved.
@@ -682,7 +682,7 @@ class ListingIamMember(pulumi.CustomResource):
682
682
 
683
683
  Any variables not passed in the import command will be taken from the provider configuration.
684
684
 
685
- Bigquery Analytics Hub listing IAM resources can be imported using the resource identifiers, role, and member.
685
+ BigQuery Analytics Hub listing IAM resources can be imported using the resource identifiers, role, and member.
686
686
 
687
687
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
688
688
 
@@ -237,7 +237,7 @@ class ListingIamPolicy(pulumi.CustomResource):
237
237
  project: Optional[pulumi.Input[str]] = None,
238
238
  __props__=None):
239
239
  """
240
- Three different resources help you manage your IAM policy for Bigquery Analytics Hub Listing. Each of these resources serves a different use case:
240
+ Three different resources help you manage your IAM policy for BigQuery Analytics Hub Listing. Each of these resources serves a different use case:
241
241
 
242
242
  * `bigqueryanalyticshub.ListingIamPolicy`: Authoritative. Sets the IAM policy for the listing and replaces any existing policy already attached.
243
243
  * `bigqueryanalyticshub.ListingIamBinding`: 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 listing are preserved.
@@ -303,8 +303,8 @@ class ListingIamPolicy(pulumi.CustomResource):
303
303
 
304
304
  -
305
305
 
306
- # IAM policy for Bigquery Analytics Hub Listing
307
- Three different resources help you manage your IAM policy for Bigquery Analytics Hub Listing. Each of these resources serves a different use case:
306
+ # IAM policy for BigQuery Analytics Hub Listing
307
+ Three different resources help you manage your IAM policy for BigQuery Analytics Hub Listing. Each of these resources serves a different use case:
308
308
 
309
309
  * `bigqueryanalyticshub.ListingIamPolicy`: Authoritative. Sets the IAM policy for the listing and replaces any existing policy already attached.
310
310
  * `bigqueryanalyticshub.ListingIamBinding`: 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 listing are preserved.
@@ -380,7 +380,7 @@ class ListingIamPolicy(pulumi.CustomResource):
380
380
 
381
381
  Any variables not passed in the import command will be taken from the provider configuration.
382
382
 
383
- Bigquery Analytics Hub listing IAM resources can be imported using the resource identifiers, role, and member.
383
+ BigQuery Analytics Hub listing IAM resources can be imported using the resource identifiers, role, and member.
384
384
 
385
385
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
386
386
 
@@ -424,7 +424,7 @@ class ListingIamPolicy(pulumi.CustomResource):
424
424
  args: ListingIamPolicyArgs,
425
425
  opts: Optional[pulumi.ResourceOptions] = None):
426
426
  """
427
- Three different resources help you manage your IAM policy for Bigquery Analytics Hub Listing. Each of these resources serves a different use case:
427
+ Three different resources help you manage your IAM policy for BigQuery Analytics Hub Listing. Each of these resources serves a different use case:
428
428
 
429
429
  * `bigqueryanalyticshub.ListingIamPolicy`: Authoritative. Sets the IAM policy for the listing and replaces any existing policy already attached.
430
430
  * `bigqueryanalyticshub.ListingIamBinding`: 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 listing are preserved.
@@ -490,8 +490,8 @@ class ListingIamPolicy(pulumi.CustomResource):
490
490
 
491
491
  -
492
492
 
493
- # IAM policy for Bigquery Analytics Hub Listing
494
- Three different resources help you manage your IAM policy for Bigquery Analytics Hub Listing. Each of these resources serves a different use case:
493
+ # IAM policy for BigQuery Analytics Hub Listing
494
+ Three different resources help you manage your IAM policy for BigQuery Analytics Hub Listing. Each of these resources serves a different use case:
495
495
 
496
496
  * `bigqueryanalyticshub.ListingIamPolicy`: Authoritative. Sets the IAM policy for the listing and replaces any existing policy already attached.
497
497
  * `bigqueryanalyticshub.ListingIamBinding`: 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 listing are preserved.
@@ -567,7 +567,7 @@ class ListingIamPolicy(pulumi.CustomResource):
567
567
 
568
568
  Any variables not passed in the import command will be taken from the provider configuration.
569
569
 
570
- Bigquery Analytics Hub listing IAM resources can be imported using the resource identifiers, role, and member.
570
+ BigQuery Analytics Hub listing IAM resources can be imported using the resource identifiers, role, and member.
571
571
 
572
572
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
573
573
 
@@ -108,7 +108,7 @@ def get_iam_policy(data_policy_id: Optional[str] = None,
108
108
  """
109
109
  Retrieves the current IAM policy data for datapolicy
110
110
 
111
- ## example
111
+ ## Example Usage
112
112
 
113
113
  ```python
114
114
  import pulumi
@@ -148,7 +148,7 @@ def get_iam_policy_output(data_policy_id: Optional[pulumi.Input[str]] = None,
148
148
  """
149
149
  Retrieves the current IAM policy data for datapolicy
150
150
 
151
- ## example
151
+ ## Example Usage
152
152
 
153
153
  ```python
154
154
  import pulumi
@@ -98,7 +98,7 @@ def get_attestor_iam_policy(attestor: Optional[str] = None,
98
98
  """
99
99
  Retrieves the current IAM policy data for attestor
100
100
 
101
- ## example
101
+ ## Example Usage
102
102
 
103
103
  ```python
104
104
  import pulumi
@@ -131,7 +131,7 @@ def get_attestor_iam_policy_output(attestor: Optional[pulumi.Input[str]] = None,
131
131
  """
132
132
  Retrieves the current IAM policy data for attestor
133
133
 
134
- ## example
134
+ ## Example Usage
135
135
 
136
136
  ```python
137
137
  import pulumi
@@ -108,7 +108,7 @@ def get_ca_pool_iam_policy(ca_pool: Optional[str] = None,
108
108
  """
109
109
  Retrieves the current IAM policy data for capool
110
110
 
111
- ## example
111
+ ## Example Usage
112
112
 
113
113
  ```python
114
114
  import pulumi
@@ -148,7 +148,7 @@ def get_ca_pool_iam_policy_output(ca_pool: Optional[pulumi.Input[str]] = None,
148
148
  """
149
149
  Retrieves the current IAM policy data for capool
150
150
 
151
- ## example
151
+ ## Example Usage
152
152
 
153
153
  ```python
154
154
  import pulumi
@@ -108,7 +108,7 @@ def get_certificate_template_iam_policy(certificate_template: Optional[str] = No
108
108
  """
109
109
  Retrieves the current IAM policy data for certificatetemplate
110
110
 
111
- ## example
111
+ ## Example Usage
112
112
 
113
113
  ```python
114
114
  import pulumi
@@ -146,7 +146,7 @@ def get_certificate_template_iam_policy_output(certificate_template: Optional[pu
146
146
  """
147
147
  Retrieves the current IAM policy data for certificatetemplate
148
148
 
149
- ## example
149
+ ## Example Usage
150
150
 
151
151
  ```python
152
152
  import pulumi
@@ -108,7 +108,7 @@ def get_connection_iam_policy(location: Optional[str] = None,
108
108
  """
109
109
  Retrieves the current IAM policy data for connection
110
110
 
111
- ## example
111
+ ## Example Usage
112
112
 
113
113
  ```python
114
114
  import pulumi
@@ -148,7 +148,7 @@ def get_connection_iam_policy_output(location: Optional[pulumi.Input[Optional[st
148
148
  """
149
149
  Retrieves the current IAM policy data for connection
150
150
 
151
- ## example
151
+ ## Example Usage
152
152
 
153
153
  ```python
154
154
  import pulumi
@@ -108,7 +108,7 @@ def get_custom_target_type_iam_policy(location: Optional[str] = None,
108
108
  """
109
109
  Retrieves the current IAM policy data for customtargettype
110
110
 
111
- ## example
111
+ ## Example Usage
112
112
 
113
113
  ```python
114
114
  import pulumi
@@ -148,7 +148,7 @@ def get_custom_target_type_iam_policy_output(location: Optional[pulumi.Input[Opt
148
148
  """
149
149
  Retrieves the current IAM policy data for customtargettype
150
150
 
151
- ## example
151
+ ## Example Usage
152
152
 
153
153
  ```python
154
154
  import pulumi
@@ -108,7 +108,7 @@ def get_delivery_pipeline_iam_policy(location: Optional[str] = None,
108
108
  """
109
109
  Retrieves the current IAM policy data for deliverypipeline
110
110
 
111
- ## example
111
+ ## Example Usage
112
112
 
113
113
  ```python
114
114
  import pulumi
@@ -145,7 +145,7 @@ def get_delivery_pipeline_iam_policy_output(location: Optional[pulumi.Input[Opti
145
145
  """
146
146
  Retrieves the current IAM policy data for deliverypipeline
147
147
 
148
- ## example
148
+ ## Example Usage
149
149
 
150
150
  ```python
151
151
  import pulumi
@@ -108,7 +108,7 @@ def get_target_iam_policy(location: Optional[str] = None,
108
108
  """
109
109
  Retrieves the current IAM policy data for target
110
110
 
111
- ## example
111
+ ## Example Usage
112
112
 
113
113
  ```python
114
114
  import pulumi
@@ -145,7 +145,7 @@ def get_target_iam_policy_output(location: Optional[pulumi.Input[Optional[str]]]
145
145
  """
146
146
  Retrieves the current IAM policy data for target
147
147
 
148
- ## example
148
+ ## Example Usage
149
149
 
150
150
  ```python
151
151
  import pulumi
@@ -108,7 +108,7 @@ def get_function_iam_policy(cloud_function: Optional[str] = None,
108
108
  """
109
109
  Retrieves the current IAM policy data for cloudfunction
110
110
 
111
- ## example
111
+ ## Example Usage
112
112
 
113
113
  ```python
114
114
  import pulumi
@@ -148,7 +148,7 @@ def get_function_iam_policy_output(cloud_function: Optional[pulumi.Input[str]] =
148
148
  """
149
149
  Retrieves the current IAM policy data for cloudfunction
150
150
 
151
- ## example
151
+ ## Example Usage
152
152
 
153
153
  ```python
154
154
  import pulumi
@@ -108,7 +108,7 @@ def get_function_iam_policy(cloud_function: Optional[str] = None,
108
108
  """
109
109
  Retrieves the current IAM policy data for function
110
110
 
111
- ## example
111
+ ## Example Usage
112
112
 
113
113
  ```python
114
114
  import pulumi
@@ -148,7 +148,7 @@ def get_function_iam_policy_output(cloud_function: Optional[pulumi.Input[str]] =
148
148
  """
149
149
  Retrieves the current IAM policy data for function
150
150
 
151
- ## example
151
+ ## Example Usage
152
152
 
153
153
  ```python
154
154
  import pulumi
@@ -2878,7 +2878,8 @@ if not MYPY:
2878
2878
  """
2879
2879
  The name of the secret in Cloud Secret Manager. By default, the secret is assumed to be in the same project.
2880
2880
  If the secret is in another project, you must define an alias.
2881
- An alias definition has the form: :projects/{project-id|project-number}/secrets/.
2881
+ An alias definition has the form:
2882
+ {alias}:projects/{project-id|project-number}/secrets/{secret-name}.
2882
2883
  If multiple alias definitions are needed, they must be separated by commas.
2883
2884
  The alias definitions must be set on the run.googleapis.com/secrets annotation.
2884
2885
  """
@@ -2895,7 +2896,8 @@ class ServiceTemplateSpecContainerEnvValueFromSecretKeyRefArgs:
2895
2896
  version or an integer for a specific version.
2896
2897
  :param pulumi.Input[str] name: The name of the secret in Cloud Secret Manager. By default, the secret is assumed to be in the same project.
2897
2898
  If the secret is in another project, you must define an alias.
2898
- An alias definition has the form: :projects/{project-id|project-number}/secrets/.
2899
+ An alias definition has the form:
2900
+ {alias}:projects/{project-id|project-number}/secrets/{secret-name}.
2899
2901
  If multiple alias definitions are needed, they must be separated by commas.
2900
2902
  The alias definitions must be set on the run.googleapis.com/secrets annotation.
2901
2903
  """
@@ -2921,7 +2923,8 @@ class ServiceTemplateSpecContainerEnvValueFromSecretKeyRefArgs:
2921
2923
  """
2922
2924
  The name of the secret in Cloud Secret Manager. By default, the secret is assumed to be in the same project.
2923
2925
  If the secret is in another project, you must define an alias.
2924
- An alias definition has the form: :projects/{project-id|project-number}/secrets/.
2926
+ An alias definition has the form:
2927
+ {alias}:projects/{project-id|project-number}/secrets/{secret-name}.
2925
2928
  If multiple alias definitions are needed, they must be separated by commas.
2926
2929
  The alias definitions must be set on the run.googleapis.com/secrets annotation.
2927
2930
  """
@@ -108,7 +108,7 @@ def get_service_iam_policy(location: Optional[str] = None,
108
108
  """
109
109
  Retrieves the current IAM policy data for service
110
110
 
111
- ## example
111
+ ## Example Usage
112
112
 
113
113
  ```python
114
114
  import pulumi
@@ -148,7 +148,7 @@ def get_service_iam_policy_output(location: Optional[pulumi.Input[Optional[str]]
148
148
  """
149
149
  Retrieves the current IAM policy data for service
150
150
 
151
- ## example
151
+ ## Example Usage
152
152
 
153
153
  ```python
154
154
  import pulumi