pulumi-mongodbatlas 4.2.0a1768543290__tar.gz → 4.2.0a1769139905__tar.gz

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 (215) hide show
  1. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/PKG-INFO +1 -1
  2. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/__init__.py +75 -0
  3. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/_inputs.py +366 -12
  4. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/api_key_project_assignment.py +16 -2
  5. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_access_list_api_key.py +19 -14
  6. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_access_list_api_keys.py +13 -14
  7. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_api_key_project_assignment.py +16 -2
  8. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_api_key_project_assignments.py +16 -2
  9. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_maintenance_window.py +1 -1
  10. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_project_ip_access_list.py +63 -65
  11. pulumi_mongodbatlas-4.2.0a1769139905/pulumi_mongodbatlas/get_project_service_account.py +185 -0
  12. pulumi_mongodbatlas-4.2.0a1769139905/pulumi_mongodbatlas/get_project_service_account_access_list_entries.py +195 -0
  13. pulumi_mongodbatlas-4.2.0a1769139905/pulumi_mongodbatlas/get_project_service_account_access_list_entry.py +276 -0
  14. pulumi_mongodbatlas-4.2.0a1769139905/pulumi_mongodbatlas/get_project_service_account_secret.py +244 -0
  15. pulumi_mongodbatlas-4.2.0a1769139905/pulumi_mongodbatlas/get_project_service_accounts.py +109 -0
  16. pulumi_mongodbatlas-4.2.0a1769139905/pulumi_mongodbatlas/get_service_account.py +185 -0
  17. pulumi_mongodbatlas-4.2.0a1769139905/pulumi_mongodbatlas/get_service_account_access_list_entries.py +195 -0
  18. pulumi_mongodbatlas-4.2.0a1769139905/pulumi_mongodbatlas/get_service_account_access_list_entry.py +276 -0
  19. pulumi_mongodbatlas-4.2.0a1769139905/pulumi_mongodbatlas/get_service_account_project_assignment.py +176 -0
  20. pulumi_mongodbatlas-4.2.0a1769139905/pulumi_mongodbatlas/get_service_account_project_assignments.py +177 -0
  21. pulumi_mongodbatlas-4.2.0a1769139905/pulumi_mongodbatlas/get_service_account_secret.py +244 -0
  22. pulumi_mongodbatlas-4.2.0a1769139905/pulumi_mongodbatlas/get_service_accounts.py +109 -0
  23. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_stream_connection.py +46 -2
  24. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/maintenance_window.py +21 -21
  25. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/outputs.py +1153 -121
  26. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/project_ip_access_list.py +71 -100
  27. pulumi_mongodbatlas-4.2.0a1769139905/pulumi_mongodbatlas/project_service_account.py +444 -0
  28. pulumi_mongodbatlas-4.2.0a1769139905/pulumi_mongodbatlas/project_service_account_access_list_entry.py +490 -0
  29. pulumi_mongodbatlas-4.2.0a1769139905/pulumi_mongodbatlas/project_service_account_secret.py +491 -0
  30. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/pulumi-plugin.json +1 -1
  31. pulumi_mongodbatlas-4.2.0a1769139905/pulumi_mongodbatlas/service_account.py +444 -0
  32. pulumi_mongodbatlas-4.2.0a1769139905/pulumi_mongodbatlas/service_account_access_list_entry.py +490 -0
  33. pulumi_mongodbatlas-4.2.0a1769139905/pulumi_mongodbatlas/service_account_project_assignment.py +314 -0
  34. pulumi_mongodbatlas-4.2.0a1769139905/pulumi_mongodbatlas/service_account_secret.py +491 -0
  35. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/stream_connection.py +185 -7
  36. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas.egg-info/PKG-INFO +1 -1
  37. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas.egg-info/SOURCES.txt +19 -0
  38. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pyproject.toml +1 -1
  39. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/README.md +0 -0
  40. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/_utilities.py +0 -0
  41. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/access_list_api_key.py +0 -0
  42. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/advanced_cluster.py +0 -0
  43. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/alert_configuration.py +0 -0
  44. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/api_key.py +0 -0
  45. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/auditing.py +0 -0
  46. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/backup_compliance_policy.py +0 -0
  47. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/cloud_backup_schedule.py +0 -0
  48. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/cloud_backup_snapshot.py +0 -0
  49. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/cloud_backup_snapshot_export_bucket.py +0 -0
  50. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/cloud_backup_snapshot_export_job.py +0 -0
  51. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/cloud_backup_snapshot_restore_job.py +0 -0
  52. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/cloud_provider_access_authorization.py +0 -0
  53. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/cloud_provider_access_setup.py +0 -0
  54. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/cloud_user_org_assignment.py +0 -0
  55. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/cloud_user_project_assignment.py +0 -0
  56. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/cloud_user_team_assignment.py +0 -0
  57. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/cluster.py +0 -0
  58. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/cluster_outage_simulation.py +0 -0
  59. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/config/__init__.py +0 -0
  60. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/config/__init__.pyi +0 -0
  61. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/config/outputs.py +0 -0
  62. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/config/vars.py +0 -0
  63. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/custom_db_role.py +0 -0
  64. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/custom_dns_configuration_cluster_aws.py +0 -0
  65. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/database_user.py +0 -0
  66. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/encryption_at_rest.py +0 -0
  67. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/encryption_at_rest_private_endpoint.py +0 -0
  68. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/event_trigger.py +0 -0
  69. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/federated_database_instance.py +0 -0
  70. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/federated_query_limit.py +0 -0
  71. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/federated_settings_identity_provider.py +0 -0
  72. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/federated_settings_org_config.py +0 -0
  73. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/federated_settings_org_role_mapping.py +0 -0
  74. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/flex_cluster.py +0 -0
  75. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_advanced_cluster.py +0 -0
  76. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_advanced_clusters.py +0 -0
  77. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_alert_configuration.py +0 -0
  78. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_alert_configurations.py +0 -0
  79. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_api_key.py +0 -0
  80. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_api_keys.py +0 -0
  81. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_atlas_user.py +0 -0
  82. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_atlas_users.py +0 -0
  83. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_auditing.py +0 -0
  84. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_backup_compliance_policy.py +0 -0
  85. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_cloud_backup_schedule.py +0 -0
  86. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_cloud_backup_snapshot.py +0 -0
  87. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_cloud_backup_snapshot_export_bucket.py +0 -0
  88. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_cloud_backup_snapshot_export_buckets.py +0 -0
  89. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_cloud_backup_snapshot_export_job.py +0 -0
  90. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_cloud_backup_snapshot_export_jobs.py +0 -0
  91. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_cloud_backup_snapshot_restore_job.py +0 -0
  92. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_cloud_backup_snapshot_restore_jobs.py +0 -0
  93. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_cloud_backup_snapshots.py +0 -0
  94. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_cloud_provider_access_setup.py +0 -0
  95. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_cloud_user_org_assignment.py +0 -0
  96. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_cloud_user_project_assignment.py +0 -0
  97. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_cloud_user_team_assignment.py +0 -0
  98. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_cluster.py +0 -0
  99. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_cluster_outage_simulation.py +0 -0
  100. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_clusters.py +0 -0
  101. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_control_plane_ip_addresses.py +0 -0
  102. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_custom_db_role.py +0 -0
  103. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_custom_db_roles.py +0 -0
  104. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_custom_dns_configuration_cluster_aws.py +0 -0
  105. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_database_user.py +0 -0
  106. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_database_users.py +0 -0
  107. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_encryption_at_rest.py +0 -0
  108. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_encryption_at_rest_private_endpoint.py +0 -0
  109. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_encryption_at_rest_private_endpoints.py +0 -0
  110. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_event_trigger.py +0 -0
  111. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_event_triggers.py +0 -0
  112. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_federated_database_instance.py +0 -0
  113. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_federated_database_instances.py +0 -0
  114. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_federated_query_limit.py +0 -0
  115. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_federated_query_limits.py +0 -0
  116. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_federated_settings.py +0 -0
  117. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_federated_settings_identity_provider.py +0 -0
  118. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_federated_settings_identity_providers.py +0 -0
  119. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_federated_settings_org_config.py +0 -0
  120. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_federated_settings_org_configs.py +0 -0
  121. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_federated_settings_org_role_mapping.py +0 -0
  122. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_federated_settings_org_role_mappings.py +0 -0
  123. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_flex_cluster.py +0 -0
  124. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_flex_clusters.py +0 -0
  125. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_flex_restore_job.py +0 -0
  126. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_flex_restore_jobs.py +0 -0
  127. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_flex_snapshot.py +0 -0
  128. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_flex_snapshots.py +0 -0
  129. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_global_cluster_config.py +0 -0
  130. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_ldap_configuration.py +0 -0
  131. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_ldap_verify.py +0 -0
  132. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_mongodb_employee_access_grant.py +0 -0
  133. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_network_container.py +0 -0
  134. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_network_containers.py +0 -0
  135. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_network_peering.py +0 -0
  136. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_network_peerings.py +0 -0
  137. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_online_archive.py +0 -0
  138. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_online_archives.py +0 -0
  139. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_org_invitation.py +0 -0
  140. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_organization.py +0 -0
  141. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_organizations.py +0 -0
  142. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_private_endpoint_regional_mode.py +0 -0
  143. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_private_link_endpoint.py +0 -0
  144. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_private_link_endpoint_service.py +0 -0
  145. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_privatelink_endpoint_service_data_federation_online_archive.py +0 -0
  146. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_privatelink_endpoint_service_data_federation_online_archives.py +0 -0
  147. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_project.py +0 -0
  148. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_project_api_key.py +0 -0
  149. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_project_api_keys.py +0 -0
  150. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_project_invitation.py +0 -0
  151. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_project_ip_addresses.py +0 -0
  152. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_projects.py +0 -0
  153. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_push_based_log_export.py +0 -0
  154. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_resource_policies.py +0 -0
  155. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_resource_policy.py +0 -0
  156. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_roles_org_id.py +0 -0
  157. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_search_deployment.py +0 -0
  158. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_search_index.py +0 -0
  159. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_search_indexes.py +0 -0
  160. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_serverless_instance.py +0 -0
  161. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_serverless_instances.py +0 -0
  162. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_shared_tier_restore_job.py +0 -0
  163. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_shared_tier_restore_jobs.py +0 -0
  164. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_shared_tier_snapshot.py +0 -0
  165. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_shared_tier_snapshots.py +0 -0
  166. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_stream_account_details.py +0 -0
  167. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_stream_connections.py +0 -0
  168. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_stream_instance.py +0 -0
  169. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_stream_instances.py +0 -0
  170. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_stream_privatelink_endpoint.py +0 -0
  171. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_stream_privatelink_endpoints.py +0 -0
  172. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_stream_processor.py +0 -0
  173. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_stream_processors.py +0 -0
  174. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_stream_workspace.py +0 -0
  175. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_stream_workspaces.py +0 -0
  176. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_team.py +0 -0
  177. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_team_project_assignment.py +0 -0
  178. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_third_party_integration.py +0 -0
  179. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_third_party_integrations.py +0 -0
  180. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/get_x509_authentication_database_user.py +0 -0
  181. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/global_cluster_config.py +0 -0
  182. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/ldap_configuration.py +0 -0
  183. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/ldap_verify.py +0 -0
  184. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/mongodb_employee_access_grant.py +0 -0
  185. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/network_container.py +0 -0
  186. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/network_peering.py +0 -0
  187. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/online_archive.py +0 -0
  188. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/org_invitation.py +0 -0
  189. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/organization.py +0 -0
  190. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/private_endpoint_regional_mode.py +0 -0
  191. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/private_link_endpoint.py +0 -0
  192. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/private_link_endpoint_service.py +0 -0
  193. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/privatelink_endpoint_service_data_federation_online_archive.py +0 -0
  194. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/project.py +0 -0
  195. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/project_api_key.py +0 -0
  196. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/project_invitation.py +0 -0
  197. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/provider.py +0 -0
  198. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/push_based_log_export.py +0 -0
  199. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/py.typed +0 -0
  200. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/resource_policy.py +0 -0
  201. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/search_deployment.py +0 -0
  202. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/search_index.py +0 -0
  203. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/serverless_instance.py +0 -0
  204. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/stream_instance.py +0 -0
  205. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/stream_privatelink_endpoint.py +0 -0
  206. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/stream_processor.py +0 -0
  207. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/stream_workspace.py +0 -0
  208. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/team.py +0 -0
  209. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/team_project_assignment.py +0 -0
  210. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/third_party_integration.py +0 -0
  211. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas/x509_authentication_database_user.py +0 -0
  212. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas.egg-info/dependency_links.txt +0 -0
  213. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas.egg-info/requires.txt +0 -0
  214. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/pulumi_mongodbatlas.egg-info/top_level.txt +0 -0
  215. {pulumi_mongodbatlas-4.2.0a1768543290 → pulumi_mongodbatlas-4.2.0a1769139905}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_mongodbatlas
