Viewing docs for Aiven v5.6.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
Viewing docs for Aiven v5.6.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
The Kafka data source provides information about the existing Aiven Kafka services.
Example Usage
using System.Collections.Generic;
using Pulumi;
using Aiven = Pulumi.Aiven;
return await Deployment.RunAsync(() =>
{
var kafka1 = Aiven.GetKafka.Invoke(new()
{
Project = data.Aiven_project.Pr1.Project,
ServiceName = "my-kafka1",
});
});
package main
import (
"github.com/pulumi/pulumi-aiven/sdk/v5/go/aiven"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := aiven.LookupKafka(ctx, &aiven.LookupKafkaArgs{
Project: data.Aiven_project.Pr1.Project,
ServiceName: "my-kafka1",
}, nil)
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aiven.AivenFunctions;
import com.pulumi.aiven.inputs.GetKafkaArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var kafka1 = AivenFunctions.getKafka(GetKafkaArgs.builder()
.project(data.aiven_project().pr1().project())
.serviceName("my-kafka1")
.build());
}
}
import * as pulumi from "@pulumi/pulumi";
import * as aiven from "@pulumi/aiven";
const kafka1 = aiven.getKafka({
project: data.aiven_project.pr1.project,
serviceName: "my-kafka1",
});
import pulumi
import pulumi_aiven as aiven
kafka1 = aiven.get_kafka(project=data["aiven_project"]["pr1"]["project"],
service_name="my-kafka1")
variables:
kafka1:
fn::invoke:
Function: aiven:getKafka
Arguments:
project: ${data.aiven_project.pr1.project}
serviceName: my-kafka1
Using getKafka
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getKafka(args: GetKafkaArgs, opts?: InvokeOptions): Promise<GetKafkaResult>
function getKafkaOutput(args: GetKafkaOutputArgs, opts?: InvokeOptions): Output<GetKafkaResult>def get_kafka(project: Optional[str] = None,
service_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetKafkaResult
def get_kafka_output(project: Optional[pulumi.Input[str]] = None,
service_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetKafkaResult]func LookupKafka(ctx *Context, args *LookupKafkaArgs, opts ...InvokeOption) (*LookupKafkaResult, error)
func LookupKafkaOutput(ctx *Context, args *LookupKafkaOutputArgs, opts ...InvokeOption) LookupKafkaResultOutput> Note: This function is named LookupKafka in the Go SDK.
public static class GetKafka
{
public static Task<GetKafkaResult> InvokeAsync(GetKafkaArgs args, InvokeOptions? opts = null)
public static Output<GetKafkaResult> Invoke(GetKafkaInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetKafkaResult> getKafka(GetKafkaArgs args, InvokeOptions options)
public static Output<GetKafkaResult> getKafka(GetKafkaArgs args, InvokeOptions options)
fn::invoke:
function: aiven:index/getKafka:getKafka
arguments:
# arguments dictionaryThe following arguments are supported:
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
getKafka Result
The following output properties are available:
- Additional
Disk stringSpace - Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
- 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<Get
Kafka Component> - Service component information objects
- Default
Acl bool - Create default wildcard Kafka ACL
- Disk
Space string - Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, 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
- Id string
- The provider-assigned unique ID for this managed resource.
- Kafka
User List<GetConfigs Kafka Kafka User Config> - Kafka user configurable settings
- Kafkas
List<Get
Kafka Kafka> - Kafka server provided values
- Karapace bool
- Switch the service to use Karapace for schema registry and REST proxy
- 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<GetKafka 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
-
List<Get
Kafka Tag> - Tags are key-value pairs that allow you to categorize services.
- 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.
- Additional
Disk stringSpace - Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
- 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
[]Get
Kafka Component - Service component information objects
- Default
Acl bool - Create default wildcard Kafka ACL
- Disk
Space string - Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, 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
- Id string
- The provider-assigned unique ID for this managed resource.
- Kafka
User []GetConfigs Kafka Kafka User Config - Kafka user configurable settings
- Kafkas
[]Get
Kafka Kafka - Kafka server provided values
- Karapace bool
- Switch the service to use Karapace for schema registry and REST proxy
- 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 []GetKafka 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 []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
-
[]Get
Kafka Tag - Tags are key-value pairs that allow you to categorize services.
- 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.
- additional
Disk StringSpace - Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
- 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<Get
Kafka Component> - Service component information objects
- default
Acl Boolean - Create default wildcard Kafka ACL
- disk
Space String - Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, 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
- id String
- The provider-assigned unique ID for this managed resource.
- kafka
User List<GetConfigs Kafka Kafka User Config> - Kafka user configurable settings
- kafkas
List<Get
Kafka Kafka> - Kafka server provided values
- karapace Boolean
- Switch the service to use Karapace for schema registry and REST proxy
- 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<GetKafka 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
-
List<Get
Kafka Tag> - Tags are key-value pairs that allow you to categorize services.
- 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.
- additional
Disk stringSpace - Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
- 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
Get
Kafka Component[] - Service component information objects
- default
Acl boolean - Create default wildcard Kafka ACL
- disk
Space string - Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, 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
- id string
- The provider-assigned unique ID for this managed resource.
- kafka
User GetConfigs Kafka Kafka User Config[] - Kafka user configurable settings
- kafkas
Get
Kafka Kafka[] - Kafka server provided values
- karapace boolean
- Switch the service to use Karapace for schema registry and REST proxy
- 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 GetKafka 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
-
Get
Kafka Tag[] - Tags are key-value pairs that allow you to categorize services.
- 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.
- additional_
disk_ strspace - Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
- 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[Get
Kafka Component] - Service component information objects
- default_
acl bool - Create default wildcard Kafka ACL
- disk_
space str - Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, 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
- id str
- The provider-assigned unique ID for this managed resource.
- kafka_
user_ Sequence[Getconfigs Kafka Kafka User Config] - Kafka user configurable settings
- kafkas
Sequence[Get
Kafka Kafka] - Kafka server provided values
- karapace bool
- Switch the service to use Karapace for schema registry and REST proxy
- 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[GetKafka Service Integration] - 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
-
Sequence[Get
Kafka Tag] - Tags are key-value pairs that allow you to categorize services.
- 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.
- additional
Disk StringSpace - Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
- 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
- default
Acl Boolean - Create default wildcard Kafka ACL
- disk
Space String - Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, 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
- id String
- The provider-assigned unique ID for this managed resource.
- kafka
User List<Property Map>Configs - Kafka user configurable settings
- kafkas List<Property Map>
- Kafka server provided values
- karapace Boolean
- Switch the service to use Karapace for schema registry and REST proxy
- 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
- List<Property Map>
- Tags are key-value pairs that allow you to categorize services.
- 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
GetKafkaComponent
GetKafkaKafka
- Access
Cert string - Access
Key string - Connect
Uri string - Rest
Uri string - Schema
Registry stringUri
- Access
Cert string - Access
Key string - Connect
Uri string - Rest
Uri string - Schema
Registry stringUri
- access
Cert String - access
Key String - connect
Uri String - rest
Uri String - schema
Registry StringUri
- access
Cert string - access
Key string - connect
Uri string - rest
Uri string - schema
Registry stringUri
- access_
cert str - access_
key str - connect_
uri str - rest_
uri str - schema_
registry_ struri
- access
Cert String - access
Key String - connect
Uri String - rest
Uri String - schema
Registry StringUri
GetKafkaKafkaUserConfig
- Additional
Backup stringRegions - Custom
Domain string - Ip
Filter List<GetObjects Kafka Kafka User Config Ip Filter Object> - Ip
Filters List<string> - Kafka
Get
Kafka Kafka User Config Kafka - Kafka server provided values
- Kafka
Authentication GetMethods Kafka Kafka User Config Kafka Authentication Methods - Kafka
Connect string - Kafka
Connect GetConfig Kafka Kafka User Config Kafka Connect Config - Kafka
Rest string - Kafka
Rest GetConfig Kafka Kafka User Config Kafka Rest Config - Kafka
Version string - Private
Access GetKafka Kafka User Config Private Access - Privatelink
Access GetKafka Kafka User Config Privatelink Access - Public
Access GetKafka Kafka User Config Public Access - Schema
Registry string - Schema
Registry GetConfig Kafka Kafka User Config Schema Registry Config - 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
- Additional
Backup stringRegions - Custom
Domain string - Ip
Filter []GetObjects Kafka Kafka User Config Ip Filter Object - Ip
Filters []string - Kafka
Get
Kafka Kafka User Config Kafka - Kafka server provided values
- Kafka
Authentication GetMethods Kafka Kafka User Config Kafka Authentication Methods - Kafka
Connect string - Kafka
Connect GetConfig Kafka Kafka User Config Kafka Connect Config - Kafka
Rest string - Kafka
Rest GetConfig Kafka Kafka User Config Kafka Rest Config - Kafka
Version string - Private
Access GetKafka Kafka User Config Private Access - Privatelink
Access GetKafka Kafka User Config Privatelink Access - Public
Access GetKafka Kafka User Config Public Access - Schema
Registry string - Schema
Registry GetConfig Kafka Kafka User Config Schema Registry Config - 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
- additional
Backup StringRegions - custom
Domain String - ip
Filter List<GetObjects Kafka Kafka User Config Ip Filter Object> - ip
Filters List<String> - kafka
Get
Kafka Kafka User Config Kafka - Kafka server provided values
- kafka
Authentication GetMethods Kafka Kafka User Config Kafka Authentication Methods - kafka
Connect String - kafka
Connect GetConfig Kafka Kafka User Config Kafka Connect Config - kafka
Rest String - kafka
Rest GetConfig Kafka Kafka User Config Kafka Rest Config - kafka
Version String - private
Access GetKafka Kafka User Config Private Access - privatelink
Access GetKafka Kafka User Config Privatelink Access - public
Access GetKafka Kafka User Config Public Access - schema
Registry String - schema
Registry GetConfig Kafka Kafka User Config Schema Registry Config - 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
- additional
Backup stringRegions - custom
Domain string - ip
Filter GetObjects Kafka Kafka User Config Ip Filter Object[] - ip
Filters string[] - kafka
Get
Kafka Kafka User Config Kafka - Kafka server provided values
- kafka
Authentication GetMethods Kafka Kafka User Config Kafka Authentication Methods - kafka
Connect string - kafka
Connect GetConfig Kafka Kafka User Config Kafka Connect Config - kafka
Rest string - kafka
Rest GetConfig Kafka Kafka User Config Kafka Rest Config - kafka
Version string - private
Access GetKafka Kafka User Config Private Access - privatelink
Access GetKafka Kafka User Config Privatelink Access - public
Access GetKafka Kafka User Config Public Access - schema
Registry string - schema
Registry GetConfig Kafka Kafka User Config Schema Registry Config - 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
- additional_
backup_ strregions - custom_
domain str - ip_
filter_ Sequence[Getobjects Kafka Kafka User Config Ip Filter Object] - ip_
filters Sequence[str] - kafka
Get
Kafka Kafka User Config Kafka - Kafka server provided values
- kafka_
authentication_ Getmethods Kafka Kafka User Config Kafka Authentication Methods - kafka_
connect str - kafka_
connect_ Getconfig Kafka Kafka User Config Kafka Connect Config - kafka_
rest str - kafka_
rest_ Getconfig Kafka Kafka User Config Kafka Rest Config - kafka_
version str - private_
access GetKafka Kafka User Config Private Access - privatelink_
access GetKafka Kafka User Config Privatelink Access - public_
access GetKafka Kafka User Config Public Access - schema_
registry str - schema_
registry_ Getconfig Kafka Kafka User Config Schema Registry Config - static_
ips 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
- additional
Backup StringRegions - custom
Domain String - ip
Filter List<Property Map>Objects - ip
Filters List<String> - kafka Property Map
- Kafka server provided values
- kafka
Authentication Property MapMethods - kafka
Connect String - kafka
Connect Property MapConfig - kafka
Rest String - kafka
Rest Property MapConfig - kafka
Version String - private
Access Property Map - privatelink
Access Property Map - public
Access Property Map - schema
Registry String - schema
Registry Property MapConfig - 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
GetKafkaKafkaUserConfigIpFilterObject
- Description string
- Network string
- Description string
- Network string
- description String
- network String
- description string
- network string
- description str
- network str
- description String
- network String
GetKafkaKafkaUserConfigKafka
- Auto
Create stringTopics Enable - Compression
Type string - Connections
Max stringIdle Ms - Default
Replication stringFactor - Group
Initial stringRebalance Delay Ms - Group
Max stringSession Timeout Ms - Group
Min stringSession Timeout Ms - Log
Cleaner stringDelete Retention Ms - Log
Cleaner stringMax Compaction Lag Ms - Log
Cleaner stringMin Cleanable Ratio - Log
Cleaner stringMin Compaction Lag Ms - Log
Cleanup stringPolicy - Log
Flush stringInterval Messages - Log
Flush stringInterval Ms - Log
Index stringInterval Bytes - Log
Index stringSize Max Bytes - Log
Message stringDownconversion Enable - Log
Message stringTimestamp Difference Max Ms - Log
Message stringTimestamp Type - Log
Preallocate string - Log
Retention stringBytes - Log
Retention stringHours - Log
Retention stringMs - Log
Roll stringJitter Ms - Log
Roll stringMs - Log
Segment stringBytes - Log
Segment stringDelete Delay Ms - Max
Connections stringPer Ip - Max
Incremental stringFetch Session Cache Slots - Message
Max stringBytes - Min
Insync stringReplicas - Num
Partitions string - Offsets
Retention stringMinutes - Producer
Purgatory stringPurge Interval Requests - Replica
Fetch stringMax Bytes - Replica
Fetch stringResponse Max Bytes - Socket
Request stringMax Bytes - Transaction
Remove stringExpired Transaction Cleanup Interval Ms - Transaction
State stringLog Segment Bytes
- Auto
Create stringTopics Enable - Compression
Type string - Connections
Max stringIdle Ms - Default
Replication stringFactor - Group
Initial stringRebalance Delay Ms - Group
Max stringSession Timeout Ms - Group
Min stringSession Timeout Ms - Log
Cleaner stringDelete Retention Ms - Log
Cleaner stringMax Compaction Lag Ms - Log
Cleaner stringMin Cleanable Ratio - Log
Cleaner stringMin Compaction Lag Ms - Log
Cleanup stringPolicy - Log
Flush stringInterval Messages - Log
Flush stringInterval Ms - Log
Index stringInterval Bytes - Log
Index stringSize Max Bytes - Log
Message stringDownconversion Enable - Log
Message stringTimestamp Difference Max Ms - Log
Message stringTimestamp Type - Log
Preallocate string - Log
Retention stringBytes - Log
Retention stringHours - Log
Retention stringMs - Log
Roll stringJitter Ms - Log
Roll stringMs - Log
Segment stringBytes - Log
Segment stringDelete Delay Ms - Max
Connections stringPer Ip - Max
Incremental stringFetch Session Cache Slots - Message
Max stringBytes - Min
Insync stringReplicas - Num
Partitions string - Offsets
Retention stringMinutes - Producer
Purgatory stringPurge Interval Requests - Replica
Fetch stringMax Bytes - Replica
Fetch stringResponse Max Bytes - Socket
Request stringMax Bytes - Transaction
Remove stringExpired Transaction Cleanup Interval Ms - Transaction
State stringLog Segment Bytes
- auto
Create StringTopics Enable - compression
Type String - connections
Max StringIdle Ms - default
Replication StringFactor - group
Initial StringRebalance Delay Ms - group
Max StringSession Timeout Ms - group
Min StringSession Timeout Ms - log
Cleaner StringDelete Retention Ms - log
Cleaner StringMax Compaction Lag Ms - log
Cleaner StringMin Cleanable Ratio - log
Cleaner StringMin Compaction Lag Ms - log
Cleanup StringPolicy - log
Flush StringInterval Messages - log
Flush StringInterval Ms - log
Index StringInterval Bytes - log
Index StringSize Max Bytes - log
Message StringDownconversion Enable - log
Message StringTimestamp Difference Max Ms - log
Message StringTimestamp Type - log
Preallocate String - log
Retention StringBytes - log
Retention StringHours - log
Retention StringMs - log
Roll StringJitter Ms - log
Roll StringMs - log
Segment StringBytes - log
Segment StringDelete Delay Ms - max
Connections StringPer Ip - max
Incremental StringFetch Session Cache Slots - message
Max StringBytes - min
Insync StringReplicas - num
Partitions String - offsets
Retention StringMinutes - producer
Purgatory StringPurge Interval Requests - replica
Fetch StringMax Bytes - replica
Fetch StringResponse Max Bytes - socket
Request StringMax Bytes - transaction
Remove StringExpired Transaction Cleanup Interval Ms - transaction
State StringLog Segment Bytes
- auto
Create stringTopics Enable - compression
Type string - connections
Max stringIdle Ms - default
Replication stringFactor - group
Initial stringRebalance Delay Ms - group
Max stringSession Timeout Ms - group
Min stringSession Timeout Ms - log
Cleaner stringDelete Retention Ms - log
Cleaner stringMax Compaction Lag Ms - log
Cleaner stringMin Cleanable Ratio - log
Cleaner stringMin Compaction Lag Ms - log
Cleanup stringPolicy - log
Flush stringInterval Messages - log
Flush stringInterval Ms - log
Index stringInterval Bytes - log
Index stringSize Max Bytes - log
Message stringDownconversion Enable - log
Message stringTimestamp Difference Max Ms - log
Message stringTimestamp Type - log
Preallocate string - log
Retention stringBytes - log
Retention stringHours - log
Retention stringMs - log
Roll stringJitter Ms - log
Roll stringMs - log
Segment stringBytes - log
Segment stringDelete Delay Ms - max
Connections stringPer Ip - max
Incremental stringFetch Session Cache Slots - message
Max stringBytes - min
Insync stringReplicas - num
Partitions string - offsets
Retention stringMinutes - producer
Purgatory stringPurge Interval Requests - replica
Fetch stringMax Bytes - replica
Fetch stringResponse Max Bytes - socket
Request stringMax Bytes - transaction
Remove stringExpired Transaction Cleanup Interval Ms - transaction
State stringLog Segment Bytes
- auto_
create_ strtopics_ enable - compression_
type str - connections_
max_ stridle_ ms - default_
replication_ strfactor - group_
initial_ strrebalance_ delay_ ms - group_
max_ strsession_ timeout_ ms - group_
min_ strsession_ timeout_ ms - log_
cleaner_ strdelete_ retention_ ms - log_
cleaner_ strmax_ compaction_ lag_ ms - log_
cleaner_ strmin_ cleanable_ ratio - log_
cleaner_ strmin_ compaction_ lag_ ms - log_
cleanup_ strpolicy - log_
flush_ strinterval_ messages - log_
flush_ strinterval_ ms - log_
index_ strinterval_ bytes - log_
index_ strsize_ max_ bytes - log_
message_ strdownconversion_ enable - log_
message_ strtimestamp_ difference_ max_ ms - log_
message_ strtimestamp_ type - log_
preallocate str - log_
retention_ strbytes - log_
retention_ strhours - log_
retention_ strms - log_
roll_ strjitter_ ms - log_
roll_ strms - log_
segment_ strbytes - log_
segment_ strdelete_ delay_ ms - max_
connections_ strper_ ip - max_
incremental_ strfetch_ session_ cache_ slots - message_
max_ strbytes - min_
insync_ strreplicas - num_
partitions str - offsets_
retention_ strminutes - producer_
purgatory_ strpurge_ interval_ requests - replica_
fetch_ strmax_ bytes - replica_
fetch_ strresponse_ max_ bytes - socket_
request_ strmax_ bytes - transaction_
remove_ strexpired_ transaction_ cleanup_ interval_ ms - transaction_
state_ strlog_ segment_ bytes
- auto
Create StringTopics Enable - compression
Type String - connections
Max StringIdle Ms - default
Replication StringFactor - group
Initial StringRebalance Delay Ms - group
Max StringSession Timeout Ms - group
Min StringSession Timeout Ms - log
Cleaner StringDelete Retention Ms - log
Cleaner StringMax Compaction Lag Ms - log
Cleaner StringMin Cleanable Ratio - log
Cleaner StringMin Compaction Lag Ms - log
Cleanup StringPolicy - log
Flush StringInterval Messages - log
Flush StringInterval Ms - log
Index StringInterval Bytes - log
Index StringSize Max Bytes - log
Message StringDownconversion Enable - log
Message StringTimestamp Difference Max Ms - log
Message StringTimestamp Type - log
Preallocate String - log
Retention StringBytes - log
Retention StringHours - log
Retention StringMs - log
Roll StringJitter Ms - log
Roll StringMs - log
Segment StringBytes - log
Segment StringDelete Delay Ms - max
Connections StringPer Ip - max
Incremental StringFetch Session Cache Slots - message
Max StringBytes - min
Insync StringReplicas - num
Partitions String - offsets
Retention StringMinutes - producer
Purgatory StringPurge Interval Requests - replica
Fetch StringMax Bytes - replica
Fetch StringResponse Max Bytes - socket
Request StringMax Bytes - transaction
Remove StringExpired Transaction Cleanup Interval Ms - transaction
State StringLog Segment Bytes
GetKafkaKafkaUserConfigKafkaAuthenticationMethods
- Certificate string
- Sasl string
- Certificate string
- Sasl string
- certificate String
- sasl String
- certificate string
- sasl string
- certificate str
- sasl str
- certificate String
- sasl String
GetKafkaKafkaUserConfigKafkaConnectConfig
- Connector
Client stringConfig Override Policy - Consumer
Auto stringOffset Reset - Consumer
Fetch stringMax Bytes - Consumer
Isolation stringLevel - Consumer
Max stringPartition Fetch Bytes - Consumer
Max stringPoll Interval Ms - Consumer
Max stringPoll Records - Offset
Flush stringInterval Ms - Offset
Flush stringTimeout Ms - Producer
Compression stringType - Producer
Max stringRequest Size - Session
Timeout stringMs
- Connector
Client stringConfig Override Policy - Consumer
Auto stringOffset Reset - Consumer
Fetch stringMax Bytes - Consumer
Isolation stringLevel - Consumer
Max stringPartition Fetch Bytes - Consumer
Max stringPoll Interval Ms - Consumer
Max stringPoll Records - Offset
Flush stringInterval Ms - Offset
Flush stringTimeout Ms - Producer
Compression stringType - Producer
Max stringRequest Size - Session
Timeout stringMs
- connector
Client StringConfig Override Policy - consumer
Auto StringOffset Reset - consumer
Fetch StringMax Bytes - consumer
Isolation StringLevel - consumer
Max StringPartition Fetch Bytes - consumer
Max StringPoll Interval Ms - consumer
Max StringPoll Records - offset
Flush StringInterval Ms - offset
Flush StringTimeout Ms - producer
Compression StringType - producer
Max StringRequest Size - session
Timeout StringMs
- connector
Client stringConfig Override Policy - consumer
Auto stringOffset Reset - consumer
Fetch stringMax Bytes - consumer
Isolation stringLevel - consumer
Max stringPartition Fetch Bytes - consumer
Max stringPoll Interval Ms - consumer
Max stringPoll Records - offset
Flush stringInterval Ms - offset
Flush stringTimeout Ms - producer
Compression stringType - producer
Max stringRequest Size - session
Timeout stringMs
- connector_
client_ strconfig_ override_ policy - consumer_
auto_ stroffset_ reset - consumer_
fetch_ strmax_ bytes - consumer_
isolation_ strlevel - consumer_
max_ strpartition_ fetch_ bytes - consumer_
max_ strpoll_ interval_ ms - consumer_
max_ strpoll_ records - offset_
flush_ strinterval_ ms - offset_
flush_ strtimeout_ ms - producer_
compression_ strtype - producer_
max_ strrequest_ size - session_
timeout_ strms
- connector
Client StringConfig Override Policy - consumer
Auto StringOffset Reset - consumer
Fetch StringMax Bytes - consumer
Isolation StringLevel - consumer
Max StringPartition Fetch Bytes - consumer
Max StringPoll Interval Ms - consumer
Max StringPoll Records - offset
Flush StringInterval Ms - offset
Flush StringTimeout Ms - producer
Compression StringType - producer
Max StringRequest Size - session
Timeout StringMs
GetKafkaKafkaUserConfigKafkaRestConfig
- Consumer
Enable stringAuto Commit - Consumer
Request stringMax Bytes - Consumer
Request stringTimeout Ms - Producer
Acks string - Producer
Linger stringMs - Simpleconsumer
Pool stringSize Max
- Consumer
Enable stringAuto Commit - Consumer
Request stringMax Bytes - Consumer
Request stringTimeout Ms - Producer
Acks string - Producer
Linger stringMs - Simpleconsumer
Pool stringSize Max
- consumer
Enable StringAuto Commit - consumer
Request StringMax Bytes - consumer
Request StringTimeout Ms - producer
Acks String - producer
Linger StringMs - simpleconsumer
Pool StringSize Max
- consumer
Enable stringAuto Commit - consumer
Request stringMax Bytes - consumer
Request stringTimeout Ms - producer
Acks string - producer
Linger stringMs - simpleconsumer
Pool stringSize Max
- consumer
Enable StringAuto Commit - consumer
Request StringMax Bytes - consumer
Request StringTimeout Ms - producer
Acks String - producer
Linger StringMs - simpleconsumer
Pool StringSize Max
GetKafkaKafkaUserConfigPrivateAccess
- Prometheus string
- Prometheus string
- prometheus String
- prometheus string
- prometheus str
- prometheus String
GetKafkaKafkaUserConfigPrivatelinkAccess
- Jolokia string
- Kafka string
- Kafka server provided values
- Kafka
Connect string - Kafka
Rest string - Prometheus string
- Schema
Registry string
- Jolokia string
- Kafka string
- Kafka server provided values
- Kafka
Connect string - Kafka
Rest string - Prometheus string
- Schema
Registry string
- jolokia String
- kafka String
- Kafka server provided values
- kafka
Connect String - kafka
Rest String - prometheus String
- schema
Registry String
- jolokia string
- kafka string
- Kafka server provided values
- kafka
Connect string - kafka
Rest string - prometheus string
- schema
Registry string
- jolokia str
- kafka str
- Kafka server provided values
- kafka_
connect str - kafka_
rest str - prometheus str
- schema_
registry str
- jolokia String
- kafka String
- Kafka server provided values
- kafka
Connect String - kafka
Rest String - prometheus String
- schema
Registry String
GetKafkaKafkaUserConfigPublicAccess
- Kafka string
- Kafka server provided values
- Kafka
Connect string - Kafka
Rest string - Prometheus string
- Schema
Registry string
- Kafka string
- Kafka server provided values
- Kafka
Connect string - Kafka
Rest string - Prometheus string
- Schema
Registry string
- kafka String
- Kafka server provided values
- kafka
Connect String - kafka
Rest String - prometheus String
- schema
Registry String
- kafka string
- Kafka server provided values
- kafka
Connect string - kafka
Rest string - prometheus string
- schema
Registry string
- kafka str
- Kafka server provided values
- kafka_
connect str - kafka_
rest str - prometheus str
- schema_
registry str
- kafka String
- Kafka server provided values
- kafka
Connect String - kafka
Rest String - prometheus String
- schema
Registry String
GetKafkaKafkaUserConfigSchemaRegistryConfig
- Leader
Eligibility string - Topic
Name string
- Leader
Eligibility string - Topic
Name string
- leader
Eligibility String - topic
Name String
- leader
Eligibility string - topic
Name string
- leader_
eligibility str - topic_
name str
- leader
Eligibility String - topic
Name String
GetKafkaServiceIntegration
- Integration
Type string - Source
Service stringName
- Integration
Type string - Source
Service stringName
- integration
Type String - source
Service StringName
- integration
Type string - source
Service stringName
- integration
Type String - source
Service StringName
GetKafkaTag
Package Details
- Repository
- Aiven pulumi/pulumi-aiven
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aivenTerraform Provider.
Viewing docs for Aiven v5.6.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
