Oracle Cloud Infrastructure v2.30.0 published on Monday, Apr 14, 2025 by Pulumi
oci.Jms.getJavaRelease
Explore with Pulumi AI
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,
});
import pulumi
import pulumi_oci as oci
test_java_release = oci.Jms.get_java_release(release_version=java_release_release_version)
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
})
}
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,
});
});
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());
}
}
variables:
testJavaRelease:
fn::invoke:
function: oci:Jms:getJavaRelease
arguments:
releaseVersion: ${javaReleaseReleaseVersion}
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>
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]
func GetJavaRelease(ctx *Context, args *GetJavaReleaseArgs, opts ...InvokeOption) (*GetJavaReleaseResult, error)
func GetJavaReleaseOutput(ctx *Context, args *GetJavaReleaseOutputArgs, opts ...InvokeOption) GetJavaReleaseResultOutput
> 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)
}
public static CompletableFuture<GetJavaReleaseResult> getJavaRelease(GetJavaReleaseArgs args, InvokeOptions options)
public static Output<GetJavaReleaseResult> getJavaRelease(GetJavaReleaseArgs args, InvokeOptions options)
fn::invoke:
function: oci:Jms/getJavaRelease:getJavaRelease
arguments:
# arguments dictionary
The following arguments are supported:
- Release
Version This property is required. string - Unique Java release version identifier
- Release
Version This property is required. string - Unique Java release version identifier
- release
Version This property is required. String - Unique Java release version identifier
- release
Version This property is required. string - Unique Java release version identifier
- release_
version This property is required. str - Unique Java release version identifier
- release
Version This property is required. String - Unique Java release version identifier
getJavaRelease Result
The following output properties are available:
- Artifact
Content List<string>Types - Artifact content types for the Java version.
- Artifacts
List<Get
Java Release Artifact> - List of Java artifacts.
- Days
Under intSecurity Baseline - The number of days since this release has been under the security baseline.
- Family
Details List<GetJava Release Family Detail> - Metadata associated with a specific Java release family. A Java release family is typically a major version in the Java version identifier.
- Family
Version string - Java release family identifier.
- Id string
- The provider-assigned unique ID for this managed resource.
- License
Details List<GetJava Release License Detail> - Information about a license type for Java.
- License
Type string - License type for the Java version.
- Mos
Patches List<GetJava Release Mos Patch> - List of My Oracle Support(MoS) patches available for this release. This information is only available for
BPR
release type. - Parent
Release stringVersion - Parent Java release version identifier. This is applicable for BPR releases.
- Release
Date string - The release date of the Java version (formatted according to RFC3339).
- Release
Notes stringUrl - Release notes associated with the Java version.
- Release
Type string - Release category of the Java version.
- Release
Version string - Java release version identifier.
- Security
Status string - The security status of the Java version.
- Artifact
Content []stringTypes - Artifact content types for the Java version.
- Artifacts
[]Get
Java Release Artifact - List of Java artifacts.
- Days
Under intSecurity Baseline - The number of days since this release has been under the security baseline.
- Family
Details []GetJava Release Family Detail - Metadata associated with a specific Java release family. A Java release family is typically a major version in the Java version identifier.
- Family
Version string - Java release family identifier.
- Id string
- The provider-assigned unique ID for this managed resource.
- License
Details []GetJava Release License Detail - Information about a license type for Java.
- License
Type string - License type for the Java version.
- Mos
Patches []GetJava Release Mos Patch - List of My Oracle Support(MoS) patches available for this release. This information is only available for
BPR
release type. - Parent
Release stringVersion - Parent Java release version identifier. This is applicable for BPR releases.
- Release
Date string - The release date of the Java version (formatted according to RFC3339).
- Release
Notes stringUrl - Release notes associated with the Java version.
- Release
Type string - Release category of the Java version.
- Release
Version string - Java release version identifier.
- Security
Status string - The security status of the Java version.
- artifact
Content List<String>Types - Artifact content types for the Java version.
- artifacts
List<Get
Java Release Artifact> - List of Java artifacts.
- days
Under IntegerSecurity Baseline - The number of days since this release has been under the security baseline.
- family
Details List<GetJava Release Family Detail> - Metadata associated with a specific Java release family. A Java release family is typically a major version in the Java version identifier.
- family
Version String - Java release family identifier.
- id String
- The provider-assigned unique ID for this managed resource.
- license
Details List<GetJava Release License Detail> - Information about a license type for Java.
- license
Type String - License type for the Java version.
- mos
Patches List<GetJava Release Mos Patch> - List of My Oracle Support(MoS) patches available for this release. This information is only available for
BPR
release type. - parent
Release StringVersion - Parent Java release version identifier. This is applicable for BPR releases.
- release
Date String - The release date of the Java version (formatted according to RFC3339).
- release
Notes StringUrl - Release notes associated with the Java version.
- release
Type String - Release category of the Java version.
- release
Version String - Java release version identifier.
- security
Status String - The security status of the Java version.
- artifact
Content string[]Types - Artifact content types for the Java version.
- artifacts
Get
Java Release Artifact[] - List of Java artifacts.
- days
Under numberSecurity Baseline - The number of days since this release has been under the security baseline.
- family
Details GetJava Release Family Detail[] - Metadata associated with a specific Java release family. A Java release family is typically a major version in the Java version identifier.
- family
Version string - Java release family identifier.
- id string
- The provider-assigned unique ID for this managed resource.
- license
Details GetJava Release License Detail[] - Information about a license type for Java.
- license
Type string - License type for the Java version.
- mos
Patches GetJava Release Mos Patch[] - List of My Oracle Support(MoS) patches available for this release. This information is only available for
BPR
release type. - parent
Release stringVersion - Parent Java release version identifier. This is applicable for BPR releases.
- release
Date string - The release date of the Java version (formatted according to RFC3339).
- release
Notes stringUrl - Release notes associated with the Java version.
- release
Type string - Release category of the Java version.
- release
Version string - Java release version identifier.
- security
Status string - The security status of the Java version.
- artifact_
content_ Sequence[str]types - Artifact content types for the Java version.
- artifacts
Sequence[jms.
Get Java Release Artifact] - List of Java artifacts.
- days_
under_ intsecurity_ baseline - The number of days since this release has been under the security baseline.
- family_
details Sequence[jms.Get Java Release Family Detail] - 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.Get Java Release License Detail] - Information about a license type for Java.
- license_
type str - License type for the Java version.
- mos_
patches Sequence[jms.Get Java Release Mos Patch] - List of My Oracle Support(MoS) patches available for this release. This information is only available for
BPR
release type. - parent_
release_ strversion - 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_ strurl - 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.
- artifact
Content List<String>Types - Artifact content types for the Java version.
- artifacts List<Property Map>
- List of Java artifacts.
- days
Under NumberSecurity Baseline - The number of days since this release has been under the security baseline.
- family
Details 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.
- family
Version String - Java release family identifier.
- id String
- The provider-assigned unique ID for this managed resource.
- license
Details List<Property Map> - Information about a license type for Java.
- license
Type String - License type for the Java version.
- mos
Patches List<Property Map> - List of My Oracle Support(MoS) patches available for this release. This information is only available for
BPR
release type. - parent
Release StringVersion - Parent Java release version identifier. This is applicable for BPR releases.
- release
Date String - The release date of the Java version (formatted according to RFC3339).
- release
Notes StringUrl - Release notes associated with the Java version.
- release
Type String - Release category of the Java version.
- release
Version String - Java release version identifier.
- security
Status String - The security status of the Java version.
Supporting Types
GetJavaReleaseArtifact
- Approximate
File Size In Bytes 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.
- Artifact
Content Type This property is required. string - Product content type of this artifact.
- Artifact
Description This property is required. string - Description of the binary artifact. Typically includes the OS, architecture, and installer type.
- Artifact
File Name This property is required. string - The file name of the artifact.
- Artifact
Id This property is required. string - Unique identifier for the artifact.
- Download
Url 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.
- Os
Family This property is required. string - The target Operating System family for the artifact.
- Package
Type This property is required. string - The package type(typically the file extension) of the artifact.
- Package
Type Detail This property is required. string - Additional information about the package type.
- Script
Checksum Url 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.
- Script
Download Url 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. string - Approximate compressed file size in bytes.
- Architecture
This property is required. string - The target Operating System architecture for the artifact.
- Artifact
Content Type This property is required. string - Product content type of this artifact.
- Artifact
Description This property is required. string - Description of the binary artifact. Typically includes the OS, architecture, and installer type.
- Artifact
File Name This property is required. string - The file name of the artifact.
- Artifact
Id This property is required. string - Unique identifier for the artifact.
- Download
Url 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.
- Os
Family This property is required. string - The target Operating System family for the artifact.
- Package
Type This property is required. string - The package type(typically the file extension) of the artifact.
- Package
Type Detail This property is required. string - Additional information about the package type.
- Script
Checksum Url 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.
- Script
Download Url 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. String - Approximate compressed file size in bytes.
- architecture
This property is required. String - The target Operating System architecture for the artifact.
- artifact
Content Type This property is required. String - Product content type of this artifact.
- artifact
Description This property is required. String - Description of the binary artifact. Typically includes the OS, architecture, and installer type.
- artifact
File Name This property is required. String - The file name of the artifact.
- artifact
Id This property is required. String - Unique identifier for the artifact.
- download
Url 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.
- os
Family This property is required. String - The target Operating System family for the artifact.
- package
Type This property is required. String - The package type(typically the file extension) of the artifact.
- package
Type Detail This property is required. String - Additional information about the package type.
- script
Checksum Url 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.
- script
Download Url 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. string - Approximate compressed file size in bytes.
- architecture
This property is required. string - The target Operating System architecture for the artifact.
- artifact
Content Type This property is required. string - Product content type of this artifact.
- artifact
Description This property is required. string - Description of the binary artifact. Typically includes the OS, architecture, and installer type.
- artifact
File Name This property is required. string - The file name of the artifact.
- artifact
Id This property is required. string - Unique identifier for the artifact.
- download
Url 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.
- os
Family This property is required. string - The target Operating System family for the artifact.
- package
Type This property is required. string - The package type(typically the file extension) of the artifact.
- package
Type Detail This property is required. string - Additional information about the package type.
- script
Checksum Url 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.
- script
Download Url 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.
- approximate
File Size In Bytes 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.
- artifact
Content Type This property is required. String - Product content type of this artifact.
- artifact
Description This property is required. String - Description of the binary artifact. Typically includes the OS, architecture, and installer type.
- artifact
File Name This property is required. String - The file name of the artifact.
- artifact
Id This property is required. String - Unique identifier for the artifact.
- download
Url 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.
- os
Family This property is required. String - The target Operating System family for the artifact.
- package
Type This property is required. String - The package type(typically the file extension) of the artifact.
- package
Type Detail This property is required. String - Additional information about the package type.
- script
Checksum Url 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.
- script
Download Url 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
- Display
Name This property is required. string - Commonly used name for the MoS release.
- Doc
Url This property is required. string - Link to access the documentation for the release.
- End
Of Support Life Date This property is required. string - The End of Support Life (EOSL) date of the Java release family (formatted according to RFC3339).
- Family
Version This property is required. string - 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. List<GetJava Release Family Detail Latest Release Artifact> - 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. string - Latest Java release version in the family.
- Release
Date This property is required. string - The release date of the Java version (formatted according to RFC3339).
- Support
Type This property is required. string - This indicates the support category for the Java release family.
- Display
Name This property is required. string - Commonly used name for the MoS release.
- Doc
Url This property is required. string - Link to access the documentation for the release.
- End
Of Support Life Date This property is required. string - The End of Support Life (EOSL) date of the Java release family (formatted according to RFC3339).
- Family
Version This property is required. string - 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. []GetJava Release Family Detail Latest Release Artifact - 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. string - Latest Java release version in the family.
- Release
Date This property is required. string - The release date of the Java version (formatted according to RFC3339).
- Support
Type This property is required. string - This indicates the support category for the Java release family.
- display
Name This property is required. String - Commonly used name for the MoS release.
- doc
Url This property is required. String - Link to access the documentation for the release.
- end
Of Support Life Date This property is required. String - The End of Support Life (EOSL) date of the Java release family (formatted according to RFC3339).
- family
Version This property is required. String - Java release family identifier.
- is
Supported Version This property is required. Boolean - 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. List<GetJava Release Family Detail Latest Release Artifact> - 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. String - Latest Java release version in the family.
- release
Date This property is required. String - The release date of the Java version (formatted according to RFC3339).
- support
Type This property is required. String - This indicates the support category for the Java release family.
- display
Name This property is required. string - Commonly used name for the MoS release.
- doc
Url This property is required. string - Link to access the documentation for the release.
- end
Of Support Life Date This property is required. string - The End of Support Life (EOSL) date of the Java release family (formatted according to RFC3339).
- family
Version This property is required. string - Java release family identifier.
- is
Supported Version This property is required. boolean - 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. GetJava Release Family Detail Latest Release Artifact[] - 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. string - Latest Java release version in the family.
- release
Date This property is required. string - The release date of the Java version (formatted according to RFC3339).
- support
Type 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.Get Java Release Family Detail Latest Release Artifact] - 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.
- display
Name This property is required. String - Commonly used name for the MoS release.
- doc
Url This property is required. String - Link to access the documentation for the release.
- end
Of Support Life Date This property is required. String - The End of Support Life (EOSL) date of the Java release family (formatted according to RFC3339).
- family
Version This property is required. String - Java release family identifier.
- is
Supported Version This property is required. Boolean - 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. 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.
- latest
Release Version This property is required. String - Latest Java release version in the family.
- release
Date This property is required. String - The release date of the Java version (formatted according to RFC3339).
- support
Type This property is required. String - This indicates the support category for the Java release family.
GetJavaReleaseFamilyDetailLatestReleaseArtifact
- Approximate
File Size In Bytes 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.
- Artifact
Content Type This property is required. string - Product content type of this artifact.
- Artifact
Description This property is required. string - Description of the binary artifact. Typically includes the OS, architecture, and installer type.
- Artifact
File Name This property is required. string - The file name of the artifact.
- Artifact
Id This property is required. string - Unique identifier for the artifact.
- Download
Url 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.
- Os
Family This property is required. string - The target Operating System family for the artifact.
- Package
Type This property is required. string - The package type(typically the file extension) of the artifact.
- Package
Type Detail This property is required. string - Additional information about the package type.
- Script
Checksum Url 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.
- Script
Download Url 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. string - Approximate compressed file size in bytes.
- Architecture
This property is required. string - The target Operating System architecture for the artifact.
- Artifact
Content Type This property is required. string - Product content type of this artifact.
- Artifact
Description This property is required. string - Description of the binary artifact. Typically includes the OS, architecture, and installer type.
- Artifact
File Name This property is required. string - The file name of the artifact.
- Artifact
Id This property is required. string - Unique identifier for the artifact.
- Download
Url 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.
- Os
Family This property is required. string - The target Operating System family for the artifact.
- Package
Type This property is required. string - The package type(typically the file extension) of the artifact.
- Package
Type Detail This property is required. string - Additional information about the package type.
- Script
Checksum Url 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.
- Script
Download Url 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. String - Approximate compressed file size in bytes.
- architecture
This property is required. String - The target Operating System architecture for the artifact.
- artifact
Content Type This property is required. String - Product content type of this artifact.
- artifact
Description This property is required. String - Description of the binary artifact. Typically includes the OS, architecture, and installer type.
- artifact
File Name This property is required. String - The file name of the artifact.
- artifact
Id This property is required. String - Unique identifier for the artifact.
- download
Url 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.
- os
Family This property is required. String - The target Operating System family for the artifact.
- package
Type This property is required. String - The package type(typically the file extension) of the artifact.
- package
Type Detail This property is required. String - Additional information about the package type.
- script
Checksum Url 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.
- script
Download Url 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. string - Approximate compressed file size in bytes.
- architecture
This property is required. string - The target Operating System architecture for the artifact.
- artifact
Content Type This property is required. string - Product content type of this artifact.
- artifact
Description This property is required. string - Description of the binary artifact. Typically includes the OS, architecture, and installer type.
- artifact
File Name This property is required. string - The file name of the artifact.
- artifact
Id This property is required. string - Unique identifier for the artifact.
- download
Url 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.
- os
Family This property is required. string - The target Operating System family for the artifact.
- package
Type This property is required. string - The package type(typically the file extension) of the artifact.
- package
Type Detail This property is required. string - Additional information about the package type.
- script
Checksum Url 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.
- script
Download Url 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.
- approximate
File Size In Bytes 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.
- artifact
Content Type This property is required. String - Product content type of this artifact.
- artifact
Description This property is required. String - Description of the binary artifact. Typically includes the OS, architecture, and installer type.
- artifact
File Name This property is required. String - The file name of the artifact.
- artifact
Id This property is required. String - Unique identifier for the artifact.
- download
Url 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.
- os
Family This property is required. String - The target Operating System family for the artifact.
- package
Type This property is required. String - The package type(typically the file extension) of the artifact.
- package
Type Detail This property is required. String - Additional information about the package type.
- script
Checksum Url 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.
- script
Download Url 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
- Display
Name This property is required. string - Commonly used name for the MoS release.
- License
Type This property is required. string - License type for the Java version.
- License
Url This property is required. string - Publicly accessible license URL containing the detailed terms and conditions.
- Display
Name This property is required. string - Commonly used name for the MoS release.
- License
Type This property is required. string - License type for the Java version.
- License
Url This property is required. string - Publicly accessible license URL containing the detailed terms and conditions.
- display
Name This property is required. String - Commonly used name for the MoS release.
- license
Type This property is required. String - License type for the Java version.
- license
Url This property is required. String - Publicly accessible license URL containing the detailed terms and conditions.
- display
Name This property is required. string - Commonly used name for the MoS release.
- license
Type This property is required. string - License type for the Java version.
- license
Url 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.
- display
Name This property is required. String - Commonly used name for the MoS release.
- license
Type This property is required. String - License type for the Java version.
- license
Url This property is required. String - Publicly accessible license URL containing the detailed terms and conditions.
GetJavaReleaseMosPatch
- Display
Name This property is required. string - Commonly used name for the MoS release.
- Patch
Url This property is required. string - MoS URL to access the artifacts for the Java release.
- Display
Name This property is required. string - Commonly used name for the MoS release.
- Patch
Url This property is required. string - MoS URL to access the artifacts for the Java release.
- display
Name This property is required. String - Commonly used name for the MoS release.
- patch
Url This property is required. String - MoS URL to access the artifacts for the Java release.
- display
Name This property is required. string - Commonly used name for the MoS release.
- patch
Url 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.
- display
Name This property is required. String - Commonly used name for the MoS release.
- patch
Url 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.