Data Source: oci_database_management_managed_database_alert_log_counts

This data source provides the list of Managed Database Alert Log Counts in Oracle Cloud Infrastructure Database Management service.

Get the counts of alert logs for the specified Managed Database.

Example Usage

data "oci_database_management_managed_database_alert_log_counts" "test_managed_database_alert_log_counts" {
	#Required
	managed_database_id = oci_database_management_managed_database.test_managed_database.id

	#Optional
	group_by = var.managed_database_alert_log_count_group_by
	is_regular_expression = var.managed_database_alert_log_count_is_regular_expression
	level_filter = var.managed_database_alert_log_count_level_filter
	log_search_text = var.managed_database_alert_log_count_log_search_text
	time_greater_than_or_equal_to = var.managed_database_alert_log_count_time_greater_than_or_equal_to
	time_less_than_or_equal_to = var.managed_database_alert_log_count_time_less_than_or_equal_to
	type_filter = var.managed_database_alert_log_count_type_filter
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

ManagedDatabaseAlertLogCount Reference

The following attributes are exported: