1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Jms
  5. getJavaRelease
Oracle Cloud Infrastructure v2.30.0 published on Monday, Apr 14, 2025 by Pulumi

oci.Jms.getJavaRelease

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.30.0 published on Monday, Apr 14, 2025 by Pulumi

This data source provides details about a specific Java Release resource in Oracle Cloud Infrastructure Jms service.

Returns detail of a Java release.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testJavaRelease = oci.Jms.getJavaRelease({
    releaseVersion: javaReleaseReleaseVersion,
});
Copy
import pulumi
import pulumi_oci as oci

test_java_release = oci.Jms.get_java_release(release_version=java_release_release_version)
Copy
package main

import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/jms"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := jms.GetJavaRelease(ctx, &jms.GetJavaReleaseArgs{
			ReleaseVersion: javaReleaseReleaseVersion,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testJavaRelease = Oci.Jms.GetJavaRelease.Invoke(new()
    {
        ReleaseVersion = javaReleaseReleaseVersion,
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Jms.JmsFunctions;
import com.pulumi.oci.Jms.inputs.GetJavaReleaseArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        final var testJavaRelease = JmsFunctions.getJavaRelease(GetJavaReleaseArgs.builder()
            .releaseVersion(javaReleaseReleaseVersion)
            .build());

    }
}
Copy
variables:
  testJavaRelease:
    fn::invoke:
      function: oci:Jms:getJavaRelease
      arguments:
        releaseVersion: ${javaReleaseReleaseVersion}
Copy

Using getJavaRelease

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getJavaRelease(args: GetJavaReleaseArgs, opts?: InvokeOptions): Promise<GetJavaReleaseResult>
function getJavaReleaseOutput(args: GetJavaReleaseOutputArgs, opts?: InvokeOptions): Output<GetJavaReleaseResult>
Copy
def get_java_release(release_version: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetJavaReleaseResult
def get_java_release_output(release_version: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetJavaReleaseResult]
Copy
func GetJavaRelease(ctx *Context, args *GetJavaReleaseArgs, opts ...InvokeOption) (*GetJavaReleaseResult, error)
func GetJavaReleaseOutput(ctx *Context, args *GetJavaReleaseOutputArgs, opts ...InvokeOption) GetJavaReleaseResultOutput
Copy

> Note: This function is named GetJavaRelease in the Go SDK.

public static class GetJavaRelease 
{
    public static Task<GetJavaReleaseResult> InvokeAsync(GetJavaReleaseArgs args, InvokeOptions? opts = null)
    public static Output<GetJavaReleaseResult> Invoke(GetJavaReleaseInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetJavaReleaseResult> getJavaRelease(GetJavaReleaseArgs args, InvokeOptions options)
public static Output<GetJavaReleaseResult> getJavaRelease(GetJavaReleaseArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:Jms/getJavaRelease:getJavaRelease
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ReleaseVersion This property is required. string
Unique Java release version identifier
ReleaseVersion This property is required. string
Unique Java release version identifier
releaseVersion This property is required. String
Unique Java release version identifier
releaseVersion This property is required. string
Unique Java release version identifier
release_version This property is required. str
Unique Java release version identifier
releaseVersion This property is required. String
Unique Java release version identifier

getJavaRelease Result

The following output properties are available:

ArtifactContentTypes List<string>
Artifact content types for the Java version.
Artifacts List<GetJavaReleaseArtifact>
List of Java artifacts.
DaysUnderSecurityBaseline int
The number of days since this release has been under the security baseline.
FamilyDetails List<GetJavaReleaseFamilyDetail>
Metadata associated with a specific Java release family. A Java release family is typically a major version in the Java version identifier.
FamilyVersion string
Java release family identifier.
Id string
The provider-assigned unique ID for this managed resource.
LicenseDetails List<GetJavaReleaseLicenseDetail>
Information about a license type for Java.
LicenseType string
License type for the Java version.
MosPatches List<GetJavaReleaseMosPatch>
List of My Oracle Support(MoS) patches available for this release. This information is only available for BPR release type.
ParentReleaseVersion string
Parent Java release version identifier. This is applicable for BPR releases.
ReleaseDate string
The release date of the Java version (formatted according to RFC3339).
ReleaseNotesUrl string
Release notes associated with the Java version.
ReleaseType string
Release category of the Java version.
ReleaseVersion string
Java release version identifier.
SecurityStatus string
The security status of the Java version.
ArtifactContentTypes []string
Artifact content types for the Java version.
Artifacts []GetJavaReleaseArtifact
List of Java artifacts.
DaysUnderSecurityBaseline int
The number of days since this release has been under the security baseline.
FamilyDetails []GetJavaReleaseFamilyDetail
Metadata associated with a specific Java release family. A Java release family is typically a major version in the Java version identifier.
FamilyVersion string
Java release family identifier.
Id string
The provider-assigned unique ID for this managed resource.
LicenseDetails []GetJavaReleaseLicenseDetail
Information about a license type for Java.
LicenseType string
License type for the Java version.
MosPatches []GetJavaReleaseMosPatch
List of My Oracle Support(MoS) patches available for this release. This information is only available for BPR release type.
ParentReleaseVersion string
Parent Java release version identifier. This is applicable for BPR releases.
ReleaseDate string
The release date of the Java version (formatted according to RFC3339).
ReleaseNotesUrl string
Release notes associated with the Java version.
ReleaseType string
Release category of the Java version.
ReleaseVersion string
Java release version identifier.
SecurityStatus string
The security status of the Java version.
artifactContentTypes List<String>
Artifact content types for the Java version.
artifacts List<GetJavaReleaseArtifact>
List of Java artifacts.
daysUnderSecurityBaseline Integer
The number of days since this release has been under the security baseline.
familyDetails List<GetJavaReleaseFamilyDetail>
Metadata associated with a specific Java release family. A Java release family is typically a major version in the Java version identifier.
familyVersion String
Java release family identifier.
id String
The provider-assigned unique ID for this managed resource.
licenseDetails List<GetJavaReleaseLicenseDetail>
Information about a license type for Java.
licenseType String
License type for the Java version.
mosPatches List<GetJavaReleaseMosPatch>
List of My Oracle Support(MoS) patches available for this release. This information is only available for BPR release type.
parentReleaseVersion String
Parent Java release version identifier. This is applicable for BPR releases.
releaseDate String
The release date of the Java version (formatted according to RFC3339).
releaseNotesUrl String
Release notes associated with the Java version.
releaseType String
Release category of the Java version.
releaseVersion String
Java release version identifier.
securityStatus String
The security status of the Java version.
artifactContentTypes string[]
Artifact content types for the Java version.
artifacts GetJavaReleaseArtifact[]
List of Java artifacts.
daysUnderSecurityBaseline number
The number of days since this release has been under the security baseline.
familyDetails GetJavaReleaseFamilyDetail[]
Metadata associated with a specific Java release family. A Java release family is typically a major version in the Java version identifier.
familyVersion string
Java release family identifier.
id string
The provider-assigned unique ID for this managed resource.
licenseDetails GetJavaReleaseLicenseDetail[]
Information about a license type for Java.
licenseType string
License type for the Java version.
mosPatches GetJavaReleaseMosPatch[]
List of My Oracle Support(MoS) patches available for this release. This information is only available for BPR release type.
parentReleaseVersion string
Parent Java release version identifier. This is applicable for BPR releases.
releaseDate string
The release date of the Java version (formatted according to RFC3339).
releaseNotesUrl string
Release notes associated with the Java version.
releaseType string
Release category of the Java version.
releaseVersion string
Java release version identifier.
securityStatus string
The security status of the Java version.
artifact_content_types Sequence[str]
Artifact content types for the Java version.
artifacts Sequence[jms.GetJavaReleaseArtifact]
List of Java artifacts.
days_under_security_baseline int
The number of days since this release has been under the security baseline.
family_details Sequence[jms.GetJavaReleaseFamilyDetail]
Metadata associated with a specific Java release family. A Java release family is typically a major version in the Java version identifier.
family_version str
Java release family identifier.
id str
The provider-assigned unique ID for this managed resource.
license_details Sequence[jms.GetJavaReleaseLicenseDetail]
Information about a license type for Java.
license_type str
License type for the Java version.
mos_patches Sequence[jms.GetJavaReleaseMosPatch]
List of My Oracle Support(MoS) patches available for this release. This information is only available for BPR release type.
parent_release_version str
Parent Java release version identifier. This is applicable for BPR releases.
release_date str
The release date of the Java version (formatted according to RFC3339).
release_notes_url str
Release notes associated with the Java version.
release_type str
Release category of the Java version.
release_version str
Java release version identifier.
security_status str
The security status of the Java version.
artifactContentTypes List<String>
Artifact content types for the Java version.
artifacts List<Property Map>
List of Java artifacts.
daysUnderSecurityBaseline Number
The number of days since this release has been under the security baseline.
familyDetails List<Property Map>
Metadata associated with a specific Java release family. A Java release family is typically a major version in the Java version identifier.
familyVersion String
Java release family identifier.
id String
The provider-assigned unique ID for this managed resource.
licenseDetails List<Property Map>
Information about a license type for Java.
licenseType String
License type for the Java version.
mosPatches List<Property Map>
List of My Oracle Support(MoS) patches available for this release. This information is only available for BPR release type.
parentReleaseVersion String
Parent Java release version identifier. This is applicable for BPR releases.
releaseDate String
The release date of the Java version (formatted according to RFC3339).
releaseNotesUrl String
Release notes associated with the Java version.
releaseType String
Release category of the Java version.
releaseVersion String
Java release version identifier.
securityStatus String
The security status of the Java version.

Supporting Types

GetJavaReleaseArtifact

ApproximateFileSizeInBytes This property is required. string
Approximate compressed file size in bytes.
Architecture This property is required. string
The target Operating System architecture for the artifact.
ArtifactContentType This property is required. string
Product content type of this artifact.
ArtifactDescription This property is required. string
Description of the binary artifact. Typically includes the OS, architecture, and installer type.
ArtifactFileName This property is required. string
The file name of the artifact.
ArtifactId This property is required. string
Unique identifier for the artifact.
DownloadUrl This property is required. string
The endpoint that returns a short-lived artifact download URL in the response payload. This download url can then be used for downloading the artifact. See this API for more details.
OsFamily This property is required. string
The target Operating System family for the artifact.
PackageType This property is required. string
The package type(typically the file extension) of the artifact.
PackageTypeDetail This property is required. string
Additional information about the package type.
ScriptChecksumUrl This property is required. string
The URL for retrieving the checksum for the artifact. Depending on the context, this can point to the checksum of the archive or latest update release version artifact.
ScriptDownloadUrl This property is required. string
The endpoint for downloading this artifact from command line, automatically in scripts and dockerfiles. Depending on the context, this can point to the archive or latest update release version artifact in the specified family.
Sha256 This property is required. string
SHA256 checksum of the artifact.
ApproximateFileSizeInBytes This property is required. string
Approximate compressed file size in bytes.
Architecture This property is required. string
The target Operating System architecture for the artifact.
ArtifactContentType This property is required. string
Product content type of this artifact.
ArtifactDescription This property is required. string
Description of the binary artifact. Typically includes the OS, architecture, and installer type.
ArtifactFileName This property is required. string
The file name of the artifact.
ArtifactId This property is required. string
Unique identifier for the artifact.
DownloadUrl This property is required. string
The endpoint that returns a short-lived artifact download URL in the response payload. This download url can then be used for downloading the artifact. See this API for more details.
OsFamily This property is required. string
The target Operating System family for the artifact.
PackageType This property is required. string
The package type(typically the file extension) of the artifact.
PackageTypeDetail This property is required. string
Additional information about the package type.
ScriptChecksumUrl This property is required. string
The URL for retrieving the checksum for the artifact. Depending on the context, this can point to the checksum of the archive or latest update release version artifact.
ScriptDownloadUrl This property is required. string
The endpoint for downloading this artifact from command line, automatically in scripts and dockerfiles. Depending on the context, this can point to the archive or latest update release version artifact in the specified family.
Sha256 This property is required. string
SHA256 checksum of the artifact.
approximateFileSizeInBytes This property is required. String
Approximate compressed file size in bytes.
architecture This property is required. String
The target Operating System architecture for the artifact.
artifactContentType This property is required. String
Product content type of this artifact.
artifactDescription This property is required. String
Description of the binary artifact. Typically includes the OS, architecture, and installer type.
artifactFileName This property is required. String
The file name of the artifact.
artifactId This property is required. String
Unique identifier for the artifact.
downloadUrl This property is required. String
The endpoint that returns a short-lived artifact download URL in the response payload. This download url can then be used for downloading the artifact. See this API for more details.
osFamily This property is required. String
The target Operating System family for the artifact.
packageType This property is required. String
The package type(typically the file extension) of the artifact.
packageTypeDetail This property is required. String
Additional information about the package type.
scriptChecksumUrl This property is required. String
The URL for retrieving the checksum for the artifact. Depending on the context, this can point to the checksum of the archive or latest update release version artifact.
scriptDownloadUrl This property is required. String
The endpoint for downloading this artifact from command line, automatically in scripts and dockerfiles. Depending on the context, this can point to the archive or latest update release version artifact in the specified family.
sha256 This property is required. String
SHA256 checksum of the artifact.
approximateFileSizeInBytes This property is required. string
Approximate compressed file size in bytes.
architecture This property is required. string
The target Operating System architecture for the artifact.
artifactContentType This property is required. string
Product content type of this artifact.
artifactDescription This property is required. string
Description of the binary artifact. Typically includes the OS, architecture, and installer type.
artifactFileName This property is required. string
The file name of the artifact.
artifactId This property is required. string
Unique identifier for the artifact.
downloadUrl This property is required. string
The endpoint that returns a short-lived artifact download URL in the response payload. This download url can then be used for downloading the artifact. See this API for more details.
osFamily This property is required. string
The target Operating System family for the artifact.
packageType This property is required. string
The package type(typically the file extension) of the artifact.
packageTypeDetail This property is required. string
Additional information about the package type.
scriptChecksumUrl This property is required. string
The URL for retrieving the checksum for the artifact. Depending on the context, this can point to the checksum of the archive or latest update release version artifact.
scriptDownloadUrl This property is required. string
The endpoint for downloading this artifact from command line, automatically in scripts and dockerfiles. Depending on the context, this can point to the archive or latest update release version artifact in the specified family.
sha256 This property is required. string
SHA256 checksum of the artifact.
approximate_file_size_in_bytes This property is required. str
Approximate compressed file size in bytes.
architecture This property is required. str
The target Operating System architecture for the artifact.
artifact_content_type This property is required. str
Product content type of this artifact.
artifact_description This property is required. str
Description of the binary artifact. Typically includes the OS, architecture, and installer type.
artifact_file_name This property is required. str
The file name of the artifact.
artifact_id This property is required. str
Unique identifier for the artifact.
download_url This property is required. str
The endpoint that returns a short-lived artifact download URL in the response payload. This download url can then be used for downloading the artifact. See this API for more details.
os_family This property is required. str
The target Operating System family for the artifact.
package_type This property is required. str
The package type(typically the file extension) of the artifact.
package_type_detail This property is required. str
Additional information about the package type.
script_checksum_url This property is required. str
The URL for retrieving the checksum for the artifact. Depending on the context, this can point to the checksum of the archive or latest update release version artifact.
script_download_url This property is required. str
The endpoint for downloading this artifact from command line, automatically in scripts and dockerfiles. Depending on the context, this can point to the archive or latest update release version artifact in the specified family.
sha256 This property is required. str
SHA256 checksum of the artifact.
approximateFileSizeInBytes This property is required. String
Approximate compressed file size in bytes.
architecture This property is required. String
The target Operating System architecture for the artifact.
artifactContentType This property is required. String
Product content type of this artifact.
artifactDescription This property is required. String
Description of the binary artifact. Typically includes the OS, architecture, and installer type.
artifactFileName This property is required. String
The file name of the artifact.
artifactId This property is required. String
Unique identifier for the artifact.
downloadUrl This property is required. String
The endpoint that returns a short-lived artifact download URL in the response payload. This download url can then be used for downloading the artifact. See this API for more details.
osFamily This property is required. String
The target Operating System family for the artifact.
packageType This property is required. String
The package type(typically the file extension) of the artifact.
packageTypeDetail This property is required. String
Additional information about the package type.
scriptChecksumUrl This property is required. String
The URL for retrieving the checksum for the artifact. Depending on the context, this can point to the checksum of the archive or latest update release version artifact.
scriptDownloadUrl This property is required. String
The endpoint for downloading this artifact from command line, automatically in scripts and dockerfiles. Depending on the context, this can point to the archive or latest update release version artifact in the specified family.
sha256 This property is required. String
SHA256 checksum of the artifact.

GetJavaReleaseFamilyDetail

DisplayName This property is required. string
Commonly used name for the MoS release.
DocUrl This property is required. string
Link to access the documentation for the release.
EndOfSupportLifeDate This property is required. string
The End of Support Life (EOSL) date of the Java release family (formatted according to RFC3339).
FamilyVersion This property is required. string
Java release family identifier.
IsSupportedVersion This property is required. bool
Whether or not this Java release family is under active support. Refer Java Support Roadmap for more details.
LatestReleaseArtifacts This property is required. List<GetJavaReleaseFamilyDetailLatestReleaseArtifact>
List of artifacts for the latest Java release version in this family. The script URLs in the response can be used from a command line, or in scripts and dockerfiles to always get the artifacts corresponding to the latest update release version.
LatestReleaseVersion This property is required. string
Latest Java release version in the family.
ReleaseDate This property is required. string
The release date of the Java version (formatted according to RFC3339).
SupportType This property is required. string
This indicates the support category for the Java release family.
DisplayName This property is required. string
Commonly used name for the MoS release.
DocUrl This property is required. string
Link to access the documentation for the release.
EndOfSupportLifeDate This property is required. string
The End of Support Life (EOSL) date of the Java release family (formatted according to RFC3339).
FamilyVersion This property is required. string
Java release family identifier.
IsSupportedVersion This property is required. bool
Whether or not this Java release family is under active support. Refer Java Support Roadmap for more details.
LatestReleaseArtifacts This property is required. []GetJavaReleaseFamilyDetailLatestReleaseArtifact
List of artifacts for the latest Java release version in this family. The script URLs in the response can be used from a command line, or in scripts and dockerfiles to always get the artifacts corresponding to the latest update release version.
LatestReleaseVersion This property is required. string
Latest Java release version in the family.
ReleaseDate This property is required. string
The release date of the Java version (formatted according to RFC3339).
SupportType This property is required. string
This indicates the support category for the Java release family.
displayName This property is required. String
Commonly used name for the MoS release.
docUrl This property is required. String
Link to access the documentation for the release.
endOfSupportLifeDate This property is required. String
The End of Support Life (EOSL) date of the Java release family (formatted according to RFC3339).
familyVersion This property is required. String
Java release family identifier.
isSupportedVersion This property is required. Boolean
Whether or not this Java release family is under active support. Refer Java Support Roadmap for more details.
latestReleaseArtifacts This property is required. List<GetJavaReleaseFamilyDetailLatestReleaseArtifact>
List of artifacts for the latest Java release version in this family. The script URLs in the response can be used from a command line, or in scripts and dockerfiles to always get the artifacts corresponding to the latest update release version.
latestReleaseVersion This property is required. String
Latest Java release version in the family.
releaseDate This property is required. String
The release date of the Java version (formatted according to RFC3339).
supportType This property is required. String
This indicates the support category for the Java release family.
displayName This property is required. string
Commonly used name for the MoS release.
docUrl This property is required. string
Link to access the documentation for the release.
endOfSupportLifeDate This property is required. string
The End of Support Life (EOSL) date of the Java release family (formatted according to RFC3339).
familyVersion This property is required. string
Java release family identifier.
isSupportedVersion This property is required. boolean
Whether or not this Java release family is under active support. Refer Java Support Roadmap for more details.
latestReleaseArtifacts This property is required. GetJavaReleaseFamilyDetailLatestReleaseArtifact[]
List of artifacts for the latest Java release version in this family. The script URLs in the response can be used from a command line, or in scripts and dockerfiles to always get the artifacts corresponding to the latest update release version.
latestReleaseVersion This property is required. string
Latest Java release version in the family.
releaseDate This property is required. string
The release date of the Java version (formatted according to RFC3339).
supportType This property is required. string
This indicates the support category for the Java release family.
display_name This property is required. str
Commonly used name for the MoS release.
doc_url This property is required. str
Link to access the documentation for the release.
end_of_support_life_date This property is required. str
The End of Support Life (EOSL) date of the Java release family (formatted according to RFC3339).
family_version This property is required. str
Java release family identifier.
is_supported_version This property is required. bool
Whether or not this Java release family is under active support. Refer Java Support Roadmap for more details.
latest_release_artifacts This property is required. Sequence[jms.GetJavaReleaseFamilyDetailLatestReleaseArtifact]
List of artifacts for the latest Java release version in this family. The script URLs in the response can be used from a command line, or in scripts and dockerfiles to always get the artifacts corresponding to the latest update release version.
latest_release_version This property is required. str
Latest Java release version in the family.
release_date This property is required. str
The release date of the Java version (formatted according to RFC3339).
support_type This property is required. str
This indicates the support category for the Java release family.
displayName This property is required. String
Commonly used name for the MoS release.
docUrl This property is required. String
Link to access the documentation for the release.
endOfSupportLifeDate This property is required. String
The End of Support Life (EOSL) date of the Java release family (formatted according to RFC3339).
familyVersion This property is required. String
Java release family identifier.
isSupportedVersion This property is required. Boolean
Whether or not this Java release family is under active support. Refer Java Support Roadmap for more details.
latestReleaseArtifacts This property is required. List<Property Map>
List of artifacts for the latest Java release version in this family. The script URLs in the response can be used from a command line, or in scripts and dockerfiles to always get the artifacts corresponding to the latest update release version.
latestReleaseVersion This property is required. String
Latest Java release version in the family.
releaseDate This property is required. String
The release date of the Java version (formatted according to RFC3339).
supportType This property is required. String
This indicates the support category for the Java release family.

GetJavaReleaseFamilyDetailLatestReleaseArtifact

ApproximateFileSizeInBytes This property is required. string
Approximate compressed file size in bytes.
Architecture This property is required. string
The target Operating System architecture for the artifact.
ArtifactContentType This property is required. string
Product content type of this artifact.
ArtifactDescription This property is required. string
Description of the binary artifact. Typically includes the OS, architecture, and installer type.
ArtifactFileName This property is required. string
The file name of the artifact.
ArtifactId This property is required. string
Unique identifier for the artifact.
DownloadUrl This property is required. string
The endpoint that returns a short-lived artifact download URL in the response payload. This download url can then be used for downloading the artifact. See this API for more details.
OsFamily This property is required. string
The target Operating System family for the artifact.
PackageType This property is required. string
The package type(typically the file extension) of the artifact.
PackageTypeDetail This property is required. string
Additional information about the package type.
ScriptChecksumUrl This property is required. string
The URL for retrieving the checksum for the artifact. Depending on the context, this can point to the checksum of the archive or latest update release version artifact.
ScriptDownloadUrl This property is required. string
The endpoint for downloading this artifact from command line, automatically in scripts and dockerfiles. Depending on the context, this can point to the archive or latest update release version artifact in the specified family.
Sha256 This property is required. string
SHA256 checksum of the artifact.
ApproximateFileSizeInBytes This property is required. string
Approximate compressed file size in bytes.
Architecture This property is required. string
The target Operating System architecture for the artifact.
ArtifactContentType This property is required. string
Product content type of this artifact.
ArtifactDescription This property is required. string
Description of the binary artifact. Typically includes the OS, architecture, and installer type.
ArtifactFileName This property is required. string
The file name of the artifact.
ArtifactId This property is required. string
Unique identifier for the artifact.
DownloadUrl This property is required. string
The endpoint that returns a short-lived artifact download URL in the response payload. This download url can then be used for downloading the artifact. See this API for more details.
OsFamily This property is required. string
The target Operating System family for the artifact.
PackageType This property is required. string
The package type(typically the file extension) of the artifact.
PackageTypeDetail This property is required. string
Additional information about the package type.
ScriptChecksumUrl This property is required. string
The URL for retrieving the checksum for the artifact. Depending on the context, this can point to the checksum of the archive or latest update release version artifact.
ScriptDownloadUrl This property is required. string
The endpoint for downloading this artifact from command line, automatically in scripts and dockerfiles. Depending on the context, this can point to the archive or latest update release version artifact in the specified family.
Sha256 This property is required. string
SHA256 checksum of the artifact.
approximateFileSizeInBytes This property is required. String
Approximate compressed file size in bytes.
architecture This property is required. String
The target Operating System architecture for the artifact.
artifactContentType This property is required. String
Product content type of this artifact.
artifactDescription This property is required. String
Description of the binary artifact. Typically includes the OS, architecture, and installer type.
artifactFileName This property is required. String
The file name of the artifact.
artifactId This property is required. String
Unique identifier for the artifact.
downloadUrl This property is required. String
The endpoint that returns a short-lived artifact download URL in the response payload. This download url can then be used for downloading the artifact. See this API for more details.
osFamily This property is required. String
The target Operating System family for the artifact.
packageType This property is required. String
The package type(typically the file extension) of the artifact.
packageTypeDetail This property is required. String
Additional information about the package type.
scriptChecksumUrl This property is required. String
The URL for retrieving the checksum for the artifact. Depending on the context, this can point to the checksum of the archive or latest update release version artifact.
scriptDownloadUrl This property is required. String
The endpoint for downloading this artifact from command line, automatically in scripts and dockerfiles. Depending on the context, this can point to the archive or latest update release version artifact in the specified family.
sha256 This property is required. String
SHA256 checksum of the artifact.
approximateFileSizeInBytes This property is required. string
Approximate compressed file size in bytes.
architecture This property is required. string
The target Operating System architecture for the artifact.
artifactContentType This property is required. string
Product content type of this artifact.
artifactDescription This property is required. string
Description of the binary artifact. Typically includes the OS, architecture, and installer type.
artifactFileName This property is required. string
The file name of the artifact.
artifactId This property is required. string
Unique identifier for the artifact.
downloadUrl This property is required. string
The endpoint that returns a short-lived artifact download URL in the response payload. This download url can then be used for downloading the artifact. See this API for more details.
osFamily This property is required. string
The target Operating System family for the artifact.
packageType This property is required. string
The package type(typically the file extension) of the artifact.
packageTypeDetail This property is required. string
Additional information about the package type.
scriptChecksumUrl This property is required. string
The URL for retrieving the checksum for the artifact. Depending on the context, this can point to the checksum of the archive or latest update release version artifact.
scriptDownloadUrl This property is required. string
The endpoint for downloading this artifact from command line, automatically in scripts and dockerfiles. Depending on the context, this can point to the archive or latest update release version artifact in the specified family.
sha256 This property is required. string
SHA256 checksum of the artifact.
approximate_file_size_in_bytes This property is required. str
Approximate compressed file size in bytes.
architecture This property is required. str
The target Operating System architecture for the artifact.
artifact_content_type This property is required. str
Product content type of this artifact.
artifact_description This property is required. str
Description of the binary artifact. Typically includes the OS, architecture, and installer type.
artifact_file_name This property is required. str
The file name of the artifact.
artifact_id This property is required. str
Unique identifier for the artifact.
download_url This property is required. str
The endpoint that returns a short-lived artifact download URL in the response payload. This download url can then be used for downloading the artifact. See this API for more details.
os_family This property is required. str
The target Operating System family for the artifact.
package_type This property is required. str
The package type(typically the file extension) of the artifact.
package_type_detail This property is required. str
Additional information about the package type.
script_checksum_url This property is required. str
The URL for retrieving the checksum for the artifact. Depending on the context, this can point to the checksum of the archive or latest update release version artifact.
script_download_url This property is required. str
The endpoint for downloading this artifact from command line, automatically in scripts and dockerfiles. Depending on the context, this can point to the archive or latest update release version artifact in the specified family.
sha256 This property is required. str
SHA256 checksum of the artifact.
approximateFileSizeInBytes This property is required. String
Approximate compressed file size in bytes.
architecture This property is required. String
The target Operating System architecture for the artifact.
artifactContentType This property is required. String
Product content type of this artifact.
artifactDescription This property is required. String
Description of the binary artifact. Typically includes the OS, architecture, and installer type.
artifactFileName This property is required. String
The file name of the artifact.
artifactId This property is required. String
Unique identifier for the artifact.
downloadUrl This property is required. String
The endpoint that returns a short-lived artifact download URL in the response payload. This download url can then be used for downloading the artifact. See this API for more details.
osFamily This property is required. String
The target Operating System family for the artifact.
packageType This property is required. String
The package type(typically the file extension) of the artifact.
packageTypeDetail This property is required. String
Additional information about the package type.
scriptChecksumUrl This property is required. String
The URL for retrieving the checksum for the artifact. Depending on the context, this can point to the checksum of the archive or latest update release version artifact.
scriptDownloadUrl This property is required. String
The endpoint for downloading this artifact from command line, automatically in scripts and dockerfiles. Depending on the context, this can point to the archive or latest update release version artifact in the specified family.
sha256 This property is required. String
SHA256 checksum of the artifact.

GetJavaReleaseLicenseDetail

DisplayName This property is required. string
Commonly used name for the MoS release.
LicenseType This property is required. string
License type for the Java version.
LicenseUrl This property is required. string
Publicly accessible license URL containing the detailed terms and conditions.
DisplayName This property is required. string
Commonly used name for the MoS release.
LicenseType This property is required. string
License type for the Java version.
LicenseUrl This property is required. string
Publicly accessible license URL containing the detailed terms and conditions.
displayName This property is required. String
Commonly used name for the MoS release.
licenseType This property is required. String
License type for the Java version.
licenseUrl This property is required. String
Publicly accessible license URL containing the detailed terms and conditions.
displayName This property is required. string
Commonly used name for the MoS release.
licenseType This property is required. string
License type for the Java version.
licenseUrl This property is required. string
Publicly accessible license URL containing the detailed terms and conditions.
display_name This property is required. str
Commonly used name for the MoS release.
license_type This property is required. str
License type for the Java version.
license_url This property is required. str
Publicly accessible license URL containing the detailed terms and conditions.
displayName This property is required. String
Commonly used name for the MoS release.
licenseType This property is required. String
License type for the Java version.
licenseUrl This property is required. String
Publicly accessible license URL containing the detailed terms and conditions.

GetJavaReleaseMosPatch

DisplayName This property is required. string
Commonly used name for the MoS release.
PatchUrl This property is required. string
MoS URL to access the artifacts for the Java release.
DisplayName This property is required. string
Commonly used name for the MoS release.
PatchUrl This property is required. string
MoS URL to access the artifacts for the Java release.
displayName This property is required. String
Commonly used name for the MoS release.
patchUrl This property is required. String
MoS URL to access the artifacts for the Java release.
displayName This property is required. string
Commonly used name for the MoS release.
patchUrl This property is required. string
MoS URL to access the artifacts for the Java release.
display_name This property is required. str
Commonly used name for the MoS release.
patch_url This property is required. str
MoS URL to access the artifacts for the Java release.
displayName This property is required. String
Commonly used name for the MoS release.
patchUrl This property is required. String
MoS URL to access the artifacts for the Java release.

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes
This Pulumi package is based on the oci Terraform Provider.
Oracle Cloud Infrastructure v2.30.0 published on Monday, Apr 14, 2025 by Pulumi