Oracle Cloud Infrastructure v3.14.0 published on Friday, Jan 16, 2026 by Pulumi
Oracle Cloud Infrastructure v3.14.0 published on Friday, Jan 16, 2026 by Pulumi
This data source provides details about a specific Kafka Cluster Config resource in Oracle Cloud Infrastructure Managed Kafka service.
Gets information about a KafkaClusterConfig.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testKafkaClusterConfig = oci.oci.getManagedKafkaKafkaClusterConfig({
kafkaClusterConfigId: testKafkaClusterConfigOciManagedKafkaKafkaClusterConfig.id,
});
import pulumi
import pulumi_oci as oci
test_kafka_cluster_config = oci.oci.get_managed_kafka_kafka_cluster_config(kafka_cluster_config_id=test_kafka_cluster_config_oci_managed_kafka_kafka_cluster_config["id"])
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.LookupManagedKafkaKafkaClusterConfig(ctx, &oci.LookupManagedKafkaKafkaClusterConfigArgs{
KafkaClusterConfigId: testKafkaClusterConfigOciManagedKafkaKafkaClusterConfig.Id,
}, 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 testKafkaClusterConfig = Oci.Oci.GetManagedKafkaKafkaClusterConfig.Invoke(new()
{
KafkaClusterConfigId = testKafkaClusterConfigOciManagedKafkaKafkaClusterConfig.Id,
});
});
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.GetManagedKafkaKafkaClusterConfigArgs;
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 testKafkaClusterConfig = OciFunctions.getManagedKafkaKafkaClusterConfig(GetManagedKafkaKafkaClusterConfigArgs.builder()
.kafkaClusterConfigId(testKafkaClusterConfigOciManagedKafkaKafkaClusterConfig.id())
.build());
}
}
variables:
testKafkaClusterConfig:
fn::invoke:
function: oci:oci:getManagedKafkaKafkaClusterConfig
arguments:
kafkaClusterConfigId: ${testKafkaClusterConfigOciManagedKafkaKafkaClusterConfig.id}
Using getManagedKafkaKafkaClusterConfig
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 getManagedKafkaKafkaClusterConfig(args: GetManagedKafkaKafkaClusterConfigArgs, opts?: InvokeOptions): Promise<GetManagedKafkaKafkaClusterConfigResult>
function getManagedKafkaKafkaClusterConfigOutput(args: GetManagedKafkaKafkaClusterConfigOutputArgs, opts?: InvokeOptions): Output<GetManagedKafkaKafkaClusterConfigResult>def get_managed_kafka_kafka_cluster_config(kafka_cluster_config_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetManagedKafkaKafkaClusterConfigResult
def get_managed_kafka_kafka_cluster_config_output(kafka_cluster_config_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetManagedKafkaKafkaClusterConfigResult]func LookupManagedKafkaKafkaClusterConfig(ctx *Context, args *LookupManagedKafkaKafkaClusterConfigArgs, opts ...InvokeOption) (*LookupManagedKafkaKafkaClusterConfigResult, error)
func LookupManagedKafkaKafkaClusterConfigOutput(ctx *Context, args *LookupManagedKafkaKafkaClusterConfigOutputArgs, opts ...InvokeOption) LookupManagedKafkaKafkaClusterConfigResultOutput> Note: This function is named LookupManagedKafkaKafkaClusterConfig in the Go SDK.
public static class GetManagedKafkaKafkaClusterConfig
{
public static Task<GetManagedKafkaKafkaClusterConfigResult> InvokeAsync(GetManagedKafkaKafkaClusterConfigArgs args, InvokeOptions? opts = null)
public static Output<GetManagedKafkaKafkaClusterConfigResult> Invoke(GetManagedKafkaKafkaClusterConfigInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetManagedKafkaKafkaClusterConfigResult> getManagedKafkaKafkaClusterConfig(GetManagedKafkaKafkaClusterConfigArgs args, InvokeOptions options)
public static Output<GetManagedKafkaKafkaClusterConfigResult> getManagedKafkaKafkaClusterConfig(GetManagedKafkaKafkaClusterConfigArgs args, InvokeOptions options)
fn::invoke:
function: oci:oci/getManagedKafkaKafkaClusterConfig:getManagedKafkaKafkaClusterConfig
arguments:
# arguments dictionaryThe following arguments are supported:
- Kafka
Cluster stringConfig Id - The OCID of the KafkaClusterConfig.
- Kafka
Cluster stringConfig Id - The OCID of the KafkaClusterConfig.
- kafka
Cluster StringConfig Id - The OCID of the KafkaClusterConfig.
- kafka
Cluster stringConfig Id - The OCID of the KafkaClusterConfig.
- kafka_
cluster_ strconfig_ id - The OCID of the KafkaClusterConfig.
- kafka
Cluster StringConfig Id - The OCID of the KafkaClusterConfig.
getManagedKafkaKafkaClusterConfig Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment.
- 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 user-friendly name. Does not have to be unique, and it's changeable.
- 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 KafkaClusterConfig.
- Kafka
Cluster stringConfig Id - Latest
Configs List<GetManaged Kafka Kafka Cluster Config Latest Config> - A shared configuration object used by 0 or more kafka clusters.
- Lifecycle
Details string - A message that describes the current state of the KafkaClusterConfig in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- State string
- The current state of the KafkaClusterConfig.
- 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 KafkaClusterConfig was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Updated string - The date and time the KafkaClusterConfig was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- Compartment
Id string - The OCID of the compartment.
- 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 user-friendly name. Does not have to be unique, and it's changeable.
- 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 KafkaClusterConfig.
- Kafka
Cluster stringConfig Id - Latest
Configs []GetManaged Kafka Kafka Cluster Config Latest Config - A shared configuration object used by 0 or more kafka clusters.
- Lifecycle
Details string - A message that describes the current state of the KafkaClusterConfig in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- State string
- The current state of the KafkaClusterConfig.
- 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 KafkaClusterConfig was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Updated string - The date and time the KafkaClusterConfig was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- compartment
Id String - The OCID of the compartment.
- 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 user-friendly name. Does not have to be unique, and it's changeable.
- 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 KafkaClusterConfig.
- kafka
Cluster StringConfig Id - latest
Configs List<GetManaged Kafka Kafka Cluster Config Latest Config> - A shared configuration object used by 0 or more kafka clusters.
- lifecycle
Details String - A message that describes the current state of the KafkaClusterConfig in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- state String
- The current state of the KafkaClusterConfig.
- 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 KafkaClusterConfig was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Updated String - The date and time the KafkaClusterConfig was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- compartment
Id string - The OCID of the compartment.
- {[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 user-friendly name. Does not have to be unique, and it's changeable.
- {[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 KafkaClusterConfig.
- kafka
Cluster stringConfig Id - latest
Configs GetManaged Kafka Kafka Cluster Config Latest Config[] - A shared configuration object used by 0 or more kafka clusters.
- lifecycle
Details string - A message that describes the current state of the KafkaClusterConfig in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- state string
- The current state of the KafkaClusterConfig.
- {[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 KafkaClusterConfig was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Updated string - The date and time the KafkaClusterConfig was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- compartment_
id str - The OCID of the compartment.
- 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 user-friendly name. Does not have to be unique, and it's changeable.
- 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 KafkaClusterConfig.
- kafka_
cluster_ strconfig_ id - latest_
configs Sequence[GetManaged Kafka Kafka Cluster Config Latest Config] - A shared configuration object used by 0 or more kafka clusters.
- lifecycle_
details str - A message that describes the current state of the KafkaClusterConfig in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- state str
- The current state of the KafkaClusterConfig.
- 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 KafkaClusterConfig was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time_
updated str - The date and time the KafkaClusterConfig was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- compartment
Id String - The OCID of the compartment.
- 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 user-friendly name. Does not have to be unique, and it's changeable.
- 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 KafkaClusterConfig.
- kafka
Cluster StringConfig Id - latest
Configs List<Property Map> - A shared configuration object used by 0 or more kafka clusters.
- lifecycle
Details String - A message that describes the current state of the KafkaClusterConfig in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- state String
- The current state of the KafkaClusterConfig.
- 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 KafkaClusterConfig was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Updated String - The date and time the KafkaClusterConfig was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
Supporting Types
GetManagedKafkaKafkaClusterConfigLatestConfig
- Config
Id string - ID cluster configuration
- Properties Dictionary<string, string>
- Cluster configuration key-value pairs
- Time
Created string - The date and time the KafkaClusterConfig was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Version
Number int - Version of the cluster configuration
- Config
Id string - ID cluster configuration
- Properties map[string]string
- Cluster configuration key-value pairs
- Time
Created string - The date and time the KafkaClusterConfig was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Version
Number int - Version of the cluster configuration
- config
Id String - ID cluster configuration
- properties Map<String,String>
- Cluster configuration key-value pairs
- time
Created String - The date and time the KafkaClusterConfig was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - version
Number Integer - Version of the cluster configuration
- config
Id string - ID cluster configuration
- properties {[key: string]: string}
- Cluster configuration key-value pairs
- time
Created string - The date and time the KafkaClusterConfig was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - version
Number number - Version of the cluster configuration
- config_
id str - ID cluster configuration
- properties Mapping[str, str]
- Cluster configuration key-value pairs
- time_
created str - The date and time the KafkaClusterConfig was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - version_
number int - Version of the cluster configuration
- config
Id String - ID cluster configuration
- properties Map<String>
- Cluster configuration key-value pairs
- time
Created String - The date and time the KafkaClusterConfig was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - version
Number Number - Version of the cluster configuration
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.14.0 published on Friday, Jan 16, 2026 by Pulumi