3
- Version: 4.2.0a1768543290
3
+ Version: 4.2.0a1769139905
4
4
  Summary: A Pulumi package for creating and managing mongodbatlas cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -120,6 +120,11 @@ from .get_project_api_keys import *
120
120
  from .get_project_invitation import *
121
121
  from .get_project_ip_access_list import *
122
122
  from .get_project_ip_addresses import *
123
+ from .get_project_service_account import *
124
+ from .get_project_service_account_access_list_entries import *
125
+ from .get_project_service_account_access_list_entry import *
126
+ from .get_project_service_account_secret import *
127
+ from .get_project_service_accounts import *
123
128
  from .get_projects import *
124
129
  from .get_push_based_log_export import *
125
130
  from .get_resource_policies import *
@@ -130,6 +135,13 @@ from .get_search_index import *
130
135
  from .get_search_indexes import *
131
136
  from .get_serverless_instance import *
132
137
  from .get_serverless_instances import *
138
+ from .get_service_account import *
139
+ from .get_service_account_access_list_entries import *
140
+ from .get_service_account_access_list_entry import *
141
+ from .get_service_account_project_assignment import *
142
+ from .get_service_account_project_assignments import *
143
+ from .get_service_account_secret import *
144
+ from .get_service_accounts import *
133
145
  from .get_shared_tier_restore_job import *
134
146
  from .get_shared_tier_restore_jobs import *
135
147
  from .get_shared_tier_snapshot import *
@@ -168,12 +180,19 @@ from .project import *
168
180
  from .project_api_key import *
169
181
  from .project_invitation import *
170
182
  from .project_ip_access_list import *
183
+ from .project_service_account import *
184
+ from .project_service_account_access_list_entry import *
185
+ from .project_service_account_secret import *
171
186
  from .provider import *
172
187
  from .push_based_log_export import *
173
188
  from .resource_policy import *
174
189
  from .search_deployment import *
175
190
  from .search_index import *
176
191
  from .serverless_instance import *
192
+ from .service_account import *
193
+ from .service_account_access_list_entry import *
194
+ from .service_account_project_assignment import *
195
+ from .service_account_secret import *
177
196
  from .stream_connection import *
178
197
  from .stream_instance import *
179
198
  from .stream_privatelink_endpoint import *
@@ -588,6 +607,30 @@ _utilities.register(
588
607
  "mongodbatlas:index/projectIpAccessList:ProjectIpAccessList": "ProjectIpAccessList"
589
608
  }
590
609
  },
610
+ {
611
+ "pkg": "mongodbatlas",
612
+ "mod": "index/projectServiceAccount",
613
+ "fqn": "pulumi_mongodbatlas",
614
+ "classes": {
615
+ "mongodbatlas:index/projectServiceAccount:ProjectServiceAccount": "ProjectServiceAccount"
616
+ }
617
+ },
618
+ {
619
+ "pkg": "mongodbatlas",
620
+ "mod": "index/projectServiceAccountAccessListEntry",
621
+ "fqn": "pulumi_mongodbatlas",
622
+ "classes": {
623
+ "mongodbatlas:index/projectServiceAccountAccessListEntry:ProjectServiceAccountAccessListEntry": "ProjectServiceAccountAccessListEntry"
624
+ }
625
+ },
626
+ {
627
+ "pkg": "mongodbatlas",
628
+ "mod": "index/projectServiceAccountSecret",
629
+ "fqn": "pulumi_mongodbatlas",
630
+ "classes": {
631
+ "mongodbatlas:index/projectServiceAccountSecret:ProjectServiceAccountSecret": "ProjectServiceAccountSecret"
632
+ }
633
+ },
591
634
  {
592
635
  "pkg": "mongodbatlas",
593
636
  "mod": "index/pushBasedLogExport",
@@ -628,6 +671,38 @@ _utilities.register(
628
671
  "mongodbatlas:index/serverlessInstance:ServerlessInstance": "ServerlessInstance"
629
672
  }
630
673
  },
674
+ {
675
+ "pkg": "mongodbatlas",
676
+ "mod": "index/serviceAccount",
677
+ "fqn": "pulumi_mongodbatlas",
678
+ "classes": {
679
+ "mongodbatlas:index/serviceAccount:ServiceAccount": "ServiceAccount"
680
+ }
681
+ },
682
+ {
683
+ "pkg": "mongodbatlas",
684
+ "mod": "index/serviceAccountAccessListEntry",
685
+ "fqn": "pulumi_mongodbatlas",
686
+ "classes": {
687
+ "mongodbatlas:index/serviceAccountAccessListEntry:ServiceAccountAccessListEntry": "ServiceAccountAccessListEntry"
688
+ }
689
+ },
690
+ {
691
+ "pkg": "mongodbatlas",
692
+ "mod": "index/serviceAccountProjectAssignment",
693
+ "fqn": "pulumi_mongodbatlas",
694
+ "classes": {
695
+ "mongodbatlas:index/serviceAccountProjectAssignment:ServiceAccountProjectAssignment": "ServiceAccountProjectAssignment"
696
+ }
697
+ },
698
+ {
699
+ "pkg": "mongodbatlas",
700
+ "mod": "index/serviceAccountSecret",
701
+ "fqn": "pulumi_mongodbatlas",
702
+ "classes": {
703
+ "mongodbatlas:index/serviceAccountSecret:ServiceAccountSecret": "ServiceAccountSecret"
704
+ }
705
+ },
631
706
  {
632
707
  "pkg": "mongodbatlas",
633
708
  "mod": "index/streamConnection",
@@ -231,6 +231,8 @@ __all__ = [
231
231
  'ProjectIpAddressesServicesClusterArgsDict',
232
232
  'ProjectLimitArgs',
233
233
  'ProjectLimitArgsDict',
234
+ 'ProjectServiceAccountSecretArgs',
235
+ 'ProjectServiceAccountSecretArgsDict',
234
236
  'ProjectTeamArgs',
235
237
  'ProjectTeamArgsDict',
236
238
  'ProviderAssumeRoleArgs',
@@ -255,6 +257,8 @@ __all__ = [
255
257
  'ServerlessInstanceLinkArgsDict',
256
258
  'ServerlessInstanceTagArgs',
257
259
  'ServerlessInstanceTagArgsDict',
260
+ 'ServiceAccountSecretArgs',
261
+ 'ServiceAccountSecretArgsDict',
258
262
  'StreamConnectionAuthenticationArgs',
259
263
  'StreamConnectionAuthenticationArgsDict',
260
264
  'StreamConnectionAwsArgs',
@@ -265,6 +269,8 @@ __all__ = [
265
269
  'StreamConnectionNetworkingArgsDict',
266
270
  'StreamConnectionNetworkingAccessArgs',
267
271
  'StreamConnectionNetworkingAccessArgsDict',
272
+ 'StreamConnectionSchemaRegistryAuthenticationArgs',
273
+ 'StreamConnectionSchemaRegistryAuthenticationArgsDict',
268
274
  'StreamConnectionSecurityArgs',
269
275
  'StreamConnectionSecurityArgsDict',
270
276
  'StreamInstanceDataProcessRegionArgs',
@@ -6600,6 +6606,8 @@ if not MYPY:
6600
6606
  role_name: pulumi.Input[_builtins.str]
6601
6607
  """
6602
6608
  Name of the inherited role. This can either be another custom role or a built-in role.
6609
+
6610
+ > **NOTE** Built-in roles are present in clusters by default and do not need to be redefined for their properties to be inherited by a custom role.
6603
6611
  """
6604
6612
  elif False:
6605
6613
  CustomDbRoleInheritedRoleArgsDict: TypeAlias = Mapping[str, Any]
@@ -6614,6 +6622,8 @@ class CustomDbRoleInheritedRoleArgs:
6614
6622
 
6615
6623
  > **NOTE** This value should be admin for all roles except read and readWrite.
6616
6624
  :param pulumi.Input[_builtins.str] role_name: Name of the inherited role. This can either be another custom role or a built-in role.
6625
+
6626
+ > **NOTE** Built-in roles are present in clusters by default and do not need to be redefined for their properties to be inherited by a custom role.
6617
6627
  """
6618
6628
  pulumi.set(__self__, "database_name", database_name)
6619
6629
  pulumi.set(__self__, "role_name", role_name)
@@ -6637,6 +6647,8 @@ class CustomDbRoleInheritedRoleArgs:
6637
6647
  def role_name(self) -> pulumi.Input[_builtins.str]:
6638
6648
  """
6639
6649
  Name of the inherited role. This can either be another custom role or a built-in role.
6650
+
6651
+ > **NOTE** Built-in roles are present in clusters by default and do not need to be redefined for their properties to be inherited by a custom role.
6640
6652
  """
6641
6653
  return pulumi.get(self, "role_name")
6642
6654
 
@@ -9711,15 +9723,15 @@ if not MYPY:
9711
9723
  class ProjectIpAccessListTimeoutsArgsDict(TypedDict):
9712
9724
  delete: NotRequired[pulumi.Input[_builtins.str]]
9713
9725
  """
9714
- (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. Default: `45m`.
9726
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
9715
9727
  """
9716
9728
  read: NotRequired[pulumi.Input[_builtins.str]]
9717
9729
  """
9718
- (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `2m`.
9730
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
9719
9731
  """
9720
9732
  update: NotRequired[pulumi.Input[_builtins.str]]
9721
9733
  """
9722
- (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `45m`.
9734
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
9723
9735
  """
9724
9736
  elif False:
9725
9737
  ProjectIpAccessListTimeoutsArgsDict: TypeAlias = Mapping[str, Any]
@@ -9731,9 +9743,9 @@ class ProjectIpAccessListTimeoutsArgs:
9731
9743
  read: Optional[pulumi.Input[_builtins.str]] = None,
9732
9744
  update: Optional[pulumi.Input[_builtins.str]] = None):
9733
9745
  """
9734
- :param pulumi.Input[_builtins.str] delete: (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. Default: `45m`.
9735
- :param pulumi.Input[_builtins.str] read: (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `2m`.
9736
- :param pulumi.Input[_builtins.str] update: (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `45m`.
9746
+ :param pulumi.Input[_builtins.str] delete: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
9747
+ :param pulumi.Input[_builtins.str] read: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
9748
+ :param pulumi.Input[_builtins.str] update: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
9737
9749
  """
9738
9750
  if delete is not None:
9739
9751
  pulumi.set(__self__, "delete", delete)
@@ -9746,7 +9758,7 @@ class ProjectIpAccessListTimeoutsArgs:
9746
9758
  @pulumi.getter
9747
9759
  def delete(self) -> Optional[pulumi.Input[_builtins.str]]:
9748
9760
  """
9749
- (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. Default: `45m`.
9761
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
9750
9762
  """
9751
9763
  return pulumi.get(self, "delete")
9752
9764
 
@@ -9758,7 +9770,7 @@ class ProjectIpAccessListTimeoutsArgs:
9758
9770
  @pulumi.getter
9759
9771
  def read(self) -> Optional[pulumi.Input[_builtins.str]]:
9760
9772
  """
9761
- (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `2m`.
9773
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
9762
9774
  """
9763
9775
  return pulumi.get(self, "read")
9764
9776
 
@@ -9770,7 +9782,7 @@ class ProjectIpAccessListTimeoutsArgs:
9770
9782
  @pulumi.getter
9771
9783
  def update(self) -> Optional[pulumi.Input[_builtins.str]]:
9772
9784
  """
9773
- (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `45m`.
9785
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
9774
9786
  """
9775
9787
  return pulumi.get(self, "update")
9776
9788
 
@@ -9963,6 +9975,138 @@ class ProjectLimitArgs:
9963
9975
  pulumi.set(self, "maximum_limit", value)
9964
9976
 
9965
9977
 
9978
+ if not MYPY:
9979
+ class ProjectServiceAccountSecretArgsDict(TypedDict):
9980
+ created_at: NotRequired[pulumi.Input[_builtins.str]]
9981
+ """
9982
+ The date that the secret was created on. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
9983
+ """
9984
+ expires_at: NotRequired[pulumi.Input[_builtins.str]]
9985
+ """
9986
+ The date for the expiration of the secret. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
9987
+ """
9988
+ last_used_at: NotRequired[pulumi.Input[_builtins.str]]
9989
+ """
9990
+ The last time the secret was used. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
9991
+ """
9992
+ masked_secret_value: NotRequired[pulumi.Input[_builtins.str]]
9993
+ """
9994
+ The masked Service Account secret.
9995
+ """
9996
+ secret: NotRequired[pulumi.Input[_builtins.str]]
9997
+ """
9998
+ The secret for the Service Account. It will be returned only the first time after creation.
9999
+ """
10000
+ secret_id: NotRequired[pulumi.Input[_builtins.str]]
10001
+ """
10002
+ Unique 24-hexadecimal digit string that identifies the secret.
10003
+ """
10004
+ elif False:
10005
+ ProjectServiceAccountSecretArgsDict: TypeAlias = Mapping[str, Any]
10006
+
10007
+ @pulumi.input_type
10008
+ class ProjectServiceAccountSecretArgs:
10009
+ def __init__(__self__, *,
10010
+ created_at: Optional[pulumi.Input[_builtins.str]] = None,
10011
+ expires_at: Optional[pulumi.Input[_builtins.str]] = None,
10012
+ last_used_at: Optional[pulumi.Input[_builtins.str]] = None,
10013
+ masked_secret_value: Optional[pulumi.Input[_builtins.str]] = None,
10014
+ secret: Optional[pulumi.Input[_builtins.str]] = None,
10015
+ secret_id: Optional[pulumi.Input[_builtins.str]] = None):
10016
+ """
10017
+ :param pulumi.Input[_builtins.str] created_at: The date that the secret was created on. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
10018
+ :param pulumi.Input[_builtins.str] expires_at: The date for the expiration of the secret. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
10019
+ :param pulumi.Input[_builtins.str] last_used_at: The last time the secret was used. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
10020
+ :param pulumi.Input[_builtins.str] masked_secret_value: The masked Service Account secret.
10021
+ :param pulumi.Input[_builtins.str] secret: The secret for the Service Account. It will be returned only the first time after creation.
10022
+ :param pulumi.Input[_builtins.str] secret_id: Unique 24-hexadecimal digit string that identifies the secret.
10023
+ """
10024
+ if created_at is not None:
10025
+ pulumi.set(__self__, "created_at", created_at)
10026
+ if expires_at is not None:
10027
+ pulumi.set(__self__, "expires_at", expires_at)
10028
+ if last_used_at is not None:
10029
+ pulumi.set(__self__, "last_used_at", last_used_at)
10030
+ if masked_secret_value is not None:
10031
+ pulumi.set(__self__, "masked_secret_value", masked_secret_value)
10032
+ if secret is not None:
10033
+ pulumi.set(__self__, "secret", secret)
10034
+ if secret_id is not None:
10035
+ pulumi.set(__self__, "secret_id", secret_id)
10036
+
10037
+ @_builtins.property
10038
+ @pulumi.getter(name="createdAt")
10039
+ def created_at(self) -> Optional[pulumi.Input[_builtins.str]]:
10040
+ """
10041
+ The date that the secret was created on. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
10042
+ """
10043
+ return pulumi.get(self, "created_at")
10044
+
10045
+ @created_at.setter
10046
+ def created_at(self, value: Optional[pulumi.Input[_builtins.str]]):
10047
+ pulumi.set(self, "created_at", value)
10048
+
10049
+ @_builtins.property
10050
+ @pulumi.getter(name="expiresAt")
10051
+ def expires_at(self) -> Optional[pulumi.Input[_builtins.str]]:
10052
+ """
10053
+ The date for the expiration of the secret. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
10054
+ """
10055
+ return pulumi.get(self, "expires_at")
10056
+
10057
+ @expires_at.setter
10058
+ def expires_at(self, value: Optional[pulumi.Input[_builtins.str]]):
10059
+ pulumi.set(self, "expires_at", value)
10060
+
10061
+ @_builtins.property
10062
+ @pulumi.getter(name="lastUsedAt")
10063
+ def last_used_at(self) -> Optional[pulumi.Input[_builtins.str]]:
10064
+ """
10065
+ The last time the secret was used. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
10066
+ """
10067
+ return pulumi.get(self, "last_used_at")
10068
+
10069
+ @last_used_at.setter
10070
+ def last_used_at(self, value: Optional[pulumi.Input[_builtins.str]]):
10071
+ pulumi.set(self, "last_used_at", value)
10072
+
10073
+ @_builtins.property
10074
+ @pulumi.getter(name="maskedSecretValue")
10075
+ def masked_secret_value(self) -> Optional[pulumi.Input[_builtins.str]]:
10076
+ """
10077
+ The masked Service Account secret.
10078
+ """
10079
+ return pulumi.get(self, "masked_secret_value")
10080
+
10081
+ @masked_secret_value.setter
10082
+ def masked_secret_value(self, value: Optional[pulumi.Input[_builtins.str]]):
10083
+ pulumi.set(self, "masked_secret_value", value)
10084
+
10085
+ @_builtins.property
10086
+ @pulumi.getter
10087
+ def secret(self) -> Optional[pulumi.Input[_builtins.str]]:
10088
+ """
10089
+ The secret for the Service Account. It will be returned only the first time after creation.
10090
+ """
10091
+ return pulumi.get(self, "secret")
10092
+
10093
+ @secret.setter
10094
+ def secret(self, value: Optional[pulumi.Input[_builtins.str]]):
10095
+ pulumi.set(self, "secret", value)
10096
+
10097
+ @_builtins.property
10098
+ @pulumi.getter(name="secretId")
10099
+ def secret_id(self) -> Optional[pulumi.Input[_builtins.str]]:
10100
+ """
10101
+ Unique 24-hexadecimal digit string that identifies the secret.
10102
+ """
10103
+ return pulumi.get(self, "secret_id")
10104
+
10105
+ @secret_id.setter
10106
+ def secret_id(self, value: Optional[pulumi.Input[_builtins.str]]):
10107
+ pulumi.set(self, "secret_id", value)
10108
+
10109
+
9966
10110
  if not MYPY:
9967
10111
  class ProjectTeamArgsDict(TypedDict):
9968
10112
  role_names: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
@@ -10612,6 +10756,138 @@ class ServerlessInstanceTagArgs:
10612
10756
  pulumi.set(self, "value", value)
10613
10757
 
10614
10758
 
10759
+ if not MYPY:
10760
+ class ServiceAccountSecretArgsDict(TypedDict):
10761
+ created_at: NotRequired[pulumi.Input[_builtins.str]]
10762
+ """
10763
+ The date that the secret was created on. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
10764
+ """
10765
+ expires_at: NotRequired[pulumi.Input[_builtins.str]]
10766
+ """
10767
+ The date for the expiration of the secret. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
10768
+ """
10769
+ last_used_at: NotRequired[pulumi.Input[_builtins.str]]
10770
+ """
10771
+ The last time the secret was used. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
10772
+ """
10773
+ masked_secret_value: NotRequired[pulumi.Input[_builtins.str]]
10774
+ """
10775
+ The masked Service Account secret.
10776
+ """
10777
+ secret: NotRequired[pulumi.Input[_builtins.str]]
10778
+ """
10779
+ The secret for the Service Account. It will be returned only the first time after creation.
10780
+ """
10781
+ secret_id: NotRequired[pulumi.Input[_builtins.str]]
10782
+ """
10783
+ Unique 24-hexadecimal digit string that identifies the secret.
10784
+ """
10785
+ elif False:
10786
+ ServiceAccountSecretArgsDict: TypeAlias = Mapping[str, Any]
10787
+
10788
+ @pulumi.input_type
10789
+ class ServiceAccountSecretArgs:
10790
+ def __init__(__self__, *,
10791
+ created_at: Optional[pulumi.Input[_builtins.str]] = None,
10792
+ expires_at: Optional[pulumi.Input[_builtins.str]] = None,
10793
+ last_used_at: Optional[pulumi.Input[_builtins.str]] = None,
10794
+ masked_secret_value: Optional[pulumi.Input[_builtins.str]] = None,
10795
+ secret: Optional[pulumi.Input[_builtins.str]] = None,
10796
+ secret_id: Optional[pulumi.Input[_builtins.str]] = None):
10797
+ """
10798
+ :param pulumi.Input[_builtins.str] created_at: The date that the secret was created on. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
10799
+ :param pulumi.Input[_builtins.str] expires_at: The date for the expiration of the secret. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
10800
+ :param pulumi.Input[_builtins.str] last_used_at: The last time the secret was used. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
10801
+ :param pulumi.Input[_builtins.str] masked_secret_value: The masked Service Account secret.
10802
+ :param pulumi.Input[_builtins.str] secret: The secret for the Service Account. It will be returned only the first time after creation.
10803
+ :param pulumi.Input[_builtins.str] secret_id: Unique 24-hexadecimal digit string that identifies the secret.
10804
+ """
10805
+ if created_at is not None:
10806
+ pulumi.set(__self__, "created_at", created_at)
10807
+ if expires_at is not None:
10808
+ pulumi.set(__self__, "expires_at", expires_at)
10809
+ if last_used_at is not None:
10810
+ pulumi.set(__self__, "last_used_at", last_used_at)
10811
+ if masked_secret_value is not None:
10812
+ pulumi.set(__self__, "masked_secret_value", masked_secret_value)
10813
+ if secret is not None:
10814
+ pulumi.set(__self__, "secret", secret)
10815
+ if secret_id is not None:
10816
+ pulumi.set(__self__, "secret_id", secret_id)
10817
+
10818
+ @_builtins.property
10819
+ @pulumi.getter(name="createdAt")
10820
+ def created_at(self) -> Optional[pulumi.Input[_builtins.str]]:
10821
+ """
10822
+ The date that the secret was created on. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
10823
+ """
10824
+ return pulumi.get(self, "created_at")
10825
+
10826
+ @created_at.setter
10827
+ def created_at(self, value: Optional[pulumi.Input[_builtins.str]]):
10828
+ pulumi.set(self, "created_at", value)
10829
+
10830
+ @_builtins.property
10831
+ @pulumi.getter(name="expiresAt")
10832
+ def expires_at(self) -> Optional[pulumi.Input[_builtins.str]]:
10833
+ """
10834
+ The date for the expiration of the secret. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
10835
+ """
10836
+ return pulumi.get(self, "expires_at")
10837
+
10838
+ @expires_at.setter
10839
+ def expires_at(self, value: Optional[pulumi.Input[_builtins.str]]):
10840
+ pulumi.set(self, "expires_at", value)
10841
+
10842
+ @_builtins.property
10843
+ @pulumi.getter(name="lastUsedAt")
10844
+ def last_used_at(self) -> Optional[pulumi.Input[_builtins.str]]:
10845
+ """
10846
+ The last time the secret was used. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
10847
+ """
10848
+ return pulumi.get(self, "last_used_at")
10849
+
10850
+ @last_used_at.setter
10851
+ def last_used_at(self, value: Optional[pulumi.Input[_builtins.str]]):
10852
+ pulumi.set(self, "last_used_at", value)
10853
+
10854
+ @_builtins.property
10855
+ @pulumi.getter(name="maskedSecretValue")
10856
+ def masked_secret_value(self) -> Optional[pulumi.Input[_builtins.str]]:
10857
+ """
10858
+ The masked Service Account secret.
10859
+ """
10860
+ return pulumi.get(self, "masked_secret_value")
10861
+
10862
+ @masked_secret_value.setter
10863
+ def masked_secret_value(self, value: Optional[pulumi.Input[_builtins.str]]):
10864
+ pulumi.set(self, "masked_secret_value", value)
10865
+
10866
+ @_builtins.property
10867
+ @pulumi.getter
10868
+ def secret(self) -> Optional[pulumi.Input[_builtins.str]]:
10869
+ """
10870
+ The secret for the Service Account. It will be returned only the first time after creation.
10871
+ """
10872
+ return pulumi.get(self, "secret")
10873
+
10874
+ @secret.setter
10875
+ def secret(self, value: Optional[pulumi.Input[_builtins.str]]):
10876
+ pulumi.set(self, "secret", value)
10877
+
10878
+ @_builtins.property
10879
+ @pulumi.getter(name="secretId")
10880
+ def secret_id(self) -> Optional[pulumi.Input[_builtins.str]]:
10881
+ """
10882
+ Unique 24-hexadecimal digit string that identifies the secret.
10883
+ """
10884
+ return pulumi.get(self, "secret_id")
10885
+
10886
+ @secret_id.setter
10887
+ def secret_id(self, value: Optional[pulumi.Input[_builtins.str]]):
10888
+ pulumi.set(self, "secret_id", value)
10889
+
10890
+
10615
10891
  if not MYPY:
10616
10892
  class StreamConnectionAuthenticationArgsDict(TypedDict):
10617
10893
  client_id: NotRequired[pulumi.Input[_builtins.str]]
@@ -10843,7 +11119,7 @@ if not MYPY:
10843
11119
  """
10844
11120
  type: pulumi.Input[_builtins.str]
10845
11121
  """
10846
- Type of connection. Can be `AWSLambda`, `Cluster`, `Https`, `Kafka` or `Sample`.
11122
+ Type of connection. Can be `AWSLambda`, `Cluster`, `Https`, `Kafka`, `Sample`, or `SchemaRegistry`.
10847
11123
 
10848
11124
  > **NOTE:** Either `workspace_name` or `instance_name` must be provided, but not both. These fields are functionally identical and `workspace_name` is an alias for `instance_name`. `workspace_name` should be used instead of `instance_name`.
10849
11125
  """
@@ -10857,7 +11133,7 @@ class StreamConnectionDbRoleToExecuteArgs:
10857
11133
  type: pulumi.Input[_builtins.str]):
10858
11134
  """
10859
11135
  :param pulumi.Input[_builtins.str] role: The name of the role to use. Value can be `atlasAdmin`, `readWriteAnyDatabase`, or `readAnyDatabase` if `type` is set to `BUILT_IN`, or the name of a user-defined role if `type` is set to `CUSTOM`.
10860
- :param pulumi.Input[_builtins.str] type: Type of connection. Can be `AWSLambda`, `Cluster`, `Https`, `Kafka` or `Sample`.
11136
+ :param pulumi.Input[_builtins.str] type: Type of connection. Can be `AWSLambda`, `Cluster`, `Https`, `Kafka`, `Sample`, or `SchemaRegistry`.
10861
11137
 
10862
11138
  > **NOTE:** Either `workspace_name` or `instance_name` must be provided, but not both. These fields are functionally identical and `workspace_name` is an alias for `instance_name`. `workspace_name` should be used instead of `instance_name`.
10863
11139
  """
@@ -10880,7 +11156,7 @@ class StreamConnectionDbRoleToExecuteArgs:
10880
11156
  @pulumi.getter
10881
11157
  def type(self) -> pulumi.Input[_builtins.str]:
10882
11158
  """
10883
- Type of connection. Can be `AWSLambda`, `Cluster`, `Https`, `Kafka` or `Sample`.
11159
+ Type of connection. Can be `AWSLambda`, `Cluster`, `Https`, `Kafka`, `Sample`, or `SchemaRegistry`.
10884
11160
 
10885
11161
  > **NOTE:** Either `workspace_name` or `instance_name` must be provided, but not both. These fields are functionally identical and `workspace_name` is an alias for `instance_name`. `workspace_name` should be used instead of `instance_name`.
10886
11162
  """
@@ -10973,6 +11249,84 @@ class StreamConnectionNetworkingAccessArgs:
10973
11249
  pulumi.set(self, "connection_id", value)
10974
11250
 
10975
11251
 
11252
+ if not MYPY:
11253
+ class StreamConnectionSchemaRegistryAuthenticationArgsDict(TypedDict):
11254
+ password: NotRequired[pulumi.Input[_builtins.str]]
11255
+ """
11256
+ Password for the Schema Registry. Required when `type` is `USER_INFO`.
11257
+ """
11258
+ type: NotRequired[pulumi.Input[_builtins.str]]
11259
+ """
11260
+ Authentication type discriminator. Specifies the authentication mechanism for Confluent Schema Registry. Valid values are `USER_INFO` or `SASL_INHERIT`.
11261
+ * `USER_INFO` - Uses username and password authentication for Confluent Schema Registry.
11262
+ * `SASL_INHERIT` - Inherits the authentication configuration from Kafka for the Confluent Schema Registry.
11263
+ """
11264
+ username: NotRequired[pulumi.Input[_builtins.str]]
11265
+ """
11266
+ Username for the Schema Registry. Required when `type` is `USER_INFO`.
11267
+ """
11268
+ elif False:
11269
+ StreamConnectionSchemaRegistryAuthenticationArgsDict: TypeAlias = Mapping[str, Any]
11270
+
11271
+ @pulumi.input_type
11272
+ class StreamConnectionSchemaRegistryAuthenticationArgs:
11273
+ def __init__(__self__, *,
11274
+ password: Optional[pulumi.Input[_builtins.str]] = None,
11275
+ type: Optional[pulumi.Input[_builtins.str]] = None,
11276
+ username: Optional[pulumi.Input[_builtins.str]] = None):
11277
+ """
11278
+ :param pulumi.Input[_builtins.str] password: Password for the Schema Registry. Required when `type` is `USER_INFO`.
11279
+ :param pulumi.Input[_builtins.str] type: Authentication type discriminator. Specifies the authentication mechanism for Confluent Schema Registry. Valid values are `USER_INFO` or `SASL_INHERIT`.
11280
+ * `USER_INFO` - Uses username and password authentication for Confluent Schema Registry.
11281
+ * `SASL_INHERIT` - Inherits the authentication configuration from Kafka for the Confluent Schema Registry.
11282
+ :param pulumi.Input[_builtins.str] username: Username for the Schema Registry. Required when `type` is `USER_INFO`.
11283
+ """
11284
+ if password is not None:
11285
+ pulumi.set(__self__, "password", password)
11286
+ if type is not None:
11287
+ pulumi.set(__self__, "type", type)
11288
+ if username is not None:
11289
+ pulumi.set(__self__, "username", username)
11290
+
11291
+ @_builtins.property
11292
+ @pulumi.getter
11293
+ def password(self) -> Optional[pulumi.Input[_builtins.str]]:
11294
+ """
11295
+ Password for the Schema Registry. Required when `type` is `USER_INFO`.
11296
+ """
11297
+ return pulumi.get(self, "password")
11298
+
11299
+ @password.setter
11300
+ def password(self, value: Optional[pulumi.Input[_builtins.str]]):
11301
+ pulumi.set(self, "password", value)
11302
+
11303
+ @_builtins.property
11304
+ @pulumi.getter
11305
+ def type(self) -> Optional[pulumi.Input[_builtins.str]]:
11306
+ """
11307
+ Authentication type discriminator. Specifies the authentication mechanism for Confluent Schema Registry. Valid values are `USER_INFO` or `SASL_INHERIT`.
11308
+ * `USER_INFO` - Uses username and password authentication for Confluent Schema Registry.
11309
+ * `SASL_INHERIT` - Inherits the authentication configuration from Kafka for the Confluent Schema Registry.
11310
+ """
11311
+ return pulumi.get(self, "type")
11312
+
11313
+ @type.setter
11314
+ def type(self, value: Optional[pulumi.Input[_builtins.str]]):
11315
+ pulumi.set(self, "type", value)
11316
+
11317
+ @_builtins.property
11318
+ @pulumi.getter
11319
+ def username(self) -> Optional[pulumi.Input[_builtins.str]]:
11320
+ """
11321
+ Username for the Schema Registry. Required when `type` is `USER_INFO`.
11322
+ """
11323
+ return pulumi.get(self, "username")
11324
+
11325
+ @username.setter
11326
+ def username(self, value: Optional[pulumi.Input[_builtins.str]]):
11327
+ pulumi.set(self, "username", value)
11328
+
11329
+
10976
11330
  if not MYPY:
10977
11331
  class StreamConnectionSecurityArgsDict(TypedDict):
10978
11332
  broker_public_certificate: NotRequired[pulumi.Input[_builtins.str]]