oci_jms_java_downloads_java_download_report

This resource provides the Java Download Report resource in Oracle Cloud Infrastructure Jms Java Downloads service.

Create a new report in the specified format containing the download details for the tenancy.

Example Usage

resource "oci_jms_java_downloads_java_download_report" "test_java_download_report" {
	#Required
	compartment_id = var.tenancy_ocid
	format = var.java_download_report_format

	#Optional
	time_end = var.java_download_report_time_end
	time_start = var.java_download_report_time_start
}

Argument Reference

The following arguments are supported:

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain operations: * create - (Defaults to 20 minutes), when creating the Java Download Report * update - (Defaults to 20 minutes), when updating the Java Download Report * delete - (Defaults to 20 minutes), when destroying the Java Download Report

Import

Import is not supported for this resource.