pulumi-gcp 8.20.0a1739946722__py3-none-any.whl → 8.20.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (228) hide show
  1. pulumi_gcp/__init__.py +64 -0
  2. pulumi_gcp/accesscontextmanager/_inputs.py +168 -8
  3. pulumi_gcp/accesscontextmanager/get_access_policy_iam_policy.py +2 -2
  4. pulumi_gcp/accesscontextmanager/outputs.py +104 -8
  5. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +78 -3
  6. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +78 -3
  7. pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +78 -3
  8. pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +78 -3
  9. pulumi_gcp/alloydb/__init__.py +2 -0
  10. pulumi_gcp/alloydb/get_cluster.py +491 -0
  11. pulumi_gcp/alloydb/get_instance.py +466 -0
  12. pulumi_gcp/alloydb/outputs.py +1160 -0
  13. pulumi_gcp/apigateway/get_api_config_iam_policy.py +20 -2
  14. pulumi_gcp/apigateway/get_api_iam_policy.py +20 -2
  15. pulumi_gcp/apigateway/get_gateway_iam_policy.py +22 -2
  16. pulumi_gcp/apigee/get_environment_iam_policy.py +2 -2
  17. pulumi_gcp/appengine/_inputs.py +3 -3
  18. pulumi_gcp/appengine/outputs.py +2 -2
  19. pulumi_gcp/artifactregistry/get_repository_iam_policy.py +2 -2
  20. pulumi_gcp/backupdisasterrecovery/backup_plan.py +16 -0
  21. pulumi_gcp/backupdisasterrecovery/backup_plan_association.py +16 -0
  22. pulumi_gcp/backupdisasterrecovery/management_server.py +16 -0
  23. pulumi_gcp/beyondcorp/get_application_iam_policy.py +2 -2
  24. pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +2 -2
  25. pulumi_gcp/bigquery/_inputs.py +6 -8
  26. pulumi_gcp/bigquery/connection.py +2 -14
  27. pulumi_gcp/bigquery/data_transfer_config.py +28 -0
  28. pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -2
  29. pulumi_gcp/bigquery/get_table_iam_policy.py +2 -2
  30. pulumi_gcp/bigquery/outputs.py +4 -5
  31. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +8 -8
  32. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +8 -8
  33. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +8 -8
  34. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -2
  35. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -2
  36. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +8 -8
  37. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +8 -8
  38. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +8 -8
  39. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -2
  40. pulumi_gcp/binaryauthorization/get_attestor_iam_policy.py +2 -2
  41. pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +2 -2
  42. pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +2 -2
  43. pulumi_gcp/chronicle/rule_deployment.py +21 -7
  44. pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +2 -2
  45. pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +2 -2
  46. pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +2 -2
  47. pulumi_gcp/clouddeploy/get_target_iam_policy.py +2 -2
  48. pulumi_gcp/cloudfunctions/get_function_iam_policy.py +2 -2
  49. pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +2 -2
  50. pulumi_gcp/cloudrun/_inputs.py +6 -3
  51. pulumi_gcp/cloudrun/get_service_iam_policy.py +2 -2
  52. pulumi_gcp/cloudrun/outputs.py +4 -2
  53. pulumi_gcp/cloudrunv2/get_job_iam_policy.py +2 -2
  54. pulumi_gcp/cloudrunv2/get_service_iam_policy.py +2 -2
  55. pulumi_gcp/cloudtasks/get_queue_iam_policy.py +2 -2
  56. pulumi_gcp/colab/get_runtime_template_iam_policy.py +2 -2
  57. pulumi_gcp/composer/_inputs.py +6 -6
  58. pulumi_gcp/composer/get_environment.py +12 -0
  59. pulumi_gcp/composer/get_image_versions.py +12 -0
  60. pulumi_gcp/composer/get_user_workloads_config_map.py +12 -0
  61. pulumi_gcp/composer/get_user_workloads_secret.py +12 -0
  62. pulumi_gcp/composer/outputs.py +8 -8
  63. pulumi_gcp/compute/_inputs.py +756 -30
  64. pulumi_gcp/compute/firewall_policy_rule.py +0 -2
  65. pulumi_gcp/compute/get_backend_bucket_iam_policy.py +20 -2
  66. pulumi_gcp/compute/get_backend_service_iam_policy.py +20 -2
  67. pulumi_gcp/compute/get_disk_iam_policy.py +2 -2
  68. pulumi_gcp/compute/get_hc_vpn_gateway.py +45 -1
  69. pulumi_gcp/compute/get_image_iam_policy.py +2 -2
  70. pulumi_gcp/compute/get_instance_iam_policy.py +2 -2
  71. pulumi_gcp/compute/get_instance_template_iam_policy.py +2 -2
  72. pulumi_gcp/compute/get_machine_image_iam_policy.py +20 -2
  73. pulumi_gcp/compute/get_region_backend_service_iam_policy.py +22 -2
  74. pulumi_gcp/compute/get_region_disk_iam_policy.py +2 -2
  75. pulumi_gcp/compute/get_snapshot_iam_policy.py +2 -2
  76. pulumi_gcp/compute/get_subnetwork_iam_policy.py +2 -2
  77. pulumi_gcp/compute/ha_vpn_gateway.py +189 -2
  78. pulumi_gcp/compute/instance_template.py +14 -35
  79. pulumi_gcp/compute/network_peering_routes_config.py +140 -6
  80. pulumi_gcp/compute/outputs.py +796 -18
  81. pulumi_gcp/config/__init__.pyi +2 -0
  82. pulumi_gcp/config/vars.py +4 -0
  83. pulumi_gcp/container/_inputs.py +447 -3
  84. pulumi_gcp/container/outputs.py +469 -5
  85. pulumi_gcp/containeranalysis/get_note_iam_policy.py +2 -2
  86. pulumi_gcp/datacatalog/entry_group.py +4 -0
  87. pulumi_gcp/datacatalog/entry_group_iam_binding.py +8 -8
  88. pulumi_gcp/datacatalog/entry_group_iam_member.py +8 -8
  89. pulumi_gcp/datacatalog/entry_group_iam_policy.py +8 -8
  90. pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +2 -2
  91. pulumi_gcp/datacatalog/get_policy_tag_iam_policy.py +2 -2
  92. pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +2 -2
  93. pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +2 -2
  94. pulumi_gcp/datacatalog/policy_tag_iam_binding.py +8 -8
  95. pulumi_gcp/datacatalog/policy_tag_iam_member.py +8 -8
  96. pulumi_gcp/datacatalog/policy_tag_iam_policy.py +8 -8
  97. pulumi_gcp/datacatalog/tag_template.py +4 -0
  98. pulumi_gcp/datacatalog/tag_template_iam_binding.py +8 -8
  99. pulumi_gcp/datacatalog/tag_template_iam_member.py +8 -8
  100. pulumi_gcp/datacatalog/tag_template_iam_policy.py +8 -8
  101. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +8 -8
  102. pulumi_gcp/datacatalog/taxonomy_iam_member.py +8 -8
  103. pulumi_gcp/datacatalog/taxonomy_iam_policy.py +8 -8
  104. pulumi_gcp/dataform/get_repository_iam_policy.py +22 -2
  105. pulumi_gcp/datafusion/get_instance_iam_policy.py +2 -2
  106. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -2
  107. pulumi_gcp/dataplex/get_asset_iam_policy.py +2 -2
  108. pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -2
  109. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -2
  110. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +2 -2
  111. pulumi_gcp/dataplex/get_lake_iam_policy.py +2 -2
  112. pulumi_gcp/dataplex/get_task_iam_policy.py +2 -2
  113. pulumi_gcp/dataplex/get_zone_iam_policy.py +2 -2
  114. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -2
  115. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -2
  116. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -2
  117. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +8 -8
  118. pulumi_gcp/dataproc/metastore_federation_iam_member.py +8 -8
  119. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +8 -8
  120. pulumi_gcp/dataproc/metastore_service.py +27 -28
  121. pulumi_gcp/dataproc/metastore_service_iam_binding.py +8 -8
  122. pulumi_gcp/dataproc/metastore_service_iam_member.py +8 -8
  123. pulumi_gcp/dataproc/metastore_service_iam_policy.py +8 -8
  124. pulumi_gcp/developerconnect/_inputs.py +575 -0
  125. pulumi_gcp/developerconnect/connection.py +200 -0
  126. pulumi_gcp/developerconnect/git_repository_link.py +12 -0
  127. pulumi_gcp/developerconnect/outputs.py +461 -0
  128. pulumi_gcp/dns/get_managed_zone_iam_policy.py +2 -2
  129. pulumi_gcp/endpoints/get_service_iam_policy.py +2 -2
  130. pulumi_gcp/eventarc/_inputs.py +29 -8
  131. pulumi_gcp/eventarc/google_channel_config.py +58 -46
  132. pulumi_gcp/eventarc/outputs.py +20 -6
  133. pulumi_gcp/eventarc/trigger.py +95 -72
  134. pulumi_gcp/filestore/backup.py +4 -4
  135. pulumi_gcp/firebase/__init__.py +1 -0
  136. pulumi_gcp/firebase/data_connect_service.py +937 -0
  137. pulumi_gcp/gemini/__init__.py +5 -0
  138. pulumi_gcp/gemini/data_sharing_with_google_setting.py +613 -0
  139. pulumi_gcp/gemini/data_sharing_with_google_setting_binding.py +722 -0
  140. pulumi_gcp/gemini/gemini_gcp_enablement_setting.py +608 -0
  141. pulumi_gcp/gemini/get_repository_group_iam_policy.py +2 -2
  142. pulumi_gcp/gemini/logging_setting.py +42 -50
  143. pulumi_gcp/gemini/logging_setting_binding.py +734 -0
  144. pulumi_gcp/gemini/release_channel_setting.py +39 -43
  145. pulumi_gcp/gemini/release_channel_setting_binding.py +734 -0
  146. pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +2 -2
  147. pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +2 -2
  148. pulumi_gcp/gkehub/get_feature_iam_policy.py +2 -2
  149. pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -2
  150. pulumi_gcp/gkehub/get_scope_iam_policy.py +2 -2
  151. pulumi_gcp/healthcare/get_consent_store_iam_policy.py +2 -2
  152. pulumi_gcp/iam/organizations_policy_binding.py +10 -2
  153. pulumi_gcp/iam/projects_policy_binding.py +10 -2
  154. pulumi_gcp/iam/workforce_pool_provider.py +63 -11
  155. pulumi_gcp/iap/get_app_engine_service_iam_policy.py +2 -2
  156. pulumi_gcp/iap/get_app_engine_version_iam_policy.py +2 -2
  157. pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +2 -2
  158. pulumi_gcp/iap/get_tunnel_iam_policy.py +2 -2
  159. pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +2 -2
  160. pulumi_gcp/iap/get_web_backend_service_iam_policy.py +2 -2
  161. pulumi_gcp/iap/get_web_iam_policy.py +2 -2
  162. pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +2 -2
  163. pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +2 -2
  164. pulumi_gcp/iap/get_web_type_compute_iam_policy.py +2 -2
  165. pulumi_gcp/kms/get_ekm_connection_iam_policy.py +2 -2
  166. pulumi_gcp/logging/get_log_view_iam_policy.py +2 -2
  167. pulumi_gcp/monitoring/_inputs.py +588 -0
  168. pulumi_gcp/monitoring/outputs.py +410 -0
  169. pulumi_gcp/netapp/__init__.py +1 -0
  170. pulumi_gcp/netapp/volume_quota_rule.py +895 -0
  171. pulumi_gcp/networksecurity/address_group_iam_binding.py +4 -4
  172. pulumi_gcp/networksecurity/address_group_iam_member.py +4 -4
  173. pulumi_gcp/networksecurity/address_group_iam_policy.py +4 -4
  174. pulumi_gcp/networkservices/authz_extension.py +8 -15
  175. pulumi_gcp/networkservices/mesh.py +79 -12
  176. pulumi_gcp/notebooks/get_instance_iam_policy.py +2 -2
  177. pulumi_gcp/notebooks/get_runtime_iam_policy.py +2 -2
  178. pulumi_gcp/parametermanager/get_parameter_version_render.py +3 -0
  179. pulumi_gcp/parametermanager/get_regional_parameter_version_render.py +3 -0
  180. pulumi_gcp/projects/__init__.py +1 -0
  181. pulumi_gcp/projects/get_ancestry.py +150 -0
  182. pulumi_gcp/projects/outputs.py +30 -0
  183. pulumi_gcp/provider.py +20 -0
  184. pulumi_gcp/pubsub/get_schema_iam_policy.py +2 -2
  185. pulumi_gcp/pubsub/get_topic_iam_policy.py +2 -2
  186. pulumi_gcp/pulumi-plugin.json +1 -1
  187. pulumi_gcp/redis/cluster.py +211 -94
  188. pulumi_gcp/runtimeconfig/get_config_iam_policy.py +20 -2
  189. pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +2 -2
  190. pulumi_gcp/secretmanager/get_secret_iam_policy.py +2 -2
  191. pulumi_gcp/secretmanager/secret_version.py +73 -23
  192. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -2
  193. pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +2 -2
  194. pulumi_gcp/securitycenter/get_source_iam_policy.py +2 -2
  195. pulumi_gcp/securitycenter/get_v2_organization_source_iam_policy.py +2 -2
  196. pulumi_gcp/securitycenter/mute_config.py +136 -3
  197. pulumi_gcp/securitycenter/v2_folder_notification_config.py +2 -14
  198. pulumi_gcp/securitycenter/v2_organization_notification_config.py +2 -14
  199. pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +8 -8
  200. pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +8 -8
  201. pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +8 -8
  202. pulumi_gcp/securitycenter/v2_project_notification_config.py +2 -14
  203. pulumi_gcp/servicedirectory/get_namespace_iam_policy.py +18 -2
  204. pulumi_gcp/servicedirectory/get_service_iam_policy.py +18 -2
  205. pulumi_gcp/sourcerepo/get_repository_iam_policy.py +2 -2
  206. pulumi_gcp/spanner/__init__.py +1 -0
  207. pulumi_gcp/spanner/instance.py +0 -46
  208. pulumi_gcp/spanner/instance_partition.py +658 -0
  209. pulumi_gcp/sql/_inputs.py +6 -6
  210. pulumi_gcp/sql/outputs.py +4 -4
  211. pulumi_gcp/sql/user.py +20 -14
  212. pulumi_gcp/storage/bucket.py +30 -0
  213. pulumi_gcp/storage/get_bucket_iam_policy.py +2 -2
  214. pulumi_gcp/tags/get_tag_key_iam_policy.py +2 -2
  215. pulumi_gcp/tags/get_tag_value_iam_policy.py +2 -2
  216. pulumi_gcp/tpu/_inputs.py +150 -1
  217. pulumi_gcp/tpu/outputs.py +114 -1
  218. pulumi_gcp/tpu/v2_queued_resource.py +74 -0
  219. pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +22 -2
  220. pulumi_gcp/vertex/get_ai_featurestore_entitytype_iam_policy.py +20 -2
  221. pulumi_gcp/vertex/get_ai_featurestore_iam_policy.py +22 -2
  222. pulumi_gcp/workbench/get_instance_iam_policy.py +2 -2
  223. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +24 -2
  224. pulumi_gcp/workstations/get_workstation_iam_policy.py +26 -2
  225. {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.20.1.dist-info}/METADATA +1 -1
  226. {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.20.1.dist-info}/RECORD +228 -217
  227. {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.20.1.dist-info}/WHEEL +1 -1
  228. {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.20.1.dist-info}/top_level.txt +0 -0
@@ -197,7 +197,7 @@ class MetastoreFederationIamPolicy(pulumi.CustomResource):
197
197
  project: Optional[pulumi.Input[str]] = None,
198
198
  __props__=None):
199
199
  """
200
- Three different resources help you manage your IAM policy for Dataproc metastore Federation. Each of these resources serves a different use case:
200
+ Three different resources help you manage your IAM policy for Dataproc Metastore Federation. Each of these resources serves a different use case:
201
201
 
202
202
  * `dataproc.MetastoreFederationIamPolicy`: Authoritative. Sets the IAM policy for the federation and replaces any existing policy already attached.
203
203
  * `dataproc.MetastoreFederationIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the federation are preserved.
@@ -260,8 +260,8 @@ class MetastoreFederationIamPolicy(pulumi.CustomResource):
260
260
 
261
261
  -
262
262
 
263
- # IAM policy for Dataproc metastore Federation
264
- Three different resources help you manage your IAM policy for Dataproc metastore Federation. Each of these resources serves a different use case:
263
+ # IAM policy for Dataproc Metastore Federation
264
+ Three different resources help you manage your IAM policy for Dataproc Metastore Federation. Each of these resources serves a different use case:
265
265
 
266
266
  * `dataproc.MetastoreFederationIamPolicy`: Authoritative. Sets the IAM policy for the federation and replaces any existing policy already attached.
267
267
  * `dataproc.MetastoreFederationIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the federation are preserved.
@@ -334,7 +334,7 @@ class MetastoreFederationIamPolicy(pulumi.CustomResource):
334
334
 
335
335
  Any variables not passed in the import command will be taken from the provider configuration.
336
336
 
337
- Dataproc metastore federation IAM resources can be imported using the resource identifiers, role, and member.
337
+ Dataproc Metastore federation IAM resources can be imported using the resource identifiers, role, and member.
338
338
 
339
339
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
340
340
 
@@ -376,7 +376,7 @@ class MetastoreFederationIamPolicy(pulumi.CustomResource):
376
376
  args: MetastoreFederationIamPolicyArgs,
377
377
  opts: Optional[pulumi.ResourceOptions] = None):
378
378
  """
379
- Three different resources help you manage your IAM policy for Dataproc metastore Federation. Each of these resources serves a different use case:
379
+ Three different resources help you manage your IAM policy for Dataproc Metastore Federation. Each of these resources serves a different use case:
380
380
 
381
381
  * `dataproc.MetastoreFederationIamPolicy`: Authoritative. Sets the IAM policy for the federation and replaces any existing policy already attached.
382
382
  * `dataproc.MetastoreFederationIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the federation are preserved.
@@ -439,8 +439,8 @@ class MetastoreFederationIamPolicy(pulumi.CustomResource):
439
439
 
440
440
  -
441
441
 
442
- # IAM policy for Dataproc metastore Federation
443
- Three different resources help you manage your IAM policy for Dataproc metastore Federation. Each of these resources serves a different use case:
442
+ # IAM policy for Dataproc Metastore Federation
443
+ Three different resources help you manage your IAM policy for Dataproc Metastore Federation. Each of these resources serves a different use case:
444
444
 
445
445
  * `dataproc.MetastoreFederationIamPolicy`: Authoritative. Sets the IAM policy for the federation and replaces any existing policy already attached.
446
446
  * `dataproc.MetastoreFederationIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the federation are preserved.
@@ -513,7 +513,7 @@ class MetastoreFederationIamPolicy(pulumi.CustomResource):
513
513
 
514
514
  Any variables not passed in the import command will be taken from the provider configuration.
515
515
 
516
- Dataproc metastore federation IAM resources can be imported using the resource identifiers, role, and member.
516
+ Dataproc Metastore federation IAM resources can be imported using the resource identifiers, role, and member.
517
517
 
518
518
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
519
519
 
@@ -21,7 +21,6 @@ __all__ = ['MetastoreServiceArgs', 'MetastoreService']
21
21
  @pulumi.input_type
22
22
  class MetastoreServiceArgs:
23
23
  def __init__(__self__, *,
24
- service_id: pulumi.Input[str],
25
24
  database_type: Optional[pulumi.Input[str]] = None,
26
25
  deletion_protection: Optional[pulumi.Input[bool]] = None,
27
26
  encryption_config: Optional[pulumi.Input['MetastoreServiceEncryptionConfigArgs']] = None,
@@ -37,16 +36,11 @@ class MetastoreServiceArgs:
37
36
  release_channel: Optional[pulumi.Input[str]] = None,
38
37
  scaling_config: Optional[pulumi.Input['MetastoreServiceScalingConfigArgs']] = None,
39
38
  scheduled_backup: Optional[pulumi.Input['MetastoreServiceScheduledBackupArgs']] = None,
39
+ service_id: Optional[pulumi.Input[str]] = None,
40
40
  telemetry_config: Optional[pulumi.Input['MetastoreServiceTelemetryConfigArgs']] = None,
41
41
  tier: Optional[pulumi.Input[str]] = None):
42
42
  """
43
43
  The set of arguments for constructing a MetastoreService resource.
44
- :param pulumi.Input[str] service_id: The ID of the metastore service. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
45
- and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
46
- 3 and 63 characters.
47
-
48
-
49
- - - -
50
44
  :param pulumi.Input[str] database_type: The database type that the Metastore service stores its data.
51
45
  Default value is `MYSQL`.
52
46
  Possible values are: `MYSQL`, `SPANNER`.
@@ -81,12 +75,17 @@ class MetastoreServiceArgs:
81
75
  Structure is documented below.
82
76
  :param pulumi.Input['MetastoreServiceScheduledBackupArgs'] scheduled_backup: The configuration of scheduled backup for the metastore service.
83
77
  Structure is documented below.
78
+ :param pulumi.Input[str] service_id: The ID of the metastore service. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
79
+ and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
80
+ 3 and 63 characters.
81
+
82
+
83
+ - - -
84
84
  :param pulumi.Input['MetastoreServiceTelemetryConfigArgs'] telemetry_config: The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON.
85
85
  Structure is documented below.
86
86
  :param pulumi.Input[str] tier: The tier of the service.
87
87
  Possible values are: `DEVELOPER`, `ENTERPRISE`.
88
88
  """
89
- pulumi.set(__self__, "service_id", service_id)
90
89
  if database_type is not None:
91
90
  pulumi.set(__self__, "database_type", database_type)
92
91
  if deletion_protection is not None:
@@ -117,28 +116,13 @@ class MetastoreServiceArgs:
117
116
  pulumi.set(__self__, "scaling_config", scaling_config)
118
117
  if scheduled_backup is not None:
119
118
  pulumi.set(__self__, "scheduled_backup", scheduled_backup)
119
+ if service_id is not None:
120
+ pulumi.set(__self__, "service_id", service_id)
120
121
  if telemetry_config is not None:
121
122
  pulumi.set(__self__, "telemetry_config", telemetry_config)
122
123
  if tier is not None:
123
124
  pulumi.set(__self__, "tier", tier)
124
125
 
125
- @property
126
- @pulumi.getter(name="serviceId")
127
- def service_id(self) -> pulumi.Input[str]:
128
- """
129
- The ID of the metastore service. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
130
- and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
131
- 3 and 63 characters.
132
-
133
-
134
- - - -
135
- """
136
- return pulumi.get(self, "service_id")
137
-
138
- @service_id.setter
139
- def service_id(self, value: pulumi.Input[str]):
140
- pulumi.set(self, "service_id", value)
141
-
142
126
  @property
143
127
  @pulumi.getter(name="databaseType")
144
128
  def database_type(self) -> Optional[pulumi.Input[str]]:
@@ -338,6 +322,23 @@ class MetastoreServiceArgs:
338
322
  def scheduled_backup(self, value: Optional[pulumi.Input['MetastoreServiceScheduledBackupArgs']]):
339
323
  pulumi.set(self, "scheduled_backup", value)
340
324
 
325
+ @property
326
+ @pulumi.getter(name="serviceId")
327
+ def service_id(self) -> Optional[pulumi.Input[str]]:
328
+ """
329
+ The ID of the metastore service. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
330
+ and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
331
+ 3 and 63 characters.
332
+
333
+
334
+ - - -
335
+ """
336
+ return pulumi.get(self, "service_id")
337
+
338
+ @service_id.setter
339
+ def service_id(self, value: Optional[pulumi.Input[str]]):
340
+ pulumi.set(self, "service_id", value)
341
+
341
342
  @property
342
343
  @pulumi.getter(name="telemetryConfig")
343
344
  def telemetry_config(self) -> Optional[pulumi.Input['MetastoreServiceTelemetryConfigArgs']]:
@@ -1229,7 +1230,7 @@ class MetastoreService(pulumi.CustomResource):
1229
1230
  @overload
1230
1231
  def __init__(__self__,
1231
1232
  resource_name: str,
1232
- args: MetastoreServiceArgs,
1233
+ args: Optional[MetastoreServiceArgs] = None,
1233
1234
  opts: Optional[pulumi.ResourceOptions] = None):
1234
1235
  """
1235
1236
  A managed metastore service that serves metadata queries.
@@ -1599,8 +1600,6 @@ class MetastoreService(pulumi.CustomResource):
1599
1600
  __props__.__dict__["release_channel"] = release_channel
1600
1601
  __props__.__dict__["scaling_config"] = scaling_config
1601
1602
  __props__.__dict__["scheduled_backup"] = scheduled_backup
1602
- if service_id is None and not opts.urn:
1603
- raise TypeError("Missing required property 'service_id'")
1604
1603
  __props__.__dict__["service_id"] = service_id
1605
1604
  __props__.__dict__["telemetry_config"] = telemetry_config
1606
1605
  __props__.__dict__["tier"] = tier
@@ -304,7 +304,7 @@ class MetastoreServiceIamBinding(pulumi.CustomResource):
304
304
  service_id: Optional[pulumi.Input[str]] = None,
305
305
  __props__=None):
306
306
  """
307
- Three different resources help you manage your IAM policy for Dataproc metastore Service. Each of these resources serves a different use case:
307
+ Three different resources help you manage your IAM policy for Dataproc Metastore Service. Each of these resources serves a different use case:
308
308
 
309
309
  * `dataproc.MetastoreServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
310
310
  * `dataproc.MetastoreServiceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the service are preserved.
@@ -367,8 +367,8 @@ class MetastoreServiceIamBinding(pulumi.CustomResource):
367
367
 
368
368
  -
369
369
 
370
- # IAM policy for Dataproc metastore Service
371
- Three different resources help you manage your IAM policy for Dataproc metastore Service. Each of these resources serves a different use case:
370
+ # IAM policy for Dataproc Metastore Service
371
+ Three different resources help you manage your IAM policy for Dataproc Metastore Service. Each of these resources serves a different use case:
372
372
 
373
373
  * `dataproc.MetastoreServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
374
374
  * `dataproc.MetastoreServiceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the service are preserved.
@@ -441,7 +441,7 @@ class MetastoreServiceIamBinding(pulumi.CustomResource):
441
441
 
442
442
  Any variables not passed in the import command will be taken from the provider configuration.
443
443
 
444
- Dataproc metastore service IAM resources can be imported using the resource identifiers, role, and member.
444
+ Dataproc Metastore service IAM resources can be imported using the resource identifiers, role, and member.
445
445
 
446
446
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
447
447
 
@@ -496,7 +496,7 @@ class MetastoreServiceIamBinding(pulumi.CustomResource):
496
496
  args: MetastoreServiceIamBindingArgs,
497
497
  opts: Optional[pulumi.ResourceOptions] = None):
498
498
  """
499
- Three different resources help you manage your IAM policy for Dataproc metastore Service. Each of these resources serves a different use case:
499
+ Three different resources help you manage your IAM policy for Dataproc Metastore Service. Each of these resources serves a different use case:
500
500
 
501
501
  * `dataproc.MetastoreServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
502
502
  * `dataproc.MetastoreServiceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the service are preserved.
@@ -559,8 +559,8 @@ class MetastoreServiceIamBinding(pulumi.CustomResource):
559
559
 
560
560
  -
561
561
 
562
- # IAM policy for Dataproc metastore Service
563
- Three different resources help you manage your IAM policy for Dataproc metastore Service. Each of these resources serves a different use case:
562
+ # IAM policy for Dataproc Metastore Service
563
+ Three different resources help you manage your IAM policy for Dataproc Metastore Service. Each of these resources serves a different use case:
564
564
 
565
565
  * `dataproc.MetastoreServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
566
566
  * `dataproc.MetastoreServiceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the service are preserved.
@@ -633,7 +633,7 @@ class MetastoreServiceIamBinding(pulumi.CustomResource):
633
633
 
634
634
  Any variables not passed in the import command will be taken from the provider configuration.
635
635
 
636
- Dataproc metastore service IAM resources can be imported using the resource identifiers, role, and member.
636
+ Dataproc Metastore service IAM resources can be imported using the resource identifiers, role, and member.
637
637
 
638
638
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
639
639
 
@@ -304,7 +304,7 @@ class MetastoreServiceIamMember(pulumi.CustomResource):
304
304
  service_id: Optional[pulumi.Input[str]] = None,
305
305
  __props__=None):
306
306
  """
307
- Three different resources help you manage your IAM policy for Dataproc metastore Service. Each of these resources serves a different use case:
307
+ Three different resources help you manage your IAM policy for Dataproc Metastore Service. Each of these resources serves a different use case:
308
308
 
309
309
  * `dataproc.MetastoreServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
310
310
  * `dataproc.MetastoreServiceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the service are preserved.
@@ -367,8 +367,8 @@ class MetastoreServiceIamMember(pulumi.CustomResource):
367
367
 
368
368
  -
369
369
 
370
- # IAM policy for Dataproc metastore Service
371
- Three different resources help you manage your IAM policy for Dataproc metastore Service. Each of these resources serves a different use case:
370
+ # IAM policy for Dataproc Metastore Service
371
+ Three different resources help you manage your IAM policy for Dataproc Metastore Service. Each of these resources serves a different use case:
372
372
 
373
373
  * `dataproc.MetastoreServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
374
374
  * `dataproc.MetastoreServiceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the service are preserved.
@@ -441,7 +441,7 @@ class MetastoreServiceIamMember(pulumi.CustomResource):
441
441
 
442
442
  Any variables not passed in the import command will be taken from the provider configuration.
443
443
 
444
- Dataproc metastore service IAM resources can be imported using the resource identifiers, role, and member.
444
+ Dataproc Metastore service IAM resources can be imported using the resource identifiers, role, and member.
445
445
 
446
446
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
447
447
 
@@ -496,7 +496,7 @@ class MetastoreServiceIamMember(pulumi.CustomResource):
496
496
  args: MetastoreServiceIamMemberArgs,
497
497
  opts: Optional[pulumi.ResourceOptions] = None):
498
498
  """
499
- Three different resources help you manage your IAM policy for Dataproc metastore Service. Each of these resources serves a different use case:
499
+ Three different resources help you manage your IAM policy for Dataproc Metastore Service. Each of these resources serves a different use case:
500
500
 
501
501
  * `dataproc.MetastoreServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
502
502
  * `dataproc.MetastoreServiceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the service are preserved.
@@ -559,8 +559,8 @@ class MetastoreServiceIamMember(pulumi.CustomResource):
559
559
 
560
560
  -
561
561
 
562
- # IAM policy for Dataproc metastore Service
563
- Three different resources help you manage your IAM policy for Dataproc metastore Service. Each of these resources serves a different use case:
562
+ # IAM policy for Dataproc Metastore Service
563
+ Three different resources help you manage your IAM policy for Dataproc Metastore Service. Each of these resources serves a different use case:
564
564
 
565
565
  * `dataproc.MetastoreServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
566
566
  * `dataproc.MetastoreServiceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the service are preserved.
@@ -633,7 +633,7 @@ class MetastoreServiceIamMember(pulumi.CustomResource):
633
633
 
634
634
  Any variables not passed in the import command will be taken from the provider configuration.
635
635
 
636
- Dataproc metastore service IAM resources can be imported using the resource identifiers, role, and member.
636
+ Dataproc Metastore service IAM resources can be imported using the resource identifiers, role, and member.
637
637
 
638
638
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
639
639
 
@@ -201,7 +201,7 @@ class MetastoreServiceIamPolicy(pulumi.CustomResource):
201
201
  service_id: Optional[pulumi.Input[str]] = None,
202
202
  __props__=None):
203
203
  """
204
- Three different resources help you manage your IAM policy for Dataproc metastore Service. Each of these resources serves a different use case:
204
+ Three different resources help you manage your IAM policy for Dataproc Metastore Service. Each of these resources serves a different use case:
205
205
 
206
206
  * `dataproc.MetastoreServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
207
207
  * `dataproc.MetastoreServiceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the service are preserved.
@@ -264,8 +264,8 @@ class MetastoreServiceIamPolicy(pulumi.CustomResource):
264
264
 
265
265
  -
266
266
 
267
- # IAM policy for Dataproc metastore Service
268
- Three different resources help you manage your IAM policy for Dataproc metastore Service. Each of these resources serves a different use case:
267
+ # IAM policy for Dataproc Metastore Service
268
+ Three different resources help you manage your IAM policy for Dataproc Metastore Service. Each of these resources serves a different use case:
269
269
 
270
270
  * `dataproc.MetastoreServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
271
271
  * `dataproc.MetastoreServiceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the service are preserved.
@@ -338,7 +338,7 @@ class MetastoreServiceIamPolicy(pulumi.CustomResource):
338
338
 
339
339
  Any variables not passed in the import command will be taken from the provider configuration.
340
340
 
341
- Dataproc metastore service IAM resources can be imported using the resource identifiers, role, and member.
341
+ Dataproc Metastore service IAM resources can be imported using the resource identifiers, role, and member.
342
342
 
343
343
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
344
344
 
@@ -381,7 +381,7 @@ class MetastoreServiceIamPolicy(pulumi.CustomResource):
381
381
  args: MetastoreServiceIamPolicyArgs,
382
382
  opts: Optional[pulumi.ResourceOptions] = None):
383
383
  """
384
- Three different resources help you manage your IAM policy for Dataproc metastore Service. Each of these resources serves a different use case:
384
+ Three different resources help you manage your IAM policy for Dataproc Metastore Service. Each of these resources serves a different use case:
385
385
 
386
386
  * `dataproc.MetastoreServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
387
387
  * `dataproc.MetastoreServiceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the service are preserved.
@@ -444,8 +444,8 @@ class MetastoreServiceIamPolicy(pulumi.CustomResource):
444
444
 
445
445
  -
446
446
 
447
- # IAM policy for Dataproc metastore Service
448
- Three different resources help you manage your IAM policy for Dataproc metastore Service. Each of these resources serves a different use case:
447
+ # IAM policy for Dataproc Metastore Service
448
+ Three different resources help you manage your IAM policy for Dataproc Metastore Service. Each of these resources serves a different use case:
449
449
 
450
450
  * `dataproc.MetastoreServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
451
451
  * `dataproc.MetastoreServiceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the service are preserved.
@@ -518,7 +518,7 @@ class MetastoreServiceIamPolicy(pulumi.CustomResource):
518
518
 
519
519
  Any variables not passed in the import command will be taken from the provider configuration.
520
520
 
521
- Dataproc metastore service IAM resources can be imported using the resource identifiers, role, and member.
521
+ Dataproc Metastore service IAM resources can be imported using the resource identifiers, role, and member.
522
522
 
523
523
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
524
524