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
@@ -64,7 +64,7 @@ class RegionBackendServiceArgs:
64
64
  Structure is documented below.
65
65
  :param pulumi.Input['RegionBackendServiceCircuitBreakersArgs'] circuit_breakers: Settings controlling the volume of connections to a backend service. This field
66
66
  is applicable only when the `load_balancing_scheme` is set to INTERNAL_MANAGED
67
- and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
67
+ and the `protocol` is set to HTTP, HTTPS, or HTTP2.
68
68
  Structure is documented below.
69
69
  :param pulumi.Input[builtins.int] connection_draining_timeout_sec: Time for which instance will be drained (not accept new
70
70
  connections, but still work to finish started).
@@ -141,7 +141,7 @@ class RegionBackendServiceArgs:
141
141
  to use for computing the weights are specified via the
142
142
  backends[].customMetrics fields.
143
143
  locality_lb_policy is applicable to either:
144
- * A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C,
144
+ * A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2,
145
145
  and loadBalancingScheme set to INTERNAL_MANAGED.
146
146
  * A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
147
147
  * A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
@@ -170,7 +170,7 @@ class RegionBackendServiceArgs:
170
170
  This field can only be specified when the load balancing scheme is set to INTERNAL.
171
171
  :param pulumi.Input['RegionBackendServiceOutlierDetectionArgs'] outlier_detection: Settings controlling eviction of unhealthy hosts from the load balancing pool.
172
172
  This field is applicable only when the `load_balancing_scheme` is set
173
- to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
173
+ to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or HTTP2.
174
174
  Structure is documented below.
175
175
  :param pulumi.Input[builtins.str] port_name: A named port on a backend instance group representing the port for
176
176
  communication to the backend VMs in that group. Required when the
@@ -181,11 +181,10 @@ class RegionBackendServiceArgs:
181
181
  Must be omitted when the loadBalancingScheme is INTERNAL (Internal TCP/UDP Load Balancing).
182
182
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
183
183
  If it is not provided, the provider project is used.
184
- :param pulumi.Input[builtins.str] protocol: The protocol this BackendService uses to communicate with backends.
185
- The default is HTTP. Possible values are HTTP, HTTPS, HTTP2, H2C, TCP, SSL, UDP
186
- or GRPC. Refer to the documentation for the load balancers or for Traffic Director
187
- for more information.
188
- Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `UDP`, `GRPC`, `UNSPECIFIED`, `H2C`.
184
+ :param pulumi.Input[builtins.str] protocol: The protocol this RegionBackendService uses to communicate with backends.
185
+ The default is HTTP. **NOTE**: HTTP2 is only valid for beta HTTP/2 load balancer
186
+ types and may result in errors if used with the GA API.
187
+ Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `SSL`, `TCP`, `UDP`, `GRPC`, `UNSPECIFIED`.
189
188
  :param pulumi.Input[builtins.str] region: The Region in which the created backend service should reside.
190
189
  If it is not provided, the provider region is used.
191
190
  :param pulumi.Input[builtins.str] security_policy: The security policy associated with this backend service.
@@ -308,7 +307,7 @@ class RegionBackendServiceArgs:
308
307
  """
309
308
  Settings controlling the volume of connections to a backend service. This field
310
309
  is applicable only when the `load_balancing_scheme` is set to INTERNAL_MANAGED
311
- and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
310
+ and the `protocol` is set to HTTP, HTTPS, or HTTP2.
312
311
  Structure is documented below.
313
312
  """
314
313
  return pulumi.get(self, "circuit_breakers")
@@ -517,7 +516,7 @@ class RegionBackendServiceArgs:
517
516
  to use for computing the weights are specified via the
518
517
  backends[].customMetrics fields.
519
518
  locality_lb_policy is applicable to either:
520
- * A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C,
519
+ * A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2,
521
520
  and loadBalancingScheme set to INTERNAL_MANAGED.
522
521
  * A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
523
522
  * A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
@@ -590,7 +589,7 @@ class RegionBackendServiceArgs:
590
589
  """
591
590
  Settings controlling eviction of unhealthy hosts from the load balancing pool.
592
591
  This field is applicable only when the `load_balancing_scheme` is set
593
- to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
592
+ to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or HTTP2.
594
593
  Structure is documented below.
595
594
  """
596
595
  return pulumi.get(self, "outlier_detection")
@@ -634,11 +633,10 @@ class RegionBackendServiceArgs:
634
633
  @pulumi.getter
635
634
  def protocol(self) -> Optional[pulumi.Input[builtins.str]]:
636
635
  """
637
- The protocol this BackendService uses to communicate with backends.
638
- The default is HTTP. Possible values are HTTP, HTTPS, HTTP2, H2C, TCP, SSL, UDP
639
- or GRPC. Refer to the documentation for the load balancers or for Traffic Director
640
- for more information.
641
- Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `UDP`, `GRPC`, `UNSPECIFIED`, `H2C`.
636
+ The protocol this RegionBackendService uses to communicate with backends.
637
+ The default is HTTP. **NOTE**: HTTP2 is only valid for beta HTTP/2 load balancer
638
+ types and may result in errors if used with the GA API.
639
+ Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `SSL`, `TCP`, `UDP`, `GRPC`, `UNSPECIFIED`.
642
640
  """
643
641
  return pulumi.get(self, "protocol")
644
642
 
@@ -776,7 +774,7 @@ class _RegionBackendServiceState:
776
774
  Structure is documented below.
777
775
  :param pulumi.Input['RegionBackendServiceCircuitBreakersArgs'] circuit_breakers: Settings controlling the volume of connections to a backend service. This field
778
776
  is applicable only when the `load_balancing_scheme` is set to INTERNAL_MANAGED
779
- and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
777
+ and the `protocol` is set to HTTP, HTTPS, or HTTP2.
780
778
  Structure is documented below.
781
779
  :param pulumi.Input[builtins.int] connection_draining_timeout_sec: Time for which instance will be drained (not accept new
782
780
  connections, but still work to finish started).
@@ -857,7 +855,7 @@ class _RegionBackendServiceState:
857
855
  to use for computing the weights are specified via the
858
856
  backends[].customMetrics fields.
859
857
  locality_lb_policy is applicable to either:
860
- * A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C,
858
+ * A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2,
861
859
  and loadBalancingScheme set to INTERNAL_MANAGED.
862
860
  * A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
863
861
  * A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
@@ -886,7 +884,7 @@ class _RegionBackendServiceState:
886
884
  This field can only be specified when the load balancing scheme is set to INTERNAL.
887
885
  :param pulumi.Input['RegionBackendServiceOutlierDetectionArgs'] outlier_detection: Settings controlling eviction of unhealthy hosts from the load balancing pool.
888
886
  This field is applicable only when the `load_balancing_scheme` is set
889
- to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
887
+ to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or HTTP2.
890
888
  Structure is documented below.
891
889
  :param pulumi.Input[builtins.str] port_name: A named port on a backend instance group representing the port for
892
890
  communication to the backend VMs in that group. Required when the
@@ -897,11 +895,10 @@ class _RegionBackendServiceState:
897
895
  Must be omitted when the loadBalancingScheme is INTERNAL (Internal TCP/UDP Load Balancing).
898
896
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
899
897
  If it is not provided, the provider project is used.
900
- :param pulumi.Input[builtins.str] protocol: The protocol this BackendService uses to communicate with backends.
901
- The default is HTTP. Possible values are HTTP, HTTPS, HTTP2, H2C, TCP, SSL, UDP
902
- or GRPC. Refer to the documentation for the load balancers or for Traffic Director
903
- for more information.
904
- Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `UDP`, `GRPC`, `UNSPECIFIED`, `H2C`.
898
+ :param pulumi.Input[builtins.str] protocol: The protocol this RegionBackendService uses to communicate with backends.
899
+ The default is HTTP. **NOTE**: HTTP2 is only valid for beta HTTP/2 load balancer
900
+ types and may result in errors if used with the GA API.
901
+ Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `SSL`, `TCP`, `UDP`, `GRPC`, `UNSPECIFIED`.
905
902
  :param pulumi.Input[builtins.str] region: The Region in which the created backend service should reside.
906
903
  If it is not provided, the provider region is used.
907
904
  :param pulumi.Input[builtins.str] security_policy: The security policy associated with this backend service.
@@ -1033,7 +1030,7 @@ class _RegionBackendServiceState:
1033
1030
  """
1034
1031
  Settings controlling the volume of connections to a backend service. This field
1035
1032
  is applicable only when the `load_balancing_scheme` is set to INTERNAL_MANAGED
1036
- and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
1033
+ and the `protocol` is set to HTTP, HTTPS, or HTTP2.
1037
1034
  Structure is documented below.
1038
1035
  """
1039
1036
  return pulumi.get(self, "circuit_breakers")
@@ -1279,7 +1276,7 @@ class _RegionBackendServiceState:
1279
1276
  to use for computing the weights are specified via the
1280
1277
  backends[].customMetrics fields.
1281
1278
  locality_lb_policy is applicable to either:
1282
- * A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C,
1279
+ * A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2,
1283
1280
  and loadBalancingScheme set to INTERNAL_MANAGED.
1284
1281
  * A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
1285
1282
  * A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
@@ -1352,7 +1349,7 @@ class _RegionBackendServiceState:
1352
1349
  """
1353
1350
  Settings controlling eviction of unhealthy hosts from the load balancing pool.
1354
1351
  This field is applicable only when the `load_balancing_scheme` is set
1355
- to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
1352
+ to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or HTTP2.
1356
1353
  Structure is documented below.
1357
1354
  """
1358
1355
  return pulumi.get(self, "outlier_detection")
@@ -1396,11 +1393,10 @@ class _RegionBackendServiceState:
1396
1393
  @pulumi.getter
1397
1394
  def protocol(self) -> Optional[pulumi.Input[builtins.str]]:
1398
1395
  """
1399
- The protocol this BackendService uses to communicate with backends.
1400
- The default is HTTP. Possible values are HTTP, HTTPS, HTTP2, H2C, TCP, SSL, UDP
1401
- or GRPC. Refer to the documentation for the load balancers or for Traffic Director
1402
- for more information.
1403
- Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `UDP`, `GRPC`, `UNSPECIFIED`, `H2C`.
1396
+ The protocol this RegionBackendService uses to communicate with backends.
1397
+ The default is HTTP. **NOTE**: HTTP2 is only valid for beta HTTP/2 load balancer
1398
+ types and may result in errors if used with the GA API.
1399
+ Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `SSL`, `TCP`, `UDP`, `GRPC`, `UNSPECIFIED`.
1404
1400
  """
1405
1401
  return pulumi.get(self, "protocol")
1406
1402
 
@@ -1794,7 +1790,7 @@ class RegionBackendService(pulumi.CustomResource):
1794
1790
  }],
1795
1791
  region="us-central1",
1796
1792
  name="region-service",
1797
- protocol="H2C",
1793
+ protocol="HTTP",
1798
1794
  timeout_sec=10,
1799
1795
  health_checks=default_region_health_check.id)
1800
1796
  ```
@@ -1933,7 +1929,7 @@ class RegionBackendService(pulumi.CustomResource):
1933
1929
  Structure is documented below.
1934
1930
  :param pulumi.Input[Union['RegionBackendServiceCircuitBreakersArgs', 'RegionBackendServiceCircuitBreakersArgsDict']] circuit_breakers: Settings controlling the volume of connections to a backend service. This field
1935
1931
  is applicable only when the `load_balancing_scheme` is set to INTERNAL_MANAGED
1936
- and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
1932
+ and the `protocol` is set to HTTP, HTTPS, or HTTP2.
1937
1933
  Structure is documented below.
1938
1934
  :param pulumi.Input[builtins.int] connection_draining_timeout_sec: Time for which instance will be drained (not accept new
1939
1935
  connections, but still work to finish started).
@@ -2010,7 +2006,7 @@ class RegionBackendService(pulumi.CustomResource):
2010
2006
  to use for computing the weights are specified via the
2011
2007
  backends[].customMetrics fields.
2012
2008
  locality_lb_policy is applicable to either:
2013
- * A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C,
2009
+ * A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2,
2014
2010
  and loadBalancingScheme set to INTERNAL_MANAGED.
2015
2011
  * A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
2016
2012
  * A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
@@ -2039,7 +2035,7 @@ class RegionBackendService(pulumi.CustomResource):
2039
2035
  This field can only be specified when the load balancing scheme is set to INTERNAL.
2040
2036
  :param pulumi.Input[Union['RegionBackendServiceOutlierDetectionArgs', 'RegionBackendServiceOutlierDetectionArgsDict']] outlier_detection: Settings controlling eviction of unhealthy hosts from the load balancing pool.
2041
2037
  This field is applicable only when the `load_balancing_scheme` is set
2042
- to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
2038
+ to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or HTTP2.
2043
2039
  Structure is documented below.
2044
2040
  :param pulumi.Input[builtins.str] port_name: A named port on a backend instance group representing the port for
2045
2041
  communication to the backend VMs in that group. Required when the
@@ -2050,11 +2046,10 @@ class RegionBackendService(pulumi.CustomResource):
2050
2046
  Must be omitted when the loadBalancingScheme is INTERNAL (Internal TCP/UDP Load Balancing).
2051
2047
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
2052
2048
  If it is not provided, the provider project is used.
2053
- :param pulumi.Input[builtins.str] protocol: The protocol this BackendService uses to communicate with backends.
2054
- The default is HTTP. Possible values are HTTP, HTTPS, HTTP2, H2C, TCP, SSL, UDP
2055
- or GRPC. Refer to the documentation for the load balancers or for Traffic Director
2056
- for more information.
2057
- Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `UDP`, `GRPC`, `UNSPECIFIED`, `H2C`.
2049
+ :param pulumi.Input[builtins.str] protocol: The protocol this RegionBackendService uses to communicate with backends.
2050
+ The default is HTTP. **NOTE**: HTTP2 is only valid for beta HTTP/2 load balancer
2051
+ types and may result in errors if used with the GA API.
2052
+ Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `SSL`, `TCP`, `UDP`, `GRPC`, `UNSPECIFIED`.
2058
2053
  :param pulumi.Input[builtins.str] region: The Region in which the created backend service should reside.
2059
2054
  If it is not provided, the provider region is used.
2060
2055
  :param pulumi.Input[builtins.str] security_policy: The security policy associated with this backend service.
@@ -2333,7 +2328,7 @@ class RegionBackendService(pulumi.CustomResource):
2333
2328
  }],
2334
2329
  region="us-central1",
2335
2330
  name="region-service",
2336
- protocol="H2C",
2331
+ protocol="HTTP",
2337
2332
  timeout_sec=10,
2338
2333
  health_checks=default_region_health_check.id)
2339
2334
  ```
@@ -2606,7 +2601,7 @@ class RegionBackendService(pulumi.CustomResource):
2606
2601
  Structure is documented below.
2607
2602
  :param pulumi.Input[Union['RegionBackendServiceCircuitBreakersArgs', 'RegionBackendServiceCircuitBreakersArgsDict']] circuit_breakers: Settings controlling the volume of connections to a backend service. This field
2608
2603
  is applicable only when the `load_balancing_scheme` is set to INTERNAL_MANAGED
2609
- and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
2604
+ and the `protocol` is set to HTTP, HTTPS, or HTTP2.
2610
2605
  Structure is documented below.
2611
2606
  :param pulumi.Input[builtins.int] connection_draining_timeout_sec: Time for which instance will be drained (not accept new
2612
2607
  connections, but still work to finish started).
@@ -2687,7 +2682,7 @@ class RegionBackendService(pulumi.CustomResource):
2687
2682
  to use for computing the weights are specified via the
2688
2683
  backends[].customMetrics fields.
2689
2684
  locality_lb_policy is applicable to either:
2690
- * A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C,
2685
+ * A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2,
2691
2686
  and loadBalancingScheme set to INTERNAL_MANAGED.
2692
2687
  * A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
2693
2688
  * A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
@@ -2716,7 +2711,7 @@ class RegionBackendService(pulumi.CustomResource):
2716
2711
  This field can only be specified when the load balancing scheme is set to INTERNAL.
2717
2712
  :param pulumi.Input[Union['RegionBackendServiceOutlierDetectionArgs', 'RegionBackendServiceOutlierDetectionArgsDict']] outlier_detection: Settings controlling eviction of unhealthy hosts from the load balancing pool.
2718
2713
  This field is applicable only when the `load_balancing_scheme` is set
2719
- to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
2714
+ to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or HTTP2.
2720
2715
  Structure is documented below.
2721
2716
  :param pulumi.Input[builtins.str] port_name: A named port on a backend instance group representing the port for
2722
2717
  communication to the backend VMs in that group. Required when the
@@ -2727,11 +2722,10 @@ class RegionBackendService(pulumi.CustomResource):
2727
2722
  Must be omitted when the loadBalancingScheme is INTERNAL (Internal TCP/UDP Load Balancing).
2728
2723
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
2729
2724
  If it is not provided, the provider project is used.
2730
- :param pulumi.Input[builtins.str] protocol: The protocol this BackendService uses to communicate with backends.
2731
- The default is HTTP. Possible values are HTTP, HTTPS, HTTP2, H2C, TCP, SSL, UDP
2732
- or GRPC. Refer to the documentation for the load balancers or for Traffic Director
2733
- for more information.
2734
- Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `UDP`, `GRPC`, `UNSPECIFIED`, `H2C`.
2725
+ :param pulumi.Input[builtins.str] protocol: The protocol this RegionBackendService uses to communicate with backends.
2726
+ The default is HTTP. **NOTE**: HTTP2 is only valid for beta HTTP/2 load balancer
2727
+ types and may result in errors if used with the GA API.
2728
+ Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `SSL`, `TCP`, `UDP`, `GRPC`, `UNSPECIFIED`.
2735
2729
  :param pulumi.Input[builtins.str] region: The Region in which the created backend service should reside.
2736
2730
  If it is not provided, the provider region is used.
2737
2731
  :param pulumi.Input[builtins.str] security_policy: The security policy associated with this backend service.
@@ -2823,7 +2817,7 @@ class RegionBackendService(pulumi.CustomResource):
2823
2817
  """
2824
2818
  Settings controlling the volume of connections to a backend service. This field
2825
2819
  is applicable only when the `load_balancing_scheme` is set to INTERNAL_MANAGED
2826
- and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
2820
+ and the `protocol` is set to HTTP, HTTPS, or HTTP2.
2827
2821
  Structure is documented below.
2828
2822
  """
2829
2823
  return pulumi.get(self, "circuit_breakers")
@@ -3009,7 +3003,7 @@ class RegionBackendService(pulumi.CustomResource):
3009
3003
  to use for computing the weights are specified via the
3010
3004
  backends[].customMetrics fields.
3011
3005
  locality_lb_policy is applicable to either:
3012
- * A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C,
3006
+ * A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2,
3013
3007
  and loadBalancingScheme set to INTERNAL_MANAGED.
3014
3008
  * A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
3015
3009
  * A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
@@ -3066,7 +3060,7 @@ class RegionBackendService(pulumi.CustomResource):
3066
3060
  """
3067
3061
  Settings controlling eviction of unhealthy hosts from the load balancing pool.
3068
3062
  This field is applicable only when the `load_balancing_scheme` is set
3069
- to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
3063
+ to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or HTTP2.
3070
3064
  Structure is documented below.
3071
3065
  """
3072
3066
  return pulumi.get(self, "outlier_detection")
@@ -3098,11 +3092,10 @@ class RegionBackendService(pulumi.CustomResource):
3098
3092
  @pulumi.getter
3099
3093
  def protocol(self) -> pulumi.Output[builtins.str]:
3100
3094
  """
3101
- The protocol this BackendService uses to communicate with backends.
3102
- The default is HTTP. Possible values are HTTP, HTTPS, HTTP2, H2C, TCP, SSL, UDP
3103
- or GRPC. Refer to the documentation for the load balancers or for Traffic Director
3104
- for more information.
3105
- Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `UDP`, `GRPC`, `UNSPECIFIED`, `H2C`.
3095
+ The protocol this RegionBackendService uses to communicate with backends.
3096
+ The default is HTTP. **NOTE**: HTTP2 is only valid for beta HTTP/2 load balancer
3097
+ types and may result in errors if used with the GA API.
3098
+ Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `SSL`, `TCP`, `UDP`, `GRPC`, `UNSPECIFIED`.
3106
3099
  """
3107
3100
  return pulumi.get(self, "protocol")
3108
3101
 
@@ -55,7 +55,6 @@ class ClusterArgs:
55
55
  fleet: Optional[pulumi.Input['ClusterFleetArgs']] = None,
56
56
  gateway_api_config: Optional[pulumi.Input['ClusterGatewayApiConfigArgs']] = None,
57
57
  identity_service_config: Optional[pulumi.Input['ClusterIdentityServiceConfigArgs']] = None,
58
- in_transit_encryption_config: Optional[pulumi.Input[builtins.str]] = None,
59
58
  initial_node_count: Optional[pulumi.Input[builtins.int]] = None,
60
59
  ip_allocation_policy: Optional[pulumi.Input['ClusterIpAllocationPolicyArgs']] = None,
61
60
  location: Optional[pulumi.Input[builtins.str]] = None,
@@ -166,7 +165,6 @@ class ClusterArgs:
166
165
  :param pulumi.Input['ClusterFleetArgs'] fleet: Fleet configuration for the cluster. Structure is documented below.
167
166
  :param pulumi.Input['ClusterGatewayApiConfigArgs'] gateway_api_config: Configuration for [GKE Gateway API controller](https://cloud.google.com/kubernetes-engine/docs/concepts/gateway-api). Structure is documented below.
168
167
  :param pulumi.Input['ClusterIdentityServiceConfigArgs'] identity_service_config: . Structure is documented below.
169
- :param pulumi.Input[builtins.str] in_transit_encryption_config: Defines the config of in-transit encryption. Valid values are `IN_TRANSIT_ENCRYPTION_DISABLED` and `IN_TRANSIT_ENCRYPTION_INTER_NODE_TRANSPARENT`.
170
168
  :param pulumi.Input[builtins.int] initial_node_count: The number of nodes to create in this
171
169
  cluster's default node pool. In regional or multi-zonal clusters, this is the
172
170
  number of nodes per zone. Must be set if `node_pool` is not set. If you're using
@@ -383,8 +381,6 @@ class ClusterArgs:
383
381
  pulumi.set(__self__, "gateway_api_config", gateway_api_config)
384
382
  if identity_service_config is not None:
385
383
  pulumi.set(__self__, "identity_service_config", identity_service_config)
386
- if in_transit_encryption_config is not None:
387
- pulumi.set(__self__, "in_transit_encryption_config", in_transit_encryption_config)
388
384
  if initial_node_count is not None:
389
385
  pulumi.set(__self__, "initial_node_count", initial_node_count)
390
386
  if ip_allocation_policy is not None:
@@ -897,18 +893,6 @@ class ClusterArgs:
897
893
  def identity_service_config(self, value: Optional[pulumi.Input['ClusterIdentityServiceConfigArgs']]):
898
894
  pulumi.set(self, "identity_service_config", value)
899
895
 
900
- @property
901
- @pulumi.getter(name="inTransitEncryptionConfig")
902
- def in_transit_encryption_config(self) -> Optional[pulumi.Input[builtins.str]]:
903
- """
904
- Defines the config of in-transit encryption. Valid values are `IN_TRANSIT_ENCRYPTION_DISABLED` and `IN_TRANSIT_ENCRYPTION_INTER_NODE_TRANSPARENT`.
905
- """
906
- return pulumi.get(self, "in_transit_encryption_config")
907
-
908
- @in_transit_encryption_config.setter
909
- def in_transit_encryption_config(self, value: Optional[pulumi.Input[builtins.str]]):
910
- pulumi.set(self, "in_transit_encryption_config", value)
911
-
912
896
  @property
913
897
  @pulumi.getter(name="initialNodeCount")
914
898
  def initial_node_count(self) -> Optional[pulumi.Input[builtins.int]]:
@@ -1559,7 +1543,6 @@ class _ClusterState:
1559
1543
  fleet: Optional[pulumi.Input['ClusterFleetArgs']] = None,
1560
1544
  gateway_api_config: Optional[pulumi.Input['ClusterGatewayApiConfigArgs']] = None,
1561
1545
  identity_service_config: Optional[pulumi.Input['ClusterIdentityServiceConfigArgs']] = None,
1562
- in_transit_encryption_config: Optional[pulumi.Input[builtins.str]] = None,
1563
1546
  initial_node_count: Optional[pulumi.Input[builtins.int]] = None,
1564
1547
  ip_allocation_policy: Optional[pulumi.Input['ClusterIpAllocationPolicyArgs']] = None,
1565
1548
  label_fingerprint: Optional[pulumi.Input[builtins.str]] = None,
@@ -1679,7 +1662,6 @@ class _ClusterState:
1679
1662
  :param pulumi.Input['ClusterFleetArgs'] fleet: Fleet configuration for the cluster. Structure is documented below.
1680
1663
  :param pulumi.Input['ClusterGatewayApiConfigArgs'] gateway_api_config: Configuration for [GKE Gateway API controller](https://cloud.google.com/kubernetes-engine/docs/concepts/gateway-api). Structure is documented below.
1681
1664
  :param pulumi.Input['ClusterIdentityServiceConfigArgs'] identity_service_config: . Structure is documented below.
1682
- :param pulumi.Input[builtins.str] in_transit_encryption_config: Defines the config of in-transit encryption. Valid values are `IN_TRANSIT_ENCRYPTION_DISABLED` and `IN_TRANSIT_ENCRYPTION_INTER_NODE_TRANSPARENT`.
1683
1665
  :param pulumi.Input[builtins.int] initial_node_count: The number of nodes to create in this
1684
1666
  cluster's default node pool. In regional or multi-zonal clusters, this is the
1685
1667
  number of nodes per zone. Must be set if `node_pool` is not set. If you're using
@@ -1913,8 +1895,6 @@ class _ClusterState:
1913
1895
  pulumi.set(__self__, "gateway_api_config", gateway_api_config)
1914
1896
  if identity_service_config is not None:
1915
1897
  pulumi.set(__self__, "identity_service_config", identity_service_config)
1916
- if in_transit_encryption_config is not None:
1917
- pulumi.set(__self__, "in_transit_encryption_config", in_transit_encryption_config)
1918
1898
  if initial_node_count is not None:
1919
1899
  pulumi.set(__self__, "initial_node_count", initial_node_count)
1920
1900
  if ip_allocation_policy is not None:
@@ -2465,18 +2445,6 @@ class _ClusterState:
2465
2445
  def identity_service_config(self, value: Optional[pulumi.Input['ClusterIdentityServiceConfigArgs']]):
2466
2446
  pulumi.set(self, "identity_service_config", value)
2467
2447
 
2468
- @property
2469
- @pulumi.getter(name="inTransitEncryptionConfig")
2470
- def in_transit_encryption_config(self) -> Optional[pulumi.Input[builtins.str]]:
2471
- """
2472
- Defines the config of in-transit encryption. Valid values are `IN_TRANSIT_ENCRYPTION_DISABLED` and `IN_TRANSIT_ENCRYPTION_INTER_NODE_TRANSPARENT`.
2473
- """
2474
- return pulumi.get(self, "in_transit_encryption_config")
2475
-
2476
- @in_transit_encryption_config.setter
2477
- def in_transit_encryption_config(self, value: Optional[pulumi.Input[builtins.str]]):
2478
- pulumi.set(self, "in_transit_encryption_config", value)
2479
-
2480
2448
  @property
2481
2449
  @pulumi.getter(name="initialNodeCount")
2482
2450
  def initial_node_count(self) -> Optional[pulumi.Input[builtins.int]]:
@@ -3216,7 +3184,6 @@ class Cluster(pulumi.CustomResource):
3216
3184
  fleet: Optional[pulumi.Input[Union['ClusterFleetArgs', 'ClusterFleetArgsDict']]] = None,
3217
3185
  gateway_api_config: Optional[pulumi.Input[Union['ClusterGatewayApiConfigArgs', 'ClusterGatewayApiConfigArgsDict']]] = None,
3218
3186
  identity_service_config: Optional[pulumi.Input[Union['ClusterIdentityServiceConfigArgs', 'ClusterIdentityServiceConfigArgsDict']]] = None,
3219
- in_transit_encryption_config: Optional[pulumi.Input[builtins.str]] = None,
3220
3187
  initial_node_count: Optional[pulumi.Input[builtins.int]] = None,
3221
3188
  ip_allocation_policy: Optional[pulumi.Input[Union['ClusterIpAllocationPolicyArgs', 'ClusterIpAllocationPolicyArgsDict']]] = None,
3222
3189
  location: Optional[pulumi.Input[builtins.str]] = None,
@@ -3449,7 +3416,6 @@ class Cluster(pulumi.CustomResource):
3449
3416
  :param pulumi.Input[Union['ClusterFleetArgs', 'ClusterFleetArgsDict']] fleet: Fleet configuration for the cluster. Structure is documented below.
3450
3417
  :param pulumi.Input[Union['ClusterGatewayApiConfigArgs', 'ClusterGatewayApiConfigArgsDict']] gateway_api_config: Configuration for [GKE Gateway API controller](https://cloud.google.com/kubernetes-engine/docs/concepts/gateway-api). Structure is documented below.
3451
3418
  :param pulumi.Input[Union['ClusterIdentityServiceConfigArgs', 'ClusterIdentityServiceConfigArgsDict']] identity_service_config: . Structure is documented below.
3452
- :param pulumi.Input[builtins.str] in_transit_encryption_config: Defines the config of in-transit encryption. Valid values are `IN_TRANSIT_ENCRYPTION_DISABLED` and `IN_TRANSIT_ENCRYPTION_INTER_NODE_TRANSPARENT`.
3453
3419
  :param pulumi.Input[builtins.int] initial_node_count: The number of nodes to create in this
3454
3420
  cluster's default node pool. In regional or multi-zonal clusters, this is the
3455
3421
  number of nodes per zone. Must be set if `node_pool` is not set. If you're using
@@ -3775,7 +3741,6 @@ class Cluster(pulumi.CustomResource):
3775
3741
  fleet: Optional[pulumi.Input[Union['ClusterFleetArgs', 'ClusterFleetArgsDict']]] = None,
3776
3742
  gateway_api_config: Optional[pulumi.Input[Union['ClusterGatewayApiConfigArgs', 'ClusterGatewayApiConfigArgsDict']]] = None,
3777
3743
  identity_service_config: Optional[pulumi.Input[Union['ClusterIdentityServiceConfigArgs', 'ClusterIdentityServiceConfigArgsDict']]] = None,
3778
- in_transit_encryption_config: Optional[pulumi.Input[builtins.str]] = None,
3779
3744
  initial_node_count: Optional[pulumi.Input[builtins.int]] = None,
3780
3745
  ip_allocation_policy: Optional[pulumi.Input[Union['ClusterIpAllocationPolicyArgs', 'ClusterIpAllocationPolicyArgsDict']]] = None,
3781
3746
  location: Optional[pulumi.Input[builtins.str]] = None,
@@ -3860,7 +3825,6 @@ class Cluster(pulumi.CustomResource):
3860
3825
  __props__.__dict__["fleet"] = fleet
3861
3826
  __props__.__dict__["gateway_api_config"] = gateway_api_config
3862
3827
  __props__.__dict__["identity_service_config"] = identity_service_config
3863
- __props__.__dict__["in_transit_encryption_config"] = in_transit_encryption_config
3864
3828
  __props__.__dict__["initial_node_count"] = initial_node_count
3865
3829
  __props__.__dict__["ip_allocation_policy"] = ip_allocation_policy
3866
3830
  __props__.__dict__["location"] = location
@@ -3959,7 +3923,6 @@ class Cluster(pulumi.CustomResource):
3959
3923
  fleet: Optional[pulumi.Input[Union['ClusterFleetArgs', 'ClusterFleetArgsDict']]] = None,
3960
3924
  gateway_api_config: Optional[pulumi.Input[Union['ClusterGatewayApiConfigArgs', 'ClusterGatewayApiConfigArgsDict']]] = None,
3961
3925
  identity_service_config: Optional[pulumi.Input[Union['ClusterIdentityServiceConfigArgs', 'ClusterIdentityServiceConfigArgsDict']]] = None,
3962
- in_transit_encryption_config: Optional[pulumi.Input[builtins.str]] = None,
3963
3926
  initial_node_count: Optional[pulumi.Input[builtins.int]] = None,
3964
3927
  ip_allocation_policy: Optional[pulumi.Input[Union['ClusterIpAllocationPolicyArgs', 'ClusterIpAllocationPolicyArgsDict']]] = None,
3965
3928
  label_fingerprint: Optional[pulumi.Input[builtins.str]] = None,
@@ -4084,7 +4047,6 @@ class Cluster(pulumi.CustomResource):
4084
4047
  :param pulumi.Input[Union['ClusterFleetArgs', 'ClusterFleetArgsDict']] fleet: Fleet configuration for the cluster. Structure is documented below.
4085
4048
  :param pulumi.Input[Union['ClusterGatewayApiConfigArgs', 'ClusterGatewayApiConfigArgsDict']] gateway_api_config: Configuration for [GKE Gateway API controller](https://cloud.google.com/kubernetes-engine/docs/concepts/gateway-api). Structure is documented below.
4086
4049
  :param pulumi.Input[Union['ClusterIdentityServiceConfigArgs', 'ClusterIdentityServiceConfigArgsDict']] identity_service_config: . Structure is documented below.
4087
- :param pulumi.Input[builtins.str] in_transit_encryption_config: Defines the config of in-transit encryption. Valid values are `IN_TRANSIT_ENCRYPTION_DISABLED` and `IN_TRANSIT_ENCRYPTION_INTER_NODE_TRANSPARENT`.
4088
4050
  :param pulumi.Input[builtins.int] initial_node_count: The number of nodes to create in this
4089
4051
  cluster's default node pool. In regional or multi-zonal clusters, this is the
4090
4052
  number of nodes per zone. Must be set if `node_pool` is not set. If you're using
@@ -4287,7 +4249,6 @@ class Cluster(pulumi.CustomResource):
4287
4249
  __props__.__dict__["fleet"] = fleet
4288
4250
  __props__.__dict__["gateway_api_config"] = gateway_api_config
4289
4251
  __props__.__dict__["identity_service_config"] = identity_service_config
4290
- __props__.__dict__["in_transit_encryption_config"] = in_transit_encryption_config
4291
4252
  __props__.__dict__["initial_node_count"] = initial_node_count
4292
4253
  __props__.__dict__["ip_allocation_policy"] = ip_allocation_policy
4293
4254
  __props__.__dict__["label_fingerprint"] = label_fingerprint
@@ -4650,14 +4611,6 @@ class Cluster(pulumi.CustomResource):
4650
4611
  """
4651
4612
  return pulumi.get(self, "identity_service_config")
4652
4613
 
4653
- @property
4654
- @pulumi.getter(name="inTransitEncryptionConfig")
4655
- def in_transit_encryption_config(self) -> pulumi.Output[Optional[builtins.str]]:
4656
- """
4657
- Defines the config of in-transit encryption. Valid values are `IN_TRANSIT_ENCRYPTION_DISABLED` and `IN_TRANSIT_ENCRYPTION_INTER_NODE_TRANSPARENT`.
4658
- """
4659
- return pulumi.get(self, "in_transit_encryption_config")
4660
-
4661
4614
  @property
4662
4615
  @pulumi.getter(name="initialNodeCount")
4663
4616
  def initial_node_count(self) -> pulumi.Output[Optional[builtins.int]]:
@@ -28,7 +28,7 @@ class GetClusterResult:
28
28
  """
29
29
  A collection of values returned by getCluster.
30
30
  """
31
- def __init__(__self__, addons_configs=None, allow_net_admin=None, authenticator_groups_configs=None, binary_authorizations=None, cluster_autoscalings=None, cluster_ipv4_cidr=None, cluster_telemetries=None, confidential_nodes=None, control_plane_endpoints_configs=None, cost_management_configs=None, database_encryptions=None, datapath_provider=None, default_max_pods_per_node=None, default_snat_statuses=None, deletion_protection=None, description=None, disable_l4_lb_firewall_reconciliation=None, dns_configs=None, effective_labels=None, enable_autopilot=None, enable_cilium_clusterwide_network_policy=None, enable_fqdn_network_policy=None, enable_intranode_visibility=None, enable_k8s_beta_apis=None, enable_kubernetes_alpha=None, enable_l4_ilb_subsetting=None, enable_legacy_abac=None, enable_multi_networking=None, enable_shielded_nodes=None, enable_tpu=None, endpoint=None, enterprise_configs=None, fleets=None, gateway_api_configs=None, id=None, identity_service_configs=None, in_transit_encryption_config=None, initial_node_count=None, ip_allocation_policies=None, label_fingerprint=None, location=None, logging_configs=None, logging_service=None, maintenance_policies=None, master_authorized_networks_configs=None, master_auths=None, master_version=None, mesh_certificates=None, min_master_version=None, monitoring_configs=None, monitoring_service=None, name=None, network=None, network_policies=None, networking_mode=None, node_configs=None, node_locations=None, node_pool_auto_configs=None, node_pool_defaults=None, node_pools=None, node_version=None, notification_configs=None, operation=None, pod_autoscalings=None, pod_security_policy_configs=None, private_cluster_configs=None, private_ipv6_google_access=None, project=None, protect_configs=None, pulumi_labels=None, release_channels=None, remove_default_node_pool=None, resource_labels=None, resource_usage_export_configs=None, secret_manager_configs=None, security_posture_configs=None, self_link=None, service_external_ips_configs=None, services_ipv4_cidr=None, subnetwork=None, tpu_configs=None, tpu_ipv4_cidr_block=None, user_managed_keys_configs=None, vertical_pod_autoscalings=None, workload_alts_configs=None, workload_identity_configs=None):
31
+ def __init__(__self__, addons_configs=None, allow_net_admin=None, authenticator_groups_configs=None, binary_authorizations=None, cluster_autoscalings=None, cluster_ipv4_cidr=None, cluster_telemetries=None, confidential_nodes=None, control_plane_endpoints_configs=None, cost_management_configs=None, database_encryptions=None, datapath_provider=None, default_max_pods_per_node=None, default_snat_statuses=None, deletion_protection=None, description=None, disable_l4_lb_firewall_reconciliation=None, dns_configs=None, effective_labels=None, enable_autopilot=None, enable_cilium_clusterwide_network_policy=None, enable_fqdn_network_policy=None, enable_intranode_visibility=None, enable_k8s_beta_apis=None, enable_kubernetes_alpha=None, enable_l4_ilb_subsetting=None, enable_legacy_abac=None, enable_multi_networking=None, enable_shielded_nodes=None, enable_tpu=None, endpoint=None, enterprise_configs=None, fleets=None, gateway_api_configs=None, id=None, identity_service_configs=None, initial_node_count=None, ip_allocation_policies=None, label_fingerprint=None, location=None, logging_configs=None, logging_service=None, maintenance_policies=None, master_authorized_networks_configs=None, master_auths=None, master_version=None, mesh_certificates=None, min_master_version=None, monitoring_configs=None, monitoring_service=None, name=None, network=None, network_policies=None, networking_mode=None, node_configs=None, node_locations=None, node_pool_auto_configs=None, node_pool_defaults=None, node_pools=None, node_version=None, notification_configs=None, operation=None, pod_autoscalings=None, pod_security_policy_configs=None, private_cluster_configs=None, private_ipv6_google_access=None, project=None, protect_configs=None, pulumi_labels=None, release_channels=None, remove_default_node_pool=None, resource_labels=None, resource_usage_export_configs=None, secret_manager_configs=None, security_posture_configs=None, self_link=None, service_external_ips_configs=None, services_ipv4_cidr=None, subnetwork=None, tpu_configs=None, tpu_ipv4_cidr_block=None, user_managed_keys_configs=None, vertical_pod_autoscalings=None, workload_alts_configs=None, workload_identity_configs=None):
32
32
  if addons_configs and not isinstance(addons_configs, list):
33
33
  raise TypeError("Expected argument 'addons_configs' to be a list")
34
34
  pulumi.set(__self__, "addons_configs", addons_configs)
@@ -137,9 +137,6 @@ class GetClusterResult:
137
137
  if identity_service_configs and not isinstance(identity_service_configs, list):
138
138
  raise TypeError("Expected argument 'identity_service_configs' to be a list")
139
139
  pulumi.set(__self__, "identity_service_configs", identity_service_configs)
140
- if in_transit_encryption_config and not isinstance(in_transit_encryption_config, str):
141
- raise TypeError("Expected argument 'in_transit_encryption_config' to be a str")
142
- pulumi.set(__self__, "in_transit_encryption_config", in_transit_encryption_config)
143
140
  if initial_node_count and not isinstance(initial_node_count, int):
144
141
  raise TypeError("Expected argument 'initial_node_count' to be a int")
145
142
  pulumi.set(__self__, "initial_node_count", initial_node_count)
@@ -471,11 +468,6 @@ class GetClusterResult:
471
468
  def identity_service_configs(self) -> Sequence['outputs.GetClusterIdentityServiceConfigResult']:
472
469
  return pulumi.get(self, "identity_service_configs")
473
470
 
474
- @property
475
- @pulumi.getter(name="inTransitEncryptionConfig")
476
- def in_transit_encryption_config(self) -> builtins.str:
477
- return pulumi.get(self, "in_transit_encryption_config")
478
-
479
471
  @property
480
472
  @pulumi.getter(name="initialNodeCount")
481
473
  def initial_node_count(self) -> builtins.int:
@@ -764,7 +756,6 @@ class AwaitableGetClusterResult(GetClusterResult):
764
756
  gateway_api_configs=self.gateway_api_configs,
765
757
  id=self.id,
766
758
  identity_service_configs=self.identity_service_configs,
767
- in_transit_encryption_config=self.in_transit_encryption_config,
768
759
  initial_node_count=self.initial_node_count,
769
760
  ip_allocation_policies=self.ip_allocation_policies,
770
761
  label_fingerprint=self.label_fingerprint,
@@ -889,7 +880,6 @@ def get_cluster(location: Optional[builtins.str] = None,
889
880
  gateway_api_configs=pulumi.get(__ret__, 'gateway_api_configs'),
890
881
  id=pulumi.get(__ret__, 'id'),
891
882
  identity_service_configs=pulumi.get(__ret__, 'identity_service_configs'),
892
- in_transit_encryption_config=pulumi.get(__ret__, 'in_transit_encryption_config'),
893
883
  initial_node_count=pulumi.get(__ret__, 'initial_node_count'),
894
884
  ip_allocation_policies=pulumi.get(__ret__, 'ip_allocation_policies'),
895
885
  label_fingerprint=pulumi.get(__ret__, 'label_fingerprint'),
@@ -1011,7 +1001,6 @@ def get_cluster_output(location: Optional[pulumi.Input[Optional[builtins.str]]]
1011
1001
  gateway_api_configs=pulumi.get(__response__, 'gateway_api_configs'),
1012
1002
  id=pulumi.get(__response__, 'id'),
1013
1003
  identity_service_configs=pulumi.get(__response__, 'identity_service_configs'),
1014
- in_transit_encryption_config=pulumi.get(__response__, 'in_transit_encryption_config'),
1015
1004
  initial_node_count=pulumi.get(__response__, 'initial_node_count'),
1016
1005
  ip_allocation_policies=pulumi.get(__response__, 'ip_allocation_policies'),
1017
1006
  label_fingerprint=pulumi.get(__response__, 'label_fingerprint'),
@@ -47,10 +47,6 @@ class EntryGroupIamBindingArgs:
47
47
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
48
48
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
49
49
  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.
50
- :param pulumi.Input[builtins.str] region: EntryGroup location region.
51
- Used to find the parent resource to bind the IAM policy to. If not specified,
52
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
53
- region is specified, it is taken from the provider configuration.
54
50
  """
55
51
  pulumi.set(__self__, "entry_group", entry_group)
56
52
  pulumi.set(__self__, "members", members)
@@ -135,12 +131,6 @@ class EntryGroupIamBindingArgs:
135
131
  @property
136
132
  @pulumi.getter
137
133
  def region(self) -> Optional[pulumi.Input[builtins.str]]:
138
- """
139
- EntryGroup location region.
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 region is provided in the parent identifier and no
142
- region is specified, it is taken from the provider configuration.
143
- """
144
134
  return pulumi.get(self, "region")
145
135
 
146
136
  @region.setter
@@ -175,10 +165,6 @@ class _EntryGroupIamBindingState:
175
165
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
176
166
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
177
167
  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.
178
- :param pulumi.Input[builtins.str] region: EntryGroup location region.
179
- Used to find the parent resource to bind the IAM policy to. If not specified,
180
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
181
- region is specified, it is taken from the provider configuration.
182
168
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
183
169
  `datacatalog.EntryGroupIamBinding` can be used per role. Note that custom roles must be of the format
184
170
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -269,12 +255,6 @@ class _EntryGroupIamBindingState:
269
255
  @property
270
256
  @pulumi.getter
271
257
  def region(self) -> Optional[pulumi.Input[builtins.str]]:
272
- """
273
- EntryGroup location region.
274
- Used to find the parent resource to bind the IAM policy to. If not specified,
275
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
276
- region is specified, it is taken from the provider configuration.
277
- """
278
258
  return pulumi.get(self, "region")
279
259
 
280
260
  @region.setter
@@ -475,10 +455,6 @@ class EntryGroupIamBinding(pulumi.CustomResource):
475
455
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
476
456
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
477
457
  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.
478
- :param pulumi.Input[builtins.str] region: EntryGroup location region.
479
- Used to find the parent resource to bind the IAM policy to. If not specified,
480
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
481
- region is specified, it is taken from the provider configuration.
482
458
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
483
459
  `datacatalog.EntryGroupIamBinding` can be used per role. Note that custom roles must be of the format
484
460
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -721,10 +697,6 @@ class EntryGroupIamBinding(pulumi.CustomResource):
721
697
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
722
698
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
723
699
  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.
724
- :param pulumi.Input[builtins.str] region: EntryGroup location region.
725
- Used to find the parent resource to bind the IAM policy to. If not specified,
726
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
727
- region is specified, it is taken from the provider configuration.
728
700
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
729
701
  `datacatalog.EntryGroupIamBinding` can be used per role. Note that custom roles must be of the format
730
702
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -793,12 +765,6 @@ class EntryGroupIamBinding(pulumi.CustomResource):
793
765
  @property
794
766
  @pulumi.getter
795
767
  def region(self) -> pulumi.Output[builtins.str]:
796
- """
797
- EntryGroup location region.
798
- Used to find the parent resource to bind the IAM policy to. If not specified,
799
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
800
- region is specified, it is taken from the provider configuration.
801
- """
802
768
  return pulumi.get(self, "region")
803
769
 
804
770
  @property