Data Source: oci_mysql_channels

This data source provides the list of Channels in Oracle Cloud Infrastructure MySQL Database service.

Lists all the Channels that match the specified filters.

Example Usage

data "oci_mysql_channels" "test_channels" {
    #Required
    compartment_id = var.compartment_id

    #Optional
    channel_id = oci_mysql_channel.test_channel.id
    db_system_id = oci_database_db_system.test_db_system.id
    display_name = var.channel_display_name
    is_enabled = var.channel_is_enabled
    state = var.channel_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Channel Reference

The following attributes are exported: