aiven.getKafka
Explore with Pulumi AI
The Kafka data source provides information about the existing Aiven Kafka services.
Example Usage
using System.Collections.Generic;
using System.Linq;
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/v6/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 pulumi
import pulumi_aiven as aiven
kafka1 = aiven.get_kafka(project=data["aiven_project"]["pr1"]["project"],
service_name="my-kafka1")
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",
});
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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aiven:index/getKafka:getKafka
arguments:
# arguments dictionary
The 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
,do
google
,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_space
needs to increment fromdisk_space_default
by 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-x
andpremium-x
wherex
is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the Aiven pricing page.- 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
,REBUILDING
orRUNNING
- 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
true
for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
- 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
,do
google
,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_space
needs to increment fromdisk_space_default
by 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-x
andpremium-x
wherex
is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the Aiven pricing page.- 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
,REBUILDING
orRUNNING
- 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
true
for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
- 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
,do
google
,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_space
needs to increment fromdisk_space_default
by 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-x
andpremium-x
wherex
is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the Aiven pricing page.- 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
,REBUILDING
orRUNNING
- 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
true
for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
- 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
,do
google
,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_space
needs to increment fromdisk_space_default
by 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-x
andpremium-x
wherex
is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the Aiven pricing page.- 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
,REBUILDING
orRUNNING
- 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
true
for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
- 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
,do
google
,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_space
needs to increment fromdisk_space_default
by 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-x
andpremium-x
wherex
is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the Aiven pricing page.- 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
,REBUILDING
orRUNNING
- 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
true
for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
- 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
,do
google
,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_space
needs to increment fromdisk_space_default
by 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-x
andpremium-x
wherex
is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the Aiven pricing page.- 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
,REBUILDING
orRUNNING
- 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
true
for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
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
Filter List<string>Strings - Ip
Filters List<string> This will be removed in v5.0.0 and replaced with ip_filter_string instead.
- Kafka
Get
Kafka Kafka User Config Kafka - Kafka
Authentication GetMethods Kafka Kafka User Config Kafka Authentication Methods - Kafka
Connect bool - Kafka
Connect GetConfig Kafka Kafka User Config Kafka Connect Config - Kafka
Rest bool - bool
- 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 bool - Schema
Registry GetConfig Kafka Kafka User Config Schema Registry Config - Static
Ips bool
- Additional
Backup stringRegions - Custom
Domain string - Ip
Filter []GetObjects Kafka Kafka User Config Ip Filter Object - Ip
Filter []stringStrings - Ip
Filters []string This will be removed in v5.0.0 and replaced with ip_filter_string instead.
- Kafka
Get
Kafka Kafka User Config Kafka - Kafka
Authentication GetMethods Kafka Kafka User Config Kafka Authentication Methods - Kafka
Connect bool - Kafka
Connect GetConfig Kafka Kafka User Config Kafka Connect Config - Kafka
Rest bool - bool
- 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 bool - Schema
Registry GetConfig Kafka Kafka User Config Schema Registry Config - Static
Ips bool
- additional
Backup StringRegions - custom
Domain String - ip
Filter List<GetObjects Kafka Kafka User Config Ip Filter Object> - ip
Filter List<String>Strings - ip
Filters List<String> This will be removed in v5.0.0 and replaced with ip_filter_string instead.
- kafka
Get
Kafka Kafka User Config Kafka - kafka
Authentication GetMethods Kafka Kafka User Config Kafka Authentication Methods - kafka
Connect Boolean - kafka
Connect GetConfig Kafka Kafka User Config Kafka Connect Config - kafka
Rest Boolean - Boolean
- 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 Boolean - schema
Registry GetConfig Kafka Kafka User Config Schema Registry Config - static
Ips Boolean
- additional
Backup stringRegions - custom
Domain string - ip
Filter GetObjects Kafka Kafka User Config Ip Filter Object[] - ip
Filter string[]Strings - ip
Filters string[] This will be removed in v5.0.0 and replaced with ip_filter_string instead.
- kafka
Get
Kafka Kafka User Config Kafka - kafka
Authentication GetMethods Kafka Kafka User Config Kafka Authentication Methods - kafka
Connect boolean - kafka
Connect GetConfig Kafka Kafka User Config Kafka Connect Config - kafka
Rest boolean - boolean
- 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 boolean - schema
Registry GetConfig Kafka Kafka User Config Schema Registry Config - static
Ips boolean
- additional_
backup_ strregions - custom_
domain str - ip_
filter_ Sequence[Getobjects Kafka Kafka User Config Ip Filter Object] - ip_
filter_ Sequence[str]strings - ip_
filters Sequence[str] This will be removed in v5.0.0 and replaced with ip_filter_string instead.
- kafka
Get
Kafka Kafka User Config Kafka - kafka_
authentication_ Getmethods Kafka Kafka User Config Kafka Authentication Methods - kafka_
connect bool - kafka_
connect_ Getconfig Kafka Kafka User Config Kafka Connect Config - kafka_
rest bool - bool
- 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 bool - schema_
registry_ Getconfig Kafka Kafka User Config Schema Registry Config - static_
ips bool
- additional
Backup StringRegions - custom
Domain String - ip
Filter List<Property Map>Objects - ip
Filter List<String>Strings - ip
Filters List<String> This will be removed in v5.0.0 and replaced with ip_filter_string instead.
- kafka Property Map
- kafka
Authentication Property MapMethods - kafka
Connect Boolean - kafka
Connect Property MapConfig - kafka
Rest Boolean - Boolean
- kafka
Rest Property MapConfig - kafka
Version String - private
Access Property Map - privatelink
Access Property Map - public
Access Property Map - schema
Registry Boolean - schema
Registry Property MapConfig - static
Ips Boolean
GetKafkaKafkaUserConfigIpFilterObject
- Network string
- Description string
- Network string
- Description string
- network String
- description String
- network string
- description string
- network str
- description str
- network String
- description String
GetKafkaKafkaUserConfigKafka
- Auto
Create boolTopics Enable - Compression
Type string - Connections
Max intIdle Ms - Default
Replication intFactor - Group
Initial intRebalance Delay Ms - Group
Max intSession Timeout Ms - Group
Min intSession Timeout Ms - Log
Cleaner intDelete Retention Ms - Log
Cleaner intMax Compaction Lag Ms - Log
Cleaner doubleMin Cleanable Ratio - Log
Cleaner intMin Compaction Lag Ms - Log
Cleanup stringPolicy - Log
Flush intInterval Messages - Log
Flush intInterval Ms - Log
Index intInterval Bytes - Log
Index intSize Max Bytes - Log
Message boolDownconversion Enable - Log
Message intTimestamp Difference Max Ms - Log
Message stringTimestamp Type - Log
Preallocate bool - Log
Retention intBytes - Log
Retention intHours - Log
Retention intMs - Log
Roll intJitter Ms - Log
Roll intMs - Log
Segment intBytes - Log
Segment intDelete Delay Ms - Max
Connections intPer Ip - Max
Incremental intFetch Session Cache Slots - Message
Max intBytes - Min
Insync intReplicas - Num
Partitions int - Offsets
Retention intMinutes - Producer
Purgatory intPurge Interval Requests - Replica
Fetch intMax Bytes - Replica
Fetch intResponse Max Bytes - Socket
Request intMax Bytes - Transaction
Remove intExpired Transaction Cleanup Interval Ms - Transaction
State intLog Segment Bytes
- Auto
Create boolTopics Enable - Compression
Type string - Connections
Max intIdle Ms - Default
Replication intFactor - Group
Initial intRebalance Delay Ms - Group
Max intSession Timeout Ms - Group
Min intSession Timeout Ms - Log
Cleaner intDelete Retention Ms - Log
Cleaner intMax Compaction Lag Ms - Log
Cleaner float64Min Cleanable Ratio - Log
Cleaner intMin Compaction Lag Ms - Log
Cleanup stringPolicy - Log
Flush intInterval Messages - Log
Flush intInterval Ms - Log
Index intInterval Bytes - Log
Index intSize Max Bytes - Log
Message boolDownconversion Enable - Log
Message intTimestamp Difference Max Ms - Log
Message stringTimestamp Type - Log
Preallocate bool - Log
Retention intBytes - Log
Retention intHours - Log
Retention intMs - Log
Roll intJitter Ms - Log
Roll intMs - Log
Segment intBytes - Log
Segment intDelete Delay Ms - Max
Connections intPer Ip - Max
Incremental intFetch Session Cache Slots - Message
Max intBytes - Min
Insync intReplicas - Num
Partitions int - Offsets
Retention intMinutes - Producer
Purgatory intPurge Interval Requests - Replica
Fetch intMax Bytes - Replica
Fetch intResponse Max Bytes - Socket
Request intMax Bytes - Transaction
Remove intExpired Transaction Cleanup Interval Ms - Transaction
State intLog Segment Bytes
- auto
Create BooleanTopics Enable - compression
Type String - connections
Max IntegerIdle Ms - default
Replication IntegerFactor - group
Initial IntegerRebalance Delay Ms - group
Max IntegerSession Timeout Ms - group
Min IntegerSession Timeout Ms - log
Cleaner IntegerDelete Retention Ms - log
Cleaner IntegerMax Compaction Lag Ms - log
Cleaner DoubleMin Cleanable Ratio - log
Cleaner IntegerMin Compaction Lag Ms - log
Cleanup StringPolicy - log
Flush IntegerInterval Messages - log
Flush IntegerInterval Ms - log
Index IntegerInterval Bytes - log
Index IntegerSize Max Bytes - log
Message BooleanDownconversion Enable - log
Message IntegerTimestamp Difference Max Ms - log
Message StringTimestamp Type - log
Preallocate Boolean - log
Retention IntegerBytes - log
Retention IntegerHours - log
Retention IntegerMs - log
Roll IntegerJitter Ms - log
Roll IntegerMs - log
Segment IntegerBytes - log
Segment IntegerDelete Delay Ms - max
Connections IntegerPer Ip - max
Incremental IntegerFetch Session Cache Slots - message
Max IntegerBytes - min
Insync IntegerReplicas - num
Partitions Integer - offsets
Retention IntegerMinutes - producer
Purgatory IntegerPurge Interval Requests - replica
Fetch IntegerMax Bytes - replica
Fetch IntegerResponse Max Bytes - socket
Request IntegerMax Bytes - transaction
Remove IntegerExpired Transaction Cleanup Interval Ms - transaction
State IntegerLog Segment Bytes
- auto
Create booleanTopics Enable - compression
Type string - connections
Max numberIdle Ms - default
Replication numberFactor - group
Initial numberRebalance Delay Ms - group
Max numberSession Timeout Ms - group
Min numberSession Timeout Ms - log
Cleaner numberDelete Retention Ms - log
Cleaner numberMax Compaction Lag Ms - log
Cleaner numberMin Cleanable Ratio - log
Cleaner numberMin Compaction Lag Ms - log
Cleanup stringPolicy - log
Flush numberInterval Messages - log
Flush numberInterval Ms - log
Index numberInterval Bytes - log
Index numberSize Max Bytes - log
Message booleanDownconversion Enable - log
Message numberTimestamp Difference Max Ms - log
Message stringTimestamp Type - log
Preallocate boolean - log
Retention numberBytes - log
Retention numberHours - log
Retention numberMs - log
Roll numberJitter Ms - log
Roll numberMs - log
Segment numberBytes - log
Segment numberDelete Delay Ms - max
Connections numberPer Ip - max
Incremental numberFetch Session Cache Slots - message
Max numberBytes - min
Insync numberReplicas - num
Partitions number - offsets
Retention numberMinutes - producer
Purgatory numberPurge Interval Requests - replica
Fetch numberMax Bytes - replica
Fetch numberResponse Max Bytes - socket
Request numberMax Bytes - transaction
Remove numberExpired Transaction Cleanup Interval Ms - transaction
State numberLog Segment Bytes
- auto_
create_ booltopics_ enable - compression_
type str - connections_
max_ intidle_ ms - default_
replication_ intfactor - group_
initial_ intrebalance_ delay_ ms - group_
max_ intsession_ timeout_ ms - group_
min_ intsession_ timeout_ ms - log_
cleaner_ intdelete_ retention_ ms - log_
cleaner_ intmax_ compaction_ lag_ ms - log_
cleaner_ floatmin_ cleanable_ ratio - log_
cleaner_ intmin_ compaction_ lag_ ms - log_
cleanup_ strpolicy - log_
flush_ intinterval_ messages - log_
flush_ intinterval_ ms - log_
index_ intinterval_ bytes - log_
index_ intsize_ max_ bytes - log_
message_ booldownconversion_ enable - log_
message_ inttimestamp_ difference_ max_ ms - log_
message_ strtimestamp_ type - log_
preallocate bool - log_
retention_ intbytes - log_
retention_ inthours - log_
retention_ intms - log_
roll_ intjitter_ ms - log_
roll_ intms - log_
segment_ intbytes - log_
segment_ intdelete_ delay_ ms - max_
connections_ intper_ ip - max_
incremental_ intfetch_ session_ cache_ slots - message_
max_ intbytes - min_
insync_ intreplicas - num_
partitions int - offsets_
retention_ intminutes - producer_
purgatory_ intpurge_ interval_ requests - replica_
fetch_ intmax_ bytes - replica_
fetch_ intresponse_ max_ bytes - socket_
request_ intmax_ bytes - transaction_
remove_ intexpired_ transaction_ cleanup_ interval_ ms - transaction_
state_ intlog_ segment_ bytes
- auto
Create BooleanTopics Enable - compression
Type String - connections
Max NumberIdle Ms - default
Replication NumberFactor - group
Initial NumberRebalance Delay Ms - group
Max NumberSession Timeout Ms - group
Min NumberSession Timeout Ms - log
Cleaner NumberDelete Retention Ms - log
Cleaner NumberMax Compaction Lag Ms - log
Cleaner NumberMin Cleanable Ratio - log
Cleaner NumberMin Compaction Lag Ms - log
Cleanup StringPolicy - log
Flush NumberInterval Messages - log
Flush NumberInterval Ms - log
Index NumberInterval Bytes - log
Index NumberSize Max Bytes - log
Message BooleanDownconversion Enable - log
Message NumberTimestamp Difference Max Ms - log
Message StringTimestamp Type - log
Preallocate Boolean - log
Retention NumberBytes - log
Retention NumberHours - log
Retention NumberMs - log
Roll NumberJitter Ms - log
Roll NumberMs - log
Segment NumberBytes - log
Segment NumberDelete Delay Ms - max
Connections NumberPer Ip - max
Incremental NumberFetch Session Cache Slots - message
Max NumberBytes - min
Insync NumberReplicas - num
Partitions Number - offsets
Retention NumberMinutes - producer
Purgatory NumberPurge Interval Requests - replica
Fetch NumberMax Bytes - replica
Fetch NumberResponse Max Bytes - socket
Request NumberMax Bytes - transaction
Remove NumberExpired Transaction Cleanup Interval Ms - transaction
State NumberLog Segment Bytes
GetKafkaKafkaUserConfigKafkaAuthenticationMethods
- Certificate bool
- Sasl bool
- Certificate bool
- Sasl bool
- certificate Boolean
- sasl Boolean
- certificate boolean
- sasl boolean
- certificate bool
- sasl bool
- certificate Boolean
- sasl Boolean
GetKafkaKafkaUserConfigKafkaConnectConfig
- Connector
Client stringConfig Override Policy - Consumer
Auto stringOffset Reset - Consumer
Fetch intMax Bytes - Consumer
Isolation stringLevel - Consumer
Max intPartition Fetch Bytes - Consumer
Max intPoll Interval Ms - Consumer
Max intPoll Records - Offset
Flush intInterval Ms - Offset
Flush intTimeout Ms - Producer
Batch intSize - Producer
Buffer intMemory - Producer
Compression stringType - Producer
Linger intMs - Producer
Max intRequest Size - Scheduled
Rebalance intMax Delay Ms - Session
Timeout intMs
- Connector
Client stringConfig Override Policy - Consumer
Auto stringOffset Reset - Consumer
Fetch intMax Bytes - Consumer
Isolation stringLevel - Consumer
Max intPartition Fetch Bytes - Consumer
Max intPoll Interval Ms - Consumer
Max intPoll Records - Offset
Flush intInterval Ms - Offset
Flush intTimeout Ms - Producer
Batch intSize - Producer
Buffer intMemory - Producer
Compression stringType - Producer
Linger intMs - Producer
Max intRequest Size - Scheduled
Rebalance intMax Delay Ms - Session
Timeout intMs
- connector
Client StringConfig Override Policy - consumer
Auto StringOffset Reset - consumer
Fetch IntegerMax Bytes - consumer
Isolation StringLevel - consumer
Max IntegerPartition Fetch Bytes - consumer
Max IntegerPoll Interval Ms - consumer
Max IntegerPoll Records - offset
Flush IntegerInterval Ms - offset
Flush IntegerTimeout Ms - producer
Batch IntegerSize - producer
Buffer IntegerMemory - producer
Compression StringType - producer
Linger IntegerMs - producer
Max IntegerRequest Size - scheduled
Rebalance IntegerMax Delay Ms - session
Timeout IntegerMs
- connector
Client stringConfig Override Policy - consumer
Auto stringOffset Reset - consumer
Fetch numberMax Bytes - consumer
Isolation stringLevel - consumer
Max numberPartition Fetch Bytes - consumer
Max numberPoll Interval Ms - consumer
Max numberPoll Records - offset
Flush numberInterval Ms - offset
Flush numberTimeout Ms - producer
Batch numberSize - producer
Buffer numberMemory - producer
Compression stringType - producer
Linger numberMs - producer
Max numberRequest Size - scheduled
Rebalance numberMax Delay Ms - session
Timeout numberMs
- connector_
client_ strconfig_ override_ policy - consumer_
auto_ stroffset_ reset - consumer_
fetch_ intmax_ bytes - consumer_
isolation_ strlevel - consumer_
max_ intpartition_ fetch_ bytes - consumer_
max_ intpoll_ interval_ ms - consumer_
max_ intpoll_ records - offset_
flush_ intinterval_ ms - offset_
flush_ inttimeout_ ms - producer_
batch_ intsize - producer_
buffer_ intmemory - producer_
compression_ strtype - producer_
linger_ intms - producer_
max_ intrequest_ size - scheduled_
rebalance_ intmax_ delay_ ms - session_
timeout_ intms
- connector
Client StringConfig Override Policy - consumer
Auto StringOffset Reset - consumer
Fetch NumberMax Bytes - consumer
Isolation StringLevel - consumer
Max NumberPartition Fetch Bytes - consumer
Max NumberPoll Interval Ms - consumer
Max NumberPoll Records - offset
Flush NumberInterval Ms - offset
Flush NumberTimeout Ms - producer
Batch NumberSize - producer
Buffer NumberMemory - producer
Compression StringType - producer
Linger NumberMs - producer
Max NumberRequest Size - scheduled
Rebalance NumberMax Delay Ms - session
Timeout NumberMs
GetKafkaKafkaUserConfigKafkaRestConfig
- consumer
Enable BooleanAuto Commit - consumer
Request IntegerMax Bytes - consumer
Request IntegerTimeout Ms - producer
Acks String - producer
Compression StringType - producer
Linger IntegerMs - producer
Max IntegerRequest Size - simpleconsumer
Pool IntegerSize Max
- consumer
Enable booleanAuto Commit - consumer
Request numberMax Bytes - consumer
Request numberTimeout Ms - producer
Acks string - producer
Compression stringType - producer
Linger numberMs - producer
Max numberRequest Size - simpleconsumer
Pool numberSize Max
- consumer
Enable BooleanAuto Commit - consumer
Request NumberMax Bytes - consumer
Request NumberTimeout Ms - producer
Acks String - producer
Compression StringType - producer
Linger NumberMs - producer
Max NumberRequest Size - simpleconsumer
Pool NumberSize Max
GetKafkaKafkaUserConfigPrivateAccess
- Kafka bool
- Kafka
Connect bool - Kafka
Rest bool - Prometheus bool
- Schema
Registry bool
- Kafka bool
- Kafka
Connect bool - Kafka
Rest bool - Prometheus bool
- Schema
Registry bool
- kafka Boolean
- kafka
Connect Boolean - kafka
Rest Boolean - prometheus Boolean
- schema
Registry Boolean
- kafka boolean
- kafka
Connect boolean - kafka
Rest boolean - prometheus boolean
- schema
Registry boolean
- kafka bool
- kafka_
connect bool - kafka_
rest bool - prometheus bool
- schema_
registry bool
- kafka Boolean
- kafka
Connect Boolean - kafka
Rest Boolean - prometheus Boolean
- schema
Registry Boolean
GetKafkaKafkaUserConfigPrivatelinkAccess
- Jolokia bool
- Kafka bool
- Kafka
Connect bool - Kafka
Rest bool - Prometheus bool
- Schema
Registry bool
- Jolokia bool
- Kafka bool
- Kafka
Connect bool - Kafka
Rest bool - Prometheus bool
- Schema
Registry bool
- jolokia Boolean
- kafka Boolean
- kafka
Connect Boolean - kafka
Rest Boolean - prometheus Boolean
- schema
Registry Boolean
- jolokia boolean
- kafka boolean
- kafka
Connect boolean - kafka
Rest boolean - prometheus boolean
- schema
Registry boolean
- jolokia bool
- kafka bool
- kafka_
connect bool - kafka_
rest bool - prometheus bool
- schema_
registry bool
- jolokia Boolean
- kafka Boolean
- kafka
Connect Boolean - kafka
Rest Boolean - prometheus Boolean
- schema
Registry Boolean
GetKafkaKafkaUserConfigPublicAccess
- Kafka bool
- Kafka
Connect bool - Kafka
Rest bool - Prometheus bool
- Schema
Registry bool
- Kafka bool
- Kafka
Connect bool - Kafka
Rest bool - Prometheus bool
- Schema
Registry bool
- kafka Boolean
- kafka
Connect Boolean - kafka
Rest Boolean - prometheus Boolean
- schema
Registry Boolean
- kafka boolean
- kafka
Connect boolean - kafka
Rest boolean - prometheus boolean
- schema
Registry boolean
- kafka bool
- kafka_
connect bool - kafka_
rest bool - prometheus bool
- schema_
registry bool
- kafka Boolean
- kafka
Connect Boolean - kafka
Rest Boolean - prometheus Boolean
- schema
Registry Boolean
GetKafkaKafkaUserConfigSchemaRegistryConfig
- Leader
Eligibility bool - Topic
Name string
- Leader
Eligibility bool - Topic
Name string
- leader
Eligibility Boolean - topic
Name String
- leader
Eligibility boolean - topic
Name string
- leader_
eligibility bool - topic_
name str
- leader
Eligibility Boolean - 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
aiven
Terraform Provider.