pulumi-gcp 8.32.0__py3-none-any.whl → 8.32.0a1747459264__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 +0 -88
  2. pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +2 -2
  3. pulumi_gcp/apigateway/api_config_iam_binding.py +0 -13
  4. pulumi_gcp/apigateway/api_config_iam_member.py +0 -13
  5. pulumi_gcp/apigateway/api_config_iam_policy.py +0 -13
  6. pulumi_gcp/apigateway/api_iam_binding.py +0 -13
  7. pulumi_gcp/apigateway/api_iam_member.py +0 -13
  8. pulumi_gcp/apigateway/api_iam_policy.py +0 -13
  9. pulumi_gcp/apigateway/gateway_iam_binding.py +0 -13
  10. pulumi_gcp/apigateway/gateway_iam_member.py +0 -13
  11. pulumi_gcp/apigateway/gateway_iam_policy.py +0 -13
  12. pulumi_gcp/apigateway/get_api_config_iam_policy.py +0 -2
  13. pulumi_gcp/apigateway/get_api_iam_policy.py +0 -2
  14. pulumi_gcp/apigateway/get_gateway_iam_policy.py +0 -2
  15. pulumi_gcp/apigee/environment_iam_binding.py +0 -27
  16. pulumi_gcp/apigee/environment_iam_member.py +0 -27
  17. pulumi_gcp/apigee/environment_iam_policy.py +0 -27
  18. pulumi_gcp/apigee/get_environment_iam_policy.py +0 -6
  19. pulumi_gcp/beyondcorp/__init__.py +0 -1
  20. pulumi_gcp/beyondcorp/application.py +4 -8
  21. pulumi_gcp/beyondcorp/application_iam_binding.py +0 -26
  22. pulumi_gcp/beyondcorp/application_iam_member.py +0 -26
  23. pulumi_gcp/beyondcorp/application_iam_policy.py +0 -26
  24. pulumi_gcp/beyondcorp/get_application_iam_policy.py +0 -4
  25. pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +0 -2
  26. pulumi_gcp/beyondcorp/outputs.py +0 -45
  27. pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +0 -13
  28. pulumi_gcp/beyondcorp/security_gateway_iam_member.py +0 -13
  29. pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +0 -13
  30. pulumi_gcp/bigquery/__init__.py +0 -1
  31. pulumi_gcp/bigquery/connection_iam_binding.py +11 -4
  32. pulumi_gcp/bigquery/connection_iam_member.py +11 -4
  33. pulumi_gcp/bigquery/connection_iam_policy.py +11 -4
  34. pulumi_gcp/bigquery/data_transfer_config.py +2 -2
  35. pulumi_gcp/bigquery/get_connection_iam_policy.py +4 -2
  36. pulumi_gcp/bigquery/get_table_iam_policy.py +0 -4
  37. pulumi_gcp/bigquery/iam_binding.py +0 -26
  38. pulumi_gcp/bigquery/iam_member.py +0 -26
  39. pulumi_gcp/bigquery/iam_policy.py +0 -26
  40. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -7
  41. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -7
  42. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +7 -7
  43. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -2
  44. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -2
  45. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -7
  46. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -7
  47. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +7 -7
  48. pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +6 -6
  49. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +0 -13
  50. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +0 -13
  51. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +0 -13
  52. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +0 -2
  53. pulumi_gcp/bigtable/logical_view.py +0 -49
  54. pulumi_gcp/cloudbuild/trigger.py +2 -2
  55. pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +0 -6
  56. pulumi_gcp/clouddeploy/get_target_iam_policy.py +0 -6
  57. pulumi_gcp/colab/schedule.py +2 -2
  58. pulumi_gcp/compute/_inputs.py +0 -126
  59. pulumi_gcp/compute/backend_service.py +51 -259
  60. pulumi_gcp/compute/get_backend_service.py +1 -23
  61. pulumi_gcp/compute/get_global_forwarding_rule.py +1 -23
  62. pulumi_gcp/compute/get_instance_template.py +1 -12
  63. pulumi_gcp/compute/get_network_endpoint_group.py +1 -12
  64. pulumi_gcp/compute/global_forwarding_rule.py +0 -199
  65. pulumi_gcp/compute/instance_template.py +0 -28
  66. pulumi_gcp/compute/network_endpoint_group.py +0 -28
  67. pulumi_gcp/compute/outputs.py +0 -110
  68. pulumi_gcp/compute/region_backend_service.py +51 -58
  69. pulumi_gcp/container/cluster.py +0 -47
  70. pulumi_gcp/container/get_cluster.py +1 -12
  71. pulumi_gcp/datacatalog/entry_group_iam_binding.py +0 -34
  72. pulumi_gcp/datacatalog/entry_group_iam_member.py +0 -34
  73. pulumi_gcp/datacatalog/entry_group_iam_policy.py +0 -34
  74. pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +0 -8
  75. pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +0 -8
  76. pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +0 -8
  77. pulumi_gcp/datacatalog/tag_template_iam_binding.py +0 -34
  78. pulumi_gcp/datacatalog/tag_template_iam_member.py +0 -34
  79. pulumi_gcp/datacatalog/tag_template_iam_policy.py +0 -34
  80. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +0 -34
  81. pulumi_gcp/datacatalog/taxonomy_iam_member.py +0 -34
  82. pulumi_gcp/datacatalog/taxonomy_iam_policy.py +0 -34
  83. pulumi_gcp/dataplex/__init__.py +0 -5
  84. pulumi_gcp/dataplex/_inputs.py +0 -98
  85. pulumi_gcp/dataplex/aspect_type_iam_binding.py +0 -13
  86. pulumi_gcp/dataplex/aspect_type_iam_member.py +0 -13
  87. pulumi_gcp/dataplex/aspect_type_iam_policy.py +0 -13
  88. pulumi_gcp/dataplex/asset_iam_binding.py +0 -53
  89. pulumi_gcp/dataplex/asset_iam_member.py +0 -53
  90. pulumi_gcp/dataplex/asset_iam_policy.py +0 -53
  91. pulumi_gcp/dataplex/datascan_iam_binding.py +0 -13
  92. pulumi_gcp/dataplex/datascan_iam_member.py +0 -13
  93. pulumi_gcp/dataplex/datascan_iam_policy.py +0 -13
  94. pulumi_gcp/dataplex/entry_group_iam_binding.py +0 -13
  95. pulumi_gcp/dataplex/entry_group_iam_member.py +0 -13
  96. pulumi_gcp/dataplex/entry_group_iam_policy.py +0 -13
  97. pulumi_gcp/dataplex/entry_type_iam_binding.py +0 -13
  98. pulumi_gcp/dataplex/entry_type_iam_member.py +0 -13
  99. pulumi_gcp/dataplex/entry_type_iam_policy.py +0 -13
  100. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +0 -2
  101. pulumi_gcp/dataplex/get_asset_iam_policy.py +0 -10
  102. pulumi_gcp/dataplex/get_datascan_iam_policy.py +0 -2
  103. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +0 -2
  104. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +0 -2
  105. pulumi_gcp/dataplex/get_lake_iam_policy.py +0 -6
  106. pulumi_gcp/dataplex/get_task_iam_policy.py +0 -2
  107. pulumi_gcp/dataplex/get_zone_iam_policy.py +0 -8
  108. pulumi_gcp/dataplex/lake_iam_binding.py +0 -27
  109. pulumi_gcp/dataplex/lake_iam_member.py +0 -27
  110. pulumi_gcp/dataplex/lake_iam_policy.py +0 -27
  111. pulumi_gcp/dataplex/outputs.py +0 -56
  112. pulumi_gcp/dataplex/task_iam_binding.py +0 -13
  113. pulumi_gcp/dataplex/task_iam_member.py +0 -13
  114. pulumi_gcp/dataplex/task_iam_policy.py +0 -13
  115. pulumi_gcp/dataplex/zone_iam_binding.py +0 -40
  116. pulumi_gcp/dataplex/zone_iam_member.py +0 -40
  117. pulumi_gcp/dataplex/zone_iam_policy.py +0 -40
  118. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +25 -4
  119. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +25 -4
  120. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +25 -4
  121. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +8 -2
  122. pulumi_gcp/dataproc/get_metastore_database_iam_policy.py +0 -8
  123. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +0 -2
  124. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +0 -2
  125. pulumi_gcp/dataproc/get_metastore_table_iam_policy.py +0 -10
  126. pulumi_gcp/dataproc/metastore_database_iam_binding.py +0 -40
  127. pulumi_gcp/dataproc/metastore_database_iam_member.py +0 -40
  128. pulumi_gcp/dataproc/metastore_database_iam_policy.py +0 -40
  129. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +0 -13
  130. pulumi_gcp/dataproc/metastore_federation_iam_member.py +0 -13
  131. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +0 -13
  132. pulumi_gcp/dataproc/metastore_service_iam_binding.py +0 -13
  133. pulumi_gcp/dataproc/metastore_service_iam_member.py +0 -13
  134. pulumi_gcp/dataproc/metastore_service_iam_policy.py +0 -13
  135. pulumi_gcp/dataproc/metastore_table_iam_binding.py +0 -53
  136. pulumi_gcp/dataproc/metastore_table_iam_member.py +0 -53
  137. pulumi_gcp/dataproc/metastore_table_iam_policy.py +0 -53
  138. pulumi_gcp/diagflow/_inputs.py +0 -56
  139. pulumi_gcp/diagflow/cx_agent.py +0 -60
  140. pulumi_gcp/diagflow/cx_flow.py +0 -2
  141. pulumi_gcp/diagflow/entity_type.py +2 -2
  142. pulumi_gcp/diagflow/outputs.py +0 -35
  143. pulumi_gcp/edgecontainer/node_pool.py +2 -2
  144. pulumi_gcp/endpoints/consumers_iam_binding.py +0 -26
  145. pulumi_gcp/endpoints/consumers_iam_member.py +0 -26
  146. pulumi_gcp/endpoints/consumers_iam_policy.py +0 -26
  147. pulumi_gcp/endpoints/get_service_consumers_iam_policy.py +0 -8
  148. pulumi_gcp/endpoints/get_service_iam_policy.py +0 -6
  149. pulumi_gcp/endpoints/service_iam_binding.py +0 -13
  150. pulumi_gcp/endpoints/service_iam_member.py +0 -13
  151. pulumi_gcp/endpoints/service_iam_policy.py +0 -13
  152. pulumi_gcp/firebase/__init__.py +0 -3
  153. pulumi_gcp/firebase/_inputs.py +0 -1527
  154. pulumi_gcp/firebase/app_hosting_backend.py +0 -104
  155. pulumi_gcp/firebase/extensions_instance.py +4 -4
  156. pulumi_gcp/firebase/outputs.py +0 -1075
  157. pulumi_gcp/firestore/database.py +0 -9
  158. pulumi_gcp/gemini/get_repository_group_iam_policy.py +0 -4
  159. pulumi_gcp/gemini/repository_group_iam_binding.py +0 -26
  160. pulumi_gcp/gemini/repository_group_iam_member.py +0 -26
  161. pulumi_gcp/gemini/repository_group_iam_policy.py +0 -26
  162. pulumi_gcp/gkebackup/backup_channel.py +9 -9
  163. pulumi_gcp/gkebackup/restore_channel.py +9 -9
  164. pulumi_gcp/gkehub/get_membership_iam_policy.py +0 -2
  165. pulumi_gcp/gkehub/get_scope_iam_policy.py +0 -2
  166. pulumi_gcp/gkehub/membership_iam_binding.py +0 -13
  167. pulumi_gcp/gkehub/membership_iam_member.py +0 -13
  168. pulumi_gcp/gkehub/membership_iam_policy.py +0 -13
  169. pulumi_gcp/gkehub/scope_iam_binding.py +0 -13
  170. pulumi_gcp/gkehub/scope_iam_member.py +0 -13
  171. pulumi_gcp/gkehub/scope_iam_policy.py +0 -13
  172. pulumi_gcp/iam/__init__.py +0 -4
  173. pulumi_gcp/iam/_inputs.py +0 -432
  174. pulumi_gcp/iam/get_workload_identity_pool.py +1 -35
  175. pulumi_gcp/iam/oauth_client_credential.py +0 -6
  176. pulumi_gcp/iam/outputs.py +0 -510
  177. pulumi_gcp/iam/workload_identity_pool.py +24 -446
  178. pulumi_gcp/iap/app_engine_service_iam_binding.py +14 -14
  179. pulumi_gcp/iap/app_engine_service_iam_member.py +14 -14
  180. pulumi_gcp/iap/app_engine_service_iam_policy.py +14 -14
  181. pulumi_gcp/iap/app_engine_version_iam_binding.py +14 -14
  182. pulumi_gcp/iap/app_engine_version_iam_member.py +14 -14
  183. pulumi_gcp/iap/app_engine_version_iam_policy.py +14 -14
  184. pulumi_gcp/iap/get_app_engine_service_iam_policy.py +4 -4
  185. pulumi_gcp/iap/get_app_engine_version_iam_policy.py +4 -4
  186. pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +0 -2
  187. pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +0 -6
  188. pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +0 -6
  189. pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +2 -2
  190. pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +0 -13
  191. pulumi_gcp/iap/tunnel_dest_group_iam_member.py +0 -13
  192. pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +0 -13
  193. pulumi_gcp/iap/tunnel_instance_iam_binding.py +0 -27
  194. pulumi_gcp/iap/tunnel_instance_iam_member.py +0 -27
  195. pulumi_gcp/iap/tunnel_instance_iam_policy.py +0 -27
  196. pulumi_gcp/iap/web_region_backend_service_iam_binding.py +0 -27
  197. pulumi_gcp/iap/web_region_backend_service_iam_member.py +0 -27
  198. pulumi_gcp/iap/web_region_backend_service_iam_policy.py +0 -27
  199. pulumi_gcp/iap/web_type_app_enging_iam_binding.py +7 -7
  200. pulumi_gcp/iap/web_type_app_enging_iam_member.py +7 -7
  201. pulumi_gcp/iap/web_type_app_enging_iam_policy.py +7 -7
  202. pulumi_gcp/lustre/__init__.py +0 -1
  203. pulumi_gcp/lustre/instance.py +0 -12
  204. pulumi_gcp/netapp/backup.py +2 -2
  205. pulumi_gcp/networksecurity/intercept_deployment.py +0 -10
  206. pulumi_gcp/networksecurity/intercept_deployment_group.py +0 -8
  207. pulumi_gcp/networksecurity/intercept_endpoint_group.py +0 -12
  208. pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +0 -16
  209. pulumi_gcp/pulumi-plugin.json +1 -1
  210. pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +0 -2
  211. pulumi_gcp/secretmanager/get_secret_iam_policy.py +0 -2
  212. pulumi_gcp/secretmanager/regional_secret_iam_binding.py +0 -13
  213. pulumi_gcp/secretmanager/regional_secret_iam_member.py +0 -13
  214. pulumi_gcp/secretmanager/regional_secret_iam_policy.py +0 -13
  215. pulumi_gcp/secretmanager/secret_iam_binding.py +0 -13
  216. pulumi_gcp/secretmanager/secret_iam_member.py +0 -13
  217. pulumi_gcp/secretmanager/secret_iam_policy.py +0 -13
  218. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +4 -2
  219. pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +4 -2
  220. pulumi_gcp/securesourcemanager/repository_iam_binding.py +11 -4
  221. pulumi_gcp/securesourcemanager/repository_iam_member.py +11 -4
  222. pulumi_gcp/securesourcemanager/repository_iam_policy.py +11 -4
  223. pulumi_gcp/securitycenter/v2_organization_scc_big_query_export.py +2 -2
  224. pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +2 -2
  225. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +0 -13
  226. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +0 -13
  227. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +0 -13
  228. pulumi_gcp/vertex/get_ai_feature_online_store_featureview_iam_policy.py +0 -2
  229. pulumi_gcp/vmwareengine/external_address.py +4 -4
  230. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +0 -6
  231. pulumi_gcp/workstations/get_workstation_iam_policy.py +0 -10
  232. pulumi_gcp/workstations/workstation_config_iam_binding.py +0 -33
  233. pulumi_gcp/workstations/workstation_config_iam_member.py +0 -33
  234. pulumi_gcp/workstations/workstation_config_iam_policy.py +0 -33
  235. pulumi_gcp/workstations/workstation_iam_binding.py +0 -53
  236. pulumi_gcp/workstations/workstation_iam_member.py +0 -53
  237. pulumi_gcp/workstations/workstation_iam_policy.py +0 -53
  238. {pulumi_gcp-8.32.0.dist-info → pulumi_gcp-8.32.0a1747459264.dist-info}/METADATA +1 -1
  239. {pulumi_gcp-8.32.0.dist-info → pulumi_gcp-8.32.0a1747459264.dist-info}/RECORD +241 -256
  240. {pulumi_gcp-8.32.0.dist-info → pulumi_gcp-8.32.0a1747459264.dist-info}/WHEEL +1 -1
  241. pulumi_gcp/beyondcorp/get_security_gateway.py +0 -222
  242. pulumi_gcp/bigquery/row_access_policy.py +0 -787
  243. pulumi_gcp/dataplex/get_glossary_iam_policy.py +0 -185
  244. pulumi_gcp/dataplex/glossary.py +0 -772
  245. pulumi_gcp/dataplex/glossary_iam_binding.py +0 -837
  246. pulumi_gcp/dataplex/glossary_iam_member.py +0 -837
  247. pulumi_gcp/dataplex/glossary_iam_policy.py +0 -676
  248. pulumi_gcp/firebase/app_hosting_default_domain.py +0 -721
  249. pulumi_gcp/firebase/app_hosting_domain.py +0 -796
  250. pulumi_gcp/firebase/app_hosting_traffic.py +0 -914
  251. pulumi_gcp/iam/get_workload_identity_pool_iam_policy.py +0 -156
  252. pulumi_gcp/iam/workload_identity_pool_iam_binding.py +0 -539
  253. pulumi_gcp/iam/workload_identity_pool_iam_member.py +0 -539
  254. pulumi_gcp/iam/workload_identity_pool_iam_policy.py +0 -358
  255. pulumi_gcp/lustre/get_instance.py +0 -280
  256. {pulumi_gcp-8.32.0.dist-info → pulumi_gcp-8.32.0a1747459264.dist-info}/top_level.txt +0 -0
@@ -31,9 +31,6 @@ class TunnelInstanceIAMPolicyArgs:
31
31
  a `organizations_get_iam_policy` data source.
32
32
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
33
33
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
34
- :param pulumi.Input[builtins.str] zone: Used to find the parent resource to bind the IAM policy to. If not specified,
35
- the value will be parsed from the identifier of the parent resource. If no zone is provided in the parent identifier and no
36
- zone is specified, it is taken from the provider configuration.
37
34
  """
38
35
  pulumi.set(__self__, "instance", instance)
39
36
  pulumi.set(__self__, "policy_data", policy_data)
@@ -83,11 +80,6 @@ class TunnelInstanceIAMPolicyArgs:
83
80
  @property
84
81
  @pulumi.getter
85
82
  def zone(self) -> Optional[pulumi.Input[builtins.str]]:
86
- """
87
- Used to find the parent resource to bind the IAM policy to. If not specified,
88
- the value will be parsed from the identifier of the parent resource. If no zone is provided in the parent identifier and no
89
- zone is specified, it is taken from the provider configuration.
90
- """
91
83
  return pulumi.get(self, "zone")
92
84
 
93
85
  @zone.setter
@@ -111,9 +103,6 @@ class _TunnelInstanceIAMPolicyState:
111
103
  a `organizations_get_iam_policy` data source.
112
104
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
113
105
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
114
- :param pulumi.Input[builtins.str] zone: Used to find the parent resource to bind the IAM policy to. If not specified,
115
- the value will be parsed from the identifier of the parent resource. If no zone is provided in the parent identifier and no
116
- zone is specified, it is taken from the provider configuration.
117
106
  """
118
107
  if etag is not None:
119
108
  pulumi.set(__self__, "etag", etag)
@@ -179,11 +168,6 @@ class _TunnelInstanceIAMPolicyState:
179
168
  @property
180
169
  @pulumi.getter
181
170
  def zone(self) -> Optional[pulumi.Input[builtins.str]]:
182
- """
183
- Used to find the parent resource to bind the IAM policy to. If not specified,
184
- the value will be parsed from the identifier of the parent resource. If no zone is provided in the parent identifier and no
185
- zone is specified, it is taken from the provider configuration.
186
- """
187
171
  return pulumi.get(self, "zone")
188
172
 
189
173
  @zone.setter
@@ -493,9 +477,6 @@ class TunnelInstanceIAMPolicy(pulumi.CustomResource):
493
477
  a `organizations_get_iam_policy` data source.
494
478
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
495
479
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
496
- :param pulumi.Input[builtins.str] zone: Used to find the parent resource to bind the IAM policy to. If not specified,
497
- the value will be parsed from the identifier of the parent resource. If no zone is provided in the parent identifier and no
498
- zone is specified, it is taken from the provider configuration.
499
480
  """
500
481
  ...
501
482
  @overload
@@ -852,9 +833,6 @@ class TunnelInstanceIAMPolicy(pulumi.CustomResource):
852
833
  a `organizations_get_iam_policy` data source.
853
834
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
854
835
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
855
- :param pulumi.Input[builtins.str] zone: Used to find the parent resource to bind the IAM policy to. If not specified,
856
- the value will be parsed from the identifier of the parent resource. If no zone is provided in the parent identifier and no
857
- zone is specified, it is taken from the provider configuration.
858
836
  """
859
837
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
860
838
 
@@ -904,10 +882,5 @@ class TunnelInstanceIAMPolicy(pulumi.CustomResource):
904
882
  @property
905
883
  @pulumi.getter
906
884
  def zone(self) -> pulumi.Output[builtins.str]:
907
- """
908
- Used to find the parent resource to bind the IAM policy to. If not specified,
909
- the value will be parsed from the identifier of the parent resource. If no zone is provided in the parent identifier and no
910
- zone is specified, it is taken from the provider configuration.
911
- """
912
885
  return pulumi.get(self, "zone")
913
886
 
@@ -49,9 +49,6 @@ class WebRegionBackendServiceIamBindingArgs:
49
49
  Structure is documented below.
50
50
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
51
51
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
52
- :param pulumi.Input[builtins.str] region: Used to find the parent resource to bind the IAM policy to. If not specified,
53
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
54
- region is specified, it is taken from the provider configuration.
55
52
  """
56
53
  pulumi.set(__self__, "members", members)
57
54
  pulumi.set(__self__, "role", role)
@@ -140,11 +137,6 @@ class WebRegionBackendServiceIamBindingArgs:
140
137
  @property
141
138
  @pulumi.getter
142
139
  def region(self) -> Optional[pulumi.Input[builtins.str]]:
143
- """
144
- Used to find the parent resource to bind the IAM policy to. If not specified,
145
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
146
- region is specified, it is taken from the provider configuration.
147
- """
148
140
  return pulumi.get(self, "region")
149
141
 
150
142
  @region.setter
@@ -180,9 +172,6 @@ class _WebRegionBackendServiceIamBindingState:
180
172
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
181
173
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
182
174
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
183
- :param pulumi.Input[builtins.str] region: Used to find the parent resource to bind the IAM policy to. If not specified,
184
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
185
- region is specified, it is taken from the provider configuration.
186
175
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
187
176
  `iap.WebRegionBackendServiceIamBinding` can be used per role. Note that custom roles must be of the format
188
177
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -266,11 +255,6 @@ class _WebRegionBackendServiceIamBindingState:
266
255
  @property
267
256
  @pulumi.getter
268
257
  def region(self) -> Optional[pulumi.Input[builtins.str]]:
269
- """
270
- Used to find the parent resource to bind the IAM policy to. If not specified,
271
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
272
- region is specified, it is taken from the provider configuration.
273
- """
274
258
  return pulumi.get(self, "region")
275
259
 
276
260
  @region.setter
@@ -616,9 +600,6 @@ class WebRegionBackendServiceIamBinding(pulumi.CustomResource):
616
600
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
617
601
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
618
602
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
619
- :param pulumi.Input[builtins.str] region: Used to find the parent resource to bind the IAM policy to. If not specified,
620
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
621
- region is specified, it is taken from the provider configuration.
622
603
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
623
604
  `iap.WebRegionBackendServiceIamBinding` can be used per role. Note that custom roles must be of the format
624
605
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -995,9 +976,6 @@ class WebRegionBackendServiceIamBinding(pulumi.CustomResource):
995
976
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
996
977
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
997
978
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
998
- :param pulumi.Input[builtins.str] region: Used to find the parent resource to bind the IAM policy to. If not specified,
999
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
1000
- region is specified, it is taken from the provider configuration.
1001
979
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
1002
980
  `iap.WebRegionBackendServiceIamBinding` can be used per role. Note that custom roles must be of the format
1003
981
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -1063,11 +1041,6 @@ class WebRegionBackendServiceIamBinding(pulumi.CustomResource):
1063
1041
  @property
1064
1042
  @pulumi.getter
1065
1043
  def region(self) -> pulumi.Output[builtins.str]:
1066
- """
1067
- Used to find the parent resource to bind the IAM policy to. If not specified,
1068
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
1069
- region is specified, it is taken from the provider configuration.
1070
- """
1071
1044
  return pulumi.get(self, "region")
1072
1045
 
1073
1046
  @property
@@ -49,9 +49,6 @@ class WebRegionBackendServiceIamMemberArgs:
49
49
  Structure is documented below.
50
50
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
51
51
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
52
- :param pulumi.Input[builtins.str] region: Used to find the parent resource to bind the IAM policy to. If not specified,
53
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
54
- region is specified, it is taken from the provider configuration.
55
52
  """
56
53
  pulumi.set(__self__, "member", member)
57
54
  pulumi.set(__self__, "role", role)
@@ -140,11 +137,6 @@ class WebRegionBackendServiceIamMemberArgs:
140
137
  @property
141
138
  @pulumi.getter
142
139
  def region(self) -> Optional[pulumi.Input[builtins.str]]:
143
- """
144
- Used to find the parent resource to bind the IAM policy to. If not specified,
145
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
146
- region is specified, it is taken from the provider configuration.
147
- """
148
140
  return pulumi.get(self, "region")
149
141
 
150
142
  @region.setter
@@ -180,9 +172,6 @@ class _WebRegionBackendServiceIamMemberState:
180
172
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
181
173
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
182
174
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
183
- :param pulumi.Input[builtins.str] region: Used to find the parent resource to bind the IAM policy to. If not specified,
184
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
185
- region is specified, it is taken from the provider configuration.
186
175
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
187
176
  `iap.WebRegionBackendServiceIamBinding` can be used per role. Note that custom roles must be of the format
188
177
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -266,11 +255,6 @@ class _WebRegionBackendServiceIamMemberState:
266
255
  @property
267
256
  @pulumi.getter
268
257
  def region(self) -> Optional[pulumi.Input[builtins.str]]:
269
- """
270
- Used to find the parent resource to bind the IAM policy to. If not specified,
271
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
272
- region is specified, it is taken from the provider configuration.
273
- """
274
258
  return pulumi.get(self, "region")
275
259
 
276
260
  @region.setter
@@ -616,9 +600,6 @@ class WebRegionBackendServiceIamMember(pulumi.CustomResource):
616
600
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
617
601
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
618
602
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
619
- :param pulumi.Input[builtins.str] region: Used to find the parent resource to bind the IAM policy to. If not specified,
620
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
621
- region is specified, it is taken from the provider configuration.
622
603
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
623
604
  `iap.WebRegionBackendServiceIamBinding` can be used per role. Note that custom roles must be of the format
624
605
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -995,9 +976,6 @@ class WebRegionBackendServiceIamMember(pulumi.CustomResource):
995
976
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
996
977
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
997
978
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
998
- :param pulumi.Input[builtins.str] region: Used to find the parent resource to bind the IAM policy to. If not specified,
999
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
1000
- region is specified, it is taken from the provider configuration.
1001
979
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
1002
980
  `iap.WebRegionBackendServiceIamBinding` can be used per role. Note that custom roles must be of the format
1003
981
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -1063,11 +1041,6 @@ class WebRegionBackendServiceIamMember(pulumi.CustomResource):
1063
1041
  @property
1064
1042
  @pulumi.getter
1065
1043
  def region(self) -> pulumi.Output[builtins.str]:
1066
- """
1067
- Used to find the parent resource to bind the IAM policy to. If not specified,
1068
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
1069
- region is specified, it is taken from the provider configuration.
1070
- """
1071
1044
  return pulumi.get(self, "region")
1072
1045
 
1073
1046
  @property
@@ -31,9 +31,6 @@ class WebRegionBackendServiceIamPolicyArgs:
31
31
  :param pulumi.Input[builtins.str] web_region_backend_service: Used to find the parent resource to bind the IAM policy to
32
32
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
33
33
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
34
- :param pulumi.Input[builtins.str] region: Used to find the parent resource to bind the IAM policy to. If not specified,
35
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
36
- region is specified, it is taken from the provider configuration.
37
34
  """
38
35
  pulumi.set(__self__, "policy_data", policy_data)
39
36
  pulumi.set(__self__, "web_region_backend_service", web_region_backend_service)
@@ -83,11 +80,6 @@ class WebRegionBackendServiceIamPolicyArgs:
83
80
  @property
84
81
  @pulumi.getter
85
82
  def region(self) -> Optional[pulumi.Input[builtins.str]]:
86
- """
87
- Used to find the parent resource to bind the IAM policy to. If not specified,
88
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
89
- region is specified, it is taken from the provider configuration.
90
- """
91
83
  return pulumi.get(self, "region")
92
84
 
93
85
  @region.setter
@@ -110,9 +102,6 @@ class _WebRegionBackendServiceIamPolicyState:
110
102
  a `organizations_get_iam_policy` data source.
111
103
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
112
104
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
113
- :param pulumi.Input[builtins.str] region: Used to find the parent resource to bind the IAM policy to. If not specified,
114
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
115
- region is specified, it is taken from the provider configuration.
116
105
  :param pulumi.Input[builtins.str] web_region_backend_service: Used to find the parent resource to bind the IAM policy to
117
106
  """
118
107
  if etag is not None:
@@ -167,11 +156,6 @@ class _WebRegionBackendServiceIamPolicyState:
167
156
  @property
168
157
  @pulumi.getter
169
158
  def region(self) -> Optional[pulumi.Input[builtins.str]]:
170
- """
171
- Used to find the parent resource to bind the IAM policy to. If not specified,
172
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
173
- region is specified, it is taken from the provider configuration.
174
- """
175
159
  return pulumi.get(self, "region")
176
160
 
177
161
  @region.setter
@@ -490,9 +474,6 @@ class WebRegionBackendServiceIamPolicy(pulumi.CustomResource):
490
474
  a `organizations_get_iam_policy` data source.
491
475
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
492
476
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
493
- :param pulumi.Input[builtins.str] region: Used to find the parent resource to bind the IAM policy to. If not specified,
494
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
495
- region is specified, it is taken from the provider configuration.
496
477
  :param pulumi.Input[builtins.str] web_region_backend_service: Used to find the parent resource to bind the IAM policy to
497
478
  """
498
479
  ...
@@ -847,9 +828,6 @@ class WebRegionBackendServiceIamPolicy(pulumi.CustomResource):
847
828
  a `organizations_get_iam_policy` data source.
848
829
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
849
830
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
850
- :param pulumi.Input[builtins.str] region: Used to find the parent resource to bind the IAM policy to. If not specified,
851
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
852
- region is specified, it is taken from the provider configuration.
853
831
  :param pulumi.Input[builtins.str] web_region_backend_service: Used to find the parent resource to bind the IAM policy to
854
832
  """
855
833
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -892,11 +870,6 @@ class WebRegionBackendServiceIamPolicy(pulumi.CustomResource):
892
870
  @property
893
871
  @pulumi.getter
894
872
  def region(self) -> pulumi.Output[builtins.str]:
895
- """
896
- Used to find the parent resource to bind the IAM policy to. If not specified,
897
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
898
- region is specified, it is taken from the provider configuration.
899
- """
900
873
  return pulumi.get(self, "region")
901
874
 
902
875
  @property
@@ -29,7 +29,7 @@ class WebTypeAppEngingIamBindingArgs:
29
29
  project: Optional[pulumi.Input[builtins.str]] = None):
30
30
  """
31
31
  The set of arguments for constructing a WebTypeAppEngingIamBinding resource.
32
- :param pulumi.Input[builtins.str] app_id: Used to find the parent resource to bind the IAM policy to
32
+ :param pulumi.Input[builtins.str] app_id: Id of the App Engine application. Used to find the parent resource to bind the IAM policy to
33
33
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
34
34
  Each entry can have one of the following values:
35
35
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -61,7 +61,7 @@ class WebTypeAppEngingIamBindingArgs:
61
61
  @pulumi.getter(name="appId")
62
62
  def app_id(self) -> pulumi.Input[builtins.str]:
63
63
  """
64
- Used to find the parent resource to bind the IAM policy to
64
+ Id of the App Engine application. Used to find the parent resource to bind the IAM policy to
65
65
  """
66
66
  return pulumi.get(self, "app_id")
67
67
 
@@ -143,7 +143,7 @@ class _WebTypeAppEngingIamBindingState:
143
143
  role: Optional[pulumi.Input[builtins.str]] = None):
144
144
  """
145
145
  Input properties used for looking up and filtering WebTypeAppEngingIamBinding resources.
146
- :param pulumi.Input[builtins.str] app_id: Used to find the parent resource to bind the IAM policy to
146
+ :param pulumi.Input[builtins.str] app_id: Id of the App Engine application. Used to find the parent resource to bind the IAM policy to
147
147
  :param pulumi.Input['WebTypeAppEngingIamBindingConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
148
148
  Structure is documented below.
149
149
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
@@ -181,7 +181,7 @@ class _WebTypeAppEngingIamBindingState:
181
181
  @pulumi.getter(name="appId")
182
182
  def app_id(self) -> Optional[pulumi.Input[builtins.str]]:
183
183
  """
184
- Used to find the parent resource to bind the IAM policy to
184
+ Id of the App Engine application. Used to find the parent resource to bind the IAM policy to
185
185
  """
186
186
  return pulumi.get(self, "app_id")
187
187
 
@@ -546,7 +546,7 @@ class WebTypeAppEngingIamBinding(pulumi.CustomResource):
546
546
 
547
547
  :param str resource_name: The name of the resource.
548
548
  :param pulumi.ResourceOptions opts: Options for the resource.
549
- :param pulumi.Input[builtins.str] app_id: Used to find the parent resource to bind the IAM policy to
549
+ :param pulumi.Input[builtins.str] app_id: Id of the App Engine application. Used to find the parent resource to bind the IAM policy to
550
550
  :param pulumi.Input[Union['WebTypeAppEngingIamBindingConditionArgs', 'WebTypeAppEngingIamBindingConditionArgsDict']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
551
551
  Structure is documented below.
552
552
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
@@ -904,7 +904,7 @@ class WebTypeAppEngingIamBinding(pulumi.CustomResource):
904
904
  :param str resource_name: The unique name of the resulting resource.
905
905
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
906
906
  :param pulumi.ResourceOptions opts: Options for the resource.
907
- :param pulumi.Input[builtins.str] app_id: Used to find the parent resource to bind the IAM policy to
907
+ :param pulumi.Input[builtins.str] app_id: Id of the App Engine application. Used to find the parent resource to bind the IAM policy to
908
908
  :param pulumi.Input[Union['WebTypeAppEngingIamBindingConditionArgs', 'WebTypeAppEngingIamBindingConditionArgsDict']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
909
909
  Structure is documented below.
910
910
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
@@ -941,7 +941,7 @@ class WebTypeAppEngingIamBinding(pulumi.CustomResource):
941
941
  @pulumi.getter(name="appId")
942
942
  def app_id(self) -> pulumi.Output[builtins.str]:
943
943
  """
944
- Used to find the parent resource to bind the IAM policy to
944
+ Id of the App Engine application. Used to find the parent resource to bind the IAM policy to
945
945
  """
946
946
  return pulumi.get(self, "app_id")
947
947
 
@@ -29,7 +29,7 @@ class WebTypeAppEngingIamMemberArgs:
29
29
  project: Optional[pulumi.Input[builtins.str]] = None):
30
30
  """
31
31
  The set of arguments for constructing a WebTypeAppEngingIamMember resource.
32
- :param pulumi.Input[builtins.str] app_id: Used to find the parent resource to bind the IAM policy to
32
+ :param pulumi.Input[builtins.str] app_id: Id of the App Engine application. Used to find the parent resource to bind the IAM policy to
33
33
  :param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
34
34
  Each entry can have one of the following values:
35
35
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -61,7 +61,7 @@ class WebTypeAppEngingIamMemberArgs:
61
61
  @pulumi.getter(name="appId")
62
62
  def app_id(self) -> pulumi.Input[builtins.str]:
63
63
  """
64
- Used to find the parent resource to bind the IAM policy to
64
+ Id of the App Engine application. Used to find the parent resource to bind the IAM policy to
65
65
  """
66
66
  return pulumi.get(self, "app_id")
67
67
 
@@ -143,7 +143,7 @@ class _WebTypeAppEngingIamMemberState:
143
143
  role: Optional[pulumi.Input[builtins.str]] = None):
144
144
  """
145
145
  Input properties used for looking up and filtering WebTypeAppEngingIamMember resources.
146
- :param pulumi.Input[builtins.str] app_id: Used to find the parent resource to bind the IAM policy to
146
+ :param pulumi.Input[builtins.str] app_id: Id of the App Engine application. Used to find the parent resource to bind the IAM policy to
147
147
  :param pulumi.Input['WebTypeAppEngingIamMemberConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
148
148
  Structure is documented below.
149
149
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
@@ -181,7 +181,7 @@ class _WebTypeAppEngingIamMemberState:
181
181
  @pulumi.getter(name="appId")
182
182
  def app_id(self) -> Optional[pulumi.Input[builtins.str]]:
183
183
  """
184
- Used to find the parent resource to bind the IAM policy to
184
+ Id of the App Engine application. Used to find the parent resource to bind the IAM policy to
185
185
  """
186
186
  return pulumi.get(self, "app_id")
187
187
 
@@ -546,7 +546,7 @@ class WebTypeAppEngingIamMember(pulumi.CustomResource):
546
546
 
547
547
  :param str resource_name: The name of the resource.
548
548
  :param pulumi.ResourceOptions opts: Options for the resource.
549
- :param pulumi.Input[builtins.str] app_id: Used to find the parent resource to bind the IAM policy to
549
+ :param pulumi.Input[builtins.str] app_id: Id of the App Engine application. Used to find the parent resource to bind the IAM policy to
550
550
  :param pulumi.Input[Union['WebTypeAppEngingIamMemberConditionArgs', 'WebTypeAppEngingIamMemberConditionArgsDict']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
551
551
  Structure is documented below.
552
552
  :param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
@@ -904,7 +904,7 @@ class WebTypeAppEngingIamMember(pulumi.CustomResource):
904
904
  :param str resource_name: The unique name of the resulting resource.
905
905
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
906
906
  :param pulumi.ResourceOptions opts: Options for the resource.
907
- :param pulumi.Input[builtins.str] app_id: Used to find the parent resource to bind the IAM policy to
907
+ :param pulumi.Input[builtins.str] app_id: Id of the App Engine application. Used to find the parent resource to bind the IAM policy to
908
908
  :param pulumi.Input[Union['WebTypeAppEngingIamMemberConditionArgs', 'WebTypeAppEngingIamMemberConditionArgsDict']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
909
909
  Structure is documented below.
910
910
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
@@ -941,7 +941,7 @@ class WebTypeAppEngingIamMember(pulumi.CustomResource):
941
941
  @pulumi.getter(name="appId")
942
942
  def app_id(self) -> pulumi.Output[builtins.str]:
943
943
  """
944
- Used to find the parent resource to bind the IAM policy to
944
+ Id of the App Engine application. Used to find the parent resource to bind the IAM policy to
945
945
  """
946
946
  return pulumi.get(self, "app_id")
947
947
 
@@ -25,7 +25,7 @@ class WebTypeAppEngingIamPolicyArgs:
25
25
  project: Optional[pulumi.Input[builtins.str]] = None):
26
26
  """
27
27
  The set of arguments for constructing a WebTypeAppEngingIamPolicy resource.
28
- :param pulumi.Input[builtins.str] app_id: Used to find the parent resource to bind the IAM policy to
28
+ :param pulumi.Input[builtins.str] app_id: Id of the App Engine application. Used to find the parent resource to bind the IAM policy to
29
29
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
30
30
  a `organizations_get_iam_policy` data source.
31
31
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
@@ -40,7 +40,7 @@ class WebTypeAppEngingIamPolicyArgs:
40
40
  @pulumi.getter(name="appId")
41
41
  def app_id(self) -> pulumi.Input[builtins.str]:
42
42
  """
43
- Used to find the parent resource to bind the IAM policy to
43
+ Id of the App Engine application. Used to find the parent resource to bind the IAM policy to
44
44
  """
45
45
  return pulumi.get(self, "app_id")
46
46
 
@@ -84,7 +84,7 @@ class _WebTypeAppEngingIamPolicyState:
84
84
  project: Optional[pulumi.Input[builtins.str]] = None):
85
85
  """
86
86
  Input properties used for looking up and filtering WebTypeAppEngingIamPolicy resources.
87
- :param pulumi.Input[builtins.str] app_id: Used to find the parent resource to bind the IAM policy to
87
+ :param pulumi.Input[builtins.str] app_id: Id of the App Engine application. Used to find the parent resource to bind the IAM policy to
88
88
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
89
89
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
90
90
  a `organizations_get_iam_policy` data source.
@@ -104,7 +104,7 @@ class _WebTypeAppEngingIamPolicyState:
104
104
  @pulumi.getter(name="appId")
105
105
  def app_id(self) -> Optional[pulumi.Input[builtins.str]]:
106
106
  """
107
- Used to find the parent resource to bind the IAM policy to
107
+ Id of the App Engine application. Used to find the parent resource to bind the IAM policy to
108
108
  """
109
109
  return pulumi.get(self, "app_id")
110
110
 
@@ -431,7 +431,7 @@ class WebTypeAppEngingIamPolicy(pulumi.CustomResource):
431
431
 
432
432
  :param str resource_name: The name of the resource.
433
433
  :param pulumi.ResourceOptions opts: Options for the resource.
434
- :param pulumi.Input[builtins.str] app_id: Used to find the parent resource to bind the IAM policy to
434
+ :param pulumi.Input[builtins.str] app_id: Id of the App Engine application. Used to find the parent resource to bind the IAM policy to
435
435
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
436
436
  a `organizations_get_iam_policy` data source.
437
437
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
@@ -767,7 +767,7 @@ class WebTypeAppEngingIamPolicy(pulumi.CustomResource):
767
767
  :param str resource_name: The unique name of the resulting resource.
768
768
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
769
769
  :param pulumi.ResourceOptions opts: Options for the resource.
770
- :param pulumi.Input[builtins.str] app_id: Used to find the parent resource to bind the IAM policy to
770
+ :param pulumi.Input[builtins.str] app_id: Id of the App Engine application. Used to find the parent resource to bind the IAM policy to
771
771
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
772
772
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
773
773
  a `organizations_get_iam_policy` data source.
@@ -788,7 +788,7 @@ class WebTypeAppEngingIamPolicy(pulumi.CustomResource):
788
788
  @pulumi.getter(name="appId")
789
789
  def app_id(self) -> pulumi.Output[builtins.str]:
790
790
  """
791
- Used to find the parent resource to bind the IAM policy to
791
+ Id of the App Engine application. Used to find the parent resource to bind the IAM policy to
792
792
  """
793
793
  return pulumi.get(self, "app_id")
794
794
 
@@ -6,5 +6,4 @@ import builtins
6
6
  from .. import _utilities
7
7
  import typing
8
8
  # Export this package's modules as members:
9
- from .get_instance import *
10
9
  from .instance import *
@@ -529,12 +529,6 @@ class Instance(pulumi.CustomResource):
529
529
  """
530
530
  A Managed Lustre instance
531
531
 
532
- To get more information about Instance, see:
533
-
534
- * [API documentation](https://cloud.google.com/managed-lustre/docs/reference/rest/v1/projects.locations.instances)
535
- * How-to Guides
536
- * [Official Documentation](https://cloud.google.com/managed-lustre/docs/create-instance)
537
-
538
532
  ## Example Usage
539
533
 
540
534
  ### Lustre Instance Basic
@@ -625,12 +619,6 @@ class Instance(pulumi.CustomResource):
625
619
  """
626
620
  A Managed Lustre instance
627
621
 
628
- To get more information about Instance, see:
629
-
630
- * [API documentation](https://cloud.google.com/managed-lustre/docs/reference/rest/v1/projects.locations.instances)
631
- * How-to Guides
632
- * [Official Documentation](https://cloud.google.com/managed-lustre/docs/create-instance)
633
-
634
622
  ## Example Usage
635
623
 
636
624
  ### Lustre Instance Basic
@@ -516,7 +516,7 @@ class Backup(pulumi.CustomResource):
516
516
  import pulumi
517
517
  import pulumi_gcp as gcp
518
518
 
519
- default = gcp.compute.get_network(name="network")
519
+ default = gcp.compute.get_network(name="")
520
520
  default_storage_pool = gcp.netapp.StoragePool("default",
521
521
  name="backup-pool",
522
522
  location="us-central1",
@@ -624,7 +624,7 @@ class Backup(pulumi.CustomResource):
624
624
  import pulumi
625
625
  import pulumi_gcp as gcp
626
626
 
627
- default = gcp.compute.get_network(name="network")
627
+ default = gcp.compute.get_network(name="")
628
628
  default_storage_pool = gcp.netapp.StoragePool("default",
629
629
  name="backup-pool",
630
630
  location="us-central1",
@@ -460,11 +460,6 @@ class InterceptDeployment(pulumi.CustomResource):
460
460
  project: Optional[pulumi.Input[builtins.str]] = None,
461
461
  __props__=None):
462
462
  """
463
- A deployment represents a zonal intercept backend ready to accept
464
- GENEVE-encapsulated traffic, e.g. a zonal instance group fronted by an
465
- internal passthrough load balancer. Deployments are always part of a
466
- global deployment group which represents a global intercept service.
467
-
468
463
  ## Example Usage
469
464
 
470
465
  ### Network Security Intercept Deployment Basic
@@ -570,11 +565,6 @@ class InterceptDeployment(pulumi.CustomResource):
570
565
  args: InterceptDeploymentArgs,
571
566
  opts: Optional[pulumi.ResourceOptions] = None):
572
567
  """
573
- A deployment represents a zonal intercept backend ready to accept
574
- GENEVE-encapsulated traffic, e.g. a zonal instance group fronted by an
575
- internal passthrough load balancer. Deployments are always part of a
576
- global deployment group which represents a global intercept service.
577
-
578
568
  ## Example Usage
579
569
 
580
570
  ### Network Security Intercept Deployment Basic
@@ -454,10 +454,6 @@ class InterceptDeploymentGroup(pulumi.CustomResource):
454
454
  project: Optional[pulumi.Input[builtins.str]] = None,
455
455
  __props__=None):
456
456
  """
457
- A deployment group aggregates many zonal intercept backends (deployments)
458
- into a single global intercept service. Consumers can connect this service
459
- using an endpoint group.
460
-
461
457
  ## Example Usage
462
458
 
463
459
  ### Network Security Intercept Deployment Group Basic
@@ -529,10 +525,6 @@ class InterceptDeploymentGroup(pulumi.CustomResource):
529
525
  args: InterceptDeploymentGroupArgs,
530
526
  opts: Optional[pulumi.ResourceOptions] = None):
531
527
  """
532
- A deployment group aggregates many zonal intercept backends (deployments)
533
- into a single global intercept service. Consumers can connect this service
534
- using an endpoint group.
535
-
536
528
  ## Example Usage
537
529
 
538
530
  ### Network Security Intercept Deployment Group Basic
@@ -454,12 +454,6 @@ class InterceptEndpointGroup(pulumi.CustomResource):
454
454
  project: Optional[pulumi.Input[builtins.str]] = None,
455
455
  __props__=None):
456
456
  """
457
- An endpoint group is a consumer frontend for a deployment group (backend).
458
- In order to configure intercept for a network, consumers must create:
459
- - An association between their network and the endpoint group.
460
- - A security profile that points to the endpoint group.
461
- - A firewall rule that references the security profile (group).
462
-
463
457
  ## Example Usage
464
458
 
465
459
  ### Network Security Intercept Endpoint Group Basic
@@ -535,12 +529,6 @@ class InterceptEndpointGroup(pulumi.CustomResource):
535
529
  args: InterceptEndpointGroupArgs,
536
530
  opts: Optional[pulumi.ResourceOptions] = None):
537
531
  """
538
- An endpoint group is a consumer frontend for a deployment group (backend).
539
- In order to configure intercept for a network, consumers must create:
540
- - An association between their network and the endpoint group.
541
- - A security profile that points to the endpoint group.
542
- - A firewall rule that references the security profile (group).
543
-
544
532
  ## Example Usage
545
533
 
546
534
  ### Network Security Intercept Endpoint Group Basic