oci_jms_java_downloads_java_license_acceptance_record

This resource provides the Java License Acceptance Record resource in Oracle Cloud Infrastructure Jms Java Downloads service.

Creates a Java license acceptance record for the specified license type in a tenancy.

Example Usage

resource "oci_jms_java_downloads_java_license_acceptance_record" "test_java_license_acceptance_record" {
    #Required
    compartment_id = var.tenancy_ocid
    license_acceptance_status = var.java_license_acceptance_record_license_acceptance_status
    license_type = var.java_license_acceptance_record_license_type
}

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 License Acceptance Record * update - (Defaults to 20 minutes), when updating the Java License Acceptance Record * delete - (Defaults to 20 minutes), when destroying the Java License Acceptance Record

Import

Import is not supported for this resource.