Data Source: oci_managed_kafka_addon_options
This data source provides the list of Addon Options in Oracle Cloud Infrastructure Managed Kafka service.
Gets a list of supported KafkaClusterAddons.
Example Usage
data "oci_managed_kafka_addon_options" "test_addon_options" {
#Optional
compartment_id = var.compartment_id
name = var.addon_option_name
}
Argument Reference
The following arguments are supported:
compartment_id- (Optional) The OCID of the compartment in which to list resources.name- (Optional) The name to filter on.
Attributes Reference
The following attributes are exported:
addon_option_collection- The list of addon_option_collection.
AddonOption Reference
The following attributes are exported:
items- List of kafka Cluster AddonOptions.name- A user-friendly name.state- The current state of the KafkaClusterAddon.