1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. oci
  5. getManagedKafkaKafkaClusterConfig
Oracle Cloud Infrastructure v3.14.0 published on Friday, Jan 16, 2026 by Pulumi
oci logo
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 dictionary

    The following arguments are supported:

    KafkaClusterConfigId string
    The OCID of the KafkaClusterConfig.
    KafkaClusterConfigId string
    The OCID of the KafkaClusterConfig.
    kafkaClusterConfigId String
    The OCID of the KafkaClusterConfig.
    kafkaClusterConfigId string
    The OCID of the KafkaClusterConfig.
    kafka_cluster_config_id str
    The OCID of the KafkaClusterConfig.
    kafkaClusterConfigId String
    The OCID of the KafkaClusterConfig.

    getManagedKafkaKafkaClusterConfig Result

    The following output properties are available:

    CompartmentId string
    The OCID of the compartment.
    DefinedTags 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"}
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable.
    FreeformTags 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.
    KafkaClusterConfigId string
    LatestConfigs List<GetManagedKafkaKafkaClusterConfigLatestConfig>
    A shared configuration object used by 0 or more kafka clusters.
    LifecycleDetails 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.
    SystemTags Dictionary<string, string>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The date and time the KafkaClusterConfig was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    TimeUpdated string
    The date and time the KafkaClusterConfig was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    CompartmentId string
    The OCID of the compartment.
    DefinedTags 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"}
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable.
    FreeformTags 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.
    KafkaClusterConfigId string
    LatestConfigs []GetManagedKafkaKafkaClusterConfigLatestConfig
    A shared configuration object used by 0 or more kafka clusters.
    LifecycleDetails 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.
    SystemTags map[string]string
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The date and time the KafkaClusterConfig was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    TimeUpdated string
    The date and time the KafkaClusterConfig was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    compartmentId String
    The OCID of the compartment.
    definedTags 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"}
    displayName String
    A user-friendly name. Does not have to be unique, and it's changeable.
    freeformTags 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.
    kafkaClusterConfigId String
    latestConfigs List<GetManagedKafkaKafkaClusterConfigLatestConfig>
    A shared configuration object used by 0 or more kafka clusters.
    lifecycleDetails 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.
    systemTags Map<String,String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time the KafkaClusterConfig was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated String
    The date and time the KafkaClusterConfig was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    compartmentId string
    The OCID of the compartment.
    definedTags {[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"}
    displayName string
    A user-friendly name. Does not have to be unique, and it's changeable.
    freeformTags {[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.
    kafkaClusterConfigId string
    latestConfigs GetManagedKafkaKafkaClusterConfigLatestConfig[]
    A shared configuration object used by 0 or more kafka clusters.
    lifecycleDetails 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.
    systemTags {[key: string]: string}
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    The date and time the KafkaClusterConfig was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated 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.
    defined_tags 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.
    freeform_tags 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_config_id str
    latest_configs Sequence[GetManagedKafkaKafkaClusterConfigLatestConfig]
    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.
    system_tags 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
    compartmentId String
    The OCID of the compartment.
    definedTags 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"}
    displayName String
    A user-friendly name. Does not have to be unique, and it's changeable.
    freeformTags 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.
    kafkaClusterConfigId String
    latestConfigs List<Property Map>
    A shared configuration object used by 0 or more kafka clusters.
    lifecycleDetails 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.
    systemTags Map<String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time the KafkaClusterConfig was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated 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

    ConfigId string
    ID cluster configuration
    Properties Dictionary<string, string>
    Cluster configuration key-value pairs
    TimeCreated string
    The date and time the KafkaClusterConfig was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    VersionNumber int
    Version of the cluster configuration
    ConfigId string
    ID cluster configuration
    Properties map[string]string
    Cluster configuration key-value pairs
    TimeCreated string
    The date and time the KafkaClusterConfig was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    VersionNumber int
    Version of the cluster configuration
    configId String
    ID cluster configuration
    properties Map<String,String>
    Cluster configuration key-value pairs
    timeCreated String
    The date and time the KafkaClusterConfig was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    versionNumber Integer
    Version of the cluster configuration
    configId string
    ID cluster configuration
    properties {[key: string]: string}
    Cluster configuration key-value pairs
    timeCreated string
    The date and time the KafkaClusterConfig was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    versionNumber 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
    configId String
    ID cluster configuration
    properties Map<String>
    Cluster configuration key-value pairs
    timeCreated String
    The date and time the KafkaClusterConfig was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    versionNumber 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 oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v3.14.0 published on Friday, Jan 16, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate