Data Source: oci_nosql_indexes

This data source provides the list of Indexes in Oracle Cloud Infrastructure NoSQL Database service.

Get a list of indexes on a table.

Example Usage

data "oci_nosql_indexes" "test_indexes" {
    #Required
    table_name_or_id = oci_nosql_table_name_or.test_table_name_or.id

    #Optional
    compartment_id = var.compartment_id
    name = var.index_name
    state = var.index_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Index Reference

The following attributes are exported: