Data Source: oci_nosql_index

This data source provides details about a specific Index resource in Oracle Cloud Infrastructure NoSQL Database service.

Get information about a single index.

Example Usage

data "oci_nosql_index" "test_index" {
    #Required
    index_name = oci_nosql_index.test_index.name
    table_name_or_id = oci_nosql_table_name_or.test_table_name_or.id

    #Optional
    compartment_id = var.compartment_id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: