Oracle Cloud Infrastructure v3.15.0 published on Thursday, Jan 22, 2026 by Pulumi
Oracle Cloud Infrastructure v3.15.0 published on Thursday, Jan 22, 2026 by Pulumi
This data source provides the list of Kafka Clusters in Oracle Cloud Infrastructure Managed Kafka service.
Gets a list of KafkaClusters.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testKafkaClusters = oci.oci.getManagedKafkaKafkaClusters({
compartmentId: compartmentId,
displayName: kafkaClusterDisplayName,
id: kafkaClusterId,
state: kafkaClusterState,
});
import pulumi
import pulumi_oci as oci
test_kafka_clusters = oci.oci.get_managed_kafka_kafka_clusters(compartment_id=compartment_id,
display_name=kafka_cluster_display_name,
id=kafka_cluster_id,
state=kafka_cluster_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/oci"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := oci.GetManagedKafkaKafkaClusters(ctx, &oci.GetManagedKafkaKafkaClustersArgs{
CompartmentId: pulumi.StringRef(compartmentId),
DisplayName: pulumi.StringRef(kafkaClusterDisplayName),
Id: pulumi.StringRef(kafkaClusterId),
State: pulumi.StringRef(kafkaClusterState),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testKafkaClusters = Oci.Oci.GetManagedKafkaKafkaClusters.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = kafkaClusterDisplayName,
Id = kafkaClusterId,
State = kafkaClusterState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.oci.OciFunctions;
import com.pulumi.oci.oci.inputs.GetManagedKafkaKafkaClustersArgs;
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 testKafkaClusters = OciFunctions.getManagedKafkaKafkaClusters(GetManagedKafkaKafkaClustersArgs.builder()
.compartmentId(compartmentId)
.displayName(kafkaClusterDisplayName)
.id(kafkaClusterId)
.state(kafkaClusterState)
.build());
}
}
variables:
testKafkaClusters:
fn::invoke:
function: oci:oci:getManagedKafkaKafkaClusters
arguments:
compartmentId: ${compartmentId}
displayName: ${kafkaClusterDisplayName}
id: ${kafkaClusterId}
state: ${kafkaClusterState}
Using getManagedKafkaKafkaClusters
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 getManagedKafkaKafkaClusters(args: GetManagedKafkaKafkaClustersArgs, opts?: InvokeOptions): Promise<GetManagedKafkaKafkaClustersResult>
function getManagedKafkaKafkaClustersOutput(args: GetManagedKafkaKafkaClustersOutputArgs, opts?: InvokeOptions): Output<GetManagedKafkaKafkaClustersResult>def get_managed_kafka_kafka_clusters(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[GetManagedKafkaKafkaClustersFilter]] = None,
id: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetManagedKafkaKafkaClustersResult
def get_managed_kafka_kafka_clusters_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetManagedKafkaKafkaClustersFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetManagedKafkaKafkaClustersResult]func GetManagedKafkaKafkaClusters(ctx *Context, args *GetManagedKafkaKafkaClustersArgs, opts ...InvokeOption) (*GetManagedKafkaKafkaClustersResult, error)
func GetManagedKafkaKafkaClustersOutput(ctx *Context, args *GetManagedKafkaKafkaClustersOutputArgs, opts ...InvokeOption) GetManagedKafkaKafkaClustersResultOutput> Note: This function is named GetManagedKafkaKafkaClusters in the Go SDK.
public static class GetManagedKafkaKafkaClusters
{
public static Task<GetManagedKafkaKafkaClustersResult> InvokeAsync(GetManagedKafkaKafkaClustersArgs args, InvokeOptions? opts = null)
public static Output<GetManagedKafkaKafkaClustersResult> Invoke(GetManagedKafkaKafkaClustersInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetManagedKafkaKafkaClustersResult> getManagedKafkaKafkaClusters(GetManagedKafkaKafkaClustersArgs args, InvokeOptions options)
public static Output<GetManagedKafkaKafkaClustersResult> getManagedKafkaKafkaClusters(GetManagedKafkaKafkaClustersArgs args, InvokeOptions options)
fn::invoke:
function: oci:oci/getManagedKafkaKafkaClusters:getManagedKafkaKafkaClusters
arguments:
# arguments dictionaryThe following arguments are supported:
- Compartment
Id string - The OCID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Filters
List<Get
Managed Kafka Kafka Clusters Filter> - Id string
- The OCID of the KafkaCluster.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- Compartment
Id string - The OCID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Filters
[]Get
Managed Kafka Kafka Clusters Filter - Id string
- The OCID of the KafkaCluster.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id String - The OCID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the given display name exactly.
- filters
List<Get
Managed Kafka Kafka Clusters Filter> - id String
- The OCID of the KafkaCluster.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id string - The OCID of the compartment in which to list resources.
- display
Name string - A filter to return only resources that match the given display name exactly.
- filters
Get
Managed Kafka Kafka Clusters Filter[] - id string
- The OCID of the KafkaCluster.
- state string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- compartment_
id str - The OCID of the compartment in which to list resources.
- display_
name str - A filter to return only resources that match the given display name exactly.
- filters
Sequence[Get
Managed Kafka Kafka Clusters Filter] - id str
- The OCID of the KafkaCluster.
- state str
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id String - The OCID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the given display name exactly.
- filters List<Property Map>
- id String
- The OCID of the KafkaCluster.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
getManagedKafkaKafkaClusters Result
The following output properties are available:
- Kafka
Cluster List<GetCollections Managed Kafka Kafka Clusters Kafka Cluster Collection> - The list of kafka_cluster_collection.
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable.
- Filters
List<Get
Managed Kafka Kafka Clusters Filter> - Id string
- The OCID of the KafkaCluster.
- State string
- The current state of the KafkaCluster.
- Kafka
Cluster []GetCollections Managed Kafka Kafka Clusters Kafka Cluster Collection - The list of kafka_cluster_collection.
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable.
- Filters
[]Get
Managed Kafka Kafka Clusters Filter - Id string
- The OCID of the KafkaCluster.
- State string
- The current state of the KafkaCluster.
- kafka
Cluster List<GetCollections Managed Kafka Kafka Clusters Kafka Cluster Collection> - The list of kafka_cluster_collection.
- compartment
Id String - The OCID of the compartment.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable.
- filters
List<Get
Managed Kafka Kafka Clusters Filter> - id String
- The OCID of the KafkaCluster.
- state String
- The current state of the KafkaCluster.
- kafka
Cluster GetCollections Managed Kafka Kafka Clusters Kafka Cluster Collection[] - The list of kafka_cluster_collection.
- compartment
Id string - The OCID of the compartment.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable.
- filters
Get
Managed Kafka Kafka Clusters Filter[] - id string
- The OCID of the KafkaCluster.
- state string
- The current state of the KafkaCluster.
- kafka_
cluster_ Sequence[Getcollections Managed Kafka Kafka Clusters Kafka Cluster Collection] - The list of kafka_cluster_collection.
- compartment_
id str - The OCID of the compartment.
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable.
- filters
Sequence[Get
Managed Kafka Kafka Clusters Filter] - id str
- The OCID of the KafkaCluster.
- state str
- The current state of the KafkaCluster.
- kafka
Cluster List<Property Map>Collections - The list of kafka_cluster_collection.
- compartment
Id String - The OCID of the compartment.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable.
- filters List<Property Map>
- id String
- The OCID of the KafkaCluster.
- state String
- The current state of the KafkaCluster.
Supporting Types
GetManagedKafkaKafkaClustersFilter
GetManagedKafkaKafkaClustersKafkaClusterCollection
GetManagedKafkaKafkaClustersKafkaClusterCollectionItem
- Access
Subnets List<GetManaged Kafka Kafka Clusters Kafka Cluster Collection Item Access Subnet> - Subnets where broker/coordinator VNICs will be created.
- Broker
Shapes List<GetManaged Kafka Kafka Clusters Kafka Cluster Collection Item Broker Shape> - Configuration of the broker node.
- Client
Certificate stringBundle - CA certificate bundle for mTLS broker authentication.
- Cluster
Config stringId - The OCID of Kafka Cluster configuration object
- Cluster
Config intVersion - The version of configuration object
- Cluster
Type string - Type of the cluster to spin up. DEVELOPMENT - setting that allows to sacrifice HA and spin up cluster on a single node PRODUCTION - Minimum allowed broker count is 3
- Compartment
Id string - The OCID of the compartment in which to list resources.
- Coordination
Type string - Kafka coordination type. Set of available types depends on Kafka version
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - Display
Name string - A filter to return only resources that match the given display name exactly.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - Id string
- The OCID of the KafkaCluster.
- Kafka
Bootstrap List<GetUrls Managed Kafka Kafka Clusters Kafka Cluster Collection Item Kafka Bootstrap Url> - Bootstrap URL that can be used to connect to Kafka
- Kafka
Version string - Version of Kafka to use to spin up the cluster
- Lifecycle
Details string - A message that describes the current state of the KafkaCluster in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- Secret
Id string - The OCID of the secret that contains superuser password.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The date and time the KafkaCluster was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Updated string - The date and time the KafkaCluster was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- Access
Subnets []GetManaged Kafka Kafka Clusters Kafka Cluster Collection Item Access Subnet - Subnets where broker/coordinator VNICs will be created.
- Broker
Shapes []GetManaged Kafka Kafka Clusters Kafka Cluster Collection Item Broker Shape - Configuration of the broker node.
- Client
Certificate stringBundle - CA certificate bundle for mTLS broker authentication.
- Cluster
Config stringId - The OCID of Kafka Cluster configuration object
- Cluster
Config intVersion - The version of configuration object
- Cluster
Type string - Type of the cluster to spin up. DEVELOPMENT - setting that allows to sacrifice HA and spin up cluster on a single node PRODUCTION - Minimum allowed broker count is 3
- Compartment
Id string - The OCID of the compartment in which to list resources.
- Coordination
Type string - Kafka coordination type. Set of available types depends on Kafka version
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - Display
Name string - A filter to return only resources that match the given display name exactly.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - Id string
- The OCID of the KafkaCluster.
- Kafka
Bootstrap []GetUrls Managed Kafka Kafka Clusters Kafka Cluster Collection Item Kafka Bootstrap Url - Bootstrap URL that can be used to connect to Kafka
- Kafka
Version string - Version of Kafka to use to spin up the cluster
- Lifecycle
Details string - A message that describes the current state of the KafkaCluster in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- Secret
Id string - The OCID of the secret that contains superuser password.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The date and time the KafkaCluster was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Updated string - The date and time the KafkaCluster was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- access
Subnets List<GetManaged Kafka Kafka Clusters Kafka Cluster Collection Item Access Subnet> - Subnets where broker/coordinator VNICs will be created.
- broker
Shapes List<GetManaged Kafka Kafka Clusters Kafka Cluster Collection Item Broker Shape> - Configuration of the broker node.
- client
Certificate StringBundle - CA certificate bundle for mTLS broker authentication.
- cluster
Config StringId - The OCID of Kafka Cluster configuration object
- cluster
Config IntegerVersion - The version of configuration object
- cluster
Type String - Type of the cluster to spin up. DEVELOPMENT - setting that allows to sacrifice HA and spin up cluster on a single node PRODUCTION - Minimum allowed broker count is 3
- compartment
Id String - The OCID of the compartment in which to list resources.
- coordination
Type String - Kafka coordination type. Set of available types depends on Kafka version
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - display
Name String - A filter to return only resources that match the given display name exactly.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id String
- The OCID of the KafkaCluster.
- kafka
Bootstrap List<GetUrls Managed Kafka Kafka Clusters Kafka Cluster Collection Item Kafka Bootstrap Url> - Bootstrap URL that can be used to connect to Kafka
- kafka
Version String - Version of Kafka to use to spin up the cluster
- lifecycle
Details String - A message that describes the current state of the KafkaCluster in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- secret
Id String - The OCID of the secret that contains superuser password.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The date and time the KafkaCluster was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Updated String - The date and time the KafkaCluster was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- access
Subnets GetManaged Kafka Kafka Clusters Kafka Cluster Collection Item Access Subnet[] - Subnets where broker/coordinator VNICs will be created.
- broker
Shapes GetManaged Kafka Kafka Clusters Kafka Cluster Collection Item Broker Shape[] - Configuration of the broker node.
- client
Certificate stringBundle - CA certificate bundle for mTLS broker authentication.
- cluster
Config stringId - The OCID of Kafka Cluster configuration object
- cluster
Config numberVersion - The version of configuration object
- cluster
Type string - Type of the cluster to spin up. DEVELOPMENT - setting that allows to sacrifice HA and spin up cluster on a single node PRODUCTION - Minimum allowed broker count is 3
- compartment
Id string - The OCID of the compartment in which to list resources.
- coordination
Type string - Kafka coordination type. Set of available types depends on Kafka version
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - display
Name string - A filter to return only resources that match the given display name exactly.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id string
- The OCID of the KafkaCluster.
- kafka
Bootstrap GetUrls Managed Kafka Kafka Clusters Kafka Cluster Collection Item Kafka Bootstrap Url[] - Bootstrap URL that can be used to connect to Kafka
- kafka
Version string - Version of Kafka to use to spin up the cluster
- lifecycle
Details string - A message that describes the current state of the KafkaCluster in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- secret
Id string - The OCID of the secret that contains superuser password.
- state string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created string - The date and time the KafkaCluster was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Updated string - The date and time the KafkaCluster was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- access_
subnets Sequence[GetManaged Kafka Kafka Clusters Kafka Cluster Collection Item Access Subnet] - Subnets where broker/coordinator VNICs will be created.
- broker_
shapes Sequence[GetManaged Kafka Kafka Clusters Kafka Cluster Collection Item Broker Shape] - Configuration of the broker node.
- client_
certificate_ strbundle - CA certificate bundle for mTLS broker authentication.
- cluster_
config_ strid - The OCID of Kafka Cluster configuration object
- cluster_
config_ intversion - The version of configuration object
- cluster_
type str - Type of the cluster to spin up. DEVELOPMENT - setting that allows to sacrifice HA and spin up cluster on a single node PRODUCTION - Minimum allowed broker count is 3
- compartment_
id str - The OCID of the compartment in which to list resources.
- coordination_
type str - Kafka coordination type. Set of available types depends on Kafka version
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - display_
name str - A filter to return only resources that match the given display name exactly.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id str
- The OCID of the KafkaCluster.
- kafka_
bootstrap_ Sequence[Geturls Managed Kafka Kafka Clusters Kafka Cluster Collection Item Kafka Bootstrap Url] - Bootstrap URL that can be used to connect to Kafka
- kafka_
version str - Version of Kafka to use to spin up the cluster
- lifecycle_
details str - A message that describes the current state of the KafkaCluster in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- secret_
id str - The OCID of the secret that contains superuser password.
- state str
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time_
created str - The date and time the KafkaCluster was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time_
updated str - The date and time the KafkaCluster was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- access
Subnets List<Property Map> - Subnets where broker/coordinator VNICs will be created.
- broker
Shapes List<Property Map> - Configuration of the broker node.
- client
Certificate StringBundle - CA certificate bundle for mTLS broker authentication.
- cluster
Config StringId - The OCID of Kafka Cluster configuration object
- cluster
Config NumberVersion - The version of configuration object
- cluster
Type String - Type of the cluster to spin up. DEVELOPMENT - setting that allows to sacrifice HA and spin up cluster on a single node PRODUCTION - Minimum allowed broker count is 3
- compartment
Id String - The OCID of the compartment in which to list resources.
- coordination
Type String - Kafka coordination type. Set of available types depends on Kafka version
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - display
Name String - A filter to return only resources that match the given display name exactly.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id String
- The OCID of the KafkaCluster.
- kafka
Bootstrap List<Property Map>Urls - Bootstrap URL that can be used to connect to Kafka
- kafka
Version String - Version of Kafka to use to spin up the cluster
- lifecycle
Details String - A message that describes the current state of the KafkaCluster in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- secret
Id String - The OCID of the secret that contains superuser password.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The date and time the KafkaCluster was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Updated String - The date and time the KafkaCluster was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
GetManagedKafkaKafkaClustersKafkaClusterCollectionItemAccessSubnet
- Subnets List<string>
- Subnets OCIDs
- Subnets []string
- Subnets OCIDs
- subnets List<String>
- Subnets OCIDs
- subnets string[]
- Subnets OCIDs
- subnets Sequence[str]
- Subnets OCIDs
- subnets List<String>
- Subnets OCIDs
GetManagedKafkaKafkaClustersKafkaClusterCollectionItemBrokerShape
- Node
Count int - Number of Kafka broker nodes
- Ocpu
Count int - Number of OCPUs per nodes
- Storage
Size intIn Gbs - Size of the storage per nodes.
- Node
Count int - Number of Kafka broker nodes
- Ocpu
Count int - Number of OCPUs per nodes
- Storage
Size intIn Gbs - Size of the storage per nodes.
- node
Count Integer - Number of Kafka broker nodes
- ocpu
Count Integer - Number of OCPUs per nodes
- storage
Size IntegerIn Gbs - Size of the storage per nodes.
- node
Count number - Number of Kafka broker nodes
- ocpu
Count number - Number of OCPUs per nodes
- storage
Size numberIn Gbs - Size of the storage per nodes.
- node_
count int - Number of Kafka broker nodes
- ocpu_
count int - Number of OCPUs per nodes
- storage_
size_ intin_ gbs - Size of the storage per nodes.
- node
Count Number - Number of Kafka broker nodes
- ocpu
Count Number - Number of OCPUs per nodes
- storage
Size NumberIn Gbs - Size of the storage per nodes.
GetManagedKafkaKafkaClustersKafkaClusterCollectionItemKafkaBootstrapUrl
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Oracle Cloud Infrastructure v3.15.0 published on Thursday, Jan 22, 2026 by Pulumi
