pulumi-aiven 6.44.0a1759986478__tar.gz → 6.44.1a1761968015__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.

Potentially problematic release.


This version of pulumi-aiven might be problematic. Click here for more details.

Files changed (194) hide show
  1. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/PKG-INFO +1 -1
  2. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/_inputs.py +60 -85
  3. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/alloydbomni.py +28 -0
  4. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/cassandra.py +28 -0
  5. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/clickhouse.py +28 -0
  6. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/dragonfly.py +28 -0
  7. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/flink.py +28 -0
  8. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_alloydbomni.py +15 -1
  9. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_cassanda.py +15 -1
  10. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_cassandra.py +15 -1
  11. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_clickhouse.py +15 -1
  12. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_dragonfly.py +15 -1
  13. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_flink.py +15 -1
  14. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_grafana.py +15 -1
  15. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_influx_db.py +12 -1
  16. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_kafka.py +15 -1
  17. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_kafka_connect.py +15 -1
  18. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_kafka_mirror_maker.py +15 -1
  19. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_m3_aggregator.py +12 -1
  20. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_m3_db.py +12 -1
  21. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_my_sql.py +15 -1
  22. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_open_search.py +15 -1
  23. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_organizational_unit.py +4 -0
  24. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_pg.py +15 -1
  25. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_redis.py +15 -1
  26. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_thanos.py +15 -1
  27. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_valkey.py +15 -1
  28. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/grafana.py +28 -0
  29. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/influx_db.py +28 -0
  30. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/kafka.py +28 -0
  31. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/kafka_connect.py +28 -0
  32. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/kafka_mirror_maker.py +28 -0
  33. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/kafka_schema.py +20 -20
  34. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/m3_aggregator.py +28 -0
  35. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/m3_db.py +28 -0
  36. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/my_sql.py +28 -0
  37. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/open_search.py +28 -0
  38. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/outputs.py +78 -104
  39. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/pg.py +28 -0
  40. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/pulumi-plugin.json +1 -1
  41. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/redis.py +28 -0
  42. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/thanos.py +28 -0
  43. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/valkey.py +28 -0
  44. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven.egg-info/PKG-INFO +1 -1
  45. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pyproject.toml +1 -1
  46. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/README.md +0 -0
  47. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/__init__.py +0 -0
  48. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/_utilities.py +0 -0
  49. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/account.py +0 -0
  50. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/account_authentication.py +0 -0
  51. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/account_team.py +0 -0
  52. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/account_team_member.py +0 -0
  53. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/account_team_project.py +0 -0
  54. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/alloydbomni_database.py +0 -0
  55. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/alloydbomni_user.py +0 -0
  56. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/aws_org_vpc_peering_connection.py +0 -0
  57. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/aws_privatelink.py +0 -0
  58. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/aws_vpc_peering_connection.py +0 -0
  59. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/azure_org_vpc_peering_connection.py +0 -0
  60. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/azure_privatelink.py +0 -0
  61. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/azure_privatelink_connection_approval.py +0 -0
  62. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/azure_vpc_peering_connection.py +0 -0
  63. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/billing_group.py +0 -0
  64. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/cassandra_user.py +0 -0
  65. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/clickhouse_database.py +0 -0
  66. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/clickhouse_grant.py +0 -0
  67. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/clickhouse_role.py +0 -0
  68. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/clickhouse_user.py +0 -0
  69. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/config/__init__.py +0 -0
  70. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/config/__init__.pyi +0 -0
  71. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/config/vars.py +0 -0
  72. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/connection_pool.py +0 -0
  73. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/flink_application.py +0 -0
  74. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/flink_application_deployment.py +0 -0
  75. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/flink_application_version.py +0 -0
  76. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/flink_jar_application.py +0 -0
  77. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/flink_jar_application_deployment.py +0 -0
  78. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/flink_jar_application_version.py +0 -0
  79. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/gcp_org_vpc_peering_connection.py +0 -0
  80. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/gcp_privatelink.py +0 -0
  81. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/gcp_privatelink_connection_approval.py +0 -0
  82. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/gcp_vpc_peering_connection.py +0 -0
  83. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_account.py +0 -0
  84. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_account_authentication.py +0 -0
  85. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_account_team.py +0 -0
  86. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_account_team_member.py +0 -0
  87. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_account_team_project.py +0 -0
  88. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_alloydbomni_database.py +0 -0
  89. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_alloydbomni_user.py +0 -0
  90. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_aws_org_vpc_peering_connection.py +0 -0
  91. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_aws_privatelink.py +0 -0
  92. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_aws_vpc_peering_connection.py +0 -0
  93. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_azure_org_vpc_peering_connection.py +0 -0
  94. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_azure_privatelink.py +0 -0
  95. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_azure_vpc_peering_connection.py +0 -0
  96. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_billing_group.py +0 -0
  97. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_cassandra_user.py +0 -0
  98. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_clickhouse_database.py +0 -0
  99. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_clickhouse_user.py +0 -0
  100. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_connection_pool.py +0 -0
  101. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_external_identity.py +0 -0
  102. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_flink_application.py +0 -0
  103. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_flink_application_version.py +0 -0
  104. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_gcp_org_vpc_peering_connection.py +0 -0
  105. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_gcp_privatelink.py +0 -0
  106. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_gcp_vpc_peering_connection.py +0 -0
  107. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_influxdb_database.py +0 -0
  108. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_influxdb_user.py +0 -0
  109. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_kafka_acl.py +0 -0
  110. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_kafka_connector.py +0 -0
  111. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_kafka_schema.py +0 -0
  112. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_kafka_schema_configuration.py +0 -0
  113. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_kafka_schema_registry_acl.py +0 -0
  114. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_kafka_topic.py +0 -0
  115. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_kafka_user.py +0 -0
  116. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_m3db_user.py +0 -0
  117. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_mirror_maker_replication_flow.py +0 -0
  118. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_mysql_database.py +0 -0
  119. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_mysql_user.py +0 -0
  120. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_open_search_acl_config.py +0 -0
  121. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_open_search_acl_rule.py +0 -0
  122. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_opensearch_security_plugin_config.py +0 -0
  123. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_opensearch_user.py +0 -0
  124. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_organization.py +0 -0
  125. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_organization_address.py +0 -0
  126. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_organization_application_user.py +0 -0
  127. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_organization_billing_group.py +0 -0
  128. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_organization_billing_group_list.py +0 -0
  129. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_organization_project.py +0 -0
  130. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_organization_user.py +0 -0
  131. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_organization_user_group.py +0 -0
  132. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_organization_user_list.py +0 -0
  133. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_organization_vpc.py +0 -0
  134. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_pg_database.py +0 -0
  135. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_pg_user.py +0 -0
  136. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_project.py +0 -0
  137. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_project_user.py +0 -0
  138. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_project_vpc.py +0 -0
  139. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_redis_user.py +0 -0
  140. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_service_component.py +0 -0
  141. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_service_integration.py +0 -0
  142. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_service_integration_endpoint.py +0 -0
  143. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_transit_gateway_vpc_attachment.py +0 -0
  144. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/get_valkey_user.py +0 -0
  145. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/governance_access.py +0 -0
  146. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/influxdb_database.py +0 -0
  147. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/influxdb_user.py +0 -0
  148. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/kafka_acl.py +0 -0
  149. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/kafka_connector.py +0 -0
  150. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/kafka_native_acl.py +0 -0
  151. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/kafka_quota.py +0 -0
  152. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/kafka_schema_configuration.py +0 -0
  153. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/kafka_schema_registry_acl.py +0 -0
  154. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/kafka_topic.py +0 -0
  155. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/kafka_user.py +0 -0
  156. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/m3db_user.py +0 -0
  157. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/mirror_maker_replication_flow.py +0 -0
  158. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/mysql_database.py +0 -0
  159. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/mysql_user.py +0 -0
  160. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/open_search_acl_config.py +0 -0
  161. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/open_search_acl_rule.py +0 -0
  162. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/opensearch_security_plugin_config.py +0 -0
  163. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/opensearch_user.py +0 -0
  164. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/organization.py +0 -0
  165. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/organization_address.py +0 -0
  166. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/organization_application_user.py +0 -0
  167. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/organization_application_user_token.py +0 -0
  168. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/organization_billing_group.py +0 -0
  169. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/organization_group_project.py +0 -0
  170. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/organization_permission.py +0 -0
  171. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/organization_project.py +0 -0
  172. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/organization_user.py +0 -0
  173. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/organization_user_group.py +0 -0
  174. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/organization_user_group_member.py +0 -0
  175. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/organization_vpc.py +0 -0
  176. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/organizational_unit.py +0 -0
  177. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/pg_database.py +0 -0
  178. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/pg_user.py +0 -0
  179. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/project.py +0 -0
  180. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/project_user.py +0 -0
  181. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/project_vpc.py +0 -0
  182. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/provider.py +0 -0
  183. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/py.typed +0 -0
  184. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/redis_user.py +0 -0
  185. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/service_integration.py +0 -0
  186. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/service_integration_endpoint.py +0 -0
  187. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/static_ip.py +0 -0
  188. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/transit_gateway_vpc_attachment.py +0 -0
  189. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven/valkey_user.py +0 -0
  190. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven.egg-info/SOURCES.txt +0 -0
  191. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven.egg-info/dependency_links.txt +0 -0
  192. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven.egg-info/requires.txt +0 -0
  193. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/pulumi_aiven.egg-info/top_level.txt +0 -0
  194. {pulumi_aiven-6.44.0a1759986478 → pulumi_aiven-6.44.1a1761968015}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_aiven
