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
@@ -29,9 +29,6 @@ class WorkstationConfigIamPolicyArgs:
29
29
  The set of arguments for constructing a WorkstationConfigIamPolicy resource.
30
30
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
31
31
  a `organizations_get_iam_policy` data source.
32
- :param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
33
- Used to find the parent resource to bind the IAM policy to
34
- :param pulumi.Input[builtins.str] workstation_config_id: Used to find the parent resource to bind the IAM policy to
35
32
  :param pulumi.Input[builtins.str] location: The location where the workstation cluster config should reside.
36
33
  Used to find the parent resource to bind the IAM policy to. If not specified,
37
34
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
@@ -63,10 +60,6 @@ class WorkstationConfigIamPolicyArgs:
63
60
  @property
64
61
  @pulumi.getter(name="workstationClusterId")
65
62
  def workstation_cluster_id(self) -> pulumi.Input[builtins.str]:
66
- """
67
- The ID of the parent workstation cluster.
68
- Used to find the parent resource to bind the IAM policy to
69
- """
70
63
  return pulumi.get(self, "workstation_cluster_id")
71
64
 
72
65
  @workstation_cluster_id.setter
@@ -76,9 +69,6 @@ class WorkstationConfigIamPolicyArgs:
76
69
  @property
77
70
  @pulumi.getter(name="workstationConfigId")
78
71
  def workstation_config_id(self) -> pulumi.Input[builtins.str]:
79
- """
80
- Used to find the parent resource to bind the IAM policy to
81
- """
82
72
  return pulumi.get(self, "workstation_config_id")
83
73
 
84
74
  @workstation_config_id.setter
@@ -134,9 +124,6 @@ class _WorkstationConfigIamPolicyState:
134
124
  a `organizations_get_iam_policy` data source.
135
125
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
136
126
  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.
137
- :param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
138
- Used to find the parent resource to bind the IAM policy to
139
- :param pulumi.Input[builtins.str] workstation_config_id: Used to find the parent resource to bind the IAM policy to
140
127
  """
141
128
  if etag is not None:
142
129
  pulumi.set(__self__, "etag", etag)
@@ -207,10 +194,6 @@ class _WorkstationConfigIamPolicyState:
207
194
  @property
208
195
  @pulumi.getter(name="workstationClusterId")
209
196
  def workstation_cluster_id(self) -> Optional[pulumi.Input[builtins.str]]:
210
- """
211
- The ID of the parent workstation cluster.
212
- Used to find the parent resource to bind the IAM policy to
213
- """
214
197
  return pulumi.get(self, "workstation_cluster_id")
215
198
 
216
199
  @workstation_cluster_id.setter
@@ -220,9 +203,6 @@ class _WorkstationConfigIamPolicyState:
220
203
  @property
221
204
  @pulumi.getter(name="workstationConfigId")
222
205
  def workstation_config_id(self) -> Optional[pulumi.Input[builtins.str]]:
223
- """
224
- Used to find the parent resource to bind the IAM policy to
225
- """
226
206
  return pulumi.get(self, "workstation_config_id")
227
207
 
228
208
  @workstation_config_id.setter
@@ -291,9 +271,6 @@ class WorkstationConfigIamPolicy(pulumi.CustomResource):
291
271
  a `organizations_get_iam_policy` data source.
292
272
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
293
273
  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.
294
- :param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
295
- Used to find the parent resource to bind the IAM policy to
296
- :param pulumi.Input[builtins.str] workstation_config_id: Used to find the parent resource to bind the IAM policy to
297
274
  """
298
275
  ...
299
276
  @overload
@@ -413,9 +390,6 @@ class WorkstationConfigIamPolicy(pulumi.CustomResource):
413
390
  a `organizations_get_iam_policy` data source.
414
391
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
415
392
  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.
416
- :param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
417
- Used to find the parent resource to bind the IAM policy to
418
- :param pulumi.Input[builtins.str] workstation_config_id: Used to find the parent resource to bind the IAM policy to
419
393
  """
420
394
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
421
395
 
@@ -469,17 +443,10 @@ class WorkstationConfigIamPolicy(pulumi.CustomResource):
469
443
  @property
470
444
  @pulumi.getter(name="workstationClusterId")
471
445
  def workstation_cluster_id(self) -> pulumi.Output[builtins.str]:
472
- """
473
- The ID of the parent workstation cluster.
474
- Used to find the parent resource to bind the IAM policy to
475
- """
476
446
  return pulumi.get(self, "workstation_cluster_id")
477
447
 
478
448
  @property
479
449
  @pulumi.getter(name="workstationConfigId")
480
450
  def workstation_config_id(self) -> pulumi.Output[builtins.str]:
481
- """
482
- Used to find the parent resource to bind the IAM policy to
483
- """
484
451
  return pulumi.get(self, "workstation_config_id")
485
452
 
@@ -46,11 +46,6 @@ class WorkstationIamBindingArgs:
46
46
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
47
47
  `workstations.WorkstationIamBinding` can be used per role. Note that custom roles must be of the format
48
48
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
49
- :param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
50
- Used to find the parent resource to bind the IAM policy to
51
- :param pulumi.Input[builtins.str] workstation_config_id: The ID of the parent workstation cluster config.
52
- Used to find the parent resource to bind the IAM policy to
53
- :param pulumi.Input[builtins.str] workstation_id: Used to find the parent resource to bind the IAM policy to
54
49
  :param pulumi.Input[builtins.str] location: The location where the workstation parent resources reside.
55
50
  Used to find the parent resource to bind the IAM policy to. If not specified,
56
51
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
@@ -109,10 +104,6 @@ class WorkstationIamBindingArgs:
109
104
  @property
110
105
  @pulumi.getter(name="workstationClusterId")
111
106
  def workstation_cluster_id(self) -> pulumi.Input[builtins.str]:
112
- """
113
- The ID of the parent workstation cluster.
114
- Used to find the parent resource to bind the IAM policy to
115
- """
116
107
  return pulumi.get(self, "workstation_cluster_id")
117
108
 
118
109
  @workstation_cluster_id.setter
@@ -122,10 +113,6 @@ class WorkstationIamBindingArgs:
122
113
  @property
123
114
  @pulumi.getter(name="workstationConfigId")
124
115
  def workstation_config_id(self) -> pulumi.Input[builtins.str]:
125
- """
126
- The ID of the parent workstation cluster config.
127
- Used to find the parent resource to bind the IAM policy to
128
- """
129
116
  return pulumi.get(self, "workstation_config_id")
130
117
 
131
118
  @workstation_config_id.setter
@@ -135,9 +122,6 @@ class WorkstationIamBindingArgs:
135
122
  @property
136
123
  @pulumi.getter(name="workstationId")
137
124
  def workstation_id(self) -> pulumi.Input[builtins.str]:
138
- """
139
- Used to find the parent resource to bind the IAM policy to
140
- """
141
125
  return pulumi.get(self, "workstation_id")
142
126
 
143
127
  @workstation_id.setter
@@ -217,11 +201,6 @@ class _WorkstationIamBindingState:
217
201
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
218
202
  `workstations.WorkstationIamBinding` can be used per role. Note that custom roles must be of the format
219
203
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
220
- :param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
221
- Used to find the parent resource to bind the IAM policy to
222
- :param pulumi.Input[builtins.str] workstation_config_id: The ID of the parent workstation cluster config.
223
- Used to find the parent resource to bind the IAM policy to
224
- :param pulumi.Input[builtins.str] workstation_id: Used to find the parent resource to bind the IAM policy to
225
204
  """
226
205
  if condition is not None:
227
206
  pulumi.set(__self__, "condition", condition)
@@ -330,10 +309,6 @@ class _WorkstationIamBindingState:
330
309
  @property
331
310
  @pulumi.getter(name="workstationClusterId")
332
311
  def workstation_cluster_id(self) -> Optional[pulumi.Input[builtins.str]]:
333
- """
334
- The ID of the parent workstation cluster.
335
- Used to find the parent resource to bind the IAM policy to
336
- """
337
312
  return pulumi.get(self, "workstation_cluster_id")
338
313
 
339
314
  @workstation_cluster_id.setter
@@ -343,10 +318,6 @@ class _WorkstationIamBindingState:
343
318
  @property
344
319
  @pulumi.getter(name="workstationConfigId")
345
320
  def workstation_config_id(self) -> Optional[pulumi.Input[builtins.str]]:
346
- """
347
- The ID of the parent workstation cluster config.
348
- Used to find the parent resource to bind the IAM policy to
349
- """
350
321
  return pulumi.get(self, "workstation_config_id")
351
322
 
352
323
  @workstation_config_id.setter
@@ -356,9 +327,6 @@ class _WorkstationIamBindingState:
356
327
  @property
357
328
  @pulumi.getter(name="workstationId")
358
329
  def workstation_id(self) -> Optional[pulumi.Input[builtins.str]]:
359
- """
360
- Used to find the parent resource to bind the IAM policy to
361
- """
362
330
  return pulumi.get(self, "workstation_id")
363
331
 
364
332
  @workstation_id.setter
@@ -442,11 +410,6 @@ class WorkstationIamBinding(pulumi.CustomResource):
442
410
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
443
411
  `workstations.WorkstationIamBinding` can be used per role. Note that custom roles must be of the format
444
412
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
445
- :param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
446
- Used to find the parent resource to bind the IAM policy to
447
- :param pulumi.Input[builtins.str] workstation_config_id: The ID of the parent workstation cluster config.
448
- Used to find the parent resource to bind the IAM policy to
449
- :param pulumi.Input[builtins.str] workstation_id: Used to find the parent resource to bind the IAM policy to
450
413
  """
451
414
  ...
452
415
  @overload
@@ -591,11 +554,6 @@ class WorkstationIamBinding(pulumi.CustomResource):
591
554
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
592
555
  `workstations.WorkstationIamBinding` can be used per role. Note that custom roles must be of the format
593
556
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
594
- :param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
595
- Used to find the parent resource to bind the IAM policy to
596
- :param pulumi.Input[builtins.str] workstation_config_id: The ID of the parent workstation cluster config.
597
- Used to find the parent resource to bind the IAM policy to
598
- :param pulumi.Input[builtins.str] workstation_id: Used to find the parent resource to bind the IAM policy to
599
557
  """
600
558
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
601
559
 
@@ -676,26 +634,15 @@ class WorkstationIamBinding(pulumi.CustomResource):
676
634
  @property
677
635
  @pulumi.getter(name="workstationClusterId")
678
636
  def workstation_cluster_id(self) -> pulumi.Output[builtins.str]:
679
- """
680
- The ID of the parent workstation cluster.
681
- Used to find the parent resource to bind the IAM policy to
682
- """
683
637
  return pulumi.get(self, "workstation_cluster_id")
684
638
 
685
639
  @property
686
640
  @pulumi.getter(name="workstationConfigId")
687
641
  def workstation_config_id(self) -> pulumi.Output[builtins.str]:
688
- """
689
- The ID of the parent workstation cluster config.
690
- Used to find the parent resource to bind the IAM policy to
691
- """
692
642
  return pulumi.get(self, "workstation_config_id")
693
643
 
694
644
  @property
695
645
  @pulumi.getter(name="workstationId")
696
646
  def workstation_id(self) -> pulumi.Output[builtins.str]:
697
- """
698
- Used to find the parent resource to bind the IAM policy to
699
- """
700
647
  return pulumi.get(self, "workstation_id")
701
648
 
@@ -46,11 +46,6 @@ class WorkstationIamMemberArgs:
46
46
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
47
47
  `workstations.WorkstationIamBinding` can be used per role. Note that custom roles must be of the format
48
48
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
49
- :param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
50
- Used to find the parent resource to bind the IAM policy to
51
- :param pulumi.Input[builtins.str] workstation_config_id: The ID of the parent workstation cluster config.
52
- Used to find the parent resource to bind the IAM policy to
53
- :param pulumi.Input[builtins.str] workstation_id: Used to find the parent resource to bind the IAM policy to
54
49
  :param pulumi.Input[builtins.str] location: The location where the workstation parent resources reside.
55
50
  Used to find the parent resource to bind the IAM policy to. If not specified,
56
51
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
@@ -109,10 +104,6 @@ class WorkstationIamMemberArgs:
109
104
  @property
110
105
  @pulumi.getter(name="workstationClusterId")
111
106
  def workstation_cluster_id(self) -> pulumi.Input[builtins.str]:
112
- """
113
- The ID of the parent workstation cluster.
114
- Used to find the parent resource to bind the IAM policy to
115
- """
116
107
  return pulumi.get(self, "workstation_cluster_id")
117
108
 
118
109
  @workstation_cluster_id.setter
@@ -122,10 +113,6 @@ class WorkstationIamMemberArgs:
122
113
  @property
123
114
  @pulumi.getter(name="workstationConfigId")
124
115
  def workstation_config_id(self) -> pulumi.Input[builtins.str]:
125
- """
126
- The ID of the parent workstation cluster config.
127
- Used to find the parent resource to bind the IAM policy to
128
- """
129
116
  return pulumi.get(self, "workstation_config_id")
130
117
 
131
118
  @workstation_config_id.setter
@@ -135,9 +122,6 @@ class WorkstationIamMemberArgs:
135
122
  @property
136
123
  @pulumi.getter(name="workstationId")
137
124
  def workstation_id(self) -> pulumi.Input[builtins.str]:
138
- """
139
- Used to find the parent resource to bind the IAM policy to
140
- """
141
125
  return pulumi.get(self, "workstation_id")
142
126
 
143
127
  @workstation_id.setter
@@ -217,11 +201,6 @@ class _WorkstationIamMemberState:
217
201
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
218
202
  `workstations.WorkstationIamBinding` can be used per role. Note that custom roles must be of the format
219
203
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
220
- :param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
221
- Used to find the parent resource to bind the IAM policy to
222
- :param pulumi.Input[builtins.str] workstation_config_id: The ID of the parent workstation cluster config.
223
- Used to find the parent resource to bind the IAM policy to
224
- :param pulumi.Input[builtins.str] workstation_id: Used to find the parent resource to bind the IAM policy to
225
204
  """
226
205
  if condition is not None:
227
206
  pulumi.set(__self__, "condition", condition)
@@ -330,10 +309,6 @@ class _WorkstationIamMemberState:
330
309
  @property
331
310
  @pulumi.getter(name="workstationClusterId")
332
311
  def workstation_cluster_id(self) -> Optional[pulumi.Input[builtins.str]]:
333
- """
334
- The ID of the parent workstation cluster.
335
- Used to find the parent resource to bind the IAM policy to
336
- """
337
312
  return pulumi.get(self, "workstation_cluster_id")
338
313
 
339
314
  @workstation_cluster_id.setter
@@ -343,10 +318,6 @@ class _WorkstationIamMemberState:
343
318
  @property
344
319
  @pulumi.getter(name="workstationConfigId")
345
320
  def workstation_config_id(self) -> Optional[pulumi.Input[builtins.str]]:
346
- """
347
- The ID of the parent workstation cluster config.
348
- Used to find the parent resource to bind the IAM policy to
349
- """
350
321
  return pulumi.get(self, "workstation_config_id")
351
322
 
352
323
  @workstation_config_id.setter
@@ -356,9 +327,6 @@ class _WorkstationIamMemberState:
356
327
  @property
357
328
  @pulumi.getter(name="workstationId")
358
329
  def workstation_id(self) -> Optional[pulumi.Input[builtins.str]]:
359
- """
360
- Used to find the parent resource to bind the IAM policy to
361
- """
362
330
  return pulumi.get(self, "workstation_id")
363
331
 
364
332
  @workstation_id.setter
@@ -442,11 +410,6 @@ class WorkstationIamMember(pulumi.CustomResource):
442
410
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
443
411
  `workstations.WorkstationIamBinding` can be used per role. Note that custom roles must be of the format
444
412
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
445
- :param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
446
- Used to find the parent resource to bind the IAM policy to
447
- :param pulumi.Input[builtins.str] workstation_config_id: The ID of the parent workstation cluster config.
448
- Used to find the parent resource to bind the IAM policy to
449
- :param pulumi.Input[builtins.str] workstation_id: Used to find the parent resource to bind the IAM policy to
450
413
  """
451
414
  ...
452
415
  @overload
@@ -591,11 +554,6 @@ class WorkstationIamMember(pulumi.CustomResource):
591
554
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
592
555
  `workstations.WorkstationIamBinding` can be used per role. Note that custom roles must be of the format
593
556
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
594
- :param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
595
- Used to find the parent resource to bind the IAM policy to
596
- :param pulumi.Input[builtins.str] workstation_config_id: The ID of the parent workstation cluster config.
597
- Used to find the parent resource to bind the IAM policy to
598
- :param pulumi.Input[builtins.str] workstation_id: Used to find the parent resource to bind the IAM policy to
599
557
  """
600
558
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
601
559
 
@@ -676,26 +634,15 @@ class WorkstationIamMember(pulumi.CustomResource):
676
634
  @property
677
635
  @pulumi.getter(name="workstationClusterId")
678
636
  def workstation_cluster_id(self) -> pulumi.Output[builtins.str]:
679
- """
680
- The ID of the parent workstation cluster.
681
- Used to find the parent resource to bind the IAM policy to
682
- """
683
637
  return pulumi.get(self, "workstation_cluster_id")
684
638
 
685
639
  @property
686
640
  @pulumi.getter(name="workstationConfigId")
687
641
  def workstation_config_id(self) -> pulumi.Output[builtins.str]:
688
- """
689
- The ID of the parent workstation cluster config.
690
- Used to find the parent resource to bind the IAM policy to
691
- """
692
642
  return pulumi.get(self, "workstation_config_id")
693
643
 
694
644
  @property
695
645
  @pulumi.getter(name="workstationId")
696
646
  def workstation_id(self) -> pulumi.Output[builtins.str]:
697
- """
698
- Used to find the parent resource to bind the IAM policy to
699
- """
700
647
  return pulumi.get(self, "workstation_id")
701
648
 
@@ -30,11 +30,6 @@ class WorkstationIamPolicyArgs:
30
30
  The set of arguments for constructing a WorkstationIamPolicy resource.
31
31
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
32
32
  a `organizations_get_iam_policy` data source.
33
- :param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
34
- Used to find the parent resource to bind the IAM policy to
35
- :param pulumi.Input[builtins.str] workstation_config_id: The ID of the parent workstation cluster config.
36
- Used to find the parent resource to bind the IAM policy to
37
- :param pulumi.Input[builtins.str] workstation_id: Used to find the parent resource to bind the IAM policy to
38
33
  :param pulumi.Input[builtins.str] location: The location where the workstation parent resources reside.
39
34
  Used to find the parent resource to bind the IAM policy to. If not specified,
40
35
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
@@ -67,10 +62,6 @@ class WorkstationIamPolicyArgs:
67
62
  @property
68
63
  @pulumi.getter(name="workstationClusterId")
69
64
  def workstation_cluster_id(self) -> pulumi.Input[builtins.str]:
70
- """
71
- The ID of the parent workstation cluster.
72
- Used to find the parent resource to bind the IAM policy to
73
- """
74
65
  return pulumi.get(self, "workstation_cluster_id")
75
66
 
76
67
  @workstation_cluster_id.setter
@@ -80,10 +71,6 @@ class WorkstationIamPolicyArgs:
80
71
  @property
81
72
  @pulumi.getter(name="workstationConfigId")
82
73
  def workstation_config_id(self) -> pulumi.Input[builtins.str]:
83
- """
84
- The ID of the parent workstation cluster config.
85
- Used to find the parent resource to bind the IAM policy to
86
- """
87
74
  return pulumi.get(self, "workstation_config_id")
88
75
 
89
76
  @workstation_config_id.setter
@@ -93,9 +80,6 @@ class WorkstationIamPolicyArgs:
93
80
  @property
94
81
  @pulumi.getter(name="workstationId")
95
82
  def workstation_id(self) -> pulumi.Input[builtins.str]:
96
- """
97
- Used to find the parent resource to bind the IAM policy to
98
- """
99
83
  return pulumi.get(self, "workstation_id")
100
84
 
101
85
  @workstation_id.setter
@@ -152,11 +136,6 @@ class _WorkstationIamPolicyState:
152
136
  a `organizations_get_iam_policy` data source.
153
137
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
154
138
  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.
155
- :param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
156
- Used to find the parent resource to bind the IAM policy to
157
- :param pulumi.Input[builtins.str] workstation_config_id: The ID of the parent workstation cluster config.
158
- Used to find the parent resource to bind the IAM policy to
159
- :param pulumi.Input[builtins.str] workstation_id: Used to find the parent resource to bind the IAM policy to
160
139
  """
161
140
  if etag is not None:
162
141
  pulumi.set(__self__, "etag", etag)
@@ -229,10 +208,6 @@ class _WorkstationIamPolicyState:
229
208
  @property
230
209
  @pulumi.getter(name="workstationClusterId")
231
210
  def workstation_cluster_id(self) -> Optional[pulumi.Input[builtins.str]]:
232
- """
233
- The ID of the parent workstation cluster.
234
- Used to find the parent resource to bind the IAM policy to
235
- """
236
211
  return pulumi.get(self, "workstation_cluster_id")
237
212
 
238
213
  @workstation_cluster_id.setter
@@ -242,10 +217,6 @@ class _WorkstationIamPolicyState:
242
217
  @property
243
218
  @pulumi.getter(name="workstationConfigId")
244
219
  def workstation_config_id(self) -> Optional[pulumi.Input[builtins.str]]:
245
- """
246
- The ID of the parent workstation cluster config.
247
- Used to find the parent resource to bind the IAM policy to
248
- """
249
220
  return pulumi.get(self, "workstation_config_id")
250
221
 
251
222
  @workstation_config_id.setter
@@ -255,9 +226,6 @@ class _WorkstationIamPolicyState:
255
226
  @property
256
227
  @pulumi.getter(name="workstationId")
257
228
  def workstation_id(self) -> Optional[pulumi.Input[builtins.str]]:
258
- """
259
- Used to find the parent resource to bind the IAM policy to
260
- """
261
229
  return pulumi.get(self, "workstation_id")
262
230
 
263
231
  @workstation_id.setter
@@ -327,11 +295,6 @@ class WorkstationIamPolicy(pulumi.CustomResource):
327
295
  a `organizations_get_iam_policy` data source.
328
296
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
329
297
  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.
330
- :param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
331
- Used to find the parent resource to bind the IAM policy to
332
- :param pulumi.Input[builtins.str] workstation_config_id: The ID of the parent workstation cluster config.
333
- Used to find the parent resource to bind the IAM policy to
334
- :param pulumi.Input[builtins.str] workstation_id: Used to find the parent resource to bind the IAM policy to
335
298
  """
336
299
  ...
337
300
  @overload
@@ -456,11 +419,6 @@ class WorkstationIamPolicy(pulumi.CustomResource):
456
419
  a `organizations_get_iam_policy` data source.
457
420
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
458
421
  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.
459
- :param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
460
- Used to find the parent resource to bind the IAM policy to
461
- :param pulumi.Input[builtins.str] workstation_config_id: The ID of the parent workstation cluster config.
462
- Used to find the parent resource to bind the IAM policy to
463
- :param pulumi.Input[builtins.str] workstation_id: Used to find the parent resource to bind the IAM policy to
464
422
  """
465
423
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
466
424
 
@@ -515,26 +473,15 @@ class WorkstationIamPolicy(pulumi.CustomResource):
515
473
  @property
516
474
  @pulumi.getter(name="workstationClusterId")
517
475
  def workstation_cluster_id(self) -> pulumi.Output[builtins.str]:
518
- """
519
- The ID of the parent workstation cluster.
520
- Used to find the parent resource to bind the IAM policy to
521
- """
522
476
  return pulumi.get(self, "workstation_cluster_id")
523
477
 
524
478
  @property
525
479
  @pulumi.getter(name="workstationConfigId")
526
480
  def workstation_config_id(self) -> pulumi.Output[builtins.str]:
527
- """
528
- The ID of the parent workstation cluster config.
529
- Used to find the parent resource to bind the IAM policy to
530
- """
531
481
  return pulumi.get(self, "workstation_config_id")
532
482
 
533
483
  @property
534
484
  @pulumi.getter(name="workstationId")
535
485
  def workstation_id(self) -> pulumi.Output[builtins.str]:
536
- """
537
- Used to find the parent resource to bind the IAM policy to
538
- """
539
486
  return pulumi.get(self, "workstation_id")
540
487
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_gcp
3
- Version: 8.32.0
3
+ Version: 8.32.0a1747459264
4
4
  Summary: A Pulumi package for creating and managing Google Cloud Platform resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io