Data Source: oci_ai_anomaly_detection_data_asset
This data source provides details about a specific Data Asset resource in Oracle Cloud Infrastructure Ai Anomaly Detection service.
Gets a DataAsset by identifier
Example Usage
data "oci_ai_anomaly_detection_data_asset" "test_data_asset" {
#Required
data_asset_id = oci_ai_anomaly_detection_data_asset.test_data_asset.id
}
Argument Reference
The following arguments are supported:
data_asset_id
- (Required) The OCID of the Data Asset.
Attributes Reference
The following attributes are exported:
compartment_id
- The OCID of the compartment containing the DataAsset.data_source_details
- Possible data sourcesatp_password_secret_id
- atp db password Secret Idatp_user_name
- atp db user namebucket
- Object storage bucket namecwallet_file_secret_id
- OCID of the secret containing the containers certificates of ATP walletdata_source_type
- Data source type where actually data asset is being storeddatabase_name
- atp database nameewallet_file_secret_id
- OCID of the secret containing the PDB’S certificates of ATP walletkey_store_file_secret_id
- OCID of the secret containing Keystore.jks file of the ATP walletmeasurement_name
- Measurement name for influxnamespace
- Object storage namespaceobject
- File nameojdbc_file_secret_id
- OCID of the secret that contains jdbc properties file of ATP walletpassword_secret_id
- Password Secret Id for the influx connectiontable_name
- atp database table nametnsnames_file_secret_id
- OCID of the secret that contains the tnsnames file of ATP wallettruststore_file_secret_id
- OCID of the secret containing truststore.jks file of the ATP walleturl
- public IP address and port to influx DBuser_name
- Username for connection to Influxversion_specific_details
- Possible data sourcesbucket
- Bucket Name for influx connectiondatabase_name
- DB Name for influx connectioninflux_version
- Data source type where actually data asset is being storedorganization_name
- Org name for the influx dbretention_policy_name
- retention policy is how long the bucket would last
wallet_password_secret_id
- wallet password Secret ID in String format
defined_tags
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:{"foo-namespace.bar-key": "value"}
description
- A short description of the data asset.display_name
- A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.freeform_tags
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:{"bar-key": "value"}
id
- The Unique Oracle ID (OCID) that is immutable on creation.private_endpoint_id
- OCID of Private Endpoint.project_id
- The Unique project id which is created at project creation that is immutable on creation.state
- The lifecycle state of the Data Asset.system_tags
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:{"orcl-cloud.free-tier-retained": "true"}
time_created
- The time the the DataAsset was created. An RFC3339 formatted datetime stringtime_updated
- The time the the DataAsset was updated. An RFC3339 formatted datetime string