Data Source: oci_budget_cost_anomaly_event_analytics

This data source provides the list of Cost Anomaly Event Analytics in Oracle Cloud Infrastructure Budget service.

Gets a list of Cost Anomaly Events analytics summary - aggregated metrics for a given time period.

Example Usage

data "oci_budget_cost_anomaly_event_analytics" "test_cost_anomaly_event_analytics" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	cost_anomaly_monitor_id = oci_budget_cost_anomaly_monitor.test_cost_anomaly_monitor.id
	cost_impact = var.cost_anomaly_event_analytic_cost_impact
	cost_impact_percentage = var.cost_anomaly_event_analytic_cost_impact_percentage
	name = var.cost_anomaly_event_analytic_name
	region = var.cost_anomaly_event_analytic_region
	target_tenant_id = oci_budget_target_tenant.test_target_tenant.id
	time_anomaly_event_end_date = var.cost_anomaly_event_analytic_time_anomaly_event_end_date
	time_anomaly_event_start_date = var.cost_anomaly_event_analytic_time_anomaly_event_start_date
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

CostAnomalyEventAnalytic Reference

The following attributes are exported: