Viewing docs for Confluent v2.59.0
published on Friday, Mar 6, 2026 by Pulumi
published on Friday, Mar 6, 2026 by Pulumi
Viewing docs for Confluent v2.59.0
published on Friday, Mar 6, 2026 by Pulumi
published on Friday, Mar 6, 2026 by Pulumi
confluentcloud.getKafkaClusters describes a data source for Kafka Clusters.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as confluentcloud from "@pulumi/confluentcloud";
const main = confluentcloud.getKafkaClusters({
environment: {
id: "env-123abc",
},
});
import pulumi
import pulumi_confluentcloud as confluentcloud
main = confluentcloud.get_kafka_clusters(environment={
"id": "env-123abc",
})
package main
import (
"github.com/pulumi/pulumi-confluentcloud/sdk/v2/go/confluentcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := confluentcloud.GetKafkaClusters(ctx, &confluentcloud.GetKafkaClustersArgs{
Environment: confluentcloud.GetKafkaClustersEnvironment{
Id: "env-123abc",
},
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using ConfluentCloud = Pulumi.ConfluentCloud;
return await Deployment.RunAsync(() =>
{
var main = ConfluentCloud.GetKafkaClusters.Invoke(new()
{
Environment = new ConfluentCloud.Inputs.GetKafkaClustersEnvironmentInputArgs
{
Id = "env-123abc",
},
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.confluentcloud.ConfluentcloudFunctions;
import com.pulumi.confluentcloud.inputs.GetKafkaClustersArgs;
import com.pulumi.confluentcloud.inputs.GetKafkaClustersEnvironmentArgs;
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 main = ConfluentcloudFunctions.getKafkaClusters(GetKafkaClustersArgs.builder()
.environment(GetKafkaClustersEnvironmentArgs.builder()
.id("env-123abc")
.build())
.build());
}
}
variables:
main:
fn::invoke:
function: confluentcloud:getKafkaClusters
arguments:
environment:
id: env-123abc
Using getKafkaClusters
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 getKafkaClusters(args: GetKafkaClustersArgs, opts?: InvokeOptions): Promise<GetKafkaClustersResult>
function getKafkaClustersOutput(args: GetKafkaClustersOutputArgs, opts?: InvokeOptions): Output<GetKafkaClustersResult>def get_kafka_clusters(environment: Optional[GetKafkaClustersEnvironment] = None,
opts: Optional[InvokeOptions] = None) -> GetKafkaClustersResult
def get_kafka_clusters_output(environment: Optional[pulumi.Input[GetKafkaClustersEnvironmentArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetKafkaClustersResult]func GetKafkaClusters(ctx *Context, args *GetKafkaClustersArgs, opts ...InvokeOption) (*GetKafkaClustersResult, error)
func GetKafkaClustersOutput(ctx *Context, args *GetKafkaClustersOutputArgs, opts ...InvokeOption) GetKafkaClustersResultOutput> Note: This function is named GetKafkaClusters in the Go SDK.
public static class GetKafkaClusters
{
public static Task<GetKafkaClustersResult> InvokeAsync(GetKafkaClustersArgs args, InvokeOptions? opts = null)
public static Output<GetKafkaClustersResult> Invoke(GetKafkaClustersInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetKafkaClustersResult> getKafkaClusters(GetKafkaClustersArgs args, InvokeOptions options)
public static Output<GetKafkaClustersResult> getKafkaClusters(GetKafkaClustersArgs args, InvokeOptions options)
fn::invoke:
function: confluentcloud:index/getKafkaClusters:getKafkaClusters
arguments:
# arguments dictionaryThe following arguments are supported:
- Environment
Pulumi.
Confluent Cloud. Inputs. Get Kafka Clusters Environment - (Required Object) exports the following attributes:
- Environment
Get
Kafka Clusters Environment - (Required Object) exports the following attributes:
- environment
Get
Kafka Clusters Environment - (Required Object) exports the following attributes:
- environment
Get
Kafka Clusters Environment - (Required Object) exports the following attributes:
- environment
Get
Kafka Clusters Environment - (Required Object) exports the following attributes:
- environment Property Map
- (Required Object) exports the following attributes:
getKafkaClusters Result
The following output properties are available:
- Clusters
List<Pulumi.
Confluent Cloud. Outputs. Get Kafka Clusters Cluster> - (Required List of Object) List of Kafka clusters. Each Kafka cluster object exports the following attributes:
- Environment
Pulumi.
Confluent Cloud. Outputs. Get Kafka Clusters Environment - (Required Object) exports the following attributes:
- Id string
- The provider-assigned unique ID for this managed resource.
- Clusters
[]Get
Kafka Clusters Cluster - (Required List of Object) List of Kafka clusters. Each Kafka cluster object exports the following attributes:
- Environment
Get
Kafka Clusters Environment - (Required Object) exports the following attributes:
- Id string
- The provider-assigned unique ID for this managed resource.
- clusters
List<Get
Kafka Clusters Cluster> - (Required List of Object) List of Kafka clusters. Each Kafka cluster object exports the following attributes:
- environment
Get
Kafka Clusters Environment - (Required Object) exports the following attributes:
- id String
- The provider-assigned unique ID for this managed resource.
- clusters
Get
Kafka Clusters Cluster[] - (Required List of Object) List of Kafka clusters. Each Kafka cluster object exports the following attributes:
- environment
Get
Kafka Clusters Environment - (Required Object) exports the following attributes:
- id string
- The provider-assigned unique ID for this managed resource.
- clusters
Sequence[Get
Kafka Clusters Cluster] - (Required List of Object) List of Kafka clusters. Each Kafka cluster object exports the following attributes:
- environment
Get
Kafka Clusters Environment - (Required Object) exports the following attributes:
- id str
- The provider-assigned unique ID for this managed resource.
- clusters List<Property Map>
- (Required List of Object) List of Kafka clusters. Each Kafka cluster object exports the following attributes:
- environment Property Map
- (Required Object) exports the following attributes:
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
GetKafkaClustersCluster
- Api
Version string - (Required String) An API Version of the schema version of the Kafka cluster, for example,
cmk/v2. - Availability string
- (Required String) The availability zone configuration of the Kafka cluster. Accepted values are:
SINGLE_ZONE,MULTI_ZONE,LOW, andHIGH. - Bootstrap
Endpoint string - (Required String) The bootstrap endpoint used by Kafka clients to connect to the cluster (for example,
lkc-abc123-apfoo123.eu-west-3.aws.accesspoint.glb.confluent.cloud:9092). - Byok
Keys List<Pulumi.Confluent Cloud. Inputs. Get Kafka Clusters Cluster Byok Key> - (Optional Configuration Block) supports the following:
- Cloud string
- (Required String) The cloud service provider that runs the Kafka cluster. Accepted values are:
AWS,AZURE, andGCP. - Display
Name string - (Required String) The name of the Kafka cluster.
- Endpoints
List<Pulumi.
Confluent Cloud. Inputs. Get Kafka Clusters Cluster Endpoint> - (Optional List) The list of endpoints for connecting to the Kafka cluster. These endpoints provide different network access methods or regions for connecting to the cluster:
- Environment
Pulumi.
Confluent Cloud. Inputs. Get Kafka Clusters Cluster Environment - (Required Object) exports the following attributes:
- Id string
- (Required String) The ID of the Confluent key that is used to encrypt the data in the Kafka cluster, for example,
cck-lye5m. - Kind string
- (Required String) A kind of the Kafka cluster, for example,
Cluster. - Networks
List<Pulumi.
Confluent Cloud. Inputs. Get Kafka Clusters Cluster Network> - (Optional Configuration Block) supports the following:
- Rbac
Crn string - (Required String) The Confluent Resource Name of the Kafka cluster, for example,
crn://confluent.cloud/organization=1111aaaa-11aa-11aa-11aa-111111aaaaaa/environment=env-abc123/cloud-cluster=lkc-abc123. - Region string
- (Required String) The cloud service provider region where the Kafka cluster is running, for example,
us-west-2. See Cloud Providers and Regions for a full list of options for AWS, Azure, and GCP. - Rest
Endpoint string - (Required String) The REST endpoint of the Kafka cluster (for example,
https://lkc-abc123-apfoo123.eu-west-3.aws.accesspoint.glb.confluent.cloud:443). - Basics
List<Pulumi.
Confluent Cloud. Inputs. Get Kafka Clusters Cluster Basic> - (Optional Configuration Block) The configuration of the Basic Kafka cluster.
- Dedicated
Pulumi.
Confluent Cloud. Inputs. Get Kafka Clusters Cluster Dedicated - (Optional Configuration Block) The configuration of the Dedicated Kafka cluster. It supports the following:
- Enterprises
List<Pulumi.
Confluent Cloud. Inputs. Get Kafka Clusters Cluster Enterprise> - (Optional Configuration Block) The configuration of the Enterprise Kafka cluster.
- Freights
List<Pulumi.
Confluent Cloud. Inputs. Get Kafka Clusters Cluster Freight> - (Optional Configuration Block) The configuration of the Freight Kafka cluster.
- Standards
List<Pulumi.
Confluent Cloud. Inputs. Get Kafka Clusters Cluster Standard> - (Optional Configuration Block) The configuration of the Standard Kafka cluster.
- Api
Version string - (Required String) An API Version of the schema version of the Kafka cluster, for example,
cmk/v2. - Availability string
- (Required String) The availability zone configuration of the Kafka cluster. Accepted values are:
SINGLE_ZONE,MULTI_ZONE,LOW, andHIGH. - Bootstrap
Endpoint string - (Required String) The bootstrap endpoint used by Kafka clients to connect to the cluster (for example,
lkc-abc123-apfoo123.eu-west-3.aws.accesspoint.glb.confluent.cloud:9092). - Byok
Keys []GetKafka Clusters Cluster Byok Key - (Optional Configuration Block) supports the following:
- Cloud string
- (Required String) The cloud service provider that runs the Kafka cluster. Accepted values are:
AWS,AZURE, andGCP. - Display
Name string - (Required String) The name of the Kafka cluster.
- Endpoints
[]Get
Kafka Clusters Cluster Endpoint - (Optional List) The list of endpoints for connecting to the Kafka cluster. These endpoints provide different network access methods or regions for connecting to the cluster:
- Environment
Get
Kafka Clusters Cluster Environment - (Required Object) exports the following attributes:
- Id string
- (Required String) The ID of the Confluent key that is used to encrypt the data in the Kafka cluster, for example,
cck-lye5m. - Kind string
- (Required String) A kind of the Kafka cluster, for example,
Cluster. - Networks
[]Get
Kafka Clusters Cluster Network - (Optional Configuration Block) supports the following:
- Rbac
Crn string - (Required String) The Confluent Resource Name of the Kafka cluster, for example,
crn://confluent.cloud/organization=1111aaaa-11aa-11aa-11aa-111111aaaaaa/environment=env-abc123/cloud-cluster=lkc-abc123. - Region string
- (Required String) The cloud service provider region where the Kafka cluster is running, for example,
us-west-2. See Cloud Providers and Regions for a full list of options for AWS, Azure, and GCP. - Rest
Endpoint string - (Required String) The REST endpoint of the Kafka cluster (for example,
https://lkc-abc123-apfoo123.eu-west-3.aws.accesspoint.glb.confluent.cloud:443). - Basics
[]Get
Kafka Clusters Cluster Basic - (Optional Configuration Block) The configuration of the Basic Kafka cluster.
- Dedicated
Get
Kafka Clusters Cluster Dedicated - (Optional Configuration Block) The configuration of the Dedicated Kafka cluster. It supports the following:
- Enterprises
[]Get
Kafka Clusters Cluster Enterprise - (Optional Configuration Block) The configuration of the Enterprise Kafka cluster.
- Freights
[]Get
Kafka Clusters Cluster Freight - (Optional Configuration Block) The configuration of the Freight Kafka cluster.
- Standards
[]Get
Kafka Clusters Cluster Standard - (Optional Configuration Block) The configuration of the Standard Kafka cluster.
- api
Version String - (Required String) An API Version of the schema version of the Kafka cluster, for example,
cmk/v2. - availability String
- (Required String) The availability zone configuration of the Kafka cluster. Accepted values are:
SINGLE_ZONE,MULTI_ZONE,LOW, andHIGH. - bootstrap
Endpoint String - (Required String) The bootstrap endpoint used by Kafka clients to connect to the cluster (for example,
lkc-abc123-apfoo123.eu-west-3.aws.accesspoint.glb.confluent.cloud:9092). - byok
Keys List<GetKafka Clusters Cluster Byok Key> - (Optional Configuration Block) supports the following:
- cloud String
- (Required String) The cloud service provider that runs the Kafka cluster. Accepted values are:
AWS,AZURE, andGCP. - display
Name String - (Required String) The name of the Kafka cluster.
- endpoints
List<Get
Kafka Clusters Cluster Endpoint> - (Optional List) The list of endpoints for connecting to the Kafka cluster. These endpoints provide different network access methods or regions for connecting to the cluster:
- environment
Get
Kafka Clusters Cluster Environment - (Required Object) exports the following attributes:
- id String
- (Required String) The ID of the Confluent key that is used to encrypt the data in the Kafka cluster, for example,
cck-lye5m. - kind String
- (Required String) A kind of the Kafka cluster, for example,
Cluster. - networks
List<Get
Kafka Clusters Cluster Network> - (Optional Configuration Block) supports the following:
- rbac
Crn String - (Required String) The Confluent Resource Name of the Kafka cluster, for example,
crn://confluent.cloud/organization=1111aaaa-11aa-11aa-11aa-111111aaaaaa/environment=env-abc123/cloud-cluster=lkc-abc123. - region String
- (Required String) The cloud service provider region where the Kafka cluster is running, for example,
us-west-2. See Cloud Providers and Regions for a full list of options for AWS, Azure, and GCP. - rest
Endpoint String - (Required String) The REST endpoint of the Kafka cluster (for example,
https://lkc-abc123-apfoo123.eu-west-3.aws.accesspoint.glb.confluent.cloud:443). - basics
List<Get
Kafka Clusters Cluster Basic> - (Optional Configuration Block) The configuration of the Basic Kafka cluster.
- dedicated
Get
Kafka Clusters Cluster Dedicated - (Optional Configuration Block) The configuration of the Dedicated Kafka cluster. It supports the following:
- enterprises
List<Get
Kafka Clusters Cluster Enterprise> - (Optional Configuration Block) The configuration of the Enterprise Kafka cluster.
- freights
List<Get
Kafka Clusters Cluster Freight> - (Optional Configuration Block) The configuration of the Freight Kafka cluster.
- standards
List<Get
Kafka Clusters Cluster Standard> - (Optional Configuration Block) The configuration of the Standard Kafka cluster.
- api
Version string - (Required String) An API Version of the schema version of the Kafka cluster, for example,
cmk/v2. - availability string
- (Required String) The availability zone configuration of the Kafka cluster. Accepted values are:
SINGLE_ZONE,MULTI_ZONE,LOW, andHIGH. - bootstrap
Endpoint string - (Required String) The bootstrap endpoint used by Kafka clients to connect to the cluster (for example,
lkc-abc123-apfoo123.eu-west-3.aws.accesspoint.glb.confluent.cloud:9092). - byok
Keys GetKafka Clusters Cluster Byok Key[] - (Optional Configuration Block) supports the following:
- cloud string
- (Required String) The cloud service provider that runs the Kafka cluster. Accepted values are:
AWS,AZURE, andGCP. - display
Name string - (Required String) The name of the Kafka cluster.
- endpoints
Get
Kafka Clusters Cluster Endpoint[] - (Optional List) The list of endpoints for connecting to the Kafka cluster. These endpoints provide different network access methods or regions for connecting to the cluster:
- environment
Get
Kafka Clusters Cluster Environment - (Required Object) exports the following attributes:
- id string
- (Required String) The ID of the Confluent key that is used to encrypt the data in the Kafka cluster, for example,
cck-lye5m. - kind string
- (Required String) A kind of the Kafka cluster, for example,
Cluster. - networks
Get
Kafka Clusters Cluster Network[] - (Optional Configuration Block) supports the following:
- rbac
Crn string - (Required String) The Confluent Resource Name of the Kafka cluster, for example,
crn://confluent.cloud/organization=1111aaaa-11aa-11aa-11aa-111111aaaaaa/environment=env-abc123/cloud-cluster=lkc-abc123. - region string
- (Required String) The cloud service provider region where the Kafka cluster is running, for example,
us-west-2. See Cloud Providers and Regions for a full list of options for AWS, Azure, and GCP. - rest
Endpoint string - (Required String) The REST endpoint of the Kafka cluster (for example,
https://lkc-abc123-apfoo123.eu-west-3.aws.accesspoint.glb.confluent.cloud:443). - basics
Get
Kafka Clusters Cluster Basic[] - (Optional Configuration Block) The configuration of the Basic Kafka cluster.
- dedicated
Get
Kafka Clusters Cluster Dedicated - (Optional Configuration Block) The configuration of the Dedicated Kafka cluster. It supports the following:
- enterprises
Get
Kafka Clusters Cluster Enterprise[] - (Optional Configuration Block) The configuration of the Enterprise Kafka cluster.
- freights
Get
Kafka Clusters Cluster Freight[] - (Optional Configuration Block) The configuration of the Freight Kafka cluster.
- standards
Get
Kafka Clusters Cluster Standard[] - (Optional Configuration Block) The configuration of the Standard Kafka cluster.
- api_
version str - (Required String) An API Version of the schema version of the Kafka cluster, for example,
cmk/v2. - availability str
- (Required String) The availability zone configuration of the Kafka cluster. Accepted values are:
SINGLE_ZONE,MULTI_ZONE,LOW, andHIGH. - bootstrap_
endpoint str - (Required String) The bootstrap endpoint used by Kafka clients to connect to the cluster (for example,
lkc-abc123-apfoo123.eu-west-3.aws.accesspoint.glb.confluent.cloud:9092). - byok_
keys Sequence[GetKafka Clusters Cluster Byok Key] - (Optional Configuration Block) supports the following:
- cloud str
- (Required String) The cloud service provider that runs the Kafka cluster. Accepted values are:
AWS,AZURE, andGCP. - display_
name str - (Required String) The name of the Kafka cluster.
- endpoints
Sequence[Get
Kafka Clusters Cluster Endpoint] - (Optional List) The list of endpoints for connecting to the Kafka cluster. These endpoints provide different network access methods or regions for connecting to the cluster:
- environment
Get
Kafka Clusters Cluster Environment - (Required Object) exports the following attributes:
- id str
- (Required String) The ID of the Confluent key that is used to encrypt the data in the Kafka cluster, for example,
cck-lye5m. - kind str
- (Required String) A kind of the Kafka cluster, for example,
Cluster. - networks
Sequence[Get
Kafka Clusters Cluster Network] - (Optional Configuration Block) supports the following:
- rbac_
crn str - (Required String) The Confluent Resource Name of the Kafka cluster, for example,
crn://confluent.cloud/organization=1111aaaa-11aa-11aa-11aa-111111aaaaaa/environment=env-abc123/cloud-cluster=lkc-abc123. - region str
- (Required String) The cloud service provider region where the Kafka cluster is running, for example,
us-west-2. See Cloud Providers and Regions for a full list of options for AWS, Azure, and GCP. - rest_
endpoint str - (Required String) The REST endpoint of the Kafka cluster (for example,
https://lkc-abc123-apfoo123.eu-west-3.aws.accesspoint.glb.confluent.cloud:443). - basics
Sequence[Get
Kafka Clusters Cluster Basic] - (Optional Configuration Block) The configuration of the Basic Kafka cluster.
- dedicated
Get
Kafka Clusters Cluster Dedicated - (Optional Configuration Block) The configuration of the Dedicated Kafka cluster. It supports the following:
- enterprises
Sequence[Get
Kafka Clusters Cluster Enterprise] - (Optional Configuration Block) The configuration of the Enterprise Kafka cluster.
- freights
Sequence[Get
Kafka Clusters Cluster Freight] - (Optional Configuration Block) The configuration of the Freight Kafka cluster.
- standards
Sequence[Get
Kafka Clusters Cluster Standard] - (Optional Configuration Block) The configuration of the Standard Kafka cluster.
- api
Version String - (Required String) An API Version of the schema version of the Kafka cluster, for example,
cmk/v2. - availability String
- (Required String) The availability zone configuration of the Kafka cluster. Accepted values are:
SINGLE_ZONE,MULTI_ZONE,LOW, andHIGH. - bootstrap
Endpoint String - (Required String) The bootstrap endpoint used by Kafka clients to connect to the cluster (for example,
lkc-abc123-apfoo123.eu-west-3.aws.accesspoint.glb.confluent.cloud:9092). - byok
Keys List<Property Map> - (Optional Configuration Block) supports the following:
- cloud String
- (Required String) The cloud service provider that runs the Kafka cluster. Accepted values are:
AWS,AZURE, andGCP. - display
Name String - (Required String) The name of the Kafka cluster.
- endpoints List<Property Map>
- (Optional List) The list of endpoints for connecting to the Kafka cluster. These endpoints provide different network access methods or regions for connecting to the cluster:
- environment Property Map
- (Required Object) exports the following attributes:
- id String
- (Required String) The ID of the Confluent key that is used to encrypt the data in the Kafka cluster, for example,
cck-lye5m. - kind String
- (Required String) A kind of the Kafka cluster, for example,
Cluster. - networks List<Property Map>
- (Optional Configuration Block) supports the following:
- rbac
Crn String - (Required String) The Confluent Resource Name of the Kafka cluster, for example,
crn://confluent.cloud/organization=1111aaaa-11aa-11aa-11aa-111111aaaaaa/environment=env-abc123/cloud-cluster=lkc-abc123. - region String
- (Required String) The cloud service provider region where the Kafka cluster is running, for example,
us-west-2. See Cloud Providers and Regions for a full list of options for AWS, Azure, and GCP. - rest
Endpoint String - (Required String) The REST endpoint of the Kafka cluster (for example,
https://lkc-abc123-apfoo123.eu-west-3.aws.accesspoint.glb.confluent.cloud:443). - basics List<Property Map>
- (Optional Configuration Block) The configuration of the Basic Kafka cluster.
- dedicated Property Map
- (Optional Configuration Block) The configuration of the Dedicated Kafka cluster. It supports the following:
- enterprises List<Property Map>
- (Optional Configuration Block) The configuration of the Enterprise Kafka cluster.
- freights List<Property Map>
- (Optional Configuration Block) The configuration of the Freight Kafka cluster.
- standards List<Property Map>
- (Optional Configuration Block) The configuration of the Standard Kafka cluster.
GetKafkaClustersClusterBasic
- Max
Ecku int - The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with HIGH availability must have at least two eCKUs.
- Max
Ecku int - The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with HIGH availability must have at least two eCKUs.
- max
Ecku Integer - The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with HIGH availability must have at least two eCKUs.
- max
Ecku number - The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with HIGH availability must have at least two eCKUs.
- max_
ecku int - The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with HIGH availability must have at least two eCKUs.
- max
Ecku Number - The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with HIGH availability must have at least two eCKUs.
GetKafkaClustersClusterByokKey
- Id string
- (Required String) The ID of the Confluent key that is used to encrypt the data in the Kafka cluster, for example,
cck-lye5m.
- Id string
- (Required String) The ID of the Confluent key that is used to encrypt the data in the Kafka cluster, for example,
cck-lye5m.
- id String
- (Required String) The ID of the Confluent key that is used to encrypt the data in the Kafka cluster, for example,
cck-lye5m.
- id string
- (Required String) The ID of the Confluent key that is used to encrypt the data in the Kafka cluster, for example,
cck-lye5m.
- id str
- (Required String) The ID of the Confluent key that is used to encrypt the data in the Kafka cluster, for example,
cck-lye5m.
- id String
- (Required String) The ID of the Confluent key that is used to encrypt the data in the Kafka cluster, for example,
cck-lye5m.
GetKafkaClustersClusterDedicated
- Cku int
- (Required Number) The number of Confluent Kafka Units (CKUs) for Dedicated cluster types. The minimum number of CKUs for
SINGLE_ZONEdedicated clusters is1whereasMULTI_ZONEdedicated clusters must have2CKUs or more. - Encryption
Key string - The ID of the encryption key that is used to encrypt the data in the Kafka cluster.
- Zones List<string>
- (Required List of String) The list of zones the cluster is in.
- Cku int
- (Required Number) The number of Confluent Kafka Units (CKUs) for Dedicated cluster types. The minimum number of CKUs for
SINGLE_ZONEdedicated clusters is1whereasMULTI_ZONEdedicated clusters must have2CKUs or more. - Encryption
Key string - The ID of the encryption key that is used to encrypt the data in the Kafka cluster.
- Zones []string
- (Required List of String) The list of zones the cluster is in.
- cku Integer
- (Required Number) The number of Confluent Kafka Units (CKUs) for Dedicated cluster types. The minimum number of CKUs for
SINGLE_ZONEdedicated clusters is1whereasMULTI_ZONEdedicated clusters must have2CKUs or more. - encryption
Key String - The ID of the encryption key that is used to encrypt the data in the Kafka cluster.
- zones List<String>
- (Required List of String) The list of zones the cluster is in.
- cku number
- (Required Number) The number of Confluent Kafka Units (CKUs) for Dedicated cluster types. The minimum number of CKUs for
SINGLE_ZONEdedicated clusters is1whereasMULTI_ZONEdedicated clusters must have2CKUs or more. - encryption
Key string - The ID of the encryption key that is used to encrypt the data in the Kafka cluster.
- zones string[]
- (Required List of String) The list of zones the cluster is in.
- cku int
- (Required Number) The number of Confluent Kafka Units (CKUs) for Dedicated cluster types. The minimum number of CKUs for
SINGLE_ZONEdedicated clusters is1whereasMULTI_ZONEdedicated clusters must have2CKUs or more. - encryption_
key str - The ID of the encryption key that is used to encrypt the data in the Kafka cluster.
- zones Sequence[str]
- (Required List of String) The list of zones the cluster is in.
- cku Number
- (Required Number) The number of Confluent Kafka Units (CKUs) for Dedicated cluster types. The minimum number of CKUs for
SINGLE_ZONEdedicated clusters is1whereasMULTI_ZONEdedicated clusters must have2CKUs or more. - encryption
Key String - The ID of the encryption key that is used to encrypt the data in the Kafka cluster.
- zones List<String>
- (Required List of String) The list of zones the cluster is in.
GetKafkaClustersClusterEndpoint
- Access
Point stringId - (Required String) The ID of the Access Point that the endpoint corresponds to. Access Point IDs
PUBLICandPRIVATE_LINKare reserved. - Bootstrap
Endpoint string - (Required String) The bootstrap endpoint used by Kafka clients to connect to the cluster (for example,
lkc-abc123-apfoo123.eu-west-3.aws.accesspoint.glb.confluent.cloud:9092). - Connection
Type string - (Required String) The type of connection used for the endpoint (for example,
PRIVATE_NETWORK_INTERFACE). - Rest
Endpoint string - (Required String) The REST endpoint of the Kafka cluster (for example,
https://lkc-abc123-apfoo123.eu-west-3.aws.accesspoint.glb.confluent.cloud:443).
- Access
Point stringId - (Required String) The ID of the Access Point that the endpoint corresponds to. Access Point IDs
PUBLICandPRIVATE_LINKare reserved. - Bootstrap
Endpoint string - (Required String) The bootstrap endpoint used by Kafka clients to connect to the cluster (for example,
lkc-abc123-apfoo123.eu-west-3.aws.accesspoint.glb.confluent.cloud:9092). - Connection
Type string - (Required String) The type of connection used for the endpoint (for example,
PRIVATE_NETWORK_INTERFACE). - Rest
Endpoint string - (Required String) The REST endpoint of the Kafka cluster (for example,
https://lkc-abc123-apfoo123.eu-west-3.aws.accesspoint.glb.confluent.cloud:443).
- access
Point StringId - (Required String) The ID of the Access Point that the endpoint corresponds to. Access Point IDs
PUBLICandPRIVATE_LINKare reserved. - bootstrap
Endpoint String - (Required String) The bootstrap endpoint used by Kafka clients to connect to the cluster (for example,
lkc-abc123-apfoo123.eu-west-3.aws.accesspoint.glb.confluent.cloud:9092). - connection
Type String - (Required String) The type of connection used for the endpoint (for example,
PRIVATE_NETWORK_INTERFACE). - rest
Endpoint String - (Required String) The REST endpoint of the Kafka cluster (for example,
https://lkc-abc123-apfoo123.eu-west-3.aws.accesspoint.glb.confluent.cloud:443).
- access
Point stringId - (Required String) The ID of the Access Point that the endpoint corresponds to. Access Point IDs
PUBLICandPRIVATE_LINKare reserved. - bootstrap
Endpoint string - (Required String) The bootstrap endpoint used by Kafka clients to connect to the cluster (for example,
lkc-abc123-apfoo123.eu-west-3.aws.accesspoint.glb.confluent.cloud:9092). - connection
Type string - (Required String) The type of connection used for the endpoint (for example,
PRIVATE_NETWORK_INTERFACE). - rest
Endpoint string - (Required String) The REST endpoint of the Kafka cluster (for example,
https://lkc-abc123-apfoo123.eu-west-3.aws.accesspoint.glb.confluent.cloud:443).
- access_
point_ strid - (Required String) The ID of the Access Point that the endpoint corresponds to. Access Point IDs
PUBLICandPRIVATE_LINKare reserved. - bootstrap_
endpoint str - (Required String) The bootstrap endpoint used by Kafka clients to connect to the cluster (for example,
lkc-abc123-apfoo123.eu-west-3.aws.accesspoint.glb.confluent.cloud:9092). - connection_
type str - (Required String) The type of connection used for the endpoint (for example,
PRIVATE_NETWORK_INTERFACE). - rest_
endpoint str - (Required String) The REST endpoint of the Kafka cluster (for example,
https://lkc-abc123-apfoo123.eu-west-3.aws.accesspoint.glb.confluent.cloud:443).
- access
Point StringId - (Required String) The ID of the Access Point that the endpoint corresponds to. Access Point IDs
PUBLICandPRIVATE_LINKare reserved. - bootstrap
Endpoint String - (Required String) The bootstrap endpoint used by Kafka clients to connect to the cluster (for example,
lkc-abc123-apfoo123.eu-west-3.aws.accesspoint.glb.confluent.cloud:9092). - connection
Type String - (Required String) The type of connection used for the endpoint (for example,
PRIVATE_NETWORK_INTERFACE). - rest
Endpoint String - (Required String) The REST endpoint of the Kafka cluster (for example,
https://lkc-abc123-apfoo123.eu-west-3.aws.accesspoint.glb.confluent.cloud:443).
GetKafkaClustersClusterEnterprise
- Max
Ecku int - The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with HIGH availability must have at least two eCKUs.
- Max
Ecku int - The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with HIGH availability must have at least two eCKUs.
- max
Ecku Integer - The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with HIGH availability must have at least two eCKUs.
- max
Ecku number - The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with HIGH availability must have at least two eCKUs.
- max_
ecku int - The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with HIGH availability must have at least two eCKUs.
- max
Ecku Number - The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with HIGH availability must have at least two eCKUs.
GetKafkaClustersClusterEnvironment
- Id string
- The ID of the Environment that the Kafka clusters belongs to, for example,
env-xyz456.
- Id string
- The ID of the Environment that the Kafka clusters belongs to, for example,
env-xyz456.
- id String
- The ID of the Environment that the Kafka clusters belongs to, for example,
env-xyz456.
- id string
- The ID of the Environment that the Kafka clusters belongs to, for example,
env-xyz456.
- id str
- The ID of the Environment that the Kafka clusters belongs to, for example,
env-xyz456.
- id String
- The ID of the Environment that the Kafka clusters belongs to, for example,
env-xyz456.
GetKafkaClustersClusterFreight
GetKafkaClustersClusterNetwork
- Id string
- (Required String) The ID of the Confluent key that is used to encrypt the data in the Kafka cluster, for example,
cck-lye5m.
- Id string
- (Required String) The ID of the Confluent key that is used to encrypt the data in the Kafka cluster, for example,
cck-lye5m.
- id String
- (Required String) The ID of the Confluent key that is used to encrypt the data in the Kafka cluster, for example,
cck-lye5m.
- id string
- (Required String) The ID of the Confluent key that is used to encrypt the data in the Kafka cluster, for example,
cck-lye5m.
- id str
- (Required String) The ID of the Confluent key that is used to encrypt the data in the Kafka cluster, for example,
cck-lye5m.
- id String
- (Required String) The ID of the Confluent key that is used to encrypt the data in the Kafka cluster, for example,
cck-lye5m.
GetKafkaClustersClusterStandard
- Max
Ecku int - The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with HIGH availability must have at least two eCKUs.
- Max
Ecku int - The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with HIGH availability must have at least two eCKUs.
- max
Ecku Integer - The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with HIGH availability must have at least two eCKUs.
- max
Ecku number - The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with HIGH availability must have at least two eCKUs.
- max_
ecku int - The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with HIGH availability must have at least two eCKUs.
- max
Ecku Number - The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with HIGH availability must have at least two eCKUs.
GetKafkaClustersEnvironment
- Id string
- The ID of the Environment that the Kafka clusters belongs to, for example,
env-xyz456.
- Id string
- The ID of the Environment that the Kafka clusters belongs to, for example,
env-xyz456.
- id String
- The ID of the Environment that the Kafka clusters belongs to, for example,
env-xyz456.
- id string
- The ID of the Environment that the Kafka clusters belongs to, for example,
env-xyz456.
- id str
- The ID of the Environment that the Kafka clusters belongs to, for example,
env-xyz456.
- id String
- The ID of the Environment that the Kafka clusters belongs to, for example,
env-xyz456.
Package Details
- Repository
- Confluent Cloud pulumi/pulumi-confluentcloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
confluentTerraform Provider.
Viewing docs for Confluent v2.59.0
published on Friday, Mar 6, 2026 by Pulumi
published on Friday, Mar 6, 2026 by Pulumi