3
- Version: 6.44.0a1759986478
3
+ Version: 6.44.1a1761968015
4
4
  Summary: A Pulumi package for creating and managing Aiven cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -393,8 +393,6 @@ __all__ = [
393
393
  'OpenSearchOpensearchUserConfigArgsDict',
394
394
  'OpenSearchOpensearchUserConfigAzureMigrationArgs',
395
395
  'OpenSearchOpensearchUserConfigAzureMigrationArgsDict',
396
- 'OpenSearchOpensearchUserConfigCustomKeystoreArgs',
397
- 'OpenSearchOpensearchUserConfigCustomKeystoreArgsDict',
398
396
  'OpenSearchOpensearchUserConfigGcsMigrationArgs',
399
397
  'OpenSearchOpensearchUserConfigGcsMigrationArgsDict',
400
398
  'OpenSearchOpensearchUserConfigIndexPatternArgs',
@@ -1315,6 +1313,10 @@ if not MYPY:
1315
1313
  """
1316
1314
  Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
1317
1315
  """
1316
+ node_count: NotRequired[pulumi.Input[_builtins.int]]
1317
+ """
1318
+ Number of nodes for the service. Example: `3`.
1319
+ """
1318
1320
  pg: NotRequired[pulumi.Input['AlloydbomniAlloydbomniUserConfigPgArgsDict']]
1319
1321
  """
1320
1322
  postgresql.conf configuration values
@@ -1409,6 +1411,7 @@ class AlloydbomniAlloydbomniUserConfigArgs:
1409
1411
  ip_filter_objects: Optional[pulumi.Input[Sequence[pulumi.Input['AlloydbomniAlloydbomniUserConfigIpFilterObjectArgs']]]] = None,
1410
1412
  ip_filter_strings: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
1411
1413
  ip_filters: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
1414
+ node_count: Optional[pulumi.Input[_builtins.int]] = None,
1412
1415
  pg: Optional[pulumi.Input['AlloydbomniAlloydbomniUserConfigPgArgs']] = None,
1413
1416
  pg_read_replica: Optional[pulumi.Input[_builtins.bool]] = None,
1414
1417
  pg_service_to_fork_from: Optional[pulumi.Input[_builtins.str]] = None,
@@ -1441,6 +1444,7 @@ class AlloydbomniAlloydbomniUserConfigArgs:
1441
1444
  :param pulumi.Input[Sequence[pulumi.Input['AlloydbomniAlloydbomniUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
1442
1445
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
1443
1446
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
1447
+ :param pulumi.Input[_builtins.int] node_count: Number of nodes for the service. Example: `3`.
1444
1448
  :param pulumi.Input['AlloydbomniAlloydbomniUserConfigPgArgs'] pg: postgresql.conf configuration values
1445
1449
  :param pulumi.Input[_builtins.bool] pg_read_replica: Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
1446
1450
  :param pulumi.Input[_builtins.str] pg_service_to_fork_from: Name of the PG Service from which to fork (deprecated, use service*to*fork_from). This has effect only when a new service is being created. Example: `anotherservicename`.
@@ -1488,6 +1492,8 @@ class AlloydbomniAlloydbomniUserConfigArgs:
1488
1492
  pulumi.log.warn("""ip_filters is deprecated: Deprecated. Use `ip_filter_string` instead.""")
1489
1493
  if ip_filters is not None:
1490
1494
  pulumi.set(__self__, "ip_filters", ip_filters)
1495
+ if node_count is not None:
1496
+ pulumi.set(__self__, "node_count", node_count)
1491
1497
  if pg is not None:
1492
1498
  pulumi.set(__self__, "pg", pg)
1493
1499
  if pg_read_replica is not None:
@@ -1672,6 +1678,18 @@ class AlloydbomniAlloydbomniUserConfigArgs:
1672
1678
  def ip_filters(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
1673
1679
  pulumi.set(self, "ip_filters", value)
1674
1680
 
1681
+ @_builtins.property
1682
+ @pulumi.getter(name="nodeCount")
1683
+ def node_count(self) -> Optional[pulumi.Input[_builtins.int]]:
1684
+ """
1685
+ Number of nodes for the service. Example: `3`.
1686
+ """
1687
+ return pulumi.get(self, "node_count")
1688
+
1689
+ @node_count.setter
1690
+ def node_count(self, value: Optional[pulumi.Input[_builtins.int]]):
1691
+ pulumi.set(self, "node_count", value)
1692
+
1675
1693
  @_builtins.property
1676
1694
  @pulumi.getter
1677
1695
  def pg(self) -> Optional[pulumi.Input['AlloydbomniAlloydbomniUserConfigPgArgs']]:
@@ -18847,6 +18865,10 @@ if not MYPY:
18847
18865
  """
18848
18866
  The amount of time to retain delete tombstone markers for log compacted topics. This setting also gives a bound on the time in which a consumer must complete a read if they begin from offset 0 to ensure that they get a valid snapshot of the final stage (otherwise delete tombstones may be collected before they complete their scan).
18849
18867
  """
18868
+ diskless_enable: NotRequired[pulumi.Input[_builtins.bool]]
18869
+ """
18870
+ Creates a [diskless topic](https://aiven.io/docs/products/diskless). You can only do this when you create the topic and you cannot change it later. Diskless topics are only available for bring your own cloud (BYOC) services that have the feature enabled.
18871
+ """
18850
18872
  file_delete_delay_ms: NotRequired[pulumi.Input[_builtins.str]]
18851
18873
  """
18852
18874
  The time to wait before deleting a file from the filesystem.
@@ -18863,10 +18885,6 @@ if not MYPY:
18863
18885
  """
18864
18886
  This setting controls how frequently Kafka adds an index entry to its offset index. The default setting ensures that we index a message roughly every 4096 bytes. More indexing allows reads to jump closer to the exact position in the log but makes the index larger. You probably don't need to change this.
18865
18887
  """
18866
- inkless_enable: NotRequired[pulumi.Input[_builtins.bool]]
18867
- """
18868
- Creates a [diskless topic](https://aiven.io/docs/products/diskless). You can only do this when you create the topic and you cannot change it later. Diskless topics are only available for bring your own cloud (BYOC) services that have the feature enabled.
18869
- """
18870
18888
  local_retention_bytes: NotRequired[pulumi.Input[_builtins.str]]
18871
18889
  """
18872
18890
  This configuration controls the maximum bytes tiered storage will retain segment files locally before it will discard old log segments to free up space. If set to -2, the limit is equal to overall retention time. If set to -1, no limit is applied but it's possible only if overall retention is also -1.
@@ -18956,11 +18974,11 @@ class KafkaTopicConfigArgs:
18956
18974
  cleanup_policy: Optional[pulumi.Input[_builtins.str]] = None,
18957
18975
  compression_type: Optional[pulumi.Input[_builtins.str]] = None,
18958
18976
  delete_retention_ms: Optional[pulumi.Input[_builtins.str]] = None,
18977
+ diskless_enable: Optional[pulumi.Input[_builtins.bool]] = None,
18959
18978
  file_delete_delay_ms: Optional[pulumi.Input[_builtins.str]] = None,
18960
18979
  flush_messages: Optional[pulumi.Input[_builtins.str]] = None,
18961
18980
  flush_ms: Optional[pulumi.Input[_builtins.str]] = None,
18962
18981
  index_interval_bytes: Optional[pulumi.Input[_builtins.str]] = None,
18963
- inkless_enable: Optional[pulumi.Input[_builtins.bool]] = None,
18964
18982
  local_retention_bytes: Optional[pulumi.Input[_builtins.str]] = None,
18965
18983
  local_retention_ms: Optional[pulumi.Input[_builtins.str]] = None,
18966
18984
  max_compaction_lag_ms: Optional[pulumi.Input[_builtins.str]] = None,
@@ -18985,11 +19003,11 @@ class KafkaTopicConfigArgs:
18985
19003
  :param pulumi.Input[_builtins.str] cleanup_policy: The retention policy to use on old segments. Possible values include 'delete', 'compact', or a comma-separated list of them. The default policy ('delete') will discard old segments when their retention time or size limit has been reached. The 'compact' setting will enable log compaction on the topic. The possible values are `compact`, `compact,delete` and `delete`.
18986
19004
  :param pulumi.Input[_builtins.str] compression_type: Specify the final compression type for a given topic. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'uncompressed' which is equivalent to no compression; and 'producer' which means retain the original compression codec set by the producer. The possible values are `gzip`, `lz4`, `producer`, `snappy`, `uncompressed` and `zstd`.
18987
19005
  :param pulumi.Input[_builtins.str] delete_retention_ms: The amount of time to retain delete tombstone markers for log compacted topics. This setting also gives a bound on the time in which a consumer must complete a read if they begin from offset 0 to ensure that they get a valid snapshot of the final stage (otherwise delete tombstones may be collected before they complete their scan).
19006
+ :param pulumi.Input[_builtins.bool] diskless_enable: Creates a [diskless topic](https://aiven.io/docs/products/diskless). You can only do this when you create the topic and you cannot change it later. Diskless topics are only available for bring your own cloud (BYOC) services that have the feature enabled.
18988
19007
  :param pulumi.Input[_builtins.str] file_delete_delay_ms: The time to wait before deleting a file from the filesystem.
18989
19008
  :param pulumi.Input[_builtins.str] flush_messages: This setting allows specifying an interval at which we will force an fsync of data written to the log. For example if this was set to 1 we would fsync after every message; if it were 5 we would fsync after every five messages. In general we recommend you not set this and use replication for durability and allow the operating system's background flush capabilities as it is more efficient.
18990
19009
  :param pulumi.Input[_builtins.str] flush_ms: This setting allows specifying a time interval at which we will force an fsync of data written to the log. For example if this was set to 1000 we would fsync after 1000 ms had passed. In general we recommend you not set this and use replication for durability and allow the operating system's background flush capabilities as it is more efficient.
18991
19010
  :param pulumi.Input[_builtins.str] index_interval_bytes: This setting controls how frequently Kafka adds an index entry to its offset index. The default setting ensures that we index a message roughly every 4096 bytes. More indexing allows reads to jump closer to the exact position in the log but makes the index larger. You probably don't need to change this.
18992
- :param pulumi.Input[_builtins.bool] inkless_enable: Creates a [diskless topic](https://aiven.io/docs/products/diskless). You can only do this when you create the topic and you cannot change it later. Diskless topics are only available for bring your own cloud (BYOC) services that have the feature enabled.
18993
19011
  :param pulumi.Input[_builtins.str] local_retention_bytes: This configuration controls the maximum bytes tiered storage will retain segment files locally before it will discard old log segments to free up space. If set to -2, the limit is equal to overall retention time. If set to -1, no limit is applied but it's possible only if overall retention is also -1.
18994
19012
  :param pulumi.Input[_builtins.str] local_retention_ms: This configuration controls the maximum time tiered storage will retain segment files locally before it will discard old log segments to free up space. If set to -2, the time limit is equal to overall retention time. If set to -1, no time limit is applied but it's possible only if overall retention is also -1.
18995
19013
  :param pulumi.Input[_builtins.str] max_compaction_lag_ms: The maximum time a message will remain ineligible for compaction in the log. Only applicable for logs that are being compacted.
@@ -19017,6 +19035,8 @@ class KafkaTopicConfigArgs:
19017
19035
  pulumi.set(__self__, "compression_type", compression_type)
19018
19036
  if delete_retention_ms is not None:
19019
19037
  pulumi.set(__self__, "delete_retention_ms", delete_retention_ms)
19038
+ if diskless_enable is not None:
19039
+ pulumi.set(__self__, "diskless_enable", diskless_enable)
19020
19040
  if file_delete_delay_ms is not None:
19021
19041
  pulumi.set(__self__, "file_delete_delay_ms", file_delete_delay_ms)
19022
19042
  if flush_messages is not None:
@@ -19025,8 +19045,6 @@ class KafkaTopicConfigArgs:
19025
19045
  pulumi.set(__self__, "flush_ms", flush_ms)
19026
19046
  if index_interval_bytes is not None:
19027
19047
  pulumi.set(__self__, "index_interval_bytes", index_interval_bytes)
19028
- if inkless_enable is not None:
19029
- pulumi.set(__self__, "inkless_enable", inkless_enable)
19030
19048
  if local_retention_bytes is not None:
19031
19049
  pulumi.set(__self__, "local_retention_bytes", local_retention_bytes)
19032
19050
  if local_retention_ms is not None:
@@ -19104,6 +19122,18 @@ class KafkaTopicConfigArgs:
19104
19122
  def delete_retention_ms(self, value: Optional[pulumi.Input[_builtins.str]]):
19105
19123
  pulumi.set(self, "delete_retention_ms", value)
19106
19124
 
19125
+ @_builtins.property
19126
+ @pulumi.getter(name="disklessEnable")
19127
+ def diskless_enable(self) -> Optional[pulumi.Input[_builtins.bool]]:
19128
+ """
19129
+ Creates a [diskless topic](https://aiven.io/docs/products/diskless). You can only do this when you create the topic and you cannot change it later. Diskless topics are only available for bring your own cloud (BYOC) services that have the feature enabled.
19130
+ """
19131
+ return pulumi.get(self, "diskless_enable")
19132
+
19133
+ @diskless_enable.setter
19134
+ def diskless_enable(self, value: Optional[pulumi.Input[_builtins.bool]]):
19135
+ pulumi.set(self, "diskless_enable", value)
19136
+
19107
19137
  @_builtins.property
19108
19138
  @pulumi.getter(name="fileDeleteDelayMs")
19109
19139
  def file_delete_delay_ms(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -19152,18 +19182,6 @@ class KafkaTopicConfigArgs:
19152
19182
  def index_interval_bytes(self, value: Optional[pulumi.Input[_builtins.str]]):
19153
19183
  pulumi.set(self, "index_interval_bytes", value)
19154
19184
 
19155
- @_builtins.property
19156
- @pulumi.getter(name="inklessEnable")
19157
- def inkless_enable(self) -> Optional[pulumi.Input[_builtins.bool]]:
19158
- """
19159
- Creates a [diskless topic](https://aiven.io/docs/products/diskless). You can only do this when you create the topic and you cannot change it later. Diskless topics are only available for bring your own cloud (BYOC) services that have the feature enabled.
19160
- """
19161
- return pulumi.get(self, "inkless_enable")
19162
-
19163
- @inkless_enable.setter
19164
- def inkless_enable(self, value: Optional[pulumi.Input[_builtins.bool]]):
19165
- pulumi.set(self, "inkless_enable", value)
19166
-
19167
19185
  @_builtins.property
19168
19186
  @pulumi.getter(name="localRetentionBytes")
19169
19187
  def local_retention_bytes(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -24266,10 +24284,6 @@ if not MYPY:
24266
24284
  """
24267
24285
  Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: `grafana.example.org`.
24268
24286
  """
24269
- custom_keystores: NotRequired[pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchUserConfigCustomKeystoreArgsDict']]]]
24270
- """
24271
- Allow to register custom keystores in OpenSearch
24272
- """
24273
24287
  disable_replication_factor_adjustment: NotRequired[pulumi.Input[_builtins.bool]]
24274
24288
  """
24275
24289
  Disable automatic replication factor adjustment for multi-node services. By default, Aiven ensures all indexes are replicated at least to two nodes. Note: Due to potential data loss in case of losing a service node, this setting can not be activated unless specifically allowed for the project.
@@ -24375,7 +24389,6 @@ class OpenSearchOpensearchUserConfigArgs:
24375
24389
  additional_backup_regions: Optional[pulumi.Input[_builtins.str]] = None,
24376
24390
  azure_migration: Optional[pulumi.Input['OpenSearchOpensearchUserConfigAzureMigrationArgs']] = None,
24377
24391
  custom_domain: Optional[pulumi.Input[_builtins.str]] = None,
24378
- custom_keystores: Optional[pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchUserConfigCustomKeystoreArgs']]]] = None,
24379
24392
  disable_replication_factor_adjustment: Optional[pulumi.Input[_builtins.bool]] = None,
24380
24393
  gcs_migration: Optional[pulumi.Input['OpenSearchOpensearchUserConfigGcsMigrationArgs']] = None,
24381
24394
  index_patterns: Optional[pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchUserConfigIndexPatternArgs']]]] = None,
@@ -24404,7 +24417,6 @@ class OpenSearchOpensearchUserConfigArgs:
24404
24417
  :param pulumi.Input[_builtins.str] additional_backup_regions: Additional Cloud Regions for Backup Replication.
24405
24418
  :param pulumi.Input['OpenSearchOpensearchUserConfigAzureMigrationArgs'] azure_migration: Azure migration settings
24406
24419
  :param pulumi.Input[_builtins.str] custom_domain: Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: `grafana.example.org`.
24407
- :param pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchUserConfigCustomKeystoreArgs']]] custom_keystores: Allow to register custom keystores in OpenSearch
24408
24420
  :param pulumi.Input[_builtins.bool] disable_replication_factor_adjustment: Disable automatic replication factor adjustment for multi-node services. By default, Aiven ensures all indexes are replicated at least to two nodes. Note: Due to potential data loss in case of losing a service node, this setting can not be activated unless specifically allowed for the project.
24409
24421
  :param pulumi.Input['OpenSearchOpensearchUserConfigGcsMigrationArgs'] gcs_migration: Google Cloud Storage migration settings
24410
24422
  :param pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchUserConfigIndexPatternArgs']]] index_patterns: Index patterns
@@ -24436,8 +24448,6 @@ class OpenSearchOpensearchUserConfigArgs:
24436
24448
  pulumi.set(__self__, "azure_migration", azure_migration)
24437
24449
  if custom_domain is not None:
24438
24450
  pulumi.set(__self__, "custom_domain", custom_domain)
24439
- if custom_keystores is not None:
24440
- pulumi.set(__self__, "custom_keystores", custom_keystores)
24441
24451
  if disable_replication_factor_adjustment is not None:
24442
24452
  pulumi.set(__self__, "disable_replication_factor_adjustment", disable_replication_factor_adjustment)
24443
24453
  if gcs_migration is not None:
@@ -24526,18 +24536,6 @@ class OpenSearchOpensearchUserConfigArgs:
24526
24536
  def custom_domain(self, value: Optional[pulumi.Input[_builtins.str]]):
24527
24537
  pulumi.set(self, "custom_domain", value)
24528
24538
 
24529
- @_builtins.property
24530
- @pulumi.getter(name="customKeystores")
24531
- def custom_keystores(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchUserConfigCustomKeystoreArgs']]]]:
24532
- """
24533
- Allow to register custom keystores in OpenSearch
24534
- """
24535
- return pulumi.get(self, "custom_keystores")
24536
-
24537
- @custom_keystores.setter
24538
- def custom_keystores(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchUserConfigCustomKeystoreArgs']]]]):
24539
- pulumi.set(self, "custom_keystores", value)
24540
-
24541
24539
  @_builtins.property
24542
24540
  @pulumi.getter(name="disableReplicationFactorAdjustment")
24543
24541
  def disable_replication_factor_adjustment(self) -> Optional[pulumi.Input[_builtins.bool]]:
@@ -25095,49 +25093,6 @@ class OpenSearchOpensearchUserConfigAzureMigrationArgs:
25095
25093
  pulumi.set(self, "sas_token", value)
25096
25094
 
25097
25095
 
25098
- if not MYPY:
25099
- class OpenSearchOpensearchUserConfigCustomKeystoreArgsDict(TypedDict):
25100
- name: pulumi.Input[_builtins.str]
25101
- type: pulumi.Input[_builtins.str]
25102
- """
25103
- Enum: `azure`, `gcs`, `s3`.
25104
- """
25105
- elif False:
25106
- OpenSearchOpensearchUserConfigCustomKeystoreArgsDict: TypeAlias = Mapping[str, Any]
25107
-
25108
- @pulumi.input_type
25109
- class OpenSearchOpensearchUserConfigCustomKeystoreArgs:
25110
- def __init__(__self__, *,
25111
- name: pulumi.Input[_builtins.str],
25112
- type: pulumi.Input[_builtins.str]):
25113
- """
25114
- :param pulumi.Input[_builtins.str] type: Enum: `azure`, `gcs`, `s3`.
25115
- """
25116
- pulumi.set(__self__, "name", name)
25117
- pulumi.set(__self__, "type", type)
25118
-
25119
- @_builtins.property
25120
- @pulumi.getter
25121
- def name(self) -> pulumi.Input[_builtins.str]:
25122
- return pulumi.get(self, "name")
25123
-
25124
- @name.setter
25125
- def name(self, value: pulumi.Input[_builtins.str]):
25126
- pulumi.set(self, "name", value)
25127
-
25128
- @_builtins.property
25129
- @pulumi.getter
25130
- def type(self) -> pulumi.Input[_builtins.str]:
25131
- """
25132
- Enum: `azure`, `gcs`, `s3`.
25133
- """
25134
- return pulumi.get(self, "type")
25135
-
25136
- @type.setter
25137
- def type(self, value: pulumi.Input[_builtins.str]):
25138
- pulumi.set(self, "type", value)
25139
-
25140
-
25141
25096
  if not MYPY:
25142
25097
  class OpenSearchOpensearchUserConfigGcsMigrationArgsDict(TypedDict):
25143
25098
  base_path: pulumi.Input[_builtins.str]
@@ -31487,6 +31442,10 @@ if not MYPY:
31487
31442
  """
31488
31443
  Migrate data from existing server
31489
31444
  """
31445
+ node_count: NotRequired[pulumi.Input[_builtins.int]]
31446
+ """
31447
+ Number of nodes for the service. Example: `3`.
31448
+ """
31490
31449
  pg: NotRequired[pulumi.Input['PgPgUserConfigPgArgsDict']]
31491
31450
  """
31492
31451
  postgresql.conf configuration values
@@ -31591,6 +31550,7 @@ class PgPgUserConfigArgs:
31591
31550
  ip_filter_strings: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
31592
31551
  ip_filters: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
31593
31552
  migration: Optional[pulumi.Input['PgPgUserConfigMigrationArgs']] = None,
31553
+ node_count: Optional[pulumi.Input[_builtins.int]] = None,
31594
31554
  pg: Optional[pulumi.Input['PgPgUserConfigPgArgs']] = None,
31595
31555
  pg_qualstats: Optional[pulumi.Input['PgPgUserConfigPgQualstatsArgs']] = None,
31596
31556
  pg_read_replica: Optional[pulumi.Input[_builtins.bool]] = None,
@@ -31624,6 +31584,7 @@ class PgPgUserConfigArgs:
31624
31584
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
31625
31585
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
31626
31586
  :param pulumi.Input['PgPgUserConfigMigrationArgs'] migration: Migrate data from existing server
31587
+ :param pulumi.Input[_builtins.int] node_count: Number of nodes for the service. Example: `3`.
31627
31588
  :param pulumi.Input['PgPgUserConfigPgArgs'] pg: postgresql.conf configuration values
31628
31589
  :param pulumi.Input['PgPgUserConfigPgQualstatsArgs'] pg_qualstats: System-wide settings for the pg*qualstats extension
31629
31590
  :param pulumi.Input[_builtins.bool] pg_read_replica: Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
@@ -31670,6 +31631,8 @@ class PgPgUserConfigArgs:
31670
31631
  pulumi.set(__self__, "ip_filters", ip_filters)
31671
31632
  if migration is not None:
31672
31633
  pulumi.set(__self__, "migration", migration)
31634
+ if node_count is not None:
31635
+ pulumi.set(__self__, "node_count", node_count)
31673
31636
  if pg is not None:
31674
31637
  pulumi.set(__self__, "pg", pg)
31675
31638
  if pg_qualstats is not None:
@@ -31839,6 +31802,18 @@ class PgPgUserConfigArgs:
31839
31802
  def migration(self, value: Optional[pulumi.Input['PgPgUserConfigMigrationArgs']]):
31840
31803
  pulumi.set(self, "migration", value)
31841
31804
 
31805
+ @_builtins.property
31806
+ @pulumi.getter(name="nodeCount")
31807
+ def node_count(self) -> Optional[pulumi.Input[_builtins.int]]:
31808
+ """
31809
+ Number of nodes for the service. Example: `3`.
31810
+ """
31811
+ return pulumi.get(self, "node_count")
31812
+
31813
+ @node_count.setter
31814
+ def node_count(self, value: Optional[pulumi.Input[_builtins.int]]):
31815
+ pulumi.set(self, "node_count", value)
31816
+
31842
31817
  @_builtins.property
31843
31818
  @pulumi.getter
31844
31819
  def pg(self) -> Optional[pulumi.Input['PgPgUserConfigPgArgs']]:
@@ -313,6 +313,7 @@ class _AlloydbomniState:
313
313
  disk_space_step: Optional[pulumi.Input[_builtins.str]] = None,
314
314
  disk_space_used: Optional[pulumi.Input[_builtins.str]] = None,
315
315
  maintenance_window_dow: Optional[pulumi.Input[_builtins.str]] = None,
316
+ maintenance_window_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
316
317
  maintenance_window_time: Optional[pulumi.Input[_builtins.str]] = None,
317
318
  plan: Optional[pulumi.Input[_builtins.str]] = None,
318
319
  project: Optional[pulumi.Input[_builtins.str]] = None,
@@ -344,6 +345,7 @@ class _AlloydbomniState:
344
345
  :param pulumi.Input[_builtins.str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
345
346
  :param pulumi.Input[_builtins.str] disk_space_used: The disk space that the service is currently using. This is the sum of `disk_space` and `additional_disk_space` in human-readable format (for example: `90GiB`).
346
347
  :param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
348
+ :param pulumi.Input[_builtins.bool] maintenance_window_enabled: Indicates whether the maintenance window is currently enabled for this service.
347
349
  :param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
348
350
  :param pulumi.Input[_builtins.str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
349
351
  :param pulumi.Input[_builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
@@ -387,6 +389,8 @@ class _AlloydbomniState:
387
389
  pulumi.set(__self__, "disk_space_used", disk_space_used)
388
390
  if maintenance_window_dow is not None:
389
391
  pulumi.set(__self__, "maintenance_window_dow", maintenance_window_dow)
392
+ if maintenance_window_enabled is not None:
393
+ pulumi.set(__self__, "maintenance_window_enabled", maintenance_window_enabled)
390
394
  if maintenance_window_time is not None:
391
395
  pulumi.set(__self__, "maintenance_window_time", maintenance_window_time)
392
396
  if plan is not None:
@@ -557,6 +561,18 @@ class _AlloydbomniState:
557
561
  def maintenance_window_dow(self, value: Optional[pulumi.Input[_builtins.str]]):
558
562
  pulumi.set(self, "maintenance_window_dow", value)
559
563
 
564
+ @_builtins.property
565
+ @pulumi.getter(name="maintenanceWindowEnabled")
566
+ def maintenance_window_enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
567
+ """
568
+ Indicates whether the maintenance window is currently enabled for this service.
569
+ """
570
+ return pulumi.get(self, "maintenance_window_enabled")
571
+
572
+ @maintenance_window_enabled.setter
573
+ def maintenance_window_enabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
574
+ pulumi.set(self, "maintenance_window_enabled", value)
575
+
560
576
  @_builtins.property
561
577
  @pulumi.getter(name="maintenanceWindowTime")
562
578
  def maintenance_window_time(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -998,6 +1014,7 @@ class Alloydbomni(pulumi.CustomResource):
998
1014
  __props__.__dict__["disk_space_default"] = None
999
1015
  __props__.__dict__["disk_space_step"] = None
1000
1016
  __props__.__dict__["disk_space_used"] = None
1017
+ __props__.__dict__["maintenance_window_enabled"] = None
1001
1018
  __props__.__dict__["service_host"] = None
1002
1019
  __props__.__dict__["service_password"] = None
1003
1020
  __props__.__dict__["service_port"] = None
@@ -1028,6 +1045,7 @@ class Alloydbomni(pulumi.CustomResource):
1028
1045
  disk_space_step: Optional[pulumi.Input[_builtins.str]] = None,
1029
1046
  disk_space_used: Optional[pulumi.Input[_builtins.str]] = None,
1030
1047
  maintenance_window_dow: Optional[pulumi.Input[_builtins.str]] = None,
1048
+ maintenance_window_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
1031
1049
  maintenance_window_time: Optional[pulumi.Input[_builtins.str]] = None,
1032
1050
  plan: Optional[pulumi.Input[_builtins.str]] = None,
1033
1051
  project: Optional[pulumi.Input[_builtins.str]] = None,
@@ -1064,6 +1082,7 @@ class Alloydbomni(pulumi.CustomResource):
1064
1082
  :param pulumi.Input[_builtins.str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
1065
1083
  :param pulumi.Input[_builtins.str] disk_space_used: The disk space that the service is currently using. This is the sum of `disk_space` and `additional_disk_space` in human-readable format (for example: `90GiB`).
1066
1084
  :param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
1085
+ :param pulumi.Input[_builtins.bool] maintenance_window_enabled: Indicates whether the maintenance window is currently enabled for this service.
1067
1086
  :param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
1068
1087
  :param pulumi.Input[_builtins.str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
1069
1088
  :param pulumi.Input[_builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
@@ -1097,6 +1116,7 @@ class Alloydbomni(pulumi.CustomResource):
1097
1116
  __props__.__dict__["disk_space_step"] = disk_space_step
1098
1117
  __props__.__dict__["disk_space_used"] = disk_space_used
1099
1118
  __props__.__dict__["maintenance_window_dow"] = maintenance_window_dow
1119
+ __props__.__dict__["maintenance_window_enabled"] = maintenance_window_enabled
1100
1120
  __props__.__dict__["maintenance_window_time"] = maintenance_window_time
1101
1121
  __props__.__dict__["plan"] = plan
1102
1122
  __props__.__dict__["project"] = project
@@ -1206,6 +1226,14 @@ class Alloydbomni(pulumi.CustomResource):
1206
1226
  """
1207
1227
  return pulumi.get(self, "maintenance_window_dow")
1208
1228
 
1229
+ @_builtins.property
1230
+ @pulumi.getter(name="maintenanceWindowEnabled")
1231
+ def maintenance_window_enabled(self) -> pulumi.Output[_builtins.bool]:
1232
+ """
1233
+ Indicates whether the maintenance window is currently enabled for this service.
1234
+ """
1235
+ return pulumi.get(self, "maintenance_window_enabled")
1236
+
1209
1237
  @_builtins.property
1210
1238
  @pulumi.getter(name="maintenanceWindowTime")
1211
1239
  def maintenance_window_time(self) -> pulumi.Output[Optional[_builtins.str]]:
@@ -297,6 +297,7 @@ class _CassandraState:
297
297
  disk_space_step: Optional[pulumi.Input[_builtins.str]] = None,
298
298
  disk_space_used: Optional[pulumi.Input[_builtins.str]] = None,
299
299
  maintenance_window_dow: Optional[pulumi.Input[_builtins.str]] = None,
300
+ maintenance_window_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
300
301
  maintenance_window_time: Optional[pulumi.Input[_builtins.str]] = None,
301
302
  plan: Optional[pulumi.Input[_builtins.str]] = None,
302
303
  project: Optional[pulumi.Input[_builtins.str]] = None,
@@ -327,6 +328,7 @@ class _CassandraState:
327
328
  :param pulumi.Input[_builtins.str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
328
329
  :param pulumi.Input[_builtins.str] disk_space_used: The disk space that the service is currently using. This is the sum of `disk_space` and `additional_disk_space` in human-readable format (for example: `90GiB`).
329
330
  :param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
331
+ :param pulumi.Input[_builtins.bool] maintenance_window_enabled: Indicates whether the maintenance window is currently enabled for this service.
330
332
  :param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
331
333
  :param pulumi.Input[_builtins.str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
332
334
  :param pulumi.Input[_builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
@@ -369,6 +371,8 @@ class _CassandraState:
369
371
  pulumi.set(__self__, "disk_space_used", disk_space_used)
370
372
  if maintenance_window_dow is not None:
371
373
  pulumi.set(__self__, "maintenance_window_dow", maintenance_window_dow)
374
+ if maintenance_window_enabled is not None:
375
+ pulumi.set(__self__, "maintenance_window_enabled", maintenance_window_enabled)
372
376
  if maintenance_window_time is not None:
373
377
  pulumi.set(__self__, "maintenance_window_time", maintenance_window_time)
374
378
  if plan is not None:
@@ -537,6 +541,18 @@ class _CassandraState:
537
541
  def maintenance_window_dow(self, value: Optional[pulumi.Input[_builtins.str]]):
538
542
  pulumi.set(self, "maintenance_window_dow", value)
539
543
 
544
+ @_builtins.property
545
+ @pulumi.getter(name="maintenanceWindowEnabled")
546
+ def maintenance_window_enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
547
+ """
548
+ Indicates whether the maintenance window is currently enabled for this service.
549
+ """
550
+ return pulumi.get(self, "maintenance_window_enabled")
551
+
552
+ @maintenance_window_enabled.setter
553
+ def maintenance_window_enabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
554
+ pulumi.set(self, "maintenance_window_enabled", value)
555
+
540
556
  @_builtins.property
541
557
  @pulumi.getter(name="maintenanceWindowTime")
542
558
  def maintenance_window_time(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -928,6 +944,7 @@ class Cassandra(pulumi.CustomResource):
928
944
  __props__.__dict__["disk_space_default"] = None
929
945
  __props__.__dict__["disk_space_step"] = None
930
946
  __props__.__dict__["disk_space_used"] = None
947
+ __props__.__dict__["maintenance_window_enabled"] = None
931
948
  __props__.__dict__["service_host"] = None
932
949
  __props__.__dict__["service_password"] = None
933
950
  __props__.__dict__["service_port"] = None
@@ -958,6 +975,7 @@ class Cassandra(pulumi.CustomResource):
958
975
  disk_space_step: Optional[pulumi.Input[_builtins.str]] = None,
959
976
  disk_space_used: Optional[pulumi.Input[_builtins.str]] = None,
960
977
  maintenance_window_dow: Optional[pulumi.Input[_builtins.str]] = None,
978
+ maintenance_window_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
961
979
  maintenance_window_time: Optional[pulumi.Input[_builtins.str]] = None,
962
980
  plan: Optional[pulumi.Input[_builtins.str]] = None,
963
981
  project: Optional[pulumi.Input[_builtins.str]] = None,
@@ -993,6 +1011,7 @@ class Cassandra(pulumi.CustomResource):
993
1011
  :param pulumi.Input[_builtins.str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
994
1012
  :param pulumi.Input[_builtins.str] disk_space_used: The disk space that the service is currently using. This is the sum of `disk_space` and `additional_disk_space` in human-readable format (for example: `90GiB`).
995
1013
  :param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
1014
+ :param pulumi.Input[_builtins.bool] maintenance_window_enabled: Indicates whether the maintenance window is currently enabled for this service.
996
1015
  :param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
997
1016
  :param pulumi.Input[_builtins.str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
998
1017
  :param pulumi.Input[_builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
@@ -1025,6 +1044,7 @@ class Cassandra(pulumi.CustomResource):
1025
1044
  __props__.__dict__["disk_space_step"] = disk_space_step
1026
1045
  __props__.__dict__["disk_space_used"] = disk_space_used
1027
1046
  __props__.__dict__["maintenance_window_dow"] = maintenance_window_dow
1047
+ __props__.__dict__["maintenance_window_enabled"] = maintenance_window_enabled
1028
1048
  __props__.__dict__["maintenance_window_time"] = maintenance_window_time
1029
1049
  __props__.__dict__["plan"] = plan
1030
1050
  __props__.__dict__["project"] = project
@@ -1133,6 +1153,14 @@ class Cassandra(pulumi.CustomResource):
1133
1153
  """
1134
1154
  return pulumi.get(self, "maintenance_window_dow")
1135
1155
 
1156
+ @_builtins.property
1157
+ @pulumi.getter(name="maintenanceWindowEnabled")
1158
+ def maintenance_window_enabled(self) -> pulumi.Output[_builtins.bool]:
1159
+ """
1160
+ Indicates whether the maintenance window is currently enabled for this service.
1161
+ """
1162
+ return pulumi.get(self, "maintenance_window_enabled")
1163
+
1136
1164
  @_builtins.property
1137
1165
  @pulumi.getter(name="maintenanceWindowTime")
1138
1166
  def maintenance_window_time(self) -> pulumi.Output[Optional[_builtins.str]]:
@@ -297,6 +297,7 @@ class _ClickhouseState:
297
297
  disk_space_step: Optional[pulumi.Input[_builtins.str]] = None,
298
298
  disk_space_used: Optional[pulumi.Input[_builtins.str]] = None,
299
299
  maintenance_window_dow: Optional[pulumi.Input[_builtins.str]] = None,
300
+ maintenance_window_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
300
301
  maintenance_window_time: Optional[pulumi.Input[_builtins.str]] = None,
301
302
  plan: Optional[pulumi.Input[_builtins.str]] = None,
302
303
  project: Optional[pulumi.Input[_builtins.str]] = None,
@@ -327,6 +328,7 @@ class _ClickhouseState:
327
328
  :param pulumi.Input[_builtins.str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
328
329
  :param pulumi.Input[_builtins.str] disk_space_used: The disk space that the service is currently using. This is the sum of `disk_space` and `additional_disk_space` in human-readable format (for example: `90GiB`).
329
330
  :param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
331
+ :param pulumi.Input[_builtins.bool] maintenance_window_enabled: Indicates whether the maintenance window is currently enabled for this service.
330
332
  :param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
331
333
  :param pulumi.Input[_builtins.str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
332
334
  :param pulumi.Input[_builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
@@ -369,6 +371,8 @@ class _ClickhouseState:
369
371
  pulumi.set(__self__, "disk_space_used", disk_space_used)
370
372
  if maintenance_window_dow is not None:
371
373
  pulumi.set(__self__, "maintenance_window_dow", maintenance_window_dow)
374
+ if maintenance_window_enabled is not None:
375
+ pulumi.set(__self__, "maintenance_window_enabled", maintenance_window_enabled)
372
376
  if maintenance_window_time is not None:
373
377
  pulumi.set(__self__, "maintenance_window_time", maintenance_window_time)
374
378
  if plan is not None:
@@ -537,6 +541,18 @@ class _ClickhouseState:
537
541
  def maintenance_window_dow(self, value: Optional[pulumi.Input[_builtins.str]]):
538
542
  pulumi.set(self, "maintenance_window_dow", value)
539
543
 
544
+ @_builtins.property
545
+ @pulumi.getter(name="maintenanceWindowEnabled")
546
+ def maintenance_window_enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
547
+ """
548
+ Indicates whether the maintenance window is currently enabled for this service.
549
+ """
550
+ return pulumi.get(self, "maintenance_window_enabled")
551
+
552
+ @maintenance_window_enabled.setter
553
+ def maintenance_window_enabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
554
+ pulumi.set(self, "maintenance_window_enabled", value)
555
+
540
556
  @_builtins.property
541
557
  @pulumi.getter(name="maintenanceWindowTime")
542
558
  def maintenance_window_time(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -902,6 +918,7 @@ class Clickhouse(pulumi.CustomResource):
902
918
  __props__.__dict__["disk_space_default"] = None
903
919
  __props__.__dict__["disk_space_step"] = None
904
920
  __props__.__dict__["disk_space_used"] = None
921
+ __props__.__dict__["maintenance_window_enabled"] = None
905
922
  __props__.__dict__["service_host"] = None
906
923
  __props__.__dict__["service_password"] = None
907
924
  __props__.__dict__["service_port"] = None
@@ -932,6 +949,7 @@ class Clickhouse(pulumi.CustomResource):
932
949
  disk_space_step: Optional[pulumi.Input[_builtins.str]] = None,
933
950
  disk_space_used: Optional[pulumi.Input[_builtins.str]] = None,
934
951
  maintenance_window_dow: Optional[pulumi.Input[_builtins.str]] = None,
952
+ maintenance_window_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
935
953
  maintenance_window_time: Optional[pulumi.Input[_builtins.str]] = None,
936
954
  plan: Optional[pulumi.Input[_builtins.str]] = None,
937
955
  project: Optional[pulumi.Input[_builtins.str]] = None,
@@ -967,6 +985,7 @@ class Clickhouse(pulumi.CustomResource):
967
985
  :param pulumi.Input[_builtins.str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
968
986
  :param pulumi.Input[_builtins.str] disk_space_used: The disk space that the service is currently using. This is the sum of `disk_space` and `additional_disk_space` in human-readable format (for example: `90GiB`).
969
987
  :param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
988
+ :param pulumi.Input[_builtins.bool] maintenance_window_enabled: Indicates whether the maintenance window is currently enabled for this service.
970
989
  :param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
971
990
  :param pulumi.Input[_builtins.str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
972
991
  :param pulumi.Input[_builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
@@ -999,6 +1018,7 @@ class Clickhouse(pulumi.CustomResource):
999
1018
  __props__.__dict__["disk_space_step"] = disk_space_step
1000
1019
  __props__.__dict__["disk_space_used"] = disk_space_used
1001
1020
  __props__.__dict__["maintenance_window_dow"] = maintenance_window_dow
1021
+ __props__.__dict__["maintenance_window_enabled"] = maintenance_window_enabled
1002
1022
  __props__.__dict__["maintenance_window_time"] = maintenance_window_time
1003
1023
  __props__.__dict__["plan"] = plan
1004
1024
  __props__.__dict__["project"] = project
@@ -1107,6 +1127,14 @@ class Clickhouse(pulumi.CustomResource):
1107
1127
  """
1108
1128
  return pulumi.get(self, "maintenance_window_dow")
1109
1129
 
1130
+ @_builtins.property
1131
+ @pulumi.getter(name="maintenanceWindowEnabled")
1132
+ def maintenance_window_enabled(self) -> pulumi.Output[_builtins.bool]:
1133
+ """
1134
+ Indicates whether the maintenance window is currently enabled for this service.
1135
+ """
1136
+ return pulumi.get(self, "maintenance_window_enabled")
1137
+
1110
1138
  @_builtins.property
1111
1139
  @pulumi.getter(name="maintenanceWindowTime")
1112
1140
  def maintenance_window_time(self) -> pulumi.Output[Optional[_builtins.str]]: