Data Source: oci_jms_list_jre_usage

This data source provides details about a specific List Jre Usage resource in Oracle Cloud Infrastructure Jms service.

List Java Runtime usage in a specified host filtered by query parameters.

Example Usage

data "oci_jms_list_jre_usage" "test_list_jre_usage" {

    #Optional
    application_id = oci_dataflow_application.test_application.id
    application_name = oci_dataflow_application.test_application.name
    compartment_id = var.compartment_id
    host_id = oci_jms_host.test_host.id
    time_end = var.list_jre_usage_time_end
    time_start = var.list_jre_usage_time_start
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: