pulumi-aiven 6.7.0a1693027281__tar.gz → 6.7.0a1694131986__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.
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/PKG-INFO +1 -1
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/__init__.py +10 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/_inputs.py +283 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/cassandra.py +30 -29
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/clickhouse.py +30 -29
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/config/vars.py +1 -1
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/flink.py +30 -29
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_organization.py +18 -13
- pulumi_aiven-6.7.0a1694131986/pulumi_aiven/get_organization_user_group.py +143 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/grafana.py +40 -39
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/influx_db.py +30 -29
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/kafka.py +30 -29
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/kafka_connect.py +40 -39
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/kafka_mirror_maker.py +40 -39
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/m3_aggregator.py +40 -39
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/m3_db.py +40 -39
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/my_sql.py +40 -39
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/open_search.py +30 -29
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/organization.py +58 -22
- pulumi_aiven-6.7.0a1694131986/pulumi_aiven/organization_user_group.py +296 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/outputs.py +379 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/pg.py +30 -29
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/provider.py +11 -12
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/redis.py +40 -39
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven.egg-info/PKG-INFO +1 -1
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven.egg-info/SOURCES.txt +2 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/setup.py +2 -2
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/README.md +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/_utilities.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/account.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/account_authentication.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/account_team.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/account_team_member.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/account_team_project.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/aws_privatelink.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/aws_vpc_peering_connection.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/azure_privatelink.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/azure_privatelink_connection_approval.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/azure_vpc_peering_connection.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/billing_group.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/cassandra_user.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/clickhouse_database.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/clickhouse_grant.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/clickhouse_role.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/clickhouse_user.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/config/__init__.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/connection_pool.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/flink_application.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/flink_application_deployment.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/flink_application_version.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/gcp_privatelink.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/gcp_privatelink_connection_approval.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/gcp_vpc_peering_connection.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_account.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_account_authentication.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_account_team.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_account_team_member.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_account_team_project.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_aws_privatelink.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_aws_vpc_peering_connection.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_azure_privatelink.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_azure_vpc_peering_connection.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_billing_group.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_cassanda.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_cassandra.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_cassandra_user.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_clickhouse.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_clickhouse_database.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_clickhouse_user.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_connection_pool.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_flink.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_flink_application.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_flink_application_version.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_gcp_privatelink.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_gcp_vpc_peering_connection.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_grafana.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_influx_db.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_influxdb_database.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_influxdb_user.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_kafka.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_kafka_acl.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_kafka_connect.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_kafka_connector.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_kafka_mirror_maker.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_kafka_schema.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_kafka_schema_configuration.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_kafka_schema_registry_acl.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_kafka_topic.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_kafka_user.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_m3_aggregator.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_m3_db.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_m3db_user.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_mirror_maker_replication_flow.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_my_sql.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_mysql_database.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_mysql_user.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_open_search.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_open_search_acl_config.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_open_search_acl_rule.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_opensearch_user.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_organization_user.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_organizational_unit.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_pg.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_pg_database.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_pg_user.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_project.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_project_user.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_project_vpc.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_redis.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_redis_user.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_service_component.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_service_integration.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_service_integration_endpoint.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/get_transit_gateway_vpc_attachment.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/influxdb_database.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/influxdb_user.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/kafka_acl.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/kafka_connector.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/kafka_schema.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/kafka_schema_configuration.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/kafka_schema_registry_acl.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/kafka_topic.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/kafka_user.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/m3db_user.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/mirror_maker_replication_flow.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/mysql_database.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/mysql_user.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/open_search_acl_config.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/open_search_acl_rule.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/opensearch_user.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/organization_user.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/organizational_unit.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/pg_database.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/pg_user.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/project.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/project_user.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/project_vpc.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/pulumi-plugin.json +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/py.typed +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/redis_user.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/service_integration.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/service_integration_endpoint.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/static_ip.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven/transit_gateway_vpc_attachment.py +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven.egg-info/dependency_links.txt +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven.egg-info/not-zip-safe +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven.egg-info/requires.txt +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/pulumi_aiven.egg-info/top_level.txt +0 -0
- {pulumi_aiven-6.7.0a1693027281 → pulumi_aiven-6.7.0a1694131986}/setup.cfg +0 -0
|
@@ -80,6 +80,7 @@ from .get_open_search_acl_rule import *
|
|
|
80
80
|
from .get_opensearch_user import *
|
|
81
81
|
from .get_organization import *
|
|
82
82
|
from .get_organization_user import *
|
|
83
|
+
from .get_organization_user_group import *
|
|
83
84
|
from .get_organizational_unit import *
|
|
84
85
|
from .get_pg import *
|
|
85
86
|
from .get_pg_database import *
|
|
@@ -120,6 +121,7 @@ from .open_search_acl_rule import *
|
|
|
120
121
|
from .opensearch_user import *
|
|
121
122
|
from .organization import *
|
|
122
123
|
from .organization_user import *
|
|
124
|
+
from .organization_user_group import *
|
|
123
125
|
from .organizational_unit import *
|
|
124
126
|
from .pg import *
|
|
125
127
|
from .pg_database import *
|
|
@@ -571,6 +573,14 @@ _utilities.register(
|
|
|
571
573
|
"aiven:index/organizationUser:OrganizationUser": "OrganizationUser"
|
|
572
574
|
}
|
|
573
575
|
},
|
|
576
|
+
{
|
|
577
|
+
"pkg": "aiven",
|
|
578
|
+
"mod": "index/organizationUserGroup",
|
|
579
|
+
"fqn": "pulumi_aiven",
|
|
580
|
+
"classes": {
|
|
581
|
+
"aiven:index/organizationUserGroup:OrganizationUserGroup": "OrganizationUserGroup"
|
|
582
|
+
}
|
|
583
|
+
},
|
|
574
584
|
{
|
|
575
585
|
"pkg": "aiven",
|
|
576
586
|
"mod": "index/organizationalUnit",
|
|
@@ -142,6 +142,7 @@ __all__ = [
|
|
|
142
142
|
'OpenSearchOpensearchUserConfigIndexPatternArgs',
|
|
143
143
|
'OpenSearchOpensearchUserConfigIndexTemplateArgs',
|
|
144
144
|
'OpenSearchOpensearchUserConfigIpFilterObjectArgs',
|
|
145
|
+
'OpenSearchOpensearchUserConfigOpenidArgs',
|
|
145
146
|
'OpenSearchOpensearchUserConfigOpensearchArgs',
|
|
146
147
|
'OpenSearchOpensearchUserConfigOpensearchDashboardsArgs',
|
|
147
148
|
'OpenSearchOpensearchUserConfigPrivateAccessArgs',
|
|
@@ -150,6 +151,7 @@ __all__ = [
|
|
|
150
151
|
'OpenSearchOpensearchUserConfigSamlArgs',
|
|
151
152
|
'OpenSearchServiceIntegrationArgs',
|
|
152
153
|
'OpenSearchTagArgs',
|
|
154
|
+
'OrganizationTimeoutsArgs',
|
|
153
155
|
'PgComponentArgs',
|
|
154
156
|
'PgPgArgs',
|
|
155
157
|
'PgPgUserConfigArgs',
|
|
@@ -2003,6 +2005,7 @@ class GrafanaGrafanaUserConfigArgs:
|
|
|
2003
2005
|
ip_filter_strings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2004
2006
|
ip_filters: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2005
2007
|
metrics_enabled: Optional[pulumi.Input[bool]] = None,
|
|
2008
|
+
oauth_allow_insecure_email_lookup: Optional[pulumi.Input[bool]] = None,
|
|
2006
2009
|
private_access: Optional[pulumi.Input['GrafanaGrafanaUserConfigPrivateAccessArgs']] = None,
|
|
2007
2010
|
privatelink_access: Optional[pulumi.Input['GrafanaGrafanaUserConfigPrivatelinkAccessArgs']] = None,
|
|
2008
2011
|
project_to_fork_from: Optional[pulumi.Input[str]] = None,
|
|
@@ -2073,6 +2076,8 @@ class GrafanaGrafanaUserConfigArgs:
|
|
|
2073
2076
|
pulumi.set(__self__, "ip_filters", ip_filters)
|
|
2074
2077
|
if metrics_enabled is not None:
|
|
2075
2078
|
pulumi.set(__self__, "metrics_enabled", metrics_enabled)
|
|
2079
|
+
if oauth_allow_insecure_email_lookup is not None:
|
|
2080
|
+
pulumi.set(__self__, "oauth_allow_insecure_email_lookup", oauth_allow_insecure_email_lookup)
|
|
2076
2081
|
if private_access is not None:
|
|
2077
2082
|
pulumi.set(__self__, "private_access", private_access)
|
|
2078
2083
|
if privatelink_access is not None:
|
|
@@ -2351,6 +2356,15 @@ class GrafanaGrafanaUserConfigArgs:
|
|
|
2351
2356
|
def metrics_enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
2352
2357
|
pulumi.set(self, "metrics_enabled", value)
|
|
2353
2358
|
|
|
2359
|
+
@property
|
|
2360
|
+
@pulumi.getter(name="oauthAllowInsecureEmailLookup")
|
|
2361
|
+
def oauth_allow_insecure_email_lookup(self) -> Optional[pulumi.Input[bool]]:
|
|
2362
|
+
return pulumi.get(self, "oauth_allow_insecure_email_lookup")
|
|
2363
|
+
|
|
2364
|
+
@oauth_allow_insecure_email_lookup.setter
|
|
2365
|
+
def oauth_allow_insecure_email_lookup(self, value: Optional[pulumi.Input[bool]]):
|
|
2366
|
+
pulumi.set(self, "oauth_allow_insecure_email_lookup", value)
|
|
2367
|
+
|
|
2354
2368
|
@property
|
|
2355
2369
|
@pulumi.getter(name="privateAccess")
|
|
2356
2370
|
def private_access(self) -> Optional[pulumi.Input['GrafanaGrafanaUserConfigPrivateAccessArgs']]:
|
|
@@ -2547,6 +2561,7 @@ class GrafanaGrafanaUserConfigAuthGenericOauthArgs:
|
|
|
2547
2561
|
allow_sign_up: Optional[pulumi.Input[bool]] = None,
|
|
2548
2562
|
allowed_domains: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2549
2563
|
allowed_organizations: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2564
|
+
auto_login: Optional[pulumi.Input[bool]] = None,
|
|
2550
2565
|
name: Optional[pulumi.Input[str]] = None,
|
|
2551
2566
|
scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
2552
2567
|
pulumi.set(__self__, "api_url", api_url)
|
|
@@ -2560,6 +2575,8 @@ class GrafanaGrafanaUserConfigAuthGenericOauthArgs:
|
|
|
2560
2575
|
pulumi.set(__self__, "allowed_domains", allowed_domains)
|
|
2561
2576
|
if allowed_organizations is not None:
|
|
2562
2577
|
pulumi.set(__self__, "allowed_organizations", allowed_organizations)
|
|
2578
|
+
if auto_login is not None:
|
|
2579
|
+
pulumi.set(__self__, "auto_login", auto_login)
|
|
2563
2580
|
if name is not None:
|
|
2564
2581
|
pulumi.set(__self__, "name", name)
|
|
2565
2582
|
if scopes is not None:
|
|
@@ -2637,6 +2654,15 @@ class GrafanaGrafanaUserConfigAuthGenericOauthArgs:
|
|
|
2637
2654
|
def allowed_organizations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2638
2655
|
pulumi.set(self, "allowed_organizations", value)
|
|
2639
2656
|
|
|
2657
|
+
@property
|
|
2658
|
+
@pulumi.getter(name="autoLogin")
|
|
2659
|
+
def auto_login(self) -> Optional[pulumi.Input[bool]]:
|
|
2660
|
+
return pulumi.get(self, "auto_login")
|
|
2661
|
+
|
|
2662
|
+
@auto_login.setter
|
|
2663
|
+
def auto_login(self, value: Optional[pulumi.Input[bool]]):
|
|
2664
|
+
pulumi.set(self, "auto_login", value)
|
|
2665
|
+
|
|
2640
2666
|
@property
|
|
2641
2667
|
@pulumi.getter
|
|
2642
2668
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -4173,6 +4199,7 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnectArgs:
|
|
|
4173
4199
|
producer_compression_type: Optional[pulumi.Input[str]] = None,
|
|
4174
4200
|
producer_linger_ms: Optional[pulumi.Input[int]] = None,
|
|
4175
4201
|
producer_max_request_size: Optional[pulumi.Input[int]] = None,
|
|
4202
|
+
scheduled_rebalance_max_delay_ms: Optional[pulumi.Input[int]] = None,
|
|
4176
4203
|
session_timeout_ms: Optional[pulumi.Input[int]] = None):
|
|
4177
4204
|
if connector_client_config_override_policy is not None:
|
|
4178
4205
|
pulumi.set(__self__, "connector_client_config_override_policy", connector_client_config_override_policy)
|
|
@@ -4202,6 +4229,8 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnectArgs:
|
|
|
4202
4229
|
pulumi.set(__self__, "producer_linger_ms", producer_linger_ms)
|
|
4203
4230
|
if producer_max_request_size is not None:
|
|
4204
4231
|
pulumi.set(__self__, "producer_max_request_size", producer_max_request_size)
|
|
4232
|
+
if scheduled_rebalance_max_delay_ms is not None:
|
|
4233
|
+
pulumi.set(__self__, "scheduled_rebalance_max_delay_ms", scheduled_rebalance_max_delay_ms)
|
|
4205
4234
|
if session_timeout_ms is not None:
|
|
4206
4235
|
pulumi.set(__self__, "session_timeout_ms", session_timeout_ms)
|
|
4207
4236
|
|
|
@@ -4331,6 +4360,15 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnectArgs:
|
|
|
4331
4360
|
def producer_max_request_size(self, value: Optional[pulumi.Input[int]]):
|
|
4332
4361
|
pulumi.set(self, "producer_max_request_size", value)
|
|
4333
4362
|
|
|
4363
|
+
@property
|
|
4364
|
+
@pulumi.getter(name="scheduledRebalanceMaxDelayMs")
|
|
4365
|
+
def scheduled_rebalance_max_delay_ms(self) -> Optional[pulumi.Input[int]]:
|
|
4366
|
+
return pulumi.get(self, "scheduled_rebalance_max_delay_ms")
|
|
4367
|
+
|
|
4368
|
+
@scheduled_rebalance_max_delay_ms.setter
|
|
4369
|
+
def scheduled_rebalance_max_delay_ms(self, value: Optional[pulumi.Input[int]]):
|
|
4370
|
+
pulumi.set(self, "scheduled_rebalance_max_delay_ms", value)
|
|
4371
|
+
|
|
4334
4372
|
@property
|
|
4335
4373
|
@pulumi.getter(name="sessionTimeoutMs")
|
|
4336
4374
|
def session_timeout_ms(self) -> Optional[pulumi.Input[int]]:
|
|
@@ -5458,6 +5496,7 @@ class KafkaKafkaUserConfigKafkaConnectConfigArgs:
|
|
|
5458
5496
|
producer_compression_type: Optional[pulumi.Input[str]] = None,
|
|
5459
5497
|
producer_linger_ms: Optional[pulumi.Input[int]] = None,
|
|
5460
5498
|
producer_max_request_size: Optional[pulumi.Input[int]] = None,
|
|
5499
|
+
scheduled_rebalance_max_delay_ms: Optional[pulumi.Input[int]] = None,
|
|
5461
5500
|
session_timeout_ms: Optional[pulumi.Input[int]] = None):
|
|
5462
5501
|
if connector_client_config_override_policy is not None:
|
|
5463
5502
|
pulumi.set(__self__, "connector_client_config_override_policy", connector_client_config_override_policy)
|
|
@@ -5487,6 +5526,8 @@ class KafkaKafkaUserConfigKafkaConnectConfigArgs:
|
|
|
5487
5526
|
pulumi.set(__self__, "producer_linger_ms", producer_linger_ms)
|
|
5488
5527
|
if producer_max_request_size is not None:
|
|
5489
5528
|
pulumi.set(__self__, "producer_max_request_size", producer_max_request_size)
|
|
5529
|
+
if scheduled_rebalance_max_delay_ms is not None:
|
|
5530
|
+
pulumi.set(__self__, "scheduled_rebalance_max_delay_ms", scheduled_rebalance_max_delay_ms)
|
|
5490
5531
|
if session_timeout_ms is not None:
|
|
5491
5532
|
pulumi.set(__self__, "session_timeout_ms", session_timeout_ms)
|
|
5492
5533
|
|
|
@@ -5616,6 +5657,15 @@ class KafkaKafkaUserConfigKafkaConnectConfigArgs:
|
|
|
5616
5657
|
def producer_max_request_size(self, value: Optional[pulumi.Input[int]]):
|
|
5617
5658
|
pulumi.set(self, "producer_max_request_size", value)
|
|
5618
5659
|
|
|
5660
|
+
@property
|
|
5661
|
+
@pulumi.getter(name="scheduledRebalanceMaxDelayMs")
|
|
5662
|
+
def scheduled_rebalance_max_delay_ms(self) -> Optional[pulumi.Input[int]]:
|
|
5663
|
+
return pulumi.get(self, "scheduled_rebalance_max_delay_ms")
|
|
5664
|
+
|
|
5665
|
+
@scheduled_rebalance_max_delay_ms.setter
|
|
5666
|
+
def scheduled_rebalance_max_delay_ms(self, value: Optional[pulumi.Input[int]]):
|
|
5667
|
+
pulumi.set(self, "scheduled_rebalance_max_delay_ms", value)
|
|
5668
|
+
|
|
5619
5669
|
@property
|
|
5620
5670
|
@pulumi.getter(name="sessionTimeoutMs")
|
|
5621
5671
|
def session_timeout_ms(self) -> Optional[pulumi.Input[int]]:
|
|
@@ -9166,6 +9216,7 @@ class OpenSearchOpensearchUserConfigArgs:
|
|
|
9166
9216
|
ip_filters: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
9167
9217
|
keep_index_refresh_interval: Optional[pulumi.Input[bool]] = None,
|
|
9168
9218
|
max_index_count: Optional[pulumi.Input[int]] = None,
|
|
9219
|
+
openid: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpenidArgs']] = None,
|
|
9169
9220
|
opensearch: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchArgs']] = None,
|
|
9170
9221
|
opensearch_dashboards: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchDashboardsArgs']] = None,
|
|
9171
9222
|
opensearch_version: Optional[pulumi.Input[str]] = None,
|
|
@@ -9188,6 +9239,7 @@ class OpenSearchOpensearchUserConfigArgs:
|
|
|
9188
9239
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filters: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
9189
9240
|
:param pulumi.Input[bool] keep_index_refresh_interval: Aiven automation resets index.refresh_interval to default value for every index to be sure that indices are always visible to search. If it doesn't fit your case, you can disable this by setting up this flag to true.
|
|
9190
9241
|
:param pulumi.Input[int] max_index_count: Use index_patterns instead. The default value is `0`.
|
|
9242
|
+
:param pulumi.Input['OpenSearchOpensearchUserConfigOpenidArgs'] openid: OpenSearch OpenID Connect Configuration.
|
|
9191
9243
|
:param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchArgs'] opensearch: OpenSearch settings.
|
|
9192
9244
|
:param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchDashboardsArgs'] opensearch_dashboards: OpenSearch Dashboards settings.
|
|
9193
9245
|
:param pulumi.Input[str] opensearch_version: OpenSearch major version.
|
|
@@ -9229,6 +9281,8 @@ class OpenSearchOpensearchUserConfigArgs:
|
|
|
9229
9281
|
pulumi.log.warn("""max_index_count is deprecated: Usage of this field is discouraged.""")
|
|
9230
9282
|
if max_index_count is not None:
|
|
9231
9283
|
pulumi.set(__self__, "max_index_count", max_index_count)
|
|
9284
|
+
if openid is not None:
|
|
9285
|
+
pulumi.set(__self__, "openid", openid)
|
|
9232
9286
|
if opensearch is not None:
|
|
9233
9287
|
pulumi.set(__self__, "opensearch", opensearch)
|
|
9234
9288
|
if opensearch_dashboards is not None:
|
|
@@ -9381,6 +9435,18 @@ class OpenSearchOpensearchUserConfigArgs:
|
|
|
9381
9435
|
def max_index_count(self, value: Optional[pulumi.Input[int]]):
|
|
9382
9436
|
pulumi.set(self, "max_index_count", value)
|
|
9383
9437
|
|
|
9438
|
+
@property
|
|
9439
|
+
@pulumi.getter
|
|
9440
|
+
def openid(self) -> Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpenidArgs']]:
|
|
9441
|
+
"""
|
|
9442
|
+
OpenSearch OpenID Connect Configuration.
|
|
9443
|
+
"""
|
|
9444
|
+
return pulumi.get(self, "openid")
|
|
9445
|
+
|
|
9446
|
+
@openid.setter
|
|
9447
|
+
def openid(self, value: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpenidArgs']]):
|
|
9448
|
+
pulumi.set(self, "openid", value)
|
|
9449
|
+
|
|
9384
9450
|
@property
|
|
9385
9451
|
@pulumi.getter
|
|
9386
9452
|
def opensearch(self) -> Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchArgs']]:
|
|
@@ -9622,6 +9688,152 @@ class OpenSearchOpensearchUserConfigIpFilterObjectArgs:
|
|
|
9622
9688
|
pulumi.set(self, "description", value)
|
|
9623
9689
|
|
|
9624
9690
|
|
|
9691
|
+
@pulumi.input_type
|
|
9692
|
+
class OpenSearchOpensearchUserConfigOpenidArgs:
|
|
9693
|
+
def __init__(__self__, *,
|
|
9694
|
+
client_id: pulumi.Input[str],
|
|
9695
|
+
client_secret: pulumi.Input[str],
|
|
9696
|
+
connect_url: pulumi.Input[str],
|
|
9697
|
+
enabled: Optional[pulumi.Input[bool]] = None,
|
|
9698
|
+
header: Optional[pulumi.Input[str]] = None,
|
|
9699
|
+
jwt_header: Optional[pulumi.Input[str]] = None,
|
|
9700
|
+
jwt_url_parameter: Optional[pulumi.Input[str]] = None,
|
|
9701
|
+
refresh_rate_limit_count: Optional[pulumi.Input[int]] = None,
|
|
9702
|
+
refresh_rate_limit_time_window_ms: Optional[pulumi.Input[int]] = None,
|
|
9703
|
+
roles_key: Optional[pulumi.Input[str]] = None,
|
|
9704
|
+
scope: Optional[pulumi.Input[str]] = None,
|
|
9705
|
+
subject_key: Optional[pulumi.Input[str]] = None):
|
|
9706
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
9707
|
+
pulumi.set(__self__, "client_secret", client_secret)
|
|
9708
|
+
pulumi.set(__self__, "connect_url", connect_url)
|
|
9709
|
+
if enabled is not None:
|
|
9710
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
9711
|
+
if header is not None:
|
|
9712
|
+
pulumi.set(__self__, "header", header)
|
|
9713
|
+
if jwt_header is not None:
|
|
9714
|
+
pulumi.set(__self__, "jwt_header", jwt_header)
|
|
9715
|
+
if jwt_url_parameter is not None:
|
|
9716
|
+
pulumi.set(__self__, "jwt_url_parameter", jwt_url_parameter)
|
|
9717
|
+
if refresh_rate_limit_count is not None:
|
|
9718
|
+
pulumi.set(__self__, "refresh_rate_limit_count", refresh_rate_limit_count)
|
|
9719
|
+
if refresh_rate_limit_time_window_ms is not None:
|
|
9720
|
+
pulumi.set(__self__, "refresh_rate_limit_time_window_ms", refresh_rate_limit_time_window_ms)
|
|
9721
|
+
if roles_key is not None:
|
|
9722
|
+
pulumi.set(__self__, "roles_key", roles_key)
|
|
9723
|
+
if scope is not None:
|
|
9724
|
+
pulumi.set(__self__, "scope", scope)
|
|
9725
|
+
if subject_key is not None:
|
|
9726
|
+
pulumi.set(__self__, "subject_key", subject_key)
|
|
9727
|
+
|
|
9728
|
+
@property
|
|
9729
|
+
@pulumi.getter(name="clientId")
|
|
9730
|
+
def client_id(self) -> pulumi.Input[str]:
|
|
9731
|
+
return pulumi.get(self, "client_id")
|
|
9732
|
+
|
|
9733
|
+
@client_id.setter
|
|
9734
|
+
def client_id(self, value: pulumi.Input[str]):
|
|
9735
|
+
pulumi.set(self, "client_id", value)
|
|
9736
|
+
|
|
9737
|
+
@property
|
|
9738
|
+
@pulumi.getter(name="clientSecret")
|
|
9739
|
+
def client_secret(self) -> pulumi.Input[str]:
|
|
9740
|
+
return pulumi.get(self, "client_secret")
|
|
9741
|
+
|
|
9742
|
+
@client_secret.setter
|
|
9743
|
+
def client_secret(self, value: pulumi.Input[str]):
|
|
9744
|
+
pulumi.set(self, "client_secret", value)
|
|
9745
|
+
|
|
9746
|
+
@property
|
|
9747
|
+
@pulumi.getter(name="connectUrl")
|
|
9748
|
+
def connect_url(self) -> pulumi.Input[str]:
|
|
9749
|
+
return pulumi.get(self, "connect_url")
|
|
9750
|
+
|
|
9751
|
+
@connect_url.setter
|
|
9752
|
+
def connect_url(self, value: pulumi.Input[str]):
|
|
9753
|
+
pulumi.set(self, "connect_url", value)
|
|
9754
|
+
|
|
9755
|
+
@property
|
|
9756
|
+
@pulumi.getter
|
|
9757
|
+
def enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
9758
|
+
return pulumi.get(self, "enabled")
|
|
9759
|
+
|
|
9760
|
+
@enabled.setter
|
|
9761
|
+
def enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
9762
|
+
pulumi.set(self, "enabled", value)
|
|
9763
|
+
|
|
9764
|
+
@property
|
|
9765
|
+
@pulumi.getter
|
|
9766
|
+
def header(self) -> Optional[pulumi.Input[str]]:
|
|
9767
|
+
return pulumi.get(self, "header")
|
|
9768
|
+
|
|
9769
|
+
@header.setter
|
|
9770
|
+
def header(self, value: Optional[pulumi.Input[str]]):
|
|
9771
|
+
pulumi.set(self, "header", value)
|
|
9772
|
+
|
|
9773
|
+
@property
|
|
9774
|
+
@pulumi.getter(name="jwtHeader")
|
|
9775
|
+
def jwt_header(self) -> Optional[pulumi.Input[str]]:
|
|
9776
|
+
return pulumi.get(self, "jwt_header")
|
|
9777
|
+
|
|
9778
|
+
@jwt_header.setter
|
|
9779
|
+
def jwt_header(self, value: Optional[pulumi.Input[str]]):
|
|
9780
|
+
pulumi.set(self, "jwt_header", value)
|
|
9781
|
+
|
|
9782
|
+
@property
|
|
9783
|
+
@pulumi.getter(name="jwtUrlParameter")
|
|
9784
|
+
def jwt_url_parameter(self) -> Optional[pulumi.Input[str]]:
|
|
9785
|
+
return pulumi.get(self, "jwt_url_parameter")
|
|
9786
|
+
|
|
9787
|
+
@jwt_url_parameter.setter
|
|
9788
|
+
def jwt_url_parameter(self, value: Optional[pulumi.Input[str]]):
|
|
9789
|
+
pulumi.set(self, "jwt_url_parameter", value)
|
|
9790
|
+
|
|
9791
|
+
@property
|
|
9792
|
+
@pulumi.getter(name="refreshRateLimitCount")
|
|
9793
|
+
def refresh_rate_limit_count(self) -> Optional[pulumi.Input[int]]:
|
|
9794
|
+
return pulumi.get(self, "refresh_rate_limit_count")
|
|
9795
|
+
|
|
9796
|
+
@refresh_rate_limit_count.setter
|
|
9797
|
+
def refresh_rate_limit_count(self, value: Optional[pulumi.Input[int]]):
|
|
9798
|
+
pulumi.set(self, "refresh_rate_limit_count", value)
|
|
9799
|
+
|
|
9800
|
+
@property
|
|
9801
|
+
@pulumi.getter(name="refreshRateLimitTimeWindowMs")
|
|
9802
|
+
def refresh_rate_limit_time_window_ms(self) -> Optional[pulumi.Input[int]]:
|
|
9803
|
+
return pulumi.get(self, "refresh_rate_limit_time_window_ms")
|
|
9804
|
+
|
|
9805
|
+
@refresh_rate_limit_time_window_ms.setter
|
|
9806
|
+
def refresh_rate_limit_time_window_ms(self, value: Optional[pulumi.Input[int]]):
|
|
9807
|
+
pulumi.set(self, "refresh_rate_limit_time_window_ms", value)
|
|
9808
|
+
|
|
9809
|
+
@property
|
|
9810
|
+
@pulumi.getter(name="rolesKey")
|
|
9811
|
+
def roles_key(self) -> Optional[pulumi.Input[str]]:
|
|
9812
|
+
return pulumi.get(self, "roles_key")
|
|
9813
|
+
|
|
9814
|
+
@roles_key.setter
|
|
9815
|
+
def roles_key(self, value: Optional[pulumi.Input[str]]):
|
|
9816
|
+
pulumi.set(self, "roles_key", value)
|
|
9817
|
+
|
|
9818
|
+
@property
|
|
9819
|
+
@pulumi.getter
|
|
9820
|
+
def scope(self) -> Optional[pulumi.Input[str]]:
|
|
9821
|
+
return pulumi.get(self, "scope")
|
|
9822
|
+
|
|
9823
|
+
@scope.setter
|
|
9824
|
+
def scope(self, value: Optional[pulumi.Input[str]]):
|
|
9825
|
+
pulumi.set(self, "scope", value)
|
|
9826
|
+
|
|
9827
|
+
@property
|
|
9828
|
+
@pulumi.getter(name="subjectKey")
|
|
9829
|
+
def subject_key(self) -> Optional[pulumi.Input[str]]:
|
|
9830
|
+
return pulumi.get(self, "subject_key")
|
|
9831
|
+
|
|
9832
|
+
@subject_key.setter
|
|
9833
|
+
def subject_key(self, value: Optional[pulumi.Input[str]]):
|
|
9834
|
+
pulumi.set(self, "subject_key", value)
|
|
9835
|
+
|
|
9836
|
+
|
|
9625
9837
|
@pulumi.input_type
|
|
9626
9838
|
class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
9627
9839
|
def __init__(__self__, *,
|
|
@@ -10340,6 +10552,77 @@ class OpenSearchTagArgs:
|
|
|
10340
10552
|
pulumi.set(self, "value", value)
|
|
10341
10553
|
|
|
10342
10554
|
|
|
10555
|
+
@pulumi.input_type
|
|
10556
|
+
class OrganizationTimeoutsArgs:
|
|
10557
|
+
def __init__(__self__, *,
|
|
10558
|
+
create: Optional[pulumi.Input[str]] = None,
|
|
10559
|
+
delete: Optional[pulumi.Input[str]] = None,
|
|
10560
|
+
read: Optional[pulumi.Input[str]] = None,
|
|
10561
|
+
update: Optional[pulumi.Input[str]] = None):
|
|
10562
|
+
"""
|
|
10563
|
+
:param pulumi.Input[str] create: 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).
|
|
10564
|
+
:param pulumi.Input[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.
|
|
10565
|
+
:param pulumi.Input[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.
|
|
10566
|
+
:param pulumi.Input[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).
|
|
10567
|
+
"""
|
|
10568
|
+
if create is not None:
|
|
10569
|
+
pulumi.set(__self__, "create", create)
|
|
10570
|
+
if delete is not None:
|
|
10571
|
+
pulumi.set(__self__, "delete", delete)
|
|
10572
|
+
if read is not None:
|
|
10573
|
+
pulumi.set(__self__, "read", read)
|
|
10574
|
+
if update is not None:
|
|
10575
|
+
pulumi.set(__self__, "update", update)
|
|
10576
|
+
|
|
10577
|
+
@property
|
|
10578
|
+
@pulumi.getter
|
|
10579
|
+
def create(self) -> Optional[pulumi.Input[str]]:
|
|
10580
|
+
"""
|
|
10581
|
+
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).
|
|
10582
|
+
"""
|
|
10583
|
+
return pulumi.get(self, "create")
|
|
10584
|
+
|
|
10585
|
+
@create.setter
|
|
10586
|
+
def create(self, value: Optional[pulumi.Input[str]]):
|
|
10587
|
+
pulumi.set(self, "create", value)
|
|
10588
|
+
|
|
10589
|
+
@property
|
|
10590
|
+
@pulumi.getter
|
|
10591
|
+
def delete(self) -> Optional[pulumi.Input[str]]:
|
|
10592
|
+
"""
|
|
10593
|
+
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.
|
|
10594
|
+
"""
|
|
10595
|
+
return pulumi.get(self, "delete")
|
|
10596
|
+
|
|
10597
|
+
@delete.setter
|
|
10598
|
+
def delete(self, value: Optional[pulumi.Input[str]]):
|
|
10599
|
+
pulumi.set(self, "delete", value)
|
|
10600
|
+
|
|
10601
|
+
@property
|
|
10602
|
+
@pulumi.getter
|
|
10603
|
+
def read(self) -> Optional[pulumi.Input[str]]:
|
|
10604
|
+
"""
|
|
10605
|
+
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.
|
|
10606
|
+
"""
|
|
10607
|
+
return pulumi.get(self, "read")
|
|
10608
|
+
|
|
10609
|
+
@read.setter
|
|
10610
|
+
def read(self, value: Optional[pulumi.Input[str]]):
|
|
10611
|
+
pulumi.set(self, "read", value)
|
|
10612
|
+
|
|
10613
|
+
@property
|
|
10614
|
+
@pulumi.getter
|
|
10615
|
+
def update(self) -> Optional[pulumi.Input[str]]:
|
|
10616
|
+
"""
|
|
10617
|
+
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).
|
|
10618
|
+
"""
|
|
10619
|
+
return pulumi.get(self, "update")
|
|
10620
|
+
|
|
10621
|
+
@update.setter
|
|
10622
|
+
def update(self, value: Optional[pulumi.Input[str]]):
|
|
10623
|
+
pulumi.set(self, "update", value)
|
|
10624
|
+
|
|
10625
|
+
|
|
10343
10626
|
@pulumi.input_type
|
|
10344
10627
|
class PgComponentArgs:
|
|
10345
10628
|
def __init__(__self__, *,
|
|
@@ -16,6 +16,7 @@ __all__ = ['CassandraArgs', 'Cassandra']
|
|
|
16
16
|
@pulumi.input_type
|
|
17
17
|
class CassandraArgs:
|
|
18
18
|
def __init__(__self__, *,
|
|
19
|
+
plan: pulumi.Input[str],
|
|
19
20
|
project: pulumi.Input[str],
|
|
20
21
|
service_name: pulumi.Input[str],
|
|
21
22
|
additional_disk_space: Optional[pulumi.Input[str]] = None,
|
|
@@ -24,7 +25,6 @@ class CassandraArgs:
|
|
|
24
25
|
disk_space: Optional[pulumi.Input[str]] = None,
|
|
25
26
|
maintenance_window_dow: Optional[pulumi.Input[str]] = None,
|
|
26
27
|
maintenance_window_time: Optional[pulumi.Input[str]] = None,
|
|
27
|
-
plan: Optional[pulumi.Input[str]] = None,
|
|
28
28
|
project_vpc_id: Optional[pulumi.Input[str]] = None,
|
|
29
29
|
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input['CassandraServiceIntegrationArgs']]]] = None,
|
|
30
30
|
static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
@@ -32,6 +32,7 @@ class CassandraArgs:
|
|
|
32
32
|
termination_protection: Optional[pulumi.Input[bool]] = None):
|
|
33
33
|
"""
|
|
34
34
|
The set of arguments for constructing a Cassandra resource.
|
|
35
|
+
:param pulumi.Input[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 seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
35
36
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
36
37
|
:param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
37
38
|
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
@@ -40,13 +41,13 @@ class CassandraArgs:
|
|
|
40
41
|
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
41
42
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
42
43
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
43
|
-
:param pulumi.Input[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 seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
44
44
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
45
45
|
:param pulumi.Input[Sequence[pulumi.Input['CassandraServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
46
46
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
47
47
|
:param pulumi.Input[Sequence[pulumi.Input['CassandraTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
48
48
|
:param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
49
49
|
"""
|
|
50
|
+
pulumi.set(__self__, "plan", plan)
|
|
50
51
|
pulumi.set(__self__, "project", project)
|
|
51
52
|
pulumi.set(__self__, "service_name", service_name)
|
|
52
53
|
if additional_disk_space is not None:
|
|
@@ -56,16 +57,14 @@ class CassandraArgs:
|
|
|
56
57
|
if cloud_name is not None:
|
|
57
58
|
pulumi.set(__self__, "cloud_name", cloud_name)
|
|
58
59
|
if disk_space is not None:
|
|
59
|
-
warnings.warn("""This will be removed in v5.0.0
|
|
60
|
-
pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0
|
|
60
|
+
warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
|
|
61
|
+
pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
|
|
61
62
|
if disk_space is not None:
|
|
62
63
|
pulumi.set(__self__, "disk_space", disk_space)
|
|
63
64
|
if maintenance_window_dow is not None:
|
|
64
65
|
pulumi.set(__self__, "maintenance_window_dow", maintenance_window_dow)
|
|
65
66
|
if maintenance_window_time is not None:
|
|
66
67
|
pulumi.set(__self__, "maintenance_window_time", maintenance_window_time)
|
|
67
|
-
if plan is not None:
|
|
68
|
-
pulumi.set(__self__, "plan", plan)
|
|
69
68
|
if project_vpc_id is not None:
|
|
70
69
|
pulumi.set(__self__, "project_vpc_id", project_vpc_id)
|
|
71
70
|
if service_integrations is not None:
|
|
@@ -77,6 +76,18 @@ class CassandraArgs:
|
|
|
77
76
|
if termination_protection is not None:
|
|
78
77
|
pulumi.set(__self__, "termination_protection", termination_protection)
|
|
79
78
|
|
|
79
|
+
@property
|
|
80
|
+
@pulumi.getter
|
|
81
|
+
def plan(self) -> pulumi.Input[str]:
|
|
82
|
+
"""
|
|
83
|
+
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 seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
84
|
+
"""
|
|
85
|
+
return pulumi.get(self, "plan")
|
|
86
|
+
|
|
87
|
+
@plan.setter
|
|
88
|
+
def plan(self, value: pulumi.Input[str]):
|
|
89
|
+
pulumi.set(self, "plan", value)
|
|
90
|
+
|
|
80
91
|
@property
|
|
81
92
|
@pulumi.getter
|
|
82
93
|
def project(self) -> pulumi.Input[str]:
|
|
@@ -143,8 +154,8 @@ class CassandraArgs:
|
|
|
143
154
|
"""
|
|
144
155
|
Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
145
156
|
"""
|
|
146
|
-
warnings.warn("""This will be removed in v5.0.0
|
|
147
|
-
pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0
|
|
157
|
+
warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
|
|
158
|
+
pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
|
|
148
159
|
|
|
149
160
|
return pulumi.get(self, "disk_space")
|
|
150
161
|
|
|
@@ -176,18 +187,6 @@ class CassandraArgs:
|
|
|
176
187
|
def maintenance_window_time(self, value: Optional[pulumi.Input[str]]):
|
|
177
188
|
pulumi.set(self, "maintenance_window_time", value)
|
|
178
189
|
|
|
179
|
-
@property
|
|
180
|
-
@pulumi.getter
|
|
181
|
-
def plan(self) -> Optional[pulumi.Input[str]]:
|
|
182
|
-
"""
|
|
183
|
-
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 seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
184
|
-
"""
|
|
185
|
-
return pulumi.get(self, "plan")
|
|
186
|
-
|
|
187
|
-
@plan.setter
|
|
188
|
-
def plan(self, value: Optional[pulumi.Input[str]]):
|
|
189
|
-
pulumi.set(self, "plan", value)
|
|
190
|
-
|
|
191
190
|
@property
|
|
192
191
|
@pulumi.getter(name="projectVpcId")
|
|
193
192
|
def project_vpc_id(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -320,8 +319,8 @@ class _CassandraState:
|
|
|
320
319
|
if components is not None:
|
|
321
320
|
pulumi.set(__self__, "components", components)
|
|
322
321
|
if disk_space is not None:
|
|
323
|
-
warnings.warn("""This will be removed in v5.0.0
|
|
324
|
-
pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0
|
|
322
|
+
warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
|
|
323
|
+
pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
|
|
325
324
|
if disk_space is not None:
|
|
326
325
|
pulumi.set(__self__, "disk_space", disk_space)
|
|
327
326
|
if disk_space_cap is not None:
|
|
@@ -433,8 +432,8 @@ class _CassandraState:
|
|
|
433
432
|
"""
|
|
434
433
|
Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
435
434
|
"""
|
|
436
|
-
warnings.warn("""This will be removed in v5.0.0
|
|
437
|
-
pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0
|
|
435
|
+
warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
|
|
436
|
+
pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
|
|
438
437
|
|
|
439
438
|
return pulumi.get(self, "disk_space")
|
|
440
439
|
|
|
@@ -840,11 +839,13 @@ class Cassandra(pulumi.CustomResource):
|
|
|
840
839
|
__props__.__dict__["cassandra_user_config"] = cassandra_user_config
|
|
841
840
|
__props__.__dict__["cloud_name"] = cloud_name
|
|
842
841
|
if disk_space is not None and not opts.urn:
|
|
843
|
-
warnings.warn("""This will be removed in v5.0.0
|
|
844
|
-
pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0
|
|
842
|
+
warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
|
|
843
|
+
pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
|
|
845
844
|
__props__.__dict__["disk_space"] = disk_space
|
|
846
845
|
__props__.__dict__["maintenance_window_dow"] = maintenance_window_dow
|
|
847
846
|
__props__.__dict__["maintenance_window_time"] = maintenance_window_time
|
|
847
|
+
if plan is None and not opts.urn:
|
|
848
|
+
raise TypeError("Missing required property 'plan'")
|
|
848
849
|
__props__.__dict__["plan"] = plan
|
|
849
850
|
if project is None and not opts.urn:
|
|
850
851
|
raise TypeError("Missing required property 'project'")
|
|
@@ -1023,8 +1024,8 @@ class Cassandra(pulumi.CustomResource):
|
|
|
1023
1024
|
"""
|
|
1024
1025
|
Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
1025
1026
|
"""
|
|
1026
|
-
warnings.warn("""This will be removed in v5.0.0
|
|
1027
|
-
pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0
|
|
1027
|
+
warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
|
|
1028
|
+
pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
|
|
1028
1029
|
|
|
1029
1030
|
return pulumi.get(self, "disk_space")
|
|
1030
1031
|
|
|
@@ -1078,7 +1079,7 @@ class Cassandra(pulumi.CustomResource):
|
|
|
1078
1079
|
|
|
1079
1080
|
@property
|
|
1080
1081
|
@pulumi.getter
|
|
1081
|
-
def plan(self) -> pulumi.Output[
|
|
1082
|
+
def plan(self) -> pulumi.Output[str]:
|
|
1082
1083
|
"""
|
|
1083
1084
|
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 seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
1084
1085
|
"""
|