Oracle Cloud Infrastructure v3.11.0 published on Thursday, Nov 13, 2025 by Pulumi
oci.Jms.getUtilsJavaMigrationAnalysi
Oracle Cloud Infrastructure v3.11.0 published on Thursday, Nov 13, 2025 by Pulumi
This data source provides details about a specific Java Migration Analysi resource in Oracle Cloud Infrastructure Jms Utils service.
Gets information about a Java Migration Analysis.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testJavaMigrationAnalysi = oci.Jms.getUtilsJavaMigrationAnalysi({
javaMigrationAnalysisId: testJavaMigrationAnalysiOciJmsUtilsJavaMigrationAnalysi.id,
});
import pulumi
import pulumi_oci as oci
test_java_migration_analysi = oci.Jms.get_utils_java_migration_analysi(java_migration_analysis_id=test_java_migration_analysi_oci_jms_utils_java_migration_analysi["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/jms"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := jms.GetUtilsJavaMigrationAnalysi(ctx, &jms.GetUtilsJavaMigrationAnalysiArgs{
JavaMigrationAnalysisId: testJavaMigrationAnalysiOciJmsUtilsJavaMigrationAnalysi.Id,
}, 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 testJavaMigrationAnalysi = Oci.Jms.GetUtilsJavaMigrationAnalysi.Invoke(new()
{
JavaMigrationAnalysisId = testJavaMigrationAnalysiOciJmsUtilsJavaMigrationAnalysi.Id,
});
});
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.GetUtilsJavaMigrationAnalysiArgs;
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 testJavaMigrationAnalysi = JmsFunctions.getUtilsJavaMigrationAnalysi(GetUtilsJavaMigrationAnalysiArgs.builder()
.javaMigrationAnalysisId(testJavaMigrationAnalysiOciJmsUtilsJavaMigrationAnalysi.id())
.build());
}
}
variables:
testJavaMigrationAnalysi:
fn::invoke:
function: oci:Jms:getUtilsJavaMigrationAnalysi
arguments:
javaMigrationAnalysisId: ${testJavaMigrationAnalysiOciJmsUtilsJavaMigrationAnalysi.id}
Using getUtilsJavaMigrationAnalysi
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 getUtilsJavaMigrationAnalysi(args: GetUtilsJavaMigrationAnalysiArgs, opts?: InvokeOptions): Promise<GetUtilsJavaMigrationAnalysiResult>
function getUtilsJavaMigrationAnalysiOutput(args: GetUtilsJavaMigrationAnalysiOutputArgs, opts?: InvokeOptions): Output<GetUtilsJavaMigrationAnalysiResult>def get_utils_java_migration_analysi(compartment_id: Optional[str] = None,
java_migration_analysis_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetUtilsJavaMigrationAnalysiResult
def get_utils_java_migration_analysi_output(compartment_id: Optional[pulumi.Input[str]] = None,
java_migration_analysis_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetUtilsJavaMigrationAnalysiResult]func GetUtilsJavaMigrationAnalysi(ctx *Context, args *GetUtilsJavaMigrationAnalysiArgs, opts ...InvokeOption) (*GetUtilsJavaMigrationAnalysiResult, error)
func GetUtilsJavaMigrationAnalysiOutput(ctx *Context, args *GetUtilsJavaMigrationAnalysiOutputArgs, opts ...InvokeOption) GetUtilsJavaMigrationAnalysiResultOutput> Note: This function is named GetUtilsJavaMigrationAnalysi in the Go SDK.
public static class GetUtilsJavaMigrationAnalysi
{
public static Task<GetUtilsJavaMigrationAnalysiResult> InvokeAsync(GetUtilsJavaMigrationAnalysiArgs args, InvokeOptions? opts = null)
public static Output<GetUtilsJavaMigrationAnalysiResult> Invoke(GetUtilsJavaMigrationAnalysiInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetUtilsJavaMigrationAnalysiResult> getUtilsJavaMigrationAnalysi(GetUtilsJavaMigrationAnalysiArgs args, InvokeOptions options)
public static Output<GetUtilsJavaMigrationAnalysiResult> getUtilsJavaMigrationAnalysi(GetUtilsJavaMigrationAnalysiArgs args, InvokeOptions options)
fn::invoke:
function: oci:Jms/getUtilsJavaMigrationAnalysi:getUtilsJavaMigrationAnalysi
arguments:
# arguments dictionaryThe following arguments are supported:
- Java
Migration stringAnalysis Id - The OCID of the Java Migration Analysis.
- Compartment
Id string - The OCID of the compartment.
- Java
Migration stringAnalysis Id - The OCID of the Java Migration Analysis.
- Compartment
Id string - The OCID of the compartment.
- java
Migration StringAnalysis Id - The OCID of the Java Migration Analysis.
- compartment
Id String - The OCID of the compartment.
- java
Migration stringAnalysis Id - The OCID of the Java Migration Analysis.
- compartment
Id string - The OCID of the compartment.
- java_
migration_ stranalysis_ id - The OCID of the Java Migration Analysis.
- compartment_
id str - The OCID of the compartment.
- java
Migration StringAnalysis Id - The OCID of the Java Migration Analysis.
- compartment
Id String - The OCID of the compartment.
getUtilsJavaMigrationAnalysi Result
The following output properties are available:
- Analysis
Project stringName - Name of the analysis project.
- Analysis
Result List<string>Files - The analysis application file names result in the Object Storage.
- Analysis
Result stringObject Storage Path - Path to the Object Storage analysis application result.
- Bucket string
- Object storage bucket name.
- Created
Bies List<GetUtils Java Migration Analysi Created By> - An authorized principal.
- Id string
- The provider-assigned unique ID for this managed resource.
- Input
Applications List<string>Object Storage Paths - Object storage paths to the input files applications to be analysed.
- Java
Migration stringAnalysis Id - Metadata string
- Additional info reserved for future use.
- Namespace string
- Object storage namespace.
- Target
Jdk stringVersion - Jdk Version of the Java Migration Analysis target.
- Time
Created string - The date and time the Java Migration Analysis was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Finished string - The date and time the Java Migration Analysis was finished, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Started string - The date and time the Java Migration Analysis was started, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Work
Request stringId - The OCID of the Work Request.
- Compartment
Id string - The OCID of the compartment.
- Analysis
Project stringName - Name of the analysis project.
- Analysis
Result []stringFiles - The analysis application file names result in the Object Storage.
- Analysis
Result stringObject Storage Path - Path to the Object Storage analysis application result.
- Bucket string
- Object storage bucket name.
- Created
Bies []GetUtils Java Migration Analysi Created By - An authorized principal.
- Id string
- The provider-assigned unique ID for this managed resource.
- Input
Applications []stringObject Storage Paths - Object storage paths to the input files applications to be analysed.
- Java
Migration stringAnalysis Id - Metadata string
- Additional info reserved for future use.
- Namespace string
- Object storage namespace.
- Target
Jdk stringVersion - Jdk Version of the Java Migration Analysis target.
- Time
Created string - The date and time the Java Migration Analysis was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Finished string - The date and time the Java Migration Analysis was finished, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Started string - The date and time the Java Migration Analysis was started, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Work
Request stringId - The OCID of the Work Request.
- Compartment
Id string - The OCID of the compartment.
- analysis
Project StringName - Name of the analysis project.
- analysis
Result List<String>Files - The analysis application file names result in the Object Storage.
- analysis
Result StringObject Storage Path - Path to the Object Storage analysis application result.
- bucket String
- Object storage bucket name.
- created
Bies List<GetUtils Java Migration Analysi Created By> - An authorized principal.
- id String
- The provider-assigned unique ID for this managed resource.
- input
Applications List<String>Object Storage Paths - Object storage paths to the input files applications to be analysed.
- java
Migration StringAnalysis Id - metadata String
- Additional info reserved for future use.
- namespace String
- Object storage namespace.
- target
Jdk StringVersion - Jdk Version of the Java Migration Analysis target.
- time
Created String - The date and time the Java Migration Analysis was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Finished String - The date and time the Java Migration Analysis was finished, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Started String - The date and time the Java Migration Analysis was started, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - work
Request StringId - The OCID of the Work Request.
- compartment
Id String - The OCID of the compartment.
- analysis
Project stringName - Name of the analysis project.
- analysis
Result string[]Files - The analysis application file names result in the Object Storage.
- analysis
Result stringObject Storage Path - Path to the Object Storage analysis application result.
- bucket string
- Object storage bucket name.
- created
Bies GetUtils Java Migration Analysi Created By[] - An authorized principal.
- id string
- The provider-assigned unique ID for this managed resource.
- input
Applications string[]Object Storage Paths - Object storage paths to the input files applications to be analysed.
- java
Migration stringAnalysis Id - metadata string
- Additional info reserved for future use.
- namespace string
- Object storage namespace.
- target
Jdk stringVersion - Jdk Version of the Java Migration Analysis target.
- time
Created string - The date and time the Java Migration Analysis was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Finished string - The date and time the Java Migration Analysis was finished, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Started string - The date and time the Java Migration Analysis was started, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - work
Request stringId - The OCID of the Work Request.
- compartment
Id string - The OCID of the compartment.
- analysis_
project_ strname - Name of the analysis project.
- analysis_
result_ Sequence[str]files - The analysis application file names result in the Object Storage.
- analysis_
result_ strobject_ storage_ path - Path to the Object Storage analysis application result.
- bucket str
- Object storage bucket name.
- created_
bies Sequence[GetUtils Java Migration Analysi Created By] - An authorized principal.
- id str
- The provider-assigned unique ID for this managed resource.
- input_
applications_ Sequence[str]object_ storage_ paths - Object storage paths to the input files applications to be analysed.
- java_
migration_ stranalysis_ id - metadata str
- Additional info reserved for future use.
- namespace str
- Object storage namespace.
- target_
jdk_ strversion - Jdk Version of the Java Migration Analysis target.
- time_
created str - The date and time the Java Migration Analysis was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time_
finished str - The date and time the Java Migration Analysis was finished, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time_
started str - The date and time the Java Migration Analysis was started, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - work_
request_ strid - The OCID of the Work Request.
- compartment_
id str - The OCID of the compartment.
- analysis
Project StringName - Name of the analysis project.
- analysis
Result List<String>Files - The analysis application file names result in the Object Storage.
- analysis
Result StringObject Storage Path - Path to the Object Storage analysis application result.
- bucket String
- Object storage bucket name.
- created
Bies List<Property Map> - An authorized principal.
- id String
- The provider-assigned unique ID for this managed resource.
- input
Applications List<String>Object Storage Paths - Object storage paths to the input files applications to be analysed.
- java
Migration StringAnalysis Id - metadata String
- Additional info reserved for future use.
- namespace String
- Object storage namespace.
- target
Jdk StringVersion - Jdk Version of the Java Migration Analysis target.
- time
Created String - The date and time the Java Migration Analysis was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Finished String - The date and time the Java Migration Analysis was finished, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Started String - The date and time the Java Migration Analysis was started, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - work
Request StringId - The OCID of the Work Request.
- compartment
Id String - The OCID of the compartment.
Supporting Types
GetUtilsJavaMigrationAnalysiCreatedBy
- Display
Name string - The name of the principal.
- Id string
- The OCID of the Java Migration Analysis.
- Display
Name string - The name of the principal.
- Id string
- The OCID of the Java Migration Analysis.
- display
Name String - The name of the principal.
- id String
- The OCID of the Java Migration Analysis.
- display
Name string - The name of the principal.
- id string
- The OCID of the Java Migration Analysis.
- display_
name str - The name of the principal.
- id str
- The OCID of the Java Migration Analysis.
- display
Name String - The name of the principal.
- id String
- The OCID of the Java Migration Analysis.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Oracle Cloud Infrastructure v3.11.0 published on Thursday, Nov 13, 2025 by Pulumi
