pulumi-gcp 8.32.0a1747459264__py3-none-any.whl → 8.32.1__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 (256) hide show
  1. pulumi_gcp/__init__.py +88 -0
  2. pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +2 -2
  3. pulumi_gcp/apigateway/api_config_iam_binding.py +13 -0
  4. pulumi_gcp/apigateway/api_config_iam_member.py +13 -0
  5. pulumi_gcp/apigateway/api_config_iam_policy.py +13 -0
  6. pulumi_gcp/apigateway/api_iam_binding.py +13 -0
  7. pulumi_gcp/apigateway/api_iam_member.py +13 -0
  8. pulumi_gcp/apigateway/api_iam_policy.py +13 -0
  9. pulumi_gcp/apigateway/gateway_iam_binding.py +13 -0
  10. pulumi_gcp/apigateway/gateway_iam_member.py +13 -0
  11. pulumi_gcp/apigateway/gateway_iam_policy.py +13 -0
  12. pulumi_gcp/apigateway/get_api_config_iam_policy.py +2 -0
  13. pulumi_gcp/apigateway/get_api_iam_policy.py +2 -0
  14. pulumi_gcp/apigateway/get_gateway_iam_policy.py +2 -0
  15. pulumi_gcp/apigee/environment_iam_binding.py +27 -0
  16. pulumi_gcp/apigee/environment_iam_member.py +27 -0
  17. pulumi_gcp/apigee/environment_iam_policy.py +27 -0
  18. pulumi_gcp/apigee/get_environment_iam_policy.py +6 -0
  19. pulumi_gcp/beyondcorp/__init__.py +1 -0
  20. pulumi_gcp/beyondcorp/application.py +8 -4
  21. pulumi_gcp/beyondcorp/application_iam_binding.py +26 -0
  22. pulumi_gcp/beyondcorp/application_iam_member.py +26 -0
  23. pulumi_gcp/beyondcorp/application_iam_policy.py +26 -0
  24. pulumi_gcp/beyondcorp/get_application_iam_policy.py +4 -0
  25. pulumi_gcp/beyondcorp/get_security_gateway.py +222 -0
  26. pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +2 -0
  27. pulumi_gcp/beyondcorp/outputs.py +45 -0
  28. pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +13 -0
  29. pulumi_gcp/beyondcorp/security_gateway_iam_member.py +13 -0
  30. pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +13 -0
  31. pulumi_gcp/bigquery/__init__.py +1 -0
  32. pulumi_gcp/bigquery/connection_iam_binding.py +4 -11
  33. pulumi_gcp/bigquery/connection_iam_member.py +4 -11
  34. pulumi_gcp/bigquery/connection_iam_policy.py +4 -11
  35. pulumi_gcp/bigquery/data_transfer_config.py +2 -2
  36. pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -4
  37. pulumi_gcp/bigquery/get_table_iam_policy.py +4 -0
  38. pulumi_gcp/bigquery/iam_binding.py +26 -0
  39. pulumi_gcp/bigquery/iam_member.py +26 -0
  40. pulumi_gcp/bigquery/iam_policy.py +26 -0
  41. pulumi_gcp/bigquery/row_access_policy.py +787 -0
  42. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -7
  43. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -7
  44. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +7 -7
  45. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -2
  46. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -2
  47. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -7
  48. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -7
  49. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +7 -7
  50. pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +6 -6
  51. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +13 -0
  52. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +13 -0
  53. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +13 -0
  54. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -0
  55. pulumi_gcp/bigtable/logical_view.py +49 -0
  56. pulumi_gcp/cloudbuild/trigger.py +2 -2
  57. pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +6 -0
  58. pulumi_gcp/clouddeploy/get_target_iam_policy.py +6 -0
  59. pulumi_gcp/colab/schedule.py +2 -2
  60. pulumi_gcp/compute/_inputs.py +126 -0
  61. pulumi_gcp/compute/backend_service.py +259 -51
  62. pulumi_gcp/compute/get_backend_service.py +23 -1
  63. pulumi_gcp/compute/get_global_forwarding_rule.py +23 -1
  64. pulumi_gcp/compute/get_instance_template.py +12 -1
  65. pulumi_gcp/compute/get_network_endpoint_group.py +12 -1
  66. pulumi_gcp/compute/global_forwarding_rule.py +199 -0
  67. pulumi_gcp/compute/instance_template.py +28 -0
  68. pulumi_gcp/compute/network_endpoint_group.py +28 -0
  69. pulumi_gcp/compute/outputs.py +110 -0
  70. pulumi_gcp/compute/region_backend_service.py +58 -51
  71. pulumi_gcp/container/cluster.py +47 -0
  72. pulumi_gcp/container/get_cluster.py +12 -1
  73. pulumi_gcp/datacatalog/entry_group_iam_binding.py +34 -0
  74. pulumi_gcp/datacatalog/entry_group_iam_member.py +34 -0
  75. pulumi_gcp/datacatalog/entry_group_iam_policy.py +34 -0
  76. pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +8 -0
  77. pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +8 -0
  78. pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +8 -0
  79. pulumi_gcp/datacatalog/tag_template_iam_binding.py +34 -0
  80. pulumi_gcp/datacatalog/tag_template_iam_member.py +34 -0
  81. pulumi_gcp/datacatalog/tag_template_iam_policy.py +34 -0
  82. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +34 -0
  83. pulumi_gcp/datacatalog/taxonomy_iam_member.py +34 -0
  84. pulumi_gcp/datacatalog/taxonomy_iam_policy.py +34 -0
  85. pulumi_gcp/dataplex/__init__.py +5 -0
  86. pulumi_gcp/dataplex/_inputs.py +98 -0
  87. pulumi_gcp/dataplex/aspect_type_iam_binding.py +13 -0
  88. pulumi_gcp/dataplex/aspect_type_iam_member.py +13 -0
  89. pulumi_gcp/dataplex/aspect_type_iam_policy.py +13 -0
  90. pulumi_gcp/dataplex/asset_iam_binding.py +53 -0
  91. pulumi_gcp/dataplex/asset_iam_member.py +53 -0
  92. pulumi_gcp/dataplex/asset_iam_policy.py +53 -0
  93. pulumi_gcp/dataplex/datascan_iam_binding.py +13 -0
  94. pulumi_gcp/dataplex/datascan_iam_member.py +13 -0
  95. pulumi_gcp/dataplex/datascan_iam_policy.py +13 -0
  96. pulumi_gcp/dataplex/entry_group_iam_binding.py +13 -0
  97. pulumi_gcp/dataplex/entry_group_iam_member.py +13 -0
  98. pulumi_gcp/dataplex/entry_group_iam_policy.py +13 -0
  99. pulumi_gcp/dataplex/entry_type_iam_binding.py +13 -0
  100. pulumi_gcp/dataplex/entry_type_iam_member.py +13 -0
  101. pulumi_gcp/dataplex/entry_type_iam_policy.py +13 -0
  102. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -0
  103. pulumi_gcp/dataplex/get_asset_iam_policy.py +10 -0
  104. pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -0
  105. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -0
  106. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +2 -0
  107. pulumi_gcp/dataplex/get_glossary_iam_policy.py +185 -0
  108. pulumi_gcp/dataplex/get_lake_iam_policy.py +6 -0
  109. pulumi_gcp/dataplex/get_task_iam_policy.py +2 -0
  110. pulumi_gcp/dataplex/get_zone_iam_policy.py +8 -0
  111. pulumi_gcp/dataplex/glossary.py +772 -0
  112. pulumi_gcp/dataplex/glossary_iam_binding.py +837 -0
  113. pulumi_gcp/dataplex/glossary_iam_member.py +837 -0
  114. pulumi_gcp/dataplex/glossary_iam_policy.py +676 -0
  115. pulumi_gcp/dataplex/lake_iam_binding.py +27 -0
  116. pulumi_gcp/dataplex/lake_iam_member.py +27 -0
  117. pulumi_gcp/dataplex/lake_iam_policy.py +27 -0
  118. pulumi_gcp/dataplex/outputs.py +56 -0
  119. pulumi_gcp/dataplex/task_iam_binding.py +13 -0
  120. pulumi_gcp/dataplex/task_iam_member.py +13 -0
  121. pulumi_gcp/dataplex/task_iam_policy.py +13 -0
  122. pulumi_gcp/dataplex/zone_iam_binding.py +40 -0
  123. pulumi_gcp/dataplex/zone_iam_member.py +40 -0
  124. pulumi_gcp/dataplex/zone_iam_policy.py +40 -0
  125. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +4 -25
  126. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +4 -25
  127. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +4 -25
  128. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -8
  129. pulumi_gcp/dataproc/get_metastore_database_iam_policy.py +8 -0
  130. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -0
  131. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -0
  132. pulumi_gcp/dataproc/get_metastore_table_iam_policy.py +10 -0
  133. pulumi_gcp/dataproc/metastore_database_iam_binding.py +40 -0
  134. pulumi_gcp/dataproc/metastore_database_iam_member.py +40 -0
  135. pulumi_gcp/dataproc/metastore_database_iam_policy.py +40 -0
  136. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +13 -0
  137. pulumi_gcp/dataproc/metastore_federation_iam_member.py +13 -0
  138. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +13 -0
  139. pulumi_gcp/dataproc/metastore_service_iam_binding.py +13 -0
  140. pulumi_gcp/dataproc/metastore_service_iam_member.py +13 -0
  141. pulumi_gcp/dataproc/metastore_service_iam_policy.py +13 -0
  142. pulumi_gcp/dataproc/metastore_table_iam_binding.py +53 -0
  143. pulumi_gcp/dataproc/metastore_table_iam_member.py +53 -0
  144. pulumi_gcp/dataproc/metastore_table_iam_policy.py +53 -0
  145. pulumi_gcp/diagflow/_inputs.py +56 -0
  146. pulumi_gcp/diagflow/cx_agent.py +60 -0
  147. pulumi_gcp/diagflow/cx_flow.py +2 -0
  148. pulumi_gcp/diagflow/entity_type.py +2 -2
  149. pulumi_gcp/diagflow/outputs.py +35 -0
  150. pulumi_gcp/edgecontainer/node_pool.py +2 -2
  151. pulumi_gcp/endpoints/consumers_iam_binding.py +26 -0
  152. pulumi_gcp/endpoints/consumers_iam_member.py +26 -0
  153. pulumi_gcp/endpoints/consumers_iam_policy.py +26 -0
  154. pulumi_gcp/endpoints/get_service_consumers_iam_policy.py +8 -0
  155. pulumi_gcp/endpoints/get_service_iam_policy.py +6 -0
  156. pulumi_gcp/endpoints/service_iam_binding.py +13 -0
  157. pulumi_gcp/endpoints/service_iam_member.py +13 -0
  158. pulumi_gcp/endpoints/service_iam_policy.py +13 -0
  159. pulumi_gcp/firebase/__init__.py +3 -0
  160. pulumi_gcp/firebase/_inputs.py +1527 -0
  161. pulumi_gcp/firebase/app_hosting_backend.py +104 -0
  162. pulumi_gcp/firebase/app_hosting_default_domain.py +721 -0
  163. pulumi_gcp/firebase/app_hosting_domain.py +796 -0
  164. pulumi_gcp/firebase/app_hosting_traffic.py +914 -0
  165. pulumi_gcp/firebase/extensions_instance.py +4 -4
  166. pulumi_gcp/firebase/outputs.py +1075 -0
  167. pulumi_gcp/firestore/database.py +9 -0
  168. pulumi_gcp/gemini/get_repository_group_iam_policy.py +4 -0
  169. pulumi_gcp/gemini/repository_group_iam_binding.py +26 -0
  170. pulumi_gcp/gemini/repository_group_iam_member.py +26 -0
  171. pulumi_gcp/gemini/repository_group_iam_policy.py +26 -0
  172. pulumi_gcp/gkebackup/backup_channel.py +9 -9
  173. pulumi_gcp/gkebackup/restore_channel.py +9 -9
  174. pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -0
  175. pulumi_gcp/gkehub/get_scope_iam_policy.py +2 -0
  176. pulumi_gcp/gkehub/membership_iam_binding.py +13 -0
  177. pulumi_gcp/gkehub/membership_iam_member.py +13 -0
  178. pulumi_gcp/gkehub/membership_iam_policy.py +13 -0
  179. pulumi_gcp/gkehub/scope_iam_binding.py +13 -0
  180. pulumi_gcp/gkehub/scope_iam_member.py +13 -0
  181. pulumi_gcp/gkehub/scope_iam_policy.py +13 -0
  182. pulumi_gcp/iam/__init__.py +4 -0
  183. pulumi_gcp/iam/_inputs.py +432 -0
  184. pulumi_gcp/iam/get_workload_identity_pool.py +35 -1
  185. pulumi_gcp/iam/get_workload_identity_pool_iam_policy.py +156 -0
  186. pulumi_gcp/iam/oauth_client_credential.py +6 -0
  187. pulumi_gcp/iam/outputs.py +510 -0
  188. pulumi_gcp/iam/workload_identity_pool.py +446 -24
  189. pulumi_gcp/iam/workload_identity_pool_iam_binding.py +539 -0
  190. pulumi_gcp/iam/workload_identity_pool_iam_member.py +539 -0
  191. pulumi_gcp/iam/workload_identity_pool_iam_policy.py +358 -0
  192. pulumi_gcp/iap/app_engine_service_iam_binding.py +14 -14
  193. pulumi_gcp/iap/app_engine_service_iam_member.py +14 -14
  194. pulumi_gcp/iap/app_engine_service_iam_policy.py +14 -14
  195. pulumi_gcp/iap/app_engine_version_iam_binding.py +14 -14
  196. pulumi_gcp/iap/app_engine_version_iam_member.py +14 -14
  197. pulumi_gcp/iap/app_engine_version_iam_policy.py +14 -14
  198. pulumi_gcp/iap/get_app_engine_service_iam_policy.py +4 -4
  199. pulumi_gcp/iap/get_app_engine_version_iam_policy.py +4 -4
  200. pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +2 -0
  201. pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +6 -0
  202. pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +6 -0
  203. pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +2 -2
  204. pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +13 -0
  205. pulumi_gcp/iap/tunnel_dest_group_iam_member.py +13 -0
  206. pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +13 -0
  207. pulumi_gcp/iap/tunnel_instance_iam_binding.py +27 -0
  208. pulumi_gcp/iap/tunnel_instance_iam_member.py +27 -0
  209. pulumi_gcp/iap/tunnel_instance_iam_policy.py +27 -0
  210. pulumi_gcp/iap/web_region_backend_service_iam_binding.py +27 -0
  211. pulumi_gcp/iap/web_region_backend_service_iam_member.py +27 -0
  212. pulumi_gcp/iap/web_region_backend_service_iam_policy.py +27 -0
  213. pulumi_gcp/iap/web_type_app_enging_iam_binding.py +7 -7
  214. pulumi_gcp/iap/web_type_app_enging_iam_member.py +7 -7
  215. pulumi_gcp/iap/web_type_app_enging_iam_policy.py +7 -7
  216. pulumi_gcp/lustre/__init__.py +1 -0
  217. pulumi_gcp/lustre/get_instance.py +280 -0
  218. pulumi_gcp/lustre/instance.py +12 -0
  219. pulumi_gcp/netapp/backup.py +2 -2
  220. pulumi_gcp/networksecurity/intercept_deployment.py +10 -0
  221. pulumi_gcp/networksecurity/intercept_deployment_group.py +8 -0
  222. pulumi_gcp/networksecurity/intercept_endpoint_group.py +12 -0
  223. pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +16 -0
  224. pulumi_gcp/pulumi-plugin.json +1 -1
  225. pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +2 -0
  226. pulumi_gcp/secretmanager/get_secret_iam_policy.py +2 -0
  227. pulumi_gcp/secretmanager/regional_secret_iam_binding.py +13 -0
  228. pulumi_gcp/secretmanager/regional_secret_iam_member.py +13 -0
  229. pulumi_gcp/secretmanager/regional_secret_iam_policy.py +13 -0
  230. pulumi_gcp/secretmanager/secret_iam_binding.py +13 -0
  231. pulumi_gcp/secretmanager/secret_iam_member.py +13 -0
  232. pulumi_gcp/secretmanager/secret_iam_policy.py +13 -0
  233. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -4
  234. pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +2 -4
  235. pulumi_gcp/securesourcemanager/repository_iam_binding.py +4 -11
  236. pulumi_gcp/securesourcemanager/repository_iam_member.py +4 -11
  237. pulumi_gcp/securesourcemanager/repository_iam_policy.py +4 -11
  238. pulumi_gcp/securitycenter/v2_organization_scc_big_query_export.py +2 -2
  239. pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +2 -2
  240. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +13 -0
  241. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +13 -0
  242. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +13 -0
  243. pulumi_gcp/vertex/get_ai_feature_online_store_featureview_iam_policy.py +2 -0
  244. pulumi_gcp/vmwareengine/external_address.py +4 -4
  245. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -0
  246. pulumi_gcp/workstations/get_workstation_iam_policy.py +10 -0
  247. pulumi_gcp/workstations/workstation_config_iam_binding.py +33 -0
  248. pulumi_gcp/workstations/workstation_config_iam_member.py +33 -0
  249. pulumi_gcp/workstations/workstation_config_iam_policy.py +33 -0
  250. pulumi_gcp/workstations/workstation_iam_binding.py +53 -0
  251. pulumi_gcp/workstations/workstation_iam_member.py +53 -0
  252. pulumi_gcp/workstations/workstation_iam_policy.py +53 -0
  253. {pulumi_gcp-8.32.0a1747459264.dist-info → pulumi_gcp-8.32.1.dist-info}/METADATA +1 -1
  254. {pulumi_gcp-8.32.0a1747459264.dist-info → pulumi_gcp-8.32.1.dist-info}/RECORD +256 -241
  255. {pulumi_gcp-8.32.0a1747459264.dist-info → pulumi_gcp-8.32.1.dist-info}/WHEEL +1 -1
  256. {pulumi_gcp-8.32.0a1747459264.dist-info → pulumi_gcp-8.32.1.dist-info}/top_level.txt +0 -0
@@ -29,6 +29,7 @@ class ConsumersIamMemberArgs:
29
29
  condition: Optional[pulumi.Input['ConsumersIamMemberConditionArgs']] = None):
30
30
  """
31
31
  The set of arguments for constructing a ConsumersIamMember resource.
32
+ :param pulumi.Input[builtins.str] consumer_project: Used to find the parent resource to bind the IAM policy to
32
33
  :param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
33
34
  Each entry can have one of the following values:
34
35
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -43,6 +44,7 @@ class ConsumersIamMemberArgs:
43
44
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
44
45
  `endpoints.ConsumersIamBinding` can be used per role. Note that custom roles must be of the format
45
46
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
47
+ :param pulumi.Input[builtins.str] service_name: The name of the service. Used to find the parent resource to bind the IAM policy to
46
48
  """
47
49
  pulumi.set(__self__, "consumer_project", consumer_project)
48
50
  pulumi.set(__self__, "member", member)
@@ -54,6 +56,9 @@ class ConsumersIamMemberArgs:
54
56
  @property
55
57
  @pulumi.getter(name="consumerProject")
56
58
  def consumer_project(self) -> pulumi.Input[builtins.str]:
59
+ """
60
+ Used to find the parent resource to bind the IAM policy to
61
+ """
57
62
  return pulumi.get(self, "consumer_project")
58
63
 
59
64
  @consumer_project.setter
@@ -99,6 +104,9 @@ class ConsumersIamMemberArgs:
99
104
  @property
100
105
  @pulumi.getter(name="serviceName")
101
106
  def service_name(self) -> pulumi.Input[builtins.str]:
107
+ """
108
+ The name of the service. Used to find the parent resource to bind the IAM policy to
109
+ """
102
110
  return pulumi.get(self, "service_name")
103
111
 
104
112
  @service_name.setter
@@ -126,6 +134,7 @@ class _ConsumersIamMemberState:
126
134
  service_name: Optional[pulumi.Input[builtins.str]] = None):
127
135
  """
128
136
  Input properties used for looking up and filtering ConsumersIamMember resources.
137
+ :param pulumi.Input[builtins.str] consumer_project: Used to find the parent resource to bind the IAM policy to
129
138
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
130
139
  :param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
131
140
  Each entry can have one of the following values:
@@ -141,6 +150,7 @@ class _ConsumersIamMemberState:
141
150
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
142
151
  `endpoints.ConsumersIamBinding` can be used per role. Note that custom roles must be of the format
143
152
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
153
+ :param pulumi.Input[builtins.str] service_name: The name of the service. Used to find the parent resource to bind the IAM policy to
144
154
  """
145
155
  if condition is not None:
146
156
  pulumi.set(__self__, "condition", condition)
@@ -167,6 +177,9 @@ class _ConsumersIamMemberState:
167
177
  @property
168
178
  @pulumi.getter(name="consumerProject")
169
179
  def consumer_project(self) -> Optional[pulumi.Input[builtins.str]]:
180
+ """
181
+ Used to find the parent resource to bind the IAM policy to
182
+ """
170
183
  return pulumi.get(self, "consumer_project")
171
184
 
172
185
  @consumer_project.setter
@@ -224,6 +237,9 @@ class _ConsumersIamMemberState:
224
237
  @property
225
238
  @pulumi.getter(name="serviceName")
226
239
  def service_name(self) -> Optional[pulumi.Input[builtins.str]]:
240
+ """
241
+ The name of the service. Used to find the parent resource to bind the IAM policy to
242
+ """
227
243
  return pulumi.get(self, "service_name")
228
244
 
229
245
  @service_name.setter
@@ -296,6 +312,7 @@ class ConsumersIamMember(pulumi.CustomResource):
296
312
 
297
313
  :param str resource_name: The name of the resource.
298
314
  :param pulumi.ResourceOptions opts: Options for the resource.
315
+ :param pulumi.Input[builtins.str] consumer_project: Used to find the parent resource to bind the IAM policy to
299
316
  :param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
300
317
  Each entry can have one of the following values:
301
318
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -310,6 +327,7 @@ class ConsumersIamMember(pulumi.CustomResource):
310
327
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
311
328
  `endpoints.ConsumersIamBinding` can be used per role. Note that custom roles must be of the format
312
329
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
330
+ :param pulumi.Input[builtins.str] service_name: The name of the service. Used to find the parent resource to bind the IAM policy to
313
331
  """
314
332
  ...
315
333
  @overload
@@ -434,6 +452,7 @@ class ConsumersIamMember(pulumi.CustomResource):
434
452
  :param str resource_name: The unique name of the resulting resource.
435
453
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
436
454
  :param pulumi.ResourceOptions opts: Options for the resource.
455
+ :param pulumi.Input[builtins.str] consumer_project: Used to find the parent resource to bind the IAM policy to
437
456
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
438
457
  :param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
439
458
  Each entry can have one of the following values:
@@ -449,6 +468,7 @@ class ConsumersIamMember(pulumi.CustomResource):
449
468
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
450
469
  `endpoints.ConsumersIamBinding` can be used per role. Note that custom roles must be of the format
451
470
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
471
+ :param pulumi.Input[builtins.str] service_name: The name of the service. Used to find the parent resource to bind the IAM policy to
452
472
  """
453
473
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
454
474
 
@@ -470,6 +490,9 @@ class ConsumersIamMember(pulumi.CustomResource):
470
490
  @property
471
491
  @pulumi.getter(name="consumerProject")
472
492
  def consumer_project(self) -> pulumi.Output[builtins.str]:
493
+ """
494
+ Used to find the parent resource to bind the IAM policy to
495
+ """
473
496
  return pulumi.get(self, "consumer_project")
474
497
 
475
498
  @property
@@ -511,5 +534,8 @@ class ConsumersIamMember(pulumi.CustomResource):
511
534
  @property
512
535
  @pulumi.getter(name="serviceName")
513
536
  def service_name(self) -> pulumi.Output[builtins.str]:
537
+ """
538
+ The name of the service. Used to find the parent resource to bind the IAM policy to
539
+ """
514
540
  return pulumi.get(self, "service_name")
515
541
 
@@ -25,8 +25,10 @@ class ConsumersIamPolicyArgs:
25
25
  service_name: pulumi.Input[builtins.str]):
26
26
  """
27
27
  The set of arguments for constructing a ConsumersIamPolicy resource.
28
+ :param pulumi.Input[builtins.str] consumer_project: Used to find the parent resource to bind the IAM policy to
28
29
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
29
30
  a `organizations_get_iam_policy` data source.
31
+ :param pulumi.Input[builtins.str] service_name: The name of the service. Used to find the parent resource to bind the IAM policy to
30
32
  """
31
33
  pulumi.set(__self__, "consumer_project", consumer_project)
32
34
  pulumi.set(__self__, "policy_data", policy_data)
@@ -35,6 +37,9 @@ class ConsumersIamPolicyArgs:
35
37
  @property
36
38
  @pulumi.getter(name="consumerProject")
37
39
  def consumer_project(self) -> pulumi.Input[builtins.str]:
40
+ """
41
+ Used to find the parent resource to bind the IAM policy to
42
+ """
38
43
  return pulumi.get(self, "consumer_project")
39
44
 
40
45
  @consumer_project.setter
@@ -57,6 +62,9 @@ class ConsumersIamPolicyArgs:
57
62
  @property
58
63
  @pulumi.getter(name="serviceName")
59
64
  def service_name(self) -> pulumi.Input[builtins.str]:
65
+ """
66
+ The name of the service. Used to find the parent resource to bind the IAM policy to
67
+ """
60
68
  return pulumi.get(self, "service_name")
61
69
 
62
70
  @service_name.setter
@@ -73,9 +81,11 @@ class _ConsumersIamPolicyState:
73
81
  service_name: Optional[pulumi.Input[builtins.str]] = None):
74
82
  """
75
83
  Input properties used for looking up and filtering ConsumersIamPolicy resources.
84
+ :param pulumi.Input[builtins.str] consumer_project: Used to find the parent resource to bind the IAM policy to
76
85
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
77
86
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
78
87
  a `organizations_get_iam_policy` data source.
88
+ :param pulumi.Input[builtins.str] service_name: The name of the service. Used to find the parent resource to bind the IAM policy to
79
89
  """
80
90
  if consumer_project is not None:
81
91
  pulumi.set(__self__, "consumer_project", consumer_project)
@@ -89,6 +99,9 @@ class _ConsumersIamPolicyState:
89
99
  @property
90
100
  @pulumi.getter(name="consumerProject")
91
101
  def consumer_project(self) -> Optional[pulumi.Input[builtins.str]]:
102
+ """
103
+ Used to find the parent resource to bind the IAM policy to
104
+ """
92
105
  return pulumi.get(self, "consumer_project")
93
106
 
94
107
  @consumer_project.setter
@@ -123,6 +136,9 @@ class _ConsumersIamPolicyState:
123
136
  @property
124
137
  @pulumi.getter(name="serviceName")
125
138
  def service_name(self) -> Optional[pulumi.Input[builtins.str]]:
139
+ """
140
+ The name of the service. Used to find the parent resource to bind the IAM policy to
141
+ """
126
142
  return pulumi.get(self, "service_name")
127
143
 
128
144
  @service_name.setter
@@ -193,8 +209,10 @@ class ConsumersIamPolicy(pulumi.CustomResource):
193
209
 
194
210
  :param str resource_name: The name of the resource.
195
211
  :param pulumi.ResourceOptions opts: Options for the resource.
212
+ :param pulumi.Input[builtins.str] consumer_project: Used to find the parent resource to bind the IAM policy to
196
213
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
197
214
  a `organizations_get_iam_policy` data source.
215
+ :param pulumi.Input[builtins.str] service_name: The name of the service. Used to find the parent resource to bind the IAM policy to
198
216
  """
199
217
  ...
200
218
  @overload
@@ -311,9 +329,11 @@ class ConsumersIamPolicy(pulumi.CustomResource):
311
329
  :param str resource_name: The unique name of the resulting resource.
312
330
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
313
331
  :param pulumi.ResourceOptions opts: Options for the resource.
332
+ :param pulumi.Input[builtins.str] consumer_project: Used to find the parent resource to bind the IAM policy to
314
333
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
315
334
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
316
335
  a `organizations_get_iam_policy` data source.
336
+ :param pulumi.Input[builtins.str] service_name: The name of the service. Used to find the parent resource to bind the IAM policy to
317
337
  """
318
338
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
319
339
 
@@ -328,6 +348,9 @@ class ConsumersIamPolicy(pulumi.CustomResource):
328
348
  @property
329
349
  @pulumi.getter(name="consumerProject")
330
350
  def consumer_project(self) -> pulumi.Output[builtins.str]:
351
+ """
352
+ Used to find the parent resource to bind the IAM policy to
353
+ """
331
354
  return pulumi.get(self, "consumer_project")
332
355
 
333
356
  @property
@@ -350,5 +373,8 @@ class ConsumersIamPolicy(pulumi.CustomResource):
350
373
  @property
351
374
  @pulumi.getter(name="serviceName")
352
375
  def service_name(self) -> pulumi.Output[builtins.str]:
376
+ """
377
+ The name of the service. Used to find the parent resource to bind the IAM policy to
378
+ """
353
379
  return pulumi.get(self, "service_name")
354
380
 
@@ -98,6 +98,10 @@ def get_service_consumers_iam_policy(consumer_project: Optional[builtins.str] =
98
98
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceConsumersIamPolicyResult:
99
99
  """
100
100
  Retrieves the current IAM policy data for serviceconsumers
101
+
102
+
103
+ :param builtins.str consumer_project: Used to find the parent resource to bind the IAM policy to
104
+ :param builtins.str service_name: The name of the service. Used to find the parent resource to bind the IAM policy to
101
105
  """
102
106
  __args__ = dict()
103
107
  __args__['consumerProject'] = consumer_project
@@ -116,6 +120,10 @@ def get_service_consumers_iam_policy_output(consumer_project: Optional[pulumi.In
116
120
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceConsumersIamPolicyResult]:
117
121
  """
118
122
  Retrieves the current IAM policy data for serviceconsumers
123
+
124
+
125
+ :param builtins.str consumer_project: Used to find the parent resource to bind the IAM policy to
126
+ :param builtins.str service_name: The name of the service. Used to find the parent resource to bind the IAM policy to
119
127
  """
120
128
  __args__ = dict()
121
129
  __args__['consumerProject'] = consumer_project
@@ -97,6 +97,9 @@ def get_service_iam_policy(service_name: Optional[builtins.str] = None,
97
97
 
98
98
  policy = gcp.endpoints.get_service_iam_policy(service_name=endpoints_service["serviceName"])
99
99
  ```
100
+
101
+
102
+ :param builtins.str service_name: Used to find the parent resource to bind the IAM policy to
100
103
  """
101
104
  __args__ = dict()
102
105
  __args__['serviceName'] = service_name
@@ -121,6 +124,9 @@ def get_service_iam_policy_output(service_name: Optional[pulumi.Input[builtins.s
121
124
 
122
125
  policy = gcp.endpoints.get_service_iam_policy(service_name=endpoints_service["serviceName"])
123
126
  ```
127
+
128
+
129
+ :param builtins.str service_name: Used to find the parent resource to bind the IAM policy to
124
130
  """
125
131
  __args__ = dict()
126
132
  __args__['serviceName'] = service_name
@@ -42,6 +42,7 @@ class ServiceIamBindingArgs:
42
42
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
43
43
  `endpoints.ServiceIamBinding` can be used per role. Note that custom roles must be of the format
44
44
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
45
+ :param pulumi.Input[builtins.str] service_name: Used to find the parent resource to bind the IAM policy to
45
46
  """
46
47
  pulumi.set(__self__, "members", members)
47
48
  pulumi.set(__self__, "role", role)
@@ -88,6 +89,9 @@ class ServiceIamBindingArgs:
88
89
  @property
89
90
  @pulumi.getter(name="serviceName")
90
91
  def service_name(self) -> pulumi.Input[builtins.str]:
92
+ """
93
+ Used to find the parent resource to bind the IAM policy to
94
+ """
91
95
  return pulumi.get(self, "service_name")
92
96
 
93
97
  @service_name.setter
@@ -129,6 +133,7 @@ class _ServiceIamBindingState:
129
133
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
130
134
  `endpoints.ServiceIamBinding` can be used per role. Note that custom roles must be of the format
131
135
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
136
+ :param pulumi.Input[builtins.str] service_name: Used to find the parent resource to bind the IAM policy to
132
137
  """
133
138
  if condition is not None:
134
139
  pulumi.set(__self__, "condition", condition)
@@ -201,6 +206,9 @@ class _ServiceIamBindingState:
201
206
  @property
202
207
  @pulumi.getter(name="serviceName")
203
208
  def service_name(self) -> Optional[pulumi.Input[builtins.str]]:
209
+ """
210
+ Used to find the parent resource to bind the IAM policy to
211
+ """
204
212
  return pulumi.get(self, "service_name")
205
213
 
206
214
  @service_name.setter
@@ -382,6 +390,7 @@ class ServiceIamBinding(pulumi.CustomResource):
382
390
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
383
391
  `endpoints.ServiceIamBinding` can be used per role. Note that custom roles must be of the format
384
392
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
393
+ :param pulumi.Input[builtins.str] service_name: Used to find the parent resource to bind the IAM policy to
385
394
  """
386
395
  ...
387
396
  @overload
@@ -612,6 +621,7 @@ class ServiceIamBinding(pulumi.CustomResource):
612
621
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
613
622
  `endpoints.ServiceIamBinding` can be used per role. Note that custom roles must be of the format
614
623
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
624
+ :param pulumi.Input[builtins.str] service_name: Used to find the parent resource to bind the IAM policy to
615
625
  """
616
626
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
617
627
 
@@ -668,5 +678,8 @@ class ServiceIamBinding(pulumi.CustomResource):
668
678
  @property
669
679
  @pulumi.getter(name="serviceName")
670
680
  def service_name(self) -> pulumi.Output[builtins.str]:
681
+ """
682
+ Used to find the parent resource to bind the IAM policy to
683
+ """
671
684
  return pulumi.get(self, "service_name")
672
685
 
@@ -42,6 +42,7 @@ class ServiceIamMemberArgs:
42
42
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
43
43
  `endpoints.ServiceIamBinding` can be used per role. Note that custom roles must be of the format
44
44
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
45
+ :param pulumi.Input[builtins.str] service_name: Used to find the parent resource to bind the IAM policy to
45
46
  """
46
47
  pulumi.set(__self__, "member", member)
47
48
  pulumi.set(__self__, "role", role)
@@ -88,6 +89,9 @@ class ServiceIamMemberArgs:
88
89
  @property
89
90
  @pulumi.getter(name="serviceName")
90
91
  def service_name(self) -> pulumi.Input[builtins.str]:
92
+ """
93
+ Used to find the parent resource to bind the IAM policy to
94
+ """
91
95
  return pulumi.get(self, "service_name")
92
96
 
93
97
  @service_name.setter
@@ -129,6 +133,7 @@ class _ServiceIamMemberState:
129
133
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
130
134
  `endpoints.ServiceIamBinding` can be used per role. Note that custom roles must be of the format
131
135
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
136
+ :param pulumi.Input[builtins.str] service_name: Used to find the parent resource to bind the IAM policy to
132
137
  """
133
138
  if condition is not None:
134
139
  pulumi.set(__self__, "condition", condition)
@@ -201,6 +206,9 @@ class _ServiceIamMemberState:
201
206
  @property
202
207
  @pulumi.getter(name="serviceName")
203
208
  def service_name(self) -> Optional[pulumi.Input[builtins.str]]:
209
+ """
210
+ Used to find the parent resource to bind the IAM policy to
211
+ """
204
212
  return pulumi.get(self, "service_name")
205
213
 
206
214
  @service_name.setter
@@ -382,6 +390,7 @@ class ServiceIamMember(pulumi.CustomResource):
382
390
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
383
391
  `endpoints.ServiceIamBinding` can be used per role. Note that custom roles must be of the format
384
392
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
393
+ :param pulumi.Input[builtins.str] service_name: Used to find the parent resource to bind the IAM policy to
385
394
  """
386
395
  ...
387
396
  @overload
@@ -612,6 +621,7 @@ class ServiceIamMember(pulumi.CustomResource):
612
621
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
613
622
  `endpoints.ServiceIamBinding` can be used per role. Note that custom roles must be of the format
614
623
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
624
+ :param pulumi.Input[builtins.str] service_name: Used to find the parent resource to bind the IAM policy to
615
625
  """
616
626
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
617
627
 
@@ -668,5 +678,8 @@ class ServiceIamMember(pulumi.CustomResource):
668
678
  @property
669
679
  @pulumi.getter(name="serviceName")
670
680
  def service_name(self) -> pulumi.Output[builtins.str]:
681
+ """
682
+ Used to find the parent resource to bind the IAM policy to
683
+ """
671
684
  return pulumi.get(self, "service_name")
672
685
 
@@ -26,6 +26,7 @@ class ServiceIamPolicyArgs:
26
26
  The set of arguments for constructing a ServiceIamPolicy resource.
27
27
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
28
28
  a `organizations_get_iam_policy` data source.
29
+ :param pulumi.Input[builtins.str] service_name: Used to find the parent resource to bind the IAM policy to
29
30
  """
30
31
  pulumi.set(__self__, "policy_data", policy_data)
31
32
  pulumi.set(__self__, "service_name", service_name)
@@ -46,6 +47,9 @@ class ServiceIamPolicyArgs:
46
47
  @property
47
48
  @pulumi.getter(name="serviceName")
48
49
  def service_name(self) -> pulumi.Input[builtins.str]:
50
+ """
51
+ Used to find the parent resource to bind the IAM policy to
52
+ """
49
53
  return pulumi.get(self, "service_name")
50
54
 
51
55
  @service_name.setter
@@ -64,6 +68,7 @@ class _ServiceIamPolicyState:
64
68
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
65
69
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
66
70
  a `organizations_get_iam_policy` data source.
71
+ :param pulumi.Input[builtins.str] service_name: Used to find the parent resource to bind the IAM policy to
67
72
  """
68
73
  if etag is not None:
69
74
  pulumi.set(__self__, "etag", etag)
@@ -100,6 +105,9 @@ class _ServiceIamPolicyState:
100
105
  @property
101
106
  @pulumi.getter(name="serviceName")
102
107
  def service_name(self) -> Optional[pulumi.Input[builtins.str]]:
108
+ """
109
+ Used to find the parent resource to bind the IAM policy to
110
+ """
103
111
  return pulumi.get(self, "service_name")
104
112
 
105
113
  @service_name.setter
@@ -267,6 +275,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
267
275
  :param pulumi.ResourceOptions opts: Options for the resource.
268
276
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
269
277
  a `organizations_get_iam_policy` data source.
278
+ :param pulumi.Input[builtins.str] service_name: Used to find the parent resource to bind the IAM policy to
270
279
  """
271
280
  ...
272
281
  @overload
@@ -477,6 +486,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
477
486
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
478
487
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
479
488
  a `organizations_get_iam_policy` data source.
489
+ :param pulumi.Input[builtins.str] service_name: Used to find the parent resource to bind the IAM policy to
480
490
  """
481
491
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
482
492
 
@@ -507,5 +517,8 @@ class ServiceIamPolicy(pulumi.CustomResource):
507
517
  @property
508
518
  @pulumi.getter(name="serviceName")
509
519
  def service_name(self) -> pulumi.Output[builtins.str]:
520
+ """
521
+ Used to find the parent resource to bind the IAM policy to
522
+ """
510
523
  return pulumi.get(self, "service_name")
511
524
 
@@ -16,6 +16,9 @@ from .app_check_recaptcha_v3_config import *
16
16
  from .app_check_service_config import *
17
17
  from .app_hosting_backend import *
18
18
  from .app_hosting_build import *
19
+ from .app_hosting_default_domain import *
20
+ from .app_hosting_domain import *
21
+ from .app_hosting_traffic import *
19
22
  from .apple_app import *
20
23
  from .data_connect_service import *
21
24
  from .database_instance import *