Data Source: oci_bds_bds_instance_metastore_configs

This data source provides the list of Bds Instance Metastore Configs in Oracle Cloud Infrastructure Big Data Service service.

Returns a list of metastore configurations ssociated with this Big Data Service cluster.

Example Usage

data "oci_bds_bds_instance_metastore_configs" "test_bds_instance_metastore_configs" {
	#Required
	bds_instance_id = oci_bds_bds_instance.test_bds_instance.id

	#Optional
	bds_api_key_id = oci_identity_api_key.test_api_key.id
	display_name = var.bds_instance_metastore_config_display_name
	metastore_id = oci_datacatalog_metastore.test_metastore.id
	metastore_type = var.bds_instance_metastore_config_metastore_type
	state = var.bds_instance_metastore_config_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

BdsInstanceMetastoreConfig Reference

The following attributes are exported: