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.

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.