published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
The Elasticsearch resource allows the creation and management of Aiven Elasticsearch services.
Example Usage
using Pulumi;
using Aiven = Pulumi.Aiven;
class MyStack : Stack
{
public MyStack()
{
var es1 = new Aiven.ElasticSearch("es1", new Aiven.ElasticSearchArgs
{
Project = data.Aiven_project.Pr1.Project,
CloudName = "google-europe-west1",
Plan = "startup-4",
ServiceName = "my-es1",
MaintenanceWindowDow = "monday",
MaintenanceWindowTime = "10:00:00",
ElasticsearchUserConfig = new Aiven.Inputs.ElasticSearchElasticsearchUserConfigArgs
{
ElasticsearchVersion = "7",
Kibana = new Aiven.Inputs.ElasticSearchElasticsearchUserConfigKibanaArgs
{
Enabled = "true",
ElasticsearchRequestTimeout = "30000",
},
PublicAccess = new Aiven.Inputs.ElasticSearchElasticsearchUserConfigPublicAccessArgs
{
Elasticsearch = "true",
Kibana = "true",
},
},
});
}
}
package main
import (
"github.com/pulumi/pulumi-aiven/sdk/v4/go/aiven"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := aiven.NewElasticSearch(ctx, "es1", &aiven.ElasticSearchArgs{
Project: pulumi.Any(data.Aiven_project.Pr1.Project),
CloudName: pulumi.String("google-europe-west1"),
Plan: pulumi.String("startup-4"),
ServiceName: pulumi.String("my-es1"),
MaintenanceWindowDow: pulumi.String("monday"),
MaintenanceWindowTime: pulumi.String("10:00:00"),
ElasticsearchUserConfig: &ElasticSearchElasticsearchUserConfigArgs{
ElasticsearchVersion: pulumi.String("7"),
Kibana: &ElasticSearchElasticsearchUserConfigKibanaArgs{
Enabled: pulumi.String("true"),
ElasticsearchRequestTimeout: pulumi.String("30000"),
},
PublicAccess: &ElasticSearchElasticsearchUserConfigPublicAccessArgs{
Elasticsearch: pulumi.String("true"),
Kibana: pulumi.String("true"),
},
},
})
if err != nil {
return err
}
return nil
})
}
Example coming soon!
import * as pulumi from "@pulumi/pulumi";
import * as aiven from "@pulumi/aiven";
const es1 = new aiven.ElasticSearch("es1", {
project: data.aiven_project.pr1.project,
cloudName: "google-europe-west1",
plan: "startup-4",
serviceName: "my-es1",
maintenanceWindowDow: "monday",
maintenanceWindowTime: "10:00:00",
elasticsearchUserConfig: {
elasticsearchVersion: "7",
kibana: {
enabled: "true",
elasticsearchRequestTimeout: "30000",
},
publicAccess: {
elasticsearch: "true",
kibana: "true",
},
},
});
import pulumi
import pulumi_aiven as aiven
es1 = aiven.ElasticSearch("es1",
project=data["aiven_project"]["pr1"]["project"],
cloud_name="google-europe-west1",
plan="startup-4",
service_name="my-es1",
maintenance_window_dow="monday",
maintenance_window_time="10:00:00",
elasticsearch_user_config=aiven.ElasticSearchElasticsearchUserConfigArgs(
elasticsearch_version="7",
kibana=aiven.ElasticSearchElasticsearchUserConfigKibanaArgs(
enabled="true",
elasticsearch_request_timeout="30000",
),
public_access=aiven.ElasticSearchElasticsearchUserConfigPublicAccessArgs(
elasticsearch="true",
kibana="true",
),
))
Example coming soon!
Create ElasticSearch Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ElasticSearch(name: string, args: ElasticSearchArgs, opts?: CustomResourceOptions);@overload
def ElasticSearch(resource_name: str,
args: ElasticSearchArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ElasticSearch(resource_name: str,
opts: Optional[ResourceOptions] = None,
project: Optional[str] = None,
service_name: Optional[str] = None,
cloud_name: Optional[str] = None,
disk_space: Optional[str] = None,
elasticsearch_user_config: Optional[ElasticSearchElasticsearchUserConfigArgs] = None,
maintenance_window_dow: Optional[str] = None,
maintenance_window_time: Optional[str] = None,
plan: Optional[str] = None,
project_vpc_id: Optional[str] = None,
service_integrations: Optional[Sequence[ElasticSearchServiceIntegrationArgs]] = None,
static_ips: Optional[Sequence[str]] = None,
termination_protection: Optional[bool] = None)func NewElasticSearch(ctx *Context, name string, args ElasticSearchArgs, opts ...ResourceOption) (*ElasticSearch, error)public ElasticSearch(string name, ElasticSearchArgs args, CustomResourceOptions? opts = null)
public ElasticSearch(String name, ElasticSearchArgs args)
public ElasticSearch(String name, ElasticSearchArgs args, CustomResourceOptions options)
type: aiven:ElasticSearch
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ElasticSearchArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ElasticSearchArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ElasticSearchArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ElasticSearchArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ElasticSearchArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var elasticSearchResource = new Aiven.ElasticSearch("elasticSearchResource", new()
{
Project = "string",
ServiceName = "string",
CloudName = "string",
DiskSpace = "string",
ElasticsearchUserConfig = new Aiven.Inputs.ElasticSearchElasticsearchUserConfigArgs
{
CustomDomain = "string",
DisableReplicationFactorAdjustment = "string",
Elasticsearch = new Aiven.Inputs.ElasticSearchElasticsearchUserConfigElasticsearchArgs
{
ActionAutoCreateIndexEnabled = "string",
ActionDestructiveRequiresName = "string",
ClusterMaxShardsPerNode = "string",
HttpMaxContentLength = "string",
HttpMaxHeaderSize = "string",
HttpMaxInitialLineLength = "string",
IndicesFielddataCacheSize = "string",
IndicesMemoryIndexBufferSize = "string",
IndicesQueriesCacheSize = "string",
IndicesQueryBoolMaxClauseCount = "string",
OverrideMainResponseVersion = "string",
ReindexRemoteWhitelists = new[]
{
"string",
},
ScriptMaxCompilationsRate = "string",
SearchMaxBuckets = "string",
ThreadPoolAnalyzeQueueSize = "string",
ThreadPoolAnalyzeSize = "string",
ThreadPoolForceMergeSize = "string",
ThreadPoolGetQueueSize = "string",
ThreadPoolGetSize = "string",
ThreadPoolIndexSize = "string",
ThreadPoolSearchQueueSize = "string",
ThreadPoolSearchSize = "string",
ThreadPoolSearchThrottledQueueSize = "string",
ThreadPoolSearchThrottledSize = "string",
ThreadPoolWriteQueueSize = "string",
ThreadPoolWriteSize = "string",
},
ElasticsearchVersion = "string",
IndexPatterns = new[]
{
new Aiven.Inputs.ElasticSearchElasticsearchUserConfigIndexPatternArgs
{
MaxIndexCount = "string",
Pattern = "string",
SortingAlgorithm = "string",
},
},
IndexTemplate = new Aiven.Inputs.ElasticSearchElasticsearchUserConfigIndexTemplateArgs
{
MappingNestedObjectsLimit = "string",
NumberOfReplicas = "string",
NumberOfShards = "string",
},
IpFilters = new[]
{
"string",
},
KeepIndexRefreshInterval = "string",
Kibana = new Aiven.Inputs.ElasticSearchElasticsearchUserConfigKibanaArgs
{
ElasticsearchRequestTimeout = "string",
Enabled = "string",
MaxOldSpaceSize = "string",
},
MaxIndexCount = "string",
OpensearchVersion = "string",
PrivateAccess = new Aiven.Inputs.ElasticSearchElasticsearchUserConfigPrivateAccessArgs
{
Elasticsearch = "string",
Kibana = "string",
Prometheus = "string",
},
PrivatelinkAccess = new Aiven.Inputs.ElasticSearchElasticsearchUserConfigPrivatelinkAccessArgs
{
Elasticsearch = "string",
Kibana = "string",
Prometheus = "string",
},
ProjectToForkFrom = "string",
PublicAccess = new Aiven.Inputs.ElasticSearchElasticsearchUserConfigPublicAccessArgs
{
Elasticsearch = "string",
Kibana = "string",
Prometheus = "string",
},
RecoveryBasebackupName = "string",
ServiceToForkFrom = "string",
StaticIps = "string",
},
MaintenanceWindowDow = "string",
MaintenanceWindowTime = "string",
Plan = "string",
ProjectVpcId = "string",
ServiceIntegrations = new[]
{
new Aiven.Inputs.ElasticSearchServiceIntegrationArgs
{
IntegrationType = "string",
SourceServiceName = "string",
},
},
StaticIps = new[]
{
"string",
},
TerminationProtection = false,
});
example, err := aiven.NewElasticSearch(ctx, "elasticSearchResource", &aiven.ElasticSearchArgs{
Project: pulumi.String("string"),
ServiceName: pulumi.String("string"),
CloudName: pulumi.String("string"),
DiskSpace: pulumi.String("string"),
ElasticsearchUserConfig: &aiven.ElasticSearchElasticsearchUserConfigArgs{
CustomDomain: pulumi.String("string"),
DisableReplicationFactorAdjustment: pulumi.String("string"),
Elasticsearch: &aiven.ElasticSearchElasticsearchUserConfigElasticsearchArgs{
ActionAutoCreateIndexEnabled: pulumi.String("string"),
ActionDestructiveRequiresName: pulumi.String("string"),
ClusterMaxShardsPerNode: pulumi.String("string"),
HttpMaxContentLength: pulumi.String("string"),
HttpMaxHeaderSize: pulumi.String("string"),
HttpMaxInitialLineLength: pulumi.String("string"),
IndicesFielddataCacheSize: pulumi.String("string"),
IndicesMemoryIndexBufferSize: pulumi.String("string"),
IndicesQueriesCacheSize: pulumi.String("string"),
IndicesQueryBoolMaxClauseCount: pulumi.String("string"),
OverrideMainResponseVersion: pulumi.String("string"),
ReindexRemoteWhitelists: pulumi.StringArray{
pulumi.String("string"),
},
ScriptMaxCompilationsRate: pulumi.String("string"),
SearchMaxBuckets: pulumi.String("string"),
ThreadPoolAnalyzeQueueSize: pulumi.String("string"),
ThreadPoolAnalyzeSize: pulumi.String("string"),
ThreadPoolForceMergeSize: pulumi.String("string"),
ThreadPoolGetQueueSize: pulumi.String("string"),
ThreadPoolGetSize: pulumi.String("string"),
ThreadPoolIndexSize: pulumi.String("string"),
ThreadPoolSearchQueueSize: pulumi.String("string"),
ThreadPoolSearchSize: pulumi.String("string"),
ThreadPoolSearchThrottledQueueSize: pulumi.String("string"),
ThreadPoolSearchThrottledSize: pulumi.String("string"),
ThreadPoolWriteQueueSize: pulumi.String("string"),
ThreadPoolWriteSize: pulumi.String("string"),
},
ElasticsearchVersion: pulumi.String("string"),
IndexPatterns: aiven.ElasticSearchElasticsearchUserConfigIndexPatternArray{
&aiven.ElasticSearchElasticsearchUserConfigIndexPatternArgs{
MaxIndexCount: pulumi.String("string"),
Pattern: pulumi.String("string"),
SortingAlgorithm: pulumi.String("string"),
},
},
IndexTemplate: &aiven.ElasticSearchElasticsearchUserConfigIndexTemplateArgs{
MappingNestedObjectsLimit: pulumi.String("string"),
NumberOfReplicas: pulumi.String("string"),
NumberOfShards: pulumi.String("string"),
},
IpFilters: pulumi.StringArray{
pulumi.String("string"),
},
KeepIndexRefreshInterval: pulumi.String("string"),
Kibana: &aiven.ElasticSearchElasticsearchUserConfigKibanaArgs{
ElasticsearchRequestTimeout: pulumi.String("string"),
Enabled: pulumi.String("string"),
MaxOldSpaceSize: pulumi.String("string"),
},
MaxIndexCount: pulumi.String("string"),
OpensearchVersion: pulumi.String("string"),
PrivateAccess: &aiven.ElasticSearchElasticsearchUserConfigPrivateAccessArgs{
Elasticsearch: pulumi.String("string"),
Kibana: pulumi.String("string"),
Prometheus: pulumi.String("string"),
},
PrivatelinkAccess: &aiven.ElasticSearchElasticsearchUserConfigPrivatelinkAccessArgs{
Elasticsearch: pulumi.String("string"),
Kibana: pulumi.String("string"),
Prometheus: pulumi.String("string"),
},
ProjectToForkFrom: pulumi.String("string"),
PublicAccess: &aiven.ElasticSearchElasticsearchUserConfigPublicAccessArgs{
Elasticsearch: pulumi.String("string"),
Kibana: pulumi.String("string"),
Prometheus: pulumi.String("string"),
},
RecoveryBasebackupName: pulumi.String("string"),
ServiceToForkFrom: pulumi.String("string"),
StaticIps: pulumi.String("string"),
},
MaintenanceWindowDow: pulumi.String("string"),
MaintenanceWindowTime: pulumi.String("string"),
Plan: pulumi.String("string"),
ProjectVpcId: pulumi.String("string"),
ServiceIntegrations: aiven.ElasticSearchServiceIntegrationArray{
&aiven.ElasticSearchServiceIntegrationArgs{
IntegrationType: pulumi.String("string"),
SourceServiceName: pulumi.String("string"),
},
},
StaticIps: pulumi.StringArray{
pulumi.String("string"),
},
TerminationProtection: pulumi.Bool(false),
})
var elasticSearchResource = new ElasticSearch("elasticSearchResource", ElasticSearchArgs.builder()
.project("string")
.serviceName("string")
.cloudName("string")
.diskSpace("string")
.elasticsearchUserConfig(ElasticSearchElasticsearchUserConfigArgs.builder()
.customDomain("string")
.disableReplicationFactorAdjustment("string")
.elasticsearch(ElasticSearchElasticsearchUserConfigElasticsearchArgs.builder()
.actionAutoCreateIndexEnabled("string")
.actionDestructiveRequiresName("string")
.clusterMaxShardsPerNode("string")
.httpMaxContentLength("string")
.httpMaxHeaderSize("string")
.httpMaxInitialLineLength("string")
.indicesFielddataCacheSize("string")
.indicesMemoryIndexBufferSize("string")
.indicesQueriesCacheSize("string")
.indicesQueryBoolMaxClauseCount("string")
.overrideMainResponseVersion("string")
.reindexRemoteWhitelists("string")
.scriptMaxCompilationsRate("string")
.searchMaxBuckets("string")
.threadPoolAnalyzeQueueSize("string")
.threadPoolAnalyzeSize("string")
.threadPoolForceMergeSize("string")
.threadPoolGetQueueSize("string")
.threadPoolGetSize("string")
.threadPoolIndexSize("string")
.threadPoolSearchQueueSize("string")
.threadPoolSearchSize("string")
.threadPoolSearchThrottledQueueSize("string")
.threadPoolSearchThrottledSize("string")
.threadPoolWriteQueueSize("string")
.threadPoolWriteSize("string")
.build())
.elasticsearchVersion("string")
.indexPatterns(ElasticSearchElasticsearchUserConfigIndexPatternArgs.builder()
.maxIndexCount("string")
.pattern("string")
.sortingAlgorithm("string")
.build())
.indexTemplate(ElasticSearchElasticsearchUserConfigIndexTemplateArgs.builder()
.mappingNestedObjectsLimit("string")
.numberOfReplicas("string")
.numberOfShards("string")
.build())
.ipFilters("string")
.keepIndexRefreshInterval("string")
.kibana(ElasticSearchElasticsearchUserConfigKibanaArgs.builder()
.elasticsearchRequestTimeout("string")
.enabled("string")
.maxOldSpaceSize("string")
.build())
.maxIndexCount("string")
.opensearchVersion("string")
.privateAccess(ElasticSearchElasticsearchUserConfigPrivateAccessArgs.builder()
.elasticsearch("string")
.kibana("string")
.prometheus("string")
.build())
.privatelinkAccess(ElasticSearchElasticsearchUserConfigPrivatelinkAccessArgs.builder()
.elasticsearch("string")
.kibana("string")
.prometheus("string")
.build())
.projectToForkFrom("string")
.publicAccess(ElasticSearchElasticsearchUserConfigPublicAccessArgs.builder()
.elasticsearch("string")
.kibana("string")
.prometheus("string")
.build())
.recoveryBasebackupName("string")
.serviceToForkFrom("string")
.staticIps("string")
.build())
.maintenanceWindowDow("string")
.maintenanceWindowTime("string")
.plan("string")
.projectVpcId("string")
.serviceIntegrations(ElasticSearchServiceIntegrationArgs.builder()
.integrationType("string")
.sourceServiceName("string")
.build())
.staticIps("string")
.terminationProtection(false)
.build());
elastic_search_resource = aiven.ElasticSearch("elasticSearchResource",
project="string",
service_name="string",
cloud_name="string",
disk_space="string",
elasticsearch_user_config={
"custom_domain": "string",
"disable_replication_factor_adjustment": "string",
"elasticsearch": {
"action_auto_create_index_enabled": "string",
"action_destructive_requires_name": "string",
"cluster_max_shards_per_node": "string",
"http_max_content_length": "string",
"http_max_header_size": "string",
"http_max_initial_line_length": "string",
"indices_fielddata_cache_size": "string",
"indices_memory_index_buffer_size": "string",
"indices_queries_cache_size": "string",
"indices_query_bool_max_clause_count": "string",
"override_main_response_version": "string",
"reindex_remote_whitelists": ["string"],
"script_max_compilations_rate": "string",
"search_max_buckets": "string",
"thread_pool_analyze_queue_size": "string",
"thread_pool_analyze_size": "string",
"thread_pool_force_merge_size": "string",
"thread_pool_get_queue_size": "string",
"thread_pool_get_size": "string",
"thread_pool_index_size": "string",
"thread_pool_search_queue_size": "string",
"thread_pool_search_size": "string",
"thread_pool_search_throttled_queue_size": "string",
"thread_pool_search_throttled_size": "string",
"thread_pool_write_queue_size": "string",
"thread_pool_write_size": "string",
},
"elasticsearch_version": "string",
"index_patterns": [{
"max_index_count": "string",
"pattern": "string",
"sorting_algorithm": "string",
}],
"index_template": {
"mapping_nested_objects_limit": "string",
"number_of_replicas": "string",
"number_of_shards": "string",
},
"ip_filters": ["string"],
"keep_index_refresh_interval": "string",
"kibana": {
"elasticsearch_request_timeout": "string",
"enabled": "string",
"max_old_space_size": "string",
},
"max_index_count": "string",
"opensearch_version": "string",
"private_access": {
"elasticsearch": "string",
"kibana": "string",
"prometheus": "string",
},
"privatelink_access": {
"elasticsearch": "string",
"kibana": "string",
"prometheus": "string",
},
"project_to_fork_from": "string",
"public_access": {
"elasticsearch": "string",
"kibana": "string",
"prometheus": "string",
},
"recovery_basebackup_name": "string",
"service_to_fork_from": "string",
"static_ips": "string",
},
maintenance_window_dow="string",
maintenance_window_time="string",
plan="string",
project_vpc_id="string",
service_integrations=[{
"integration_type": "string",
"source_service_name": "string",
}],
static_ips=["string"],
termination_protection=False)
const elasticSearchResource = new aiven.ElasticSearch("elasticSearchResource", {
project: "string",
serviceName: "string",
cloudName: "string",
diskSpace: "string",
elasticsearchUserConfig: {
customDomain: "string",
disableReplicationFactorAdjustment: "string",
elasticsearch: {
actionAutoCreateIndexEnabled: "string",
actionDestructiveRequiresName: "string",
clusterMaxShardsPerNode: "string",
httpMaxContentLength: "string",
httpMaxHeaderSize: "string",
httpMaxInitialLineLength: "string",
indicesFielddataCacheSize: "string",
indicesMemoryIndexBufferSize: "string",
indicesQueriesCacheSize: "string",
indicesQueryBoolMaxClauseCount: "string",
overrideMainResponseVersion: "string",
reindexRemoteWhitelists: ["string"],
scriptMaxCompilationsRate: "string",
searchMaxBuckets: "string",
threadPoolAnalyzeQueueSize: "string",
threadPoolAnalyzeSize: "string",
threadPoolForceMergeSize: "string",
threadPoolGetQueueSize: "string",
threadPoolGetSize: "string",
threadPoolIndexSize: "string",
threadPoolSearchQueueSize: "string",
threadPoolSearchSize: "string",
threadPoolSearchThrottledQueueSize: "string",
threadPoolSearchThrottledSize: "string",
threadPoolWriteQueueSize: "string",
threadPoolWriteSize: "string",
},
elasticsearchVersion: "string",
indexPatterns: [{
maxIndexCount: "string",
pattern: "string",
sortingAlgorithm: "string",
}],
indexTemplate: {
mappingNestedObjectsLimit: "string",
numberOfReplicas: "string",
numberOfShards: "string",
},
ipFilters: ["string"],
keepIndexRefreshInterval: "string",
kibana: {
elasticsearchRequestTimeout: "string",
enabled: "string",
maxOldSpaceSize: "string",
},
maxIndexCount: "string",
opensearchVersion: "string",
privateAccess: {
elasticsearch: "string",
kibana: "string",
prometheus: "string",
},
privatelinkAccess: {
elasticsearch: "string",
kibana: "string",
prometheus: "string",
},
projectToForkFrom: "string",
publicAccess: {
elasticsearch: "string",
kibana: "string",
prometheus: "string",
},
recoveryBasebackupName: "string",
serviceToForkFrom: "string",
staticIps: "string",
},
maintenanceWindowDow: "string",
maintenanceWindowTime: "string",
plan: "string",
projectVpcId: "string",
serviceIntegrations: [{
integrationType: "string",
sourceServiceName: "string",
}],
staticIps: ["string"],
terminationProtection: false,
});
type: aiven:ElasticSearch
properties:
cloudName: string
diskSpace: string
elasticsearchUserConfig:
customDomain: string
disableReplicationFactorAdjustment: string
elasticsearch:
actionAutoCreateIndexEnabled: string
actionDestructiveRequiresName: string
clusterMaxShardsPerNode: string
httpMaxContentLength: string
httpMaxHeaderSize: string
httpMaxInitialLineLength: string
indicesFielddataCacheSize: string
indicesMemoryIndexBufferSize: string
indicesQueriesCacheSize: string
indicesQueryBoolMaxClauseCount: string
overrideMainResponseVersion: string
reindexRemoteWhitelists:
- string
scriptMaxCompilationsRate: string
searchMaxBuckets: string
threadPoolAnalyzeQueueSize: string
threadPoolAnalyzeSize: string
threadPoolForceMergeSize: string
threadPoolGetQueueSize: string
threadPoolGetSize: string
threadPoolIndexSize: string
threadPoolSearchQueueSize: string
threadPoolSearchSize: string
threadPoolSearchThrottledQueueSize: string
threadPoolSearchThrottledSize: string
threadPoolWriteQueueSize: string
threadPoolWriteSize: string
elasticsearchVersion: string
indexPatterns:
- maxIndexCount: string
pattern: string
sortingAlgorithm: string
indexTemplate:
mappingNestedObjectsLimit: string
numberOfReplicas: string
numberOfShards: string
ipFilters:
- string
keepIndexRefreshInterval: string
kibana:
elasticsearchRequestTimeout: string
enabled: string
maxOldSpaceSize: string
maxIndexCount: string
opensearchVersion: string
privateAccess:
elasticsearch: string
kibana: string
prometheus: string
privatelinkAccess:
elasticsearch: string
kibana: string
prometheus: string
projectToForkFrom: string
publicAccess:
elasticsearch: string
kibana: string
prometheus: string
recoveryBasebackupName: string
serviceToForkFrom: string
staticIps: string
maintenanceWindowDow: string
maintenanceWindowTime: string
plan: string
project: string
projectVpcId: string
serviceIntegrations:
- integrationType: string
sourceServiceName: string
serviceName: string
staticIps:
- string
terminationProtection: false
ElasticSearch Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ElasticSearch resource accepts the following input properties:
- Project string
- 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.
- Service
Name string - 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.
- Cloud
Name string - Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (
aws,azure,dogoogle,upcloud, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like here for Google and here for AWS. - Disk
Space string - The disk space of the service, possible values depend on the service type, the cloud provider and the project. Reducing will result in the service rebalancing.
- Elasticsearch
User ElasticConfig Search Elasticsearch User Config - Elasticsearch user configurable settings
- Maintenance
Window stringDow - Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
- Maintenance
Window stringTime - Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
- Plan string
- 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-xandpremium-xwherexis (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. - Project
Vpc stringId - 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.
- Service
Integrations List<ElasticSearch Service Integration> - Service integrations to specify when creating a service. Not applied after initial service creation
- Static
Ips List<string> - 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
- Termination
Protection bool - Prevents the service from being deleted. It is recommended to set this to
truefor 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.
- Project string
- 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.
- Service
Name string - 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.
- Cloud
Name string - Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (
aws,azure,dogoogle,upcloud, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like here for Google and here for AWS. - Disk
Space string - The disk space of the service, possible values depend on the service type, the cloud provider and the project. Reducing will result in the service rebalancing.
- Elasticsearch
User ElasticConfig Search Elasticsearch User Config Args - Elasticsearch user configurable settings
- Maintenance
Window stringDow - Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
- Maintenance
Window stringTime - Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
- Plan string
- 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-xandpremium-xwherexis (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. - Project
Vpc stringId - 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.
- Service
Integrations []ElasticSearch Service Integration Args - Service integrations to specify when creating a service. Not applied after initial service creation
- Static
Ips []string - 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
- Termination
Protection bool - Prevents the service from being deleted. It is recommended to set this to
truefor 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.
- project String
- 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.
- service
Name String - 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.
- cloud
Name String - Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (
aws,azure,dogoogle,upcloud, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like here for Google and here for AWS. - disk
Space String - The disk space of the service, possible values depend on the service type, the cloud provider and the project. Reducing will result in the service rebalancing.
- elasticsearch
User ElasticConfig Search Elasticsearch User Config - Elasticsearch user configurable settings
- maintenance
Window StringDow - Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
- maintenance
Window StringTime - Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
- plan String
- 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-xandpremium-xwherexis (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. - project
Vpc StringId - 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.
- service
Integrations List<ElasticSearch Service Integration> - Service integrations to specify when creating a service. Not applied after initial service creation
- static
Ips List<String> - 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
- termination
Protection Boolean - Prevents the service from being deleted. It is recommended to set this to
truefor 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.
- project string
- 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.
- service
Name string - 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.
- cloud
Name string - Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (
aws,azure,dogoogle,upcloud, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like here for Google and here for AWS. - disk
Space string - The disk space of the service, possible values depend on the service type, the cloud provider and the project. Reducing will result in the service rebalancing.
- elasticsearch
User ElasticConfig Search Elasticsearch User Config - Elasticsearch user configurable settings
- maintenance
Window stringDow - Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
- maintenance
Window stringTime - Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
- plan string
- 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-xandpremium-xwherexis (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. - project
Vpc stringId - 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.
- service
Integrations ElasticSearch Service Integration[] - Service integrations to specify when creating a service. Not applied after initial service creation
- static
Ips string[] - 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
- termination
Protection boolean - Prevents the service from being deleted. It is recommended to set this to
truefor 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.
- project str
- 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.
- service_
name str - 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.
- cloud_
name str - Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (
aws,azure,dogoogle,upcloud, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like here for Google and here for AWS. - disk_
space str - The disk space of the service, possible values depend on the service type, the cloud provider and the project. Reducing will result in the service rebalancing.
- elasticsearch_
user_ Elasticconfig Search Elasticsearch User Config Args - Elasticsearch user configurable settings
- maintenance_
window_ strdow - Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
- maintenance_
window_ strtime - Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
- plan str
- 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-xandpremium-xwherexis (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. - project_
vpc_ strid - 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.
- service_
integrations Sequence[ElasticSearch Service Integration Args] - Service integrations to specify when creating a service. Not applied after initial service creation
- static_
ips Sequence[str] - 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
- termination_
protection bool - Prevents the service from being deleted. It is recommended to set this to
truefor 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.
- project String
- 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.
- service
Name String - 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.
- cloud
Name String - Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (
aws,azure,dogoogle,upcloud, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like here for Google and here for AWS. - disk
Space String - The disk space of the service, possible values depend on the service type, the cloud provider and the project. Reducing will result in the service rebalancing.
- elasticsearch
User Property MapConfig - Elasticsearch user configurable settings
- maintenance
Window StringDow - Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
- maintenance
Window StringTime - Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
- plan String
- 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-xandpremium-xwherexis (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. - project
Vpc StringId - 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.
- service
Integrations List<Property Map> - Service integrations to specify when creating a service. Not applied after initial service creation
- static
Ips List<String> - 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
- termination
Protection Boolean - Prevents the service from being deleted. It is recommended to set this to
truefor 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.
Outputs
All input properties are implicitly available as output properties. Additionally, the ElasticSearch resource produces the following output properties:
- Components
List<Elastic
Search Component> - Service component information objects
- Disk
Space stringCap - The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
- Disk
Space stringDefault - The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for
disk_space - Disk
Space stringStep - The default disk space step of the service, possible values depend on the service type, the cloud provider and the project.
disk_spaceneeds to increment fromdisk_space_defaultby increments of this size. - Disk
Space stringUsed - Disk space that service is currently using
- Elasticsearches
List<Elastic
Search Elasticsearch> - Elasticsearch server provided values
- Id string
- The provider-assigned unique ID for this managed resource.
- Service
Host string - The hostname of the service.
- Service
Password string - Password used for connecting to the service, if applicable
- Service
Port int - The port of the service
- Service
Type string - Aiven internal service type code
- Service
Uri string - URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
- Service
Username string - Username used for connecting to the service, if applicable
- State string
- Service state. One of
POWEROFF,REBALANCING,REBUILDINGorRUNNING
- Components
[]Elastic
Search Component - Service component information objects
- Disk
Space stringCap - The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
- Disk
Space stringDefault - The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for
disk_space - Disk
Space stringStep - The default disk space step of the service, possible values depend on the service type, the cloud provider and the project.
disk_spaceneeds to increment fromdisk_space_defaultby increments of this size. - Disk
Space stringUsed - Disk space that service is currently using
- Elasticsearches
[]Elastic
Search Elasticsearch - Elasticsearch server provided values
- Id string
- The provider-assigned unique ID for this managed resource.
- Service
Host string - The hostname of the service.
- Service
Password string - Password used for connecting to the service, if applicable
- Service
Port int - The port of the service
- Service
Type string - Aiven internal service type code
- Service
Uri string - URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
- Service
Username string - Username used for connecting to the service, if applicable
- State string
- Service state. One of
POWEROFF,REBALANCING,REBUILDINGorRUNNING
- components
List<Elastic
Search Component> - Service component information objects
- disk
Space StringCap - The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
- disk
Space StringDefault - The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for
disk_space - disk
Space StringStep - The default disk space step of the service, possible values depend on the service type, the cloud provider and the project.
disk_spaceneeds to increment fromdisk_space_defaultby increments of this size. - disk
Space StringUsed - Disk space that service is currently using
- elasticsearches
List<Elastic
Search Elasticsearch> - Elasticsearch server provided values
- id String
- The provider-assigned unique ID for this managed resource.
- service
Host String - The hostname of the service.
- service
Password String - Password used for connecting to the service, if applicable
- service
Port Integer - The port of the service
- service
Type String - Aiven internal service type code
- service
Uri String - URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
- service
Username String - Username used for connecting to the service, if applicable
- state String
- Service state. One of
POWEROFF,REBALANCING,REBUILDINGorRUNNING
- components
Elastic
Search Component[] - Service component information objects
- disk
Space stringCap - The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
- disk
Space stringDefault - The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for
disk_space - disk
Space stringStep - The default disk space step of the service, possible values depend on the service type, the cloud provider and the project.
disk_spaceneeds to increment fromdisk_space_defaultby increments of this size. - disk
Space stringUsed - Disk space that service is currently using
- elasticsearches
Elastic
Search Elasticsearch[] - Elasticsearch server provided values
- id string
- The provider-assigned unique ID for this managed resource.
- service
Host string - The hostname of the service.
- service
Password string - Password used for connecting to the service, if applicable
- service
Port number - The port of the service
- service
Type string - Aiven internal service type code
- service
Uri string - URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
- service
Username string - Username used for connecting to the service, if applicable
- state string
- Service state. One of
POWEROFF,REBALANCING,REBUILDINGorRUNNING
- components
Sequence[Elastic
Search Component] - Service component information objects
- disk_
space_ strcap - The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
- disk_
space_ strdefault - The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for
disk_space - disk_
space_ strstep - The default disk space step of the service, possible values depend on the service type, the cloud provider and the project.
disk_spaceneeds to increment fromdisk_space_defaultby increments of this size. - disk_
space_ strused - Disk space that service is currently using
- elasticsearches
Sequence[Elastic
Search Elasticsearch] - Elasticsearch server provided values
- id str
- The provider-assigned unique ID for this managed resource.
- service_
host str - The hostname of the service.
- service_
password str - Password used for connecting to the service, if applicable
- service_
port int - The port of the service
- service_
type str - Aiven internal service type code
- service_
uri str - URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
- service_
username str - Username used for connecting to the service, if applicable
- state str
- Service state. One of
POWEROFF,REBALANCING,REBUILDINGorRUNNING
- components List<Property Map>
- Service component information objects
- disk
Space StringCap - The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
- disk
Space StringDefault - The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for
disk_space - disk
Space StringStep - The default disk space step of the service, possible values depend on the service type, the cloud provider and the project.
disk_spaceneeds to increment fromdisk_space_defaultby increments of this size. - disk
Space StringUsed - Disk space that service is currently using
- elasticsearches List<Property Map>
- Elasticsearch server provided values
- id String
- The provider-assigned unique ID for this managed resource.
- service
Host String - The hostname of the service.
- service
Password String - Password used for connecting to the service, if applicable
- service
Port Number - The port of the service
- service
Type String - Aiven internal service type code
- service
Uri String - URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
- service
Username String - Username used for connecting to the service, if applicable
- state String
- Service state. One of
POWEROFF,REBALANCING,REBUILDINGorRUNNING
Look up Existing ElasticSearch Resource
Get an existing ElasticSearch resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ElasticSearchState, opts?: CustomResourceOptions): ElasticSearch@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
cloud_name: Optional[str] = None,
components: Optional[Sequence[ElasticSearchComponentArgs]] = None,
disk_space: Optional[str] = None,
disk_space_cap: Optional[str] = None,
disk_space_default: Optional[str] = None,
disk_space_step: Optional[str] = None,
disk_space_used: Optional[str] = None,
elasticsearch_user_config: Optional[ElasticSearchElasticsearchUserConfigArgs] = None,
elasticsearches: Optional[Sequence[ElasticSearchElasticsearchArgs]] = None,
maintenance_window_dow: Optional[str] = None,
maintenance_window_time: Optional[str] = None,
plan: Optional[str] = None,
project: Optional[str] = None,
project_vpc_id: Optional[str] = None,
service_host: Optional[str] = None,
service_integrations: Optional[Sequence[ElasticSearchServiceIntegrationArgs]] = None,
service_name: Optional[str] = None,
service_password: Optional[str] = None,
service_port: Optional[int] = None,
service_type: Optional[str] = None,
service_uri: Optional[str] = None,
service_username: Optional[str] = None,
state: Optional[str] = None,
static_ips: Optional[Sequence[str]] = None,
termination_protection: Optional[bool] = None) -> ElasticSearchfunc GetElasticSearch(ctx *Context, name string, id IDInput, state *ElasticSearchState, opts ...ResourceOption) (*ElasticSearch, error)public static ElasticSearch Get(string name, Input<string> id, ElasticSearchState? state, CustomResourceOptions? opts = null)public static ElasticSearch get(String name, Output<String> id, ElasticSearchState state, CustomResourceOptions options)resources: _: type: aiven:ElasticSearch get: id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Cloud
Name string - Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (
aws,azure,dogoogle,upcloud, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like here for Google and here for AWS. - Components
List<Elastic
Search Component> - Service component information objects
- Disk
Space string - The disk space of the service, possible values depend on the service type, the cloud provider and the project. Reducing will result in the service rebalancing.
- Disk
Space stringCap - The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
- Disk
Space stringDefault - The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for
disk_space - Disk
Space stringStep - The default disk space step of the service, possible values depend on the service type, the cloud provider and the project.
disk_spaceneeds to increment fromdisk_space_defaultby increments of this size. - Disk
Space stringUsed - Disk space that service is currently using
- Elasticsearch
User ElasticConfig Search Elasticsearch User Config - Elasticsearch user configurable settings
- Elasticsearches
List<Elastic
Search Elasticsearch> - Elasticsearch server provided values
- Maintenance
Window stringDow - Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
- Maintenance
Window stringTime - Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
- Plan string
- 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-xandpremium-xwherexis (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. - Project string
- 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.
- Project
Vpc stringId - 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.
- Service
Host string - The hostname of the service.
- Service
Integrations List<ElasticSearch Service Integration> - Service integrations to specify when creating a service. Not applied after initial service creation
- Service
Name string - 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.
- Service
Password string - Password used for connecting to the service, if applicable
- Service
Port int - The port of the service
- Service
Type string - Aiven internal service type code
- Service
Uri string - URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
- Service
Username string - Username used for connecting to the service, if applicable
- State string
- Service state. One of
POWEROFF,REBALANCING,REBUILDINGorRUNNING - Static
Ips List<string> - 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
- Termination
Protection bool - Prevents the service from being deleted. It is recommended to set this to
truefor 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.
- Cloud
Name string - Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (
aws,azure,dogoogle,upcloud, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like here for Google and here for AWS. - Components
[]Elastic
Search Component Args - Service component information objects
- Disk
Space string - The disk space of the service, possible values depend on the service type, the cloud provider and the project. Reducing will result in the service rebalancing.
- Disk
Space stringCap - The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
- Disk
Space stringDefault - The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for
disk_space - Disk
Space stringStep - The default disk space step of the service, possible values depend on the service type, the cloud provider and the project.
disk_spaceneeds to increment fromdisk_space_defaultby increments of this size. - Disk
Space stringUsed - Disk space that service is currently using
- Elasticsearch
User ElasticConfig Search Elasticsearch User Config Args - Elasticsearch user configurable settings
- Elasticsearches
[]Elastic
Search Elasticsearch Args - Elasticsearch server provided values
- Maintenance
Window stringDow - Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
- Maintenance
Window stringTime - Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
- Plan string
- 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-xandpremium-xwherexis (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. - Project string
- 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.
- Project
Vpc stringId - 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.
- Service
Host string - The hostname of the service.
- Service
Integrations []ElasticSearch Service Integration Args - Service integrations to specify when creating a service. Not applied after initial service creation
- Service
Name string - 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.
- Service
Password string - Password used for connecting to the service, if applicable
- Service
Port int - The port of the service
- Service
Type string - Aiven internal service type code
- Service
Uri string - URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
- Service
Username string - Username used for connecting to the service, if applicable
- State string
- Service state. One of
POWEROFF,REBALANCING,REBUILDINGorRUNNING - Static
Ips []string - 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
- Termination
Protection bool - Prevents the service from being deleted. It is recommended to set this to
truefor 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.
- cloud
Name String - Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (
aws,azure,dogoogle,upcloud, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like here for Google and here for AWS. - components
List<Elastic
Search Component> - Service component information objects
- disk
Space String - The disk space of the service, possible values depend on the service type, the cloud provider and the project. Reducing will result in the service rebalancing.
- disk
Space StringCap - The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
- disk
Space StringDefault - The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for
disk_space - disk
Space StringStep - The default disk space step of the service, possible values depend on the service type, the cloud provider and the project.
disk_spaceneeds to increment fromdisk_space_defaultby increments of this size. - disk
Space StringUsed - Disk space that service is currently using
- elasticsearch
User ElasticConfig Search Elasticsearch User Config - Elasticsearch user configurable settings
- elasticsearches
List<Elastic
Search Elasticsearch> - Elasticsearch server provided values
- maintenance
Window StringDow - Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
- maintenance
Window StringTime - Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
- plan String
- 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-xandpremium-xwherexis (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. - project String
- 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.
- project
Vpc StringId - 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.
- service
Host String - The hostname of the service.
- service
Integrations List<ElasticSearch Service Integration> - Service integrations to specify when creating a service. Not applied after initial service creation
- service
Name String - 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.
- service
Password String - Password used for connecting to the service, if applicable
- service
Port Integer - The port of the service
- service
Type String - Aiven internal service type code
- service
Uri String - URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
- service
Username String - Username used for connecting to the service, if applicable
- state String
- Service state. One of
POWEROFF,REBALANCING,REBUILDINGorRUNNING - static
Ips List<String> - 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
- termination
Protection Boolean - Prevents the service from being deleted. It is recommended to set this to
truefor 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.
- cloud
Name string - Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (
aws,azure,dogoogle,upcloud, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like here for Google and here for AWS. - components
Elastic
Search Component[] - Service component information objects
- disk
Space string - The disk space of the service, possible values depend on the service type, the cloud provider and the project. Reducing will result in the service rebalancing.
- disk
Space stringCap - The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
- disk
Space stringDefault - The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for
disk_space - disk
Space stringStep - The default disk space step of the service, possible values depend on the service type, the cloud provider and the project.
disk_spaceneeds to increment fromdisk_space_defaultby increments of this size. - disk
Space stringUsed - Disk space that service is currently using
- elasticsearch
User ElasticConfig Search Elasticsearch User Config - Elasticsearch user configurable settings
- elasticsearches
Elastic
Search Elasticsearch[] - Elasticsearch server provided values
- maintenance
Window stringDow - Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
- maintenance
Window stringTime - Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
- plan string
- 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-xandpremium-xwherexis (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. - project string
- 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.
- project
Vpc stringId - 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.
- service
Host string - The hostname of the service.
- service
Integrations ElasticSearch Service Integration[] - Service integrations to specify when creating a service. Not applied after initial service creation
- service
Name string - 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.
- service
Password string - Password used for connecting to the service, if applicable
- service
Port number - The port of the service
- service
Type string - Aiven internal service type code
- service
Uri string - URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
- service
Username string - Username used for connecting to the service, if applicable
- state string
- Service state. One of
POWEROFF,REBALANCING,REBUILDINGorRUNNING - static
Ips string[] - 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
- termination
Protection boolean - Prevents the service from being deleted. It is recommended to set this to
truefor 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.
- cloud_
name str - Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (
aws,azure,dogoogle,upcloud, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like here for Google and here for AWS. - components
Sequence[Elastic
Search Component Args] - Service component information objects
- disk_
space str - The disk space of the service, possible values depend on the service type, the cloud provider and the project. Reducing will result in the service rebalancing.
- disk_
space_ strcap - The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
- disk_
space_ strdefault - The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for
disk_space - disk_
space_ strstep - The default disk space step of the service, possible values depend on the service type, the cloud provider and the project.
disk_spaceneeds to increment fromdisk_space_defaultby increments of this size. - disk_
space_ strused - Disk space that service is currently using
- elasticsearch_
user_ Elasticconfig Search Elasticsearch User Config Args - Elasticsearch user configurable settings
- elasticsearches
Sequence[Elastic
Search Elasticsearch Args] - Elasticsearch server provided values
- maintenance_
window_ strdow - Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
- maintenance_
window_ strtime - Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
- plan str
- 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-xandpremium-xwherexis (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. - project str
- 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.
- project_
vpc_ strid - 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.
- service_
host str - The hostname of the service.
- service_
integrations Sequence[ElasticSearch Service Integration Args] - Service integrations to specify when creating a service. Not applied after initial service creation
- service_
name str - 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.
- service_
password str - Password used for connecting to the service, if applicable
- service_
port int - The port of the service
- service_
type str - Aiven internal service type code
- service_
uri str - URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
- service_
username str - Username used for connecting to the service, if applicable
- state str
- Service state. One of
POWEROFF,REBALANCING,REBUILDINGorRUNNING - static_
ips Sequence[str] - 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
- termination_
protection bool - Prevents the service from being deleted. It is recommended to set this to
truefor 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.
- cloud
Name String - Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (
aws,azure,dogoogle,upcloud, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like here for Google and here for AWS. - components List<Property Map>
- Service component information objects
- disk
Space String - The disk space of the service, possible values depend on the service type, the cloud provider and the project. Reducing will result in the service rebalancing.
- disk
Space StringCap - The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
- disk
Space StringDefault - The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for
disk_space - disk
Space StringStep - The default disk space step of the service, possible values depend on the service type, the cloud provider and the project.
disk_spaceneeds to increment fromdisk_space_defaultby increments of this size. - disk
Space StringUsed - Disk space that service is currently using
- elasticsearch
User Property MapConfig - Elasticsearch user configurable settings
- elasticsearches List<Property Map>
- Elasticsearch server provided values
- maintenance
Window StringDow - Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
- maintenance
Window StringTime - Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
- plan String
- 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-xandpremium-xwherexis (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. - project String
- 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.
- project
Vpc StringId - 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.
- service
Host String - The hostname of the service.
- service
Integrations List<Property Map> - Service integrations to specify when creating a service. Not applied after initial service creation
- service
Name String - 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.
- service
Password String - Password used for connecting to the service, if applicable
- service
Port Number - The port of the service
- service
Type String - Aiven internal service type code
- service
Uri String - URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
- service
Username String - Username used for connecting to the service, if applicable
- state String
- Service state. One of
POWEROFF,REBALANCING,REBUILDINGorRUNNING - static
Ips List<String> - 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
- termination
Protection Boolean - Prevents the service from being deleted. It is recommended to set this to
truefor 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.
Supporting Types
ElasticSearchComponent, ElasticSearchComponentArgs
ElasticSearchElasticsearch, ElasticSearchElasticsearchArgs
- Kibana
Uri string
- Kibana
Uri string
- kibana
Uri String
- kibana
Uri string
- kibana_
uri str
- kibana
Uri String
ElasticSearchElasticsearchUserConfig, ElasticSearchElasticsearchUserConfigArgs
- Custom
Domain string - Custom domain
- Disable
Replication stringFactor Adjustment - Disable replication factor adjustment
- Elasticsearch
Elastic
Search Elasticsearch User Config Elasticsearch - Elasticsearch settings
- Elasticsearch
Version string - Elasticsearch major version
- Index
Patterns List<ElasticSearch Elasticsearch User Config Index Pattern> - Index patterns
- Index
Template ElasticSearch Elasticsearch User Config Index Template - Template settings for all new indexes
- Ip
Filters List<string> - IP filter
- Keep
Index stringRefresh Interval - Don't reset index.refresh_interval to the default value
- Kibana
Elastic
Search Elasticsearch User Config Kibana - Kibana settings
- Max
Index stringCount - Maximum index count
- Opensearch
Version string - OpenSearch major version
- Private
Access ElasticSearch Elasticsearch User Config Private Access - Allow access to selected service ports from private networks
- Privatelink
Access ElasticSearch Elasticsearch User Config Privatelink Access - Allow access to selected service components through Privatelink
- Project
To stringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- Public
Access ElasticSearch Elasticsearch User Config Public Access - Allow access to selected service ports from the public Internet
- Recovery
Basebackup stringName - Name of the basebackup to restore in forked service
- Service
To stringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- Static
Ips string - Static IP addresses
- Custom
Domain string - Custom domain
- Disable
Replication stringFactor Adjustment - Disable replication factor adjustment
- Elasticsearch
Elastic
Search Elasticsearch User Config Elasticsearch - Elasticsearch settings
- Elasticsearch
Version string - Elasticsearch major version
- Index
Patterns []ElasticSearch Elasticsearch User Config Index Pattern - Index patterns
- Index
Template ElasticSearch Elasticsearch User Config Index Template - Template settings for all new indexes
- Ip
Filters []string - IP filter
- Keep
Index stringRefresh Interval - Don't reset index.refresh_interval to the default value
- Kibana
Elastic
Search Elasticsearch User Config Kibana - Kibana settings
- Max
Index stringCount - Maximum index count
- Opensearch
Version string - OpenSearch major version
- Private
Access ElasticSearch Elasticsearch User Config Private Access - Allow access to selected service ports from private networks
- Privatelink
Access ElasticSearch Elasticsearch User Config Privatelink Access - Allow access to selected service components through Privatelink
- Project
To stringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- Public
Access ElasticSearch Elasticsearch User Config Public Access - Allow access to selected service ports from the public Internet
- Recovery
Basebackup stringName - Name of the basebackup to restore in forked service
- Service
To stringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- Static
Ips string - Static IP addresses
- custom
Domain String - Custom domain
- disable
Replication StringFactor Adjustment - Disable replication factor adjustment
- elasticsearch
Elastic
Search Elasticsearch User Config Elasticsearch - Elasticsearch settings
- elasticsearch
Version String - Elasticsearch major version
- index
Patterns List<ElasticSearch Elasticsearch User Config Index Pattern> - Index patterns
- index
Template ElasticSearch Elasticsearch User Config Index Template - Template settings for all new indexes
- ip
Filters List<String> - IP filter
- keep
Index StringRefresh Interval - Don't reset index.refresh_interval to the default value
- kibana
Elastic
Search Elasticsearch User Config Kibana - Kibana settings
- max
Index StringCount - Maximum index count
- opensearch
Version String - OpenSearch major version
- private
Access ElasticSearch Elasticsearch User Config Private Access - Allow access to selected service ports from private networks
- privatelink
Access ElasticSearch Elasticsearch User Config Privatelink Access - Allow access to selected service components through Privatelink
- project
To StringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- public
Access ElasticSearch Elasticsearch User Config Public Access - Allow access to selected service ports from the public Internet
- recovery
Basebackup StringName - Name of the basebackup to restore in forked service
- service
To StringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- static
Ips String - Static IP addresses
- custom
Domain string - Custom domain
- disable
Replication stringFactor Adjustment - Disable replication factor adjustment
- elasticsearch
Elastic
Search Elasticsearch User Config Elasticsearch - Elasticsearch settings
- elasticsearch
Version string - Elasticsearch major version
- index
Patterns ElasticSearch Elasticsearch User Config Index Pattern[] - Index patterns
- index
Template ElasticSearch Elasticsearch User Config Index Template - Template settings for all new indexes
- ip
Filters string[] - IP filter
- keep
Index stringRefresh Interval - Don't reset index.refresh_interval to the default value
- kibana
Elastic
Search Elasticsearch User Config Kibana - Kibana settings
- max
Index stringCount - Maximum index count
- opensearch
Version string - OpenSearch major version
- private
Access ElasticSearch Elasticsearch User Config Private Access - Allow access to selected service ports from private networks
- privatelink
Access ElasticSearch Elasticsearch User Config Privatelink Access - Allow access to selected service components through Privatelink
- project
To stringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- public
Access ElasticSearch Elasticsearch User Config Public Access - Allow access to selected service ports from the public Internet
- recovery
Basebackup stringName - Name of the basebackup to restore in forked service
- service
To stringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- static
Ips string - Static IP addresses
- custom_
domain str - Custom domain
- disable_
replication_ strfactor_ adjustment - Disable replication factor adjustment
- elasticsearch
Elastic
Search Elasticsearch User Config Elasticsearch - Elasticsearch settings
- elasticsearch_
version str - Elasticsearch major version
- index_
patterns Sequence[ElasticSearch Elasticsearch User Config Index Pattern] - Index patterns
- index_
template ElasticSearch Elasticsearch User Config Index Template - Template settings for all new indexes
- ip_
filters Sequence[str] - IP filter
- keep_
index_ strrefresh_ interval - Don't reset index.refresh_interval to the default value
- kibana
Elastic
Search Elasticsearch User Config Kibana - Kibana settings
- max_
index_ strcount - Maximum index count
- opensearch_
version str - OpenSearch major version
- private_
access ElasticSearch Elasticsearch User Config Private Access - Allow access to selected service ports from private networks
- privatelink_
access ElasticSearch Elasticsearch User Config Privatelink Access - Allow access to selected service components through Privatelink
- project_
to_ strfork_ from - Name of another project to fork a service from. This has effect only when a new service is being created.
- public_
access ElasticSearch Elasticsearch User Config Public Access - Allow access to selected service ports from the public Internet
- recovery_
basebackup_ strname - Name of the basebackup to restore in forked service
- service_
to_ strfork_ from - Name of another service to fork from. This has effect only when a new service is being created.
- static_
ips str - Static IP addresses
- custom
Domain String - Custom domain
- disable
Replication StringFactor Adjustment - Disable replication factor adjustment
- elasticsearch Property Map
- Elasticsearch settings
- elasticsearch
Version String - Elasticsearch major version
- index
Patterns List<Property Map> - Index patterns
- index
Template Property Map - Template settings for all new indexes
- ip
Filters List<String> - IP filter
- keep
Index StringRefresh Interval - Don't reset index.refresh_interval to the default value
- kibana Property Map
- Kibana settings
- max
Index StringCount - Maximum index count
- opensearch
Version String - OpenSearch major version
- private
Access Property Map - Allow access to selected service ports from private networks
- privatelink
Access Property Map - Allow access to selected service components through Privatelink
- project
To StringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- public
Access Property Map - Allow access to selected service ports from the public Internet
- recovery
Basebackup StringName - Name of the basebackup to restore in forked service
- service
To StringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- static
Ips String - Static IP addresses
ElasticSearchElasticsearchUserConfigElasticsearch, ElasticSearchElasticsearchUserConfigElasticsearchArgs
- Action
Auto stringCreate Index Enabled - Action
Destructive stringRequires Name - Cluster
Max stringShards Per Node - Http
Max stringContent Length - Http
Max stringHeader Size - Http
Max stringInitial Line Length - Indices
Fielddata stringCache Size - Indices
Memory stringIndex Buffer Size - Indices
Queries stringCache Size - Indices
Query stringBool Max Clause Count - Override
Main stringResponse Version - Reindex
Remote List<string>Whitelists - Script
Max stringCompilations Rate - Search
Max stringBuckets - Thread
Pool stringAnalyze Queue Size - Thread
Pool stringAnalyze Size - Thread
Pool stringForce Merge Size - Thread
Pool stringGet Queue Size - Thread
Pool stringGet Size - Thread
Pool stringIndex Size - Thread
Pool stringSearch Queue Size - Thread
Pool stringSearch Size - Thread
Pool stringSearch Throttled Queue Size - Thread
Pool stringSearch Throttled Size - Thread
Pool stringWrite Queue Size - Thread
Pool stringWrite Size
- Action
Auto stringCreate Index Enabled - Action
Destructive stringRequires Name - Cluster
Max stringShards Per Node - Http
Max stringContent Length - Http
Max stringHeader Size - Http
Max stringInitial Line Length - Indices
Fielddata stringCache Size - Indices
Memory stringIndex Buffer Size - Indices
Queries stringCache Size - Indices
Query stringBool Max Clause Count - Override
Main stringResponse Version - Reindex
Remote []stringWhitelists - Script
Max stringCompilations Rate - Search
Max stringBuckets - Thread
Pool stringAnalyze Queue Size - Thread
Pool stringAnalyze Size - Thread
Pool stringForce Merge Size - Thread
Pool stringGet Queue Size - Thread
Pool stringGet Size - Thread
Pool stringIndex Size - Thread
Pool stringSearch Queue Size - Thread
Pool stringSearch Size - Thread
Pool stringSearch Throttled Queue Size - Thread
Pool stringSearch Throttled Size - Thread
Pool stringWrite Queue Size - Thread
Pool stringWrite Size
- action
Auto StringCreate Index Enabled - action
Destructive StringRequires Name - cluster
Max StringShards Per Node - http
Max StringContent Length - http
Max StringHeader Size - http
Max StringInitial Line Length - indices
Fielddata StringCache Size - indices
Memory StringIndex Buffer Size - indices
Queries StringCache Size - indices
Query StringBool Max Clause Count - override
Main StringResponse Version - reindex
Remote List<String>Whitelists - script
Max StringCompilations Rate - search
Max StringBuckets - thread
Pool StringAnalyze Queue Size - thread
Pool StringAnalyze Size - thread
Pool StringForce Merge Size - thread
Pool StringGet Queue Size - thread
Pool StringGet Size - thread
Pool StringIndex Size - thread
Pool StringSearch Queue Size - thread
Pool StringSearch Size - thread
Pool StringSearch Throttled Queue Size - thread
Pool StringSearch Throttled Size - thread
Pool StringWrite Queue Size - thread
Pool StringWrite Size
- action
Auto stringCreate Index Enabled - action
Destructive stringRequires Name - cluster
Max stringShards Per Node - http
Max stringContent Length - http
Max stringHeader Size - http
Max stringInitial Line Length - indices
Fielddata stringCache Size - indices
Memory stringIndex Buffer Size - indices
Queries stringCache Size - indices
Query stringBool Max Clause Count - override
Main stringResponse Version - reindex
Remote string[]Whitelists - script
Max stringCompilations Rate - search
Max stringBuckets - thread
Pool stringAnalyze Queue Size - thread
Pool stringAnalyze Size - thread
Pool stringForce Merge Size - thread
Pool stringGet Queue Size - thread
Pool stringGet Size - thread
Pool stringIndex Size - thread
Pool stringSearch Queue Size - thread
Pool stringSearch Size - thread
Pool stringSearch Throttled Queue Size - thread
Pool stringSearch Throttled Size - thread
Pool stringWrite Queue Size - thread
Pool stringWrite Size
- action_
auto_ strcreate_ index_ enabled - action_
destructive_ strrequires_ name - cluster_
max_ strshards_ per_ node - http_
max_ strcontent_ length - http_
max_ strheader_ size - http_
max_ strinitial_ line_ length - indices_
fielddata_ strcache_ size - indices_
memory_ strindex_ buffer_ size - indices_
queries_ strcache_ size - indices_
query_ strbool_ max_ clause_ count - override_
main_ strresponse_ version - reindex_
remote_ Sequence[str]whitelists - script_
max_ strcompilations_ rate - search_
max_ strbuckets - thread_
pool_ stranalyze_ queue_ size - thread_
pool_ stranalyze_ size - thread_
pool_ strforce_ merge_ size - thread_
pool_ strget_ queue_ size - thread_
pool_ strget_ size - thread_
pool_ strindex_ size - thread_
pool_ strsearch_ queue_ size - thread_
pool_ strsearch_ size - thread_
pool_ strsearch_ throttled_ queue_ size - thread_
pool_ strsearch_ throttled_ size - thread_
pool_ strwrite_ queue_ size - thread_
pool_ strwrite_ size
- action
Auto StringCreate Index Enabled - action
Destructive StringRequires Name - cluster
Max StringShards Per Node - http
Max StringContent Length - http
Max StringHeader Size - http
Max StringInitial Line Length - indices
Fielddata StringCache Size - indices
Memory StringIndex Buffer Size - indices
Queries StringCache Size - indices
Query StringBool Max Clause Count - override
Main StringResponse Version - reindex
Remote List<String>Whitelists - script
Max StringCompilations Rate - search
Max StringBuckets - thread
Pool StringAnalyze Queue Size - thread
Pool StringAnalyze Size - thread
Pool StringForce Merge Size - thread
Pool StringGet Queue Size - thread
Pool StringGet Size - thread
Pool StringIndex Size - thread
Pool StringSearch Queue Size - thread
Pool StringSearch Size - thread
Pool StringSearch Throttled Queue Size - thread
Pool StringSearch Throttled Size - thread
Pool StringWrite Queue Size - thread
Pool StringWrite Size
ElasticSearchElasticsearchUserConfigIndexPattern, ElasticSearchElasticsearchUserConfigIndexPatternArgs
- Max
Index stringCount - Pattern string
- Sorting
Algorithm string
- Max
Index stringCount - Pattern string
- Sorting
Algorithm string
- max
Index StringCount - pattern String
- sorting
Algorithm String
- max
Index stringCount - pattern string
- sorting
Algorithm string
- max_
index_ strcount - pattern str
- sorting_
algorithm str
- max
Index StringCount - pattern String
- sorting
Algorithm String
ElasticSearchElasticsearchUserConfigIndexTemplate, ElasticSearchElasticsearchUserConfigIndexTemplateArgs
- Mapping
Nested stringObjects Limit - Number
Of stringReplicas - Number
Of stringShards
- Mapping
Nested stringObjects Limit - Number
Of stringReplicas - Number
Of stringShards
- mapping
Nested StringObjects Limit - number
Of StringReplicas - number
Of StringShards
- mapping
Nested stringObjects Limit - number
Of stringReplicas - number
Of stringShards
- mapping
Nested StringObjects Limit - number
Of StringReplicas - number
Of StringShards
ElasticSearchElasticsearchUserConfigKibana, ElasticSearchElasticsearchUserConfigKibanaArgs
- Elasticsearch
Request stringTimeout - Enabled string
- Max
Old stringSpace Size
- Elasticsearch
Request stringTimeout - Enabled string
- Max
Old stringSpace Size
- elasticsearch
Request StringTimeout - enabled String
- max
Old StringSpace Size
- elasticsearch
Request stringTimeout - enabled string
- max
Old stringSpace Size
- elasticsearch
Request StringTimeout - enabled String
- max
Old StringSpace Size
ElasticSearchElasticsearchUserConfigPrivateAccess, ElasticSearchElasticsearchUserConfigPrivateAccessArgs
- Elasticsearch string
- Elasticsearch server provided values
- Kibana string
- Prometheus string
- Elasticsearch string
- Elasticsearch server provided values
- Kibana string
- Prometheus string
- elasticsearch String
- Elasticsearch server provided values
- kibana String
- prometheus String
- elasticsearch string
- Elasticsearch server provided values
- kibana string
- prometheus string
- elasticsearch str
- Elasticsearch server provided values
- kibana str
- prometheus str
- elasticsearch String
- Elasticsearch server provided values
- kibana String
- prometheus String
ElasticSearchElasticsearchUserConfigPrivatelinkAccess, ElasticSearchElasticsearchUserConfigPrivatelinkAccessArgs
- Elasticsearch string
- Elasticsearch server provided values
- Kibana string
- Prometheus string
- Elasticsearch string
- Elasticsearch server provided values
- Kibana string
- Prometheus string
- elasticsearch String
- Elasticsearch server provided values
- kibana String
- prometheus String
- elasticsearch string
- Elasticsearch server provided values
- kibana string
- prometheus string
- elasticsearch str
- Elasticsearch server provided values
- kibana str
- prometheus str
- elasticsearch String
- Elasticsearch server provided values
- kibana String
- prometheus String
ElasticSearchElasticsearchUserConfigPublicAccess, ElasticSearchElasticsearchUserConfigPublicAccessArgs
- Elasticsearch string
- Elasticsearch server provided values
- Kibana string
- Prometheus string
- Elasticsearch string
- Elasticsearch server provided values
- Kibana string
- Prometheus string
- elasticsearch String
- Elasticsearch server provided values
- kibana String
- prometheus String
- elasticsearch string
- Elasticsearch server provided values
- kibana string
- prometheus string
- elasticsearch str
- Elasticsearch server provided values
- kibana str
- prometheus str
- elasticsearch String
- Elasticsearch server provided values
- kibana String
- prometheus String
ElasticSearchServiceIntegration, ElasticSearchServiceIntegrationArgs
- Integration
Type string - Type of the service integration. The only supported value at the moment is
read_replica - Source
Service stringName - Name of the source service
- Integration
Type string - Type of the service integration. The only supported value at the moment is
read_replica - Source
Service stringName - Name of the source service
- integration
Type String - Type of the service integration. The only supported value at the moment is
read_replica - source
Service StringName - Name of the source service
- integration
Type string - Type of the service integration. The only supported value at the moment is
read_replica - source
Service stringName - Name of the source service
- integration_
type str - Type of the service integration. The only supported value at the moment is
read_replica - source_
service_ strname - Name of the source service
- integration
Type String - Type of the service integration. The only supported value at the moment is
read_replica - source
Service StringName - Name of the source service
Package Details
- Repository
- Aiven pulumi/pulumi-aiven
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aivenTerraform Provider.
published on Monday, Mar 9, 2026 by Pulumi
