Data Source: oci_bds_bds_instance_api_key

This data source provides details about a specific Bds Instance Api Key resource in Oracle Cloud Infrastructure Big Data Service service.

Returns the user’s API key information for the given ID.

Example Usage

data "oci_bds_bds_instance_api_key" "test_bds_instance_api_key" {
	#Required
	api_key_id = oci_identity_api_key.test_api_key.id
	bds_instance_id = oci_bds_bds_instance.test_bds_instance.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

<<<<<<< ours * default_region - The name of the region to establish the Object Storage endpoint which was set as part of key creation operation. If no region was provided this will be set to be the same region where the cluster lives. Example us-phoenix-1 .

* domain_ocid - Identity domain OCID ,where user is present. For default domain ,this field will be optional.