oci_jms_java_downloads_java_download_token

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

Creates a new JavaDownloadToken in the tenancy with specified attributes. Ensure that you review the license terms before token generation. Visit the Oracle Java Downloads page to understand the license terms of the Java version for which you are generating a token. By generating a token, you agree to the associated license terms. See Oracle JDK Licensing - FAQs for detailed information.

Example Usage

resource "oci_jms_java_downloads_java_download_token" "test_java_download_token" {
	#Required
	compartment_id = var.tenancy_ocid
	description = var.java_download_token_description
	display_name = var.java_download_token_display_name
	java_version = var.java_download_token_java_version
	license_type = var.java_download_token_license_type
	time_expires = var.java_download_token_time_expires

	#Optional
	defined_tags = {"foo-namespace.bar-key"= "value"}
	freeform_tags = {"bar-key"= "value"}
	is_default = var.java_download_token_is_default
}

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

Import

Import is not supported for this resource.