Data Source: oci_database_management_managed_database_attention_log_count

This data source provides details about a specific Managed Database Attention Log Count resource in Oracle Cloud Infrastructure Database Management service.

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

Example Usage

data "oci_database_management_managed_database_attention_log_count" "test_managed_database_attention_log_count" {
    #Required
    managed_database_id = oci_database_management_managed_database.test_managed_database.id

    #Optional
    group_by = var.managed_database_attention_log_count_group_by
    is_regular_expression = var.managed_database_attention_log_count_is_regular_expression
    log_search_text = var.managed_database_attention_log_count_log_search_text
    time_greater_than_or_equal_to = var.managed_database_attention_log_count_time_greater_than_or_equal_to
    time_less_than_or_equal_to = var.managed_database_attention_log_count_time_less_than_or_equal_to
    type_filter = var.managed_database_attention_log_count_type_filter
    urgency_filter = var.managed_database_attention_log_count_urgency_filter
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: