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
@@ -47,7 +47,6 @@ class TaskIamBindingArgs:
47
47
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
48
48
  `dataplex.TaskIamBinding` can be used per role. Note that custom roles must be of the format
49
49
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
50
- :param pulumi.Input[builtins.str] task_id: Used to find the parent resource to bind the IAM policy to
51
50
  :param pulumi.Input[builtins.str] location: The location in which the task will be created in.
52
51
  Used to find the parent resource to bind the IAM policy to. If not specified,
53
52
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
@@ -118,9 +117,6 @@ class TaskIamBindingArgs:
118
117
  @property
119
118
  @pulumi.getter(name="taskId")
120
119
  def task_id(self) -> pulumi.Input[builtins.str]:
121
- """
122
- Used to find the parent resource to bind the IAM policy to
123
- """
124
120
  return pulumi.get(self, "task_id")
125
121
 
126
122
  @task_id.setter
@@ -201,7 +197,6 @@ class _TaskIamBindingState:
201
197
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
202
198
  `dataplex.TaskIamBinding` can be used per role. Note that custom roles must be of the format
203
199
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
204
- :param pulumi.Input[builtins.str] task_id: Used to find the parent resource to bind the IAM policy to
205
200
  """
206
201
  if condition is not None:
207
202
  pulumi.set(__self__, "condition", condition)
@@ -321,9 +316,6 @@ class _TaskIamBindingState:
321
316
  @property
322
317
  @pulumi.getter(name="taskId")
323
318
  def task_id(self) -> Optional[pulumi.Input[builtins.str]]:
324
- """
325
- Used to find the parent resource to bind the IAM policy to
326
- """
327
319
  return pulumi.get(self, "task_id")
328
320
 
329
321
  @task_id.setter
@@ -537,7 +529,6 @@ class TaskIamBinding(pulumi.CustomResource):
537
529
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
538
530
  `dataplex.TaskIamBinding` can be used per role. Note that custom roles must be of the format
539
531
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
540
- :param pulumi.Input[builtins.str] task_id: Used to find the parent resource to bind the IAM policy to
541
532
  """
542
533
  ...
543
534
  @overload
@@ -808,7 +799,6 @@ class TaskIamBinding(pulumi.CustomResource):
808
799
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
809
800
  `dataplex.TaskIamBinding` can be used per role. Note that custom roles must be of the format
810
801
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
811
- :param pulumi.Input[builtins.str] task_id: Used to find the parent resource to bind the IAM policy to
812
802
  """
813
803
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
814
804
 
@@ -897,8 +887,5 @@ class TaskIamBinding(pulumi.CustomResource):
897
887
  @property
898
888
  @pulumi.getter(name="taskId")
899
889
  def task_id(self) -> pulumi.Output[builtins.str]:
900
- """
901
- Used to find the parent resource to bind the IAM policy to
902
- """
903
890
  return pulumi.get(self, "task_id")
904
891
 
@@ -47,7 +47,6 @@ class TaskIamMemberArgs:
47
47
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
48
48
  `dataplex.TaskIamBinding` can be used per role. Note that custom roles must be of the format
49
49
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
50
- :param pulumi.Input[builtins.str] task_id: Used to find the parent resource to bind the IAM policy to
51
50
  :param pulumi.Input[builtins.str] location: The location in which the task will be created in.
52
51
  Used to find the parent resource to bind the IAM policy to. If not specified,
53
52
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
@@ -118,9 +117,6 @@ class TaskIamMemberArgs:
118
117
  @property
119
118
  @pulumi.getter(name="taskId")
120
119
  def task_id(self) -> pulumi.Input[builtins.str]:
121
- """
122
- Used to find the parent resource to bind the IAM policy to
123
- """
124
120
  return pulumi.get(self, "task_id")
125
121
 
126
122
  @task_id.setter
@@ -201,7 +197,6 @@ class _TaskIamMemberState:
201
197
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
202
198
  `dataplex.TaskIamBinding` can be used per role. Note that custom roles must be of the format
203
199
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
204
- :param pulumi.Input[builtins.str] task_id: Used to find the parent resource to bind the IAM policy to
205
200
  """
206
201
  if condition is not None:
207
202
  pulumi.set(__self__, "condition", condition)
@@ -321,9 +316,6 @@ class _TaskIamMemberState:
321
316
  @property
322
317
  @pulumi.getter(name="taskId")
323
318
  def task_id(self) -> Optional[pulumi.Input[builtins.str]]:
324
- """
325
- Used to find the parent resource to bind the IAM policy to
326
- """
327
319
  return pulumi.get(self, "task_id")
328
320
 
329
321
  @task_id.setter
@@ -537,7 +529,6 @@ class TaskIamMember(pulumi.CustomResource):
537
529
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
538
530
  `dataplex.TaskIamBinding` can be used per role. Note that custom roles must be of the format
539
531
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
540
- :param pulumi.Input[builtins.str] task_id: Used to find the parent resource to bind the IAM policy to
541
532
  """
542
533
  ...
543
534
  @overload
@@ -808,7 +799,6 @@ class TaskIamMember(pulumi.CustomResource):
808
799
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
809
800
  `dataplex.TaskIamBinding` can be used per role. Note that custom roles must be of the format
810
801
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
811
- :param pulumi.Input[builtins.str] task_id: Used to find the parent resource to bind the IAM policy to
812
802
  """
813
803
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
814
804
 
@@ -897,8 +887,5 @@ class TaskIamMember(pulumi.CustomResource):
897
887
  @property
898
888
  @pulumi.getter(name="taskId")
899
889
  def task_id(self) -> pulumi.Output[builtins.str]:
900
- """
901
- Used to find the parent resource to bind the IAM policy to
902
- """
903
890
  return pulumi.get(self, "task_id")
904
891
 
@@ -31,7 +31,6 @@ class TaskIamPolicyArgs:
31
31
  Used to find the parent resource to bind the IAM policy to
32
32
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
33
33
  a `organizations_get_iam_policy` data source.
34
- :param pulumi.Input[builtins.str] task_id: Used to find the parent resource to bind the IAM policy to
35
34
  :param pulumi.Input[builtins.str] location: The location in which the task will be created in.
36
35
  Used to find the parent resource to bind the IAM policy to. If not specified,
37
36
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
@@ -76,9 +75,6 @@ class TaskIamPolicyArgs:
76
75
  @property
77
76
  @pulumi.getter(name="taskId")
78
77
  def task_id(self) -> pulumi.Input[builtins.str]:
79
- """
80
- Used to find the parent resource to bind the IAM policy to
81
- """
82
78
  return pulumi.get(self, "task_id")
83
79
 
84
80
  @task_id.setter
@@ -136,7 +132,6 @@ class _TaskIamPolicyState:
136
132
  a `organizations_get_iam_policy` data source.
137
133
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
138
134
  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.
139
- :param pulumi.Input[builtins.str] task_id: Used to find the parent resource to bind the IAM policy to
140
135
  """
141
136
  if etag is not None:
142
137
  pulumi.set(__self__, "etag", etag)
@@ -220,9 +215,6 @@ class _TaskIamPolicyState:
220
215
  @property
221
216
  @pulumi.getter(name="taskId")
222
217
  def task_id(self) -> Optional[pulumi.Input[builtins.str]]:
223
- """
224
- Used to find the parent resource to bind the IAM policy to
225
- """
226
218
  return pulumi.get(self, "task_id")
227
219
 
228
220
  @task_id.setter
@@ -422,7 +414,6 @@ class TaskIamPolicy(pulumi.CustomResource):
422
414
  a `organizations_get_iam_policy` data source.
423
415
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
424
416
  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.
425
- :param pulumi.Input[builtins.str] task_id: Used to find the parent resource to bind the IAM policy to
426
417
  """
427
418
  ...
428
419
  @overload
@@ -673,7 +664,6 @@ class TaskIamPolicy(pulumi.CustomResource):
673
664
  a `organizations_get_iam_policy` data source.
674
665
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
675
666
  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.
676
- :param pulumi.Input[builtins.str] task_id: Used to find the parent resource to bind the IAM policy to
677
667
  """
678
668
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
679
669
 
@@ -736,8 +726,5 @@ class TaskIamPolicy(pulumi.CustomResource):
736
726
  @property
737
727
  @pulumi.getter(name="taskId")
738
728
  def task_id(self) -> pulumi.Output[builtins.str]:
739
- """
740
- Used to find the parent resource to bind the IAM policy to
741
- """
742
729
  return pulumi.get(self, "task_id")
743
730
 
@@ -32,7 +32,6 @@ class ZoneIamBindingArgs:
32
32
  """
33
33
  The set of arguments for constructing a ZoneIamBinding resource.
34
34
  :param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
35
- :param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
36
35
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
37
36
  Each entry can have one of the following values:
38
37
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -47,9 +46,6 @@ class ZoneIamBindingArgs:
47
46
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
48
47
  `dataplex.ZoneIamBinding` can be used per role. Note that custom roles must be of the format
49
48
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
50
- :param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
51
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
52
- location is specified, it is taken from the provider configuration.
53
49
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
54
50
  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.
55
51
  """
@@ -79,9 +75,6 @@ class ZoneIamBindingArgs:
79
75
  @property
80
76
  @pulumi.getter
81
77
  def lake(self) -> pulumi.Input[builtins.str]:
82
- """
83
- Used to find the parent resource to bind the IAM policy to
84
- """
85
78
  return pulumi.get(self, "lake")
86
79
 
87
80
  @lake.setter
@@ -136,11 +129,6 @@ class ZoneIamBindingArgs:
136
129
  @property
137
130
  @pulumi.getter
138
131
  def location(self) -> Optional[pulumi.Input[builtins.str]]:
139
- """
140
- Used to find the parent resource to bind the IAM policy to. If not specified,
141
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
142
- location is specified, it is taken from the provider configuration.
143
- """
144
132
  return pulumi.get(self, "location")
145
133
 
146
134
  @location.setter
@@ -176,10 +164,6 @@ class _ZoneIamBindingState:
176
164
  Input properties used for looking up and filtering ZoneIamBinding resources.
177
165
  :param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
178
166
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
179
- :param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
180
- :param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
181
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
182
- location is specified, it is taken from the provider configuration.
183
167
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
184
168
  Each entry can have one of the following values:
185
169
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -250,9 +234,6 @@ class _ZoneIamBindingState:
250
234
  @property
251
235
  @pulumi.getter
252
236
  def lake(self) -> Optional[pulumi.Input[builtins.str]]:
253
- """
254
- Used to find the parent resource to bind the IAM policy to
255
- """
256
237
  return pulumi.get(self, "lake")
257
238
 
258
239
  @lake.setter
@@ -262,11 +243,6 @@ class _ZoneIamBindingState:
262
243
  @property
263
244
  @pulumi.getter
264
245
  def location(self) -> Optional[pulumi.Input[builtins.str]]:
265
- """
266
- Used to find the parent resource to bind the IAM policy to. If not specified,
267
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
268
- location is specified, it is taken from the provider configuration.
269
- """
270
246
  return pulumi.get(self, "location")
271
247
 
272
248
  @location.setter
@@ -508,10 +484,6 @@ class ZoneIamBinding(pulumi.CustomResource):
508
484
  :param str resource_name: The name of the resource.
509
485
  :param pulumi.ResourceOptions opts: Options for the resource.
510
486
  :param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
511
- :param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
512
- :param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
513
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
514
- location is specified, it is taken from the provider configuration.
515
487
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
516
488
  Each entry can have one of the following values:
517
489
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -777,10 +749,6 @@ class ZoneIamBinding(pulumi.CustomResource):
777
749
  :param pulumi.ResourceOptions opts: Options for the resource.
778
750
  :param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
779
751
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
780
- :param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
781
- :param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
782
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
783
- location is specified, it is taken from the provider configuration.
784
752
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
785
753
  Each entry can have one of the following values:
786
754
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -836,19 +804,11 @@ class ZoneIamBinding(pulumi.CustomResource):
836
804
  @property
837
805
  @pulumi.getter
838
806
  def lake(self) -> pulumi.Output[builtins.str]:
839
- """
840
- Used to find the parent resource to bind the IAM policy to
841
- """
842
807
  return pulumi.get(self, "lake")
843
808
 
844
809
  @property
845
810
  @pulumi.getter
846
811
  def location(self) -> pulumi.Output[builtins.str]:
847
- """
848
- Used to find the parent resource to bind the IAM policy to. If not specified,
849
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
850
- location is specified, it is taken from the provider configuration.
851
- """
852
812
  return pulumi.get(self, "location")
853
813
 
854
814
  @property
@@ -32,7 +32,6 @@ class ZoneIamMemberArgs:
32
32
  """
33
33
  The set of arguments for constructing a ZoneIamMember resource.
34
34
  :param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
35
- :param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
36
35
  :param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
37
36
  Each entry can have one of the following values:
38
37
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -47,9 +46,6 @@ class ZoneIamMemberArgs:
47
46
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
48
47
  `dataplex.ZoneIamBinding` can be used per role. Note that custom roles must be of the format
49
48
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
50
- :param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
51
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
52
- location is specified, it is taken from the provider configuration.
53
49
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
54
50
  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.
55
51
  """
@@ -79,9 +75,6 @@ class ZoneIamMemberArgs:
79
75
  @property
80
76
  @pulumi.getter
81
77
  def lake(self) -> pulumi.Input[builtins.str]:
82
- """
83
- Used to find the parent resource to bind the IAM policy to
84
- """
85
78
  return pulumi.get(self, "lake")
86
79
 
87
80
  @lake.setter
@@ -136,11 +129,6 @@ class ZoneIamMemberArgs:
136
129
  @property
137
130
  @pulumi.getter
138
131
  def location(self) -> Optional[pulumi.Input[builtins.str]]:
139
- """
140
- Used to find the parent resource to bind the IAM policy to. If not specified,
141
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
142
- location is specified, it is taken from the provider configuration.
143
- """
144
132
  return pulumi.get(self, "location")
145
133
 
146
134
  @location.setter
@@ -176,10 +164,6 @@ class _ZoneIamMemberState:
176
164
  Input properties used for looking up and filtering ZoneIamMember resources.
177
165
  :param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
178
166
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
179
- :param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
180
- :param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
181
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
182
- location is specified, it is taken from the provider configuration.
183
167
  :param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
184
168
  Each entry can have one of the following values:
185
169
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -250,9 +234,6 @@ class _ZoneIamMemberState:
250
234
  @property
251
235
  @pulumi.getter
252
236
  def lake(self) -> Optional[pulumi.Input[builtins.str]]:
253
- """
254
- Used to find the parent resource to bind the IAM policy to
255
- """
256
237
  return pulumi.get(self, "lake")
257
238
 
258
239
  @lake.setter
@@ -262,11 +243,6 @@ class _ZoneIamMemberState:
262
243
  @property
263
244
  @pulumi.getter
264
245
  def location(self) -> Optional[pulumi.Input[builtins.str]]:
265
- """
266
- Used to find the parent resource to bind the IAM policy to. If not specified,
267
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
268
- location is specified, it is taken from the provider configuration.
269
- """
270
246
  return pulumi.get(self, "location")
271
247
 
272
248
  @location.setter
@@ -508,10 +484,6 @@ class ZoneIamMember(pulumi.CustomResource):
508
484
  :param str resource_name: The name of the resource.
509
485
  :param pulumi.ResourceOptions opts: Options for the resource.
510
486
  :param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
511
- :param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
512
- :param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
513
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
514
- location is specified, it is taken from the provider configuration.
515
487
  :param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
516
488
  Each entry can have one of the following values:
517
489
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -777,10 +749,6 @@ class ZoneIamMember(pulumi.CustomResource):
777
749
  :param pulumi.ResourceOptions opts: Options for the resource.
778
750
  :param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
779
751
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
780
- :param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
781
- :param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
782
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
783
- location is specified, it is taken from the provider configuration.
784
752
  :param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
785
753
  Each entry can have one of the following values:
786
754
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -836,19 +804,11 @@ class ZoneIamMember(pulumi.CustomResource):
836
804
  @property
837
805
  @pulumi.getter
838
806
  def lake(self) -> pulumi.Output[builtins.str]:
839
- """
840
- Used to find the parent resource to bind the IAM policy to
841
- """
842
807
  return pulumi.get(self, "lake")
843
808
 
844
809
  @property
845
810
  @pulumi.getter
846
811
  def location(self) -> pulumi.Output[builtins.str]:
847
- """
848
- Used to find the parent resource to bind the IAM policy to. If not specified,
849
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
850
- location is specified, it is taken from the provider configuration.
851
- """
852
812
  return pulumi.get(self, "location")
853
813
 
854
814
  @property
@@ -28,12 +28,8 @@ class ZoneIamPolicyArgs:
28
28
  """
29
29
  The set of arguments for constructing a ZoneIamPolicy resource.
30
30
  :param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
31
- :param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
32
31
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
33
32
  a `organizations_get_iam_policy` data source.
34
- :param pulumi.Input[builtins.str] location: 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 location is provided in the parent identifier and no
36
- location is specified, it is taken from the provider configuration.
37
33
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
38
34
  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.
39
35
  """
@@ -60,9 +56,6 @@ class ZoneIamPolicyArgs:
60
56
  @property
61
57
  @pulumi.getter
62
58
  def lake(self) -> pulumi.Input[builtins.str]:
63
- """
64
- Used to find the parent resource to bind the IAM policy to
65
- """
66
59
  return pulumi.get(self, "lake")
67
60
 
68
61
  @lake.setter
@@ -85,11 +78,6 @@ class ZoneIamPolicyArgs:
85
78
  @property
86
79
  @pulumi.getter
87
80
  def location(self) -> Optional[pulumi.Input[builtins.str]]:
88
- """
89
- Used to find the parent resource to bind the IAM policy to. If not specified,
90
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
91
- location is specified, it is taken from the provider configuration.
92
- """
93
81
  return pulumi.get(self, "location")
94
82
 
95
83
  @location.setter
@@ -123,10 +111,6 @@ class _ZoneIamPolicyState:
123
111
  Input properties used for looking up and filtering ZoneIamPolicy resources.
124
112
  :param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
125
113
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
126
- :param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
127
- :param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
128
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
129
- location is specified, it is taken from the provider configuration.
130
114
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
131
115
  a `organizations_get_iam_policy` data source.
132
116
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
@@ -172,9 +156,6 @@ class _ZoneIamPolicyState:
172
156
  @property
173
157
  @pulumi.getter
174
158
  def lake(self) -> Optional[pulumi.Input[builtins.str]]:
175
- """
176
- Used to find the parent resource to bind the IAM policy to
177
- """
178
159
  return pulumi.get(self, "lake")
179
160
 
180
161
  @lake.setter
@@ -184,11 +165,6 @@ class _ZoneIamPolicyState:
184
165
  @property
185
166
  @pulumi.getter
186
167
  def location(self) -> Optional[pulumi.Input[builtins.str]]:
187
- """
188
- Used to find the parent resource to bind the IAM policy to. If not specified,
189
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
190
- location is specified, it is taken from the provider configuration.
191
- """
192
168
  return pulumi.get(self, "location")
193
169
 
194
170
  @location.setter
@@ -405,10 +381,6 @@ class ZoneIamPolicy(pulumi.CustomResource):
405
381
  :param str resource_name: The name of the resource.
406
382
  :param pulumi.ResourceOptions opts: Options for the resource.
407
383
  :param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
408
- :param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
409
- :param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
410
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
411
- location is specified, it is taken from the provider configuration.
412
384
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
413
385
  a `organizations_get_iam_policy` data source.
414
386
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
@@ -654,10 +626,6 @@ class ZoneIamPolicy(pulumi.CustomResource):
654
626
  :param pulumi.ResourceOptions opts: Options for the resource.
655
627
  :param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
656
628
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
657
- :param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
658
- :param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
659
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
660
- location is specified, it is taken from the provider configuration.
661
629
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
662
630
  a `organizations_get_iam_policy` data source.
663
631
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
@@ -694,19 +662,11 @@ class ZoneIamPolicy(pulumi.CustomResource):
694
662
  @property
695
663
  @pulumi.getter
696
664
  def lake(self) -> pulumi.Output[builtins.str]:
697
- """
698
- Used to find the parent resource to bind the IAM policy to
699
- """
700
665
  return pulumi.get(self, "lake")
701
666
 
702
667
  @property
703
668
  @pulumi.getter
704
669
  def location(self) -> pulumi.Output[builtins.str]:
705
- """
706
- Used to find the parent resource to bind the IAM policy to. If not specified,
707
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
708
- location is specified, it is taken from the provider configuration.
709
- """
710
670
  return pulumi.get(self, "location")
711
671
 
712
672
  @property
@@ -41,7 +41,10 @@ class AutoscalingPolicyIamBindingArgs:
41
41
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
42
42
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
43
43
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
44
- :param pulumi.Input[builtins.str] policy_id: Used to find the parent resource to bind the IAM policy to
44
+ :param pulumi.Input[builtins.str] policy_id: The policy id. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
45
+ and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
46
+ 3 and 50 characters.
47
+ Used to find the parent resource to bind the IAM policy to
45
48
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
46
49
  `dataproc.AutoscalingPolicyIamBinding` can be used per role. Note that custom roles must be of the format
47
50
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -89,6 +92,9 @@ class AutoscalingPolicyIamBindingArgs:
89
92
  @pulumi.getter(name="policyId")
90
93
  def policy_id(self) -> pulumi.Input[builtins.str]:
91
94
  """
95
+ The policy id. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
96
+ and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
97
+ 3 and 50 characters.
92
98
  Used to find the parent resource to bind the IAM policy to
93
99
  """
94
100
  return pulumi.get(self, "policy_id")
@@ -179,7 +185,10 @@ class _AutoscalingPolicyIamBindingState:
179
185
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
180
186
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
181
187
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
182
- :param pulumi.Input[builtins.str] policy_id: Used to find the parent resource to bind the IAM policy to
188
+ :param pulumi.Input[builtins.str] policy_id: The policy id. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
189
+ and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
190
+ 3 and 50 characters.
191
+ Used to find the parent resource to bind the IAM policy to
183
192
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
184
193
  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.
185
194
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
@@ -264,6 +273,9 @@ class _AutoscalingPolicyIamBindingState:
264
273
  @pulumi.getter(name="policyId")
265
274
  def policy_id(self) -> Optional[pulumi.Input[builtins.str]]:
266
275
  """
276
+ The policy id. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
277
+ and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
278
+ 3 and 50 characters.
267
279
  Used to find the parent resource to bind the IAM policy to
268
280
  """
269
281
  return pulumi.get(self, "policy_id")
@@ -493,7 +505,10 @@ class AutoscalingPolicyIamBinding(pulumi.CustomResource):
493
505
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
494
506
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
495
507
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
496
- :param pulumi.Input[builtins.str] policy_id: Used to find the parent resource to bind the IAM policy to
508
+ :param pulumi.Input[builtins.str] policy_id: The policy id. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
509
+ and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
510
+ 3 and 50 characters.
511
+ Used to find the parent resource to bind the IAM policy to
497
512
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
498
513
  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.
499
514
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
@@ -752,7 +767,10 @@ class AutoscalingPolicyIamBinding(pulumi.CustomResource):
752
767
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
753
768
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
754
769
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
755
- :param pulumi.Input[builtins.str] policy_id: Used to find the parent resource to bind the IAM policy to
770
+ :param pulumi.Input[builtins.str] policy_id: The policy id. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
771
+ and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
772
+ 3 and 50 characters.
773
+ Used to find the parent resource to bind the IAM policy to
756
774
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
757
775
  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.
758
776
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
@@ -819,6 +837,9 @@ class AutoscalingPolicyIamBinding(pulumi.CustomResource):
819
837
  @pulumi.getter(name="policyId")
820
838
  def policy_id(self) -> pulumi.Output[builtins.str]:
821
839
  """
840
+ The policy id. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
841
+ and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
842
+ 3 and 50 characters.
822
843
  Used to find the parent resource to bind the IAM policy to
823
844
  """
824
845
  return pulumi.get(self, "policy_id")