Viewing docs for Oracle Cloud Infrastructure v4.20.0
published on Wednesday, Jul 15, 2026 by Pulumi
published on Wednesday, Jul 15, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.20.0
published on Wednesday, Jul 15, 2026 by Pulumi
published on Wednesday, Jul 15, 2026 by Pulumi
This data source provides details about a specific Kafka Cluster Addon resource in Oracle Cloud Infrastructure Managed Kafka service.
Gets information about a KafkaClusterAddon.
Example Usage
Example coming soon!
Example coming soon!
Example coming soon!
Example coming soon!
Example coming soon!
variables:
testKafkaClusterAddon:
fn::invoke:
function: oci:oci:getManagedKafkaKafkaClusterAddon
arguments:
addonName: ${testAddon.name}
kafkaClusterId: ${testKafkaCluster.id}
pulumi {
required_providers {
oci = {
source = "pulumi/oci"
}
}
}
data "oci_oci_getmanagedkafkakafkaclusteraddon" "testKafkaClusterAddon" {
addon_name = testAddon.name
kafka_cluster_id = testKafkaCluster.id
}
Using getManagedKafkaKafkaClusterAddon
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 getManagedKafkaKafkaClusterAddon(args: GetManagedKafkaKafkaClusterAddonArgs, opts?: InvokeOptions): Promise<GetManagedKafkaKafkaClusterAddonResult>
function getManagedKafkaKafkaClusterAddonOutput(args: GetManagedKafkaKafkaClusterAddonOutputArgs, opts?: InvokeOptions): Output<GetManagedKafkaKafkaClusterAddonResult>def get_managed_kafka_kafka_cluster_addon(kafka_cluster_id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetManagedKafkaKafkaClusterAddonResult
def get_managed_kafka_kafka_cluster_addon_output(kafka_cluster_id: pulumi.Input[Optional[str]] = None,
name: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetManagedKafkaKafkaClusterAddonResult]func LookupManagedKafkaKafkaClusterAddon(ctx *Context, args *LookupManagedKafkaKafkaClusterAddonArgs, opts ...InvokeOption) (*LookupManagedKafkaKafkaClusterAddonResult, error)
func LookupManagedKafkaKafkaClusterAddonOutput(ctx *Context, args *LookupManagedKafkaKafkaClusterAddonOutputArgs, opts ...InvokeOption) LookupManagedKafkaKafkaClusterAddonResultOutput> Note: This function is named LookupManagedKafkaKafkaClusterAddon in the Go SDK.
public static class GetManagedKafkaKafkaClusterAddon
{
public static Task<GetManagedKafkaKafkaClusterAddonResult> InvokeAsync(GetManagedKafkaKafkaClusterAddonArgs args, InvokeOptions? opts = null)
public static Output<GetManagedKafkaKafkaClusterAddonResult> Invoke(GetManagedKafkaKafkaClusterAddonInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetManagedKafkaKafkaClusterAddonResult> getManagedKafkaKafkaClusterAddon(GetManagedKafkaKafkaClusterAddonArgs args, InvokeOptions options)
public static Output<GetManagedKafkaKafkaClusterAddonResult> getManagedKafkaKafkaClusterAddon(GetManagedKafkaKafkaClusterAddonArgs args, InvokeOptions options)
fn::invoke:
function: oci:oci/getManagedKafkaKafkaClusterAddon:getManagedKafkaKafkaClusterAddon
arguments:
# arguments dictionarydata "oci_oci_getmanagedkafkakafkaclusteraddon" "name" {
# arguments
}The following arguments are supported:
- Kafka
Cluster stringId - The OCID of the KafkaCluster.
- Name string
- A unique user-friendly name.
- Kafka
Cluster stringId - The OCID of the KafkaCluster.
- Name string
- A unique user-friendly name.
- kafka_
cluster_ stringid - The OCID of the KafkaCluster.
- name string
- A unique user-friendly name.
- kafka
Cluster StringId - The OCID of the KafkaCluster.
- name String
- A unique user-friendly name.
- kafka
Cluster stringId - The OCID of the KafkaCluster.
- name string
- A unique user-friendly name.
- kafka_
cluster_ strid - The OCID of the KafkaCluster.
- name str
- A unique user-friendly name.
- kafka
Cluster StringId - The OCID of the KafkaCluster.
- name String
- A unique user-friendly name.
getManagedKafkaKafkaClusterAddon Result
The following output properties are available:
- Addon
Type string - The type of addon
- Authentication
Mechanism string - Authentication mechanism.
- Bootstrap
Url string - The bootstrap url of the kafka cluster.
- Description string
- Description of the add on
- Id string
- Kafka
Cluster stringId - Name string
- A unique user-friendly name.
- Network
Cidrs List<string> - A list of CIDR ranges for ingress/egress traffic.
- State string
- The current state of the KafkaCluster.
- Time
Created string - The time the addon was created.
- Time
Updated string - The time the addon was updated.
- Addon
Type string - The type of addon
- Authentication
Mechanism string - Authentication mechanism.
- Bootstrap
Url string - The bootstrap url of the kafka cluster.
- Description string
- Description of the add on
- Id string
- Kafka
Cluster stringId - Name string
- A unique user-friendly name.
- Network
Cidrs []string - A list of CIDR ranges for ingress/egress traffic.
- State string
- The current state of the KafkaCluster.
- Time
Created string - The time the addon was created.
- Time
Updated string - The time the addon was updated.
- addon_
type string - The type of addon
- authentication_
mechanism string - Authentication mechanism.
- bootstrap_
url string - The bootstrap url of the kafka cluster.
- description string
- Description of the add on
- id string
- kafka_
cluster_ stringid - name string
- A unique user-friendly name.
- network_
cidrs list(string) - A list of CIDR ranges for ingress/egress traffic.
- state string
- The current state of the KafkaCluster.
- time_
created string - The time the addon was created.
- time_
updated string - The time the addon was updated.
- addon
Type String - The type of addon
- authentication
Mechanism String - Authentication mechanism.
- bootstrap
Url String - The bootstrap url of the kafka cluster.
- description String
- Description of the add on
- id String
- kafka
Cluster StringId - name String
- A unique user-friendly name.
- network
Cidrs List<String> - A list of CIDR ranges for ingress/egress traffic.
- state String
- The current state of the KafkaCluster.
- time
Created String - The time the addon was created.
- time
Updated String - The time the addon was updated.
- addon
Type string - The type of addon
- authentication
Mechanism string - Authentication mechanism.
- bootstrap
Url string - The bootstrap url of the kafka cluster.
- description string
- Description of the add on
- id string
- kafka
Cluster stringId - name string
- A unique user-friendly name.
- network
Cidrs string[] - A list of CIDR ranges for ingress/egress traffic.
- state string
- The current state of the KafkaCluster.
- time
Created string - The time the addon was created.
- time
Updated string - The time the addon was updated.
- addon_
type str - The type of addon
- authentication_
mechanism str - Authentication mechanism.
- bootstrap_
url str - The bootstrap url of the kafka cluster.
- description str
- Description of the add on
- id str
- kafka_
cluster_ strid - name str
- A unique user-friendly name.
- network_
cidrs Sequence[str] - A list of CIDR ranges for ingress/egress traffic.
- state str
- The current state of the KafkaCluster.
- time_
created str - The time the addon was created.
- time_
updated str - The time the addon was updated.
- addon
Type String - The type of addon
- authentication
Mechanism String - Authentication mechanism.
- bootstrap
Url String - The bootstrap url of the kafka cluster.
- description String
- Description of the add on
- id String
- kafka
Cluster StringId - name String
- A unique user-friendly name.
- network
Cidrs List<String> - A list of CIDR ranges for ingress/egress traffic.
- state String
- The current state of the KafkaCluster.
- time
Created String - The time the addon was created.
- time
Updated String - The time the addon was updated.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Viewing docs for Oracle Cloud Infrastructure v4.20.0
published on Wednesday, Jul 15, 2026 by Pulumi
published on Wednesday, Jul 15, 2026 by Pulumi