Data Source: oci_nosql_table

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

Get table info by identifier.

Example Usage

data "oci_nosql_table" "test_table" {
	#Required
	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: