Oracle Cloud Infrastructure v3.9.0 published on Wednesday, Sep 24, 2025 by Pulumi
oci.Jms.getUtilsAnalyzeApplicationsConfiguration
Explore with Pulumi AI
This data source provides details about a specific Analyze Applications Configuration resource in Oracle Cloud Infrastructure Jms Utils service.
Returns the configuration for analyzing applications.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testAnalyzeApplicationsConfiguration = oci.Jms.getUtilsAnalyzeApplicationsConfiguration({
compartmentId: compartmentId,
});
import pulumi
import pulumi_oci as oci
test_analyze_applications_configuration = oci.Jms.get_utils_analyze_applications_configuration(compartment_id=compartment_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.GetUtilsAnalyzeApplicationsConfiguration(ctx, &jms.GetUtilsAnalyzeApplicationsConfigurationArgs{
CompartmentId: compartmentId,
}, 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 testAnalyzeApplicationsConfiguration = Oci.Jms.GetUtilsAnalyzeApplicationsConfiguration.Invoke(new()
{
CompartmentId = compartmentId,
});
});
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.GetUtilsAnalyzeApplicationsConfigurationArgs;
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 testAnalyzeApplicationsConfiguration = JmsFunctions.getUtilsAnalyzeApplicationsConfiguration(GetUtilsAnalyzeApplicationsConfigurationArgs.builder()
.compartmentId(compartmentId)
.build());
}
}
variables:
testAnalyzeApplicationsConfiguration:
fn::invoke:
function: oci:Jms:getUtilsAnalyzeApplicationsConfiguration
arguments:
compartmentId: ${compartmentId}
Using getUtilsAnalyzeApplicationsConfiguration
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 getUtilsAnalyzeApplicationsConfiguration(args: GetUtilsAnalyzeApplicationsConfigurationArgs, opts?: InvokeOptions): Promise<GetUtilsAnalyzeApplicationsConfigurationResult>
function getUtilsAnalyzeApplicationsConfigurationOutput(args: GetUtilsAnalyzeApplicationsConfigurationOutputArgs, opts?: InvokeOptions): Output<GetUtilsAnalyzeApplicationsConfigurationResult>
def get_utils_analyze_applications_configuration(bucket: Optional[str] = None,
compartment_id: Optional[str] = None,
namespace: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetUtilsAnalyzeApplicationsConfigurationResult
def get_utils_analyze_applications_configuration_output(bucket: Optional[pulumi.Input[str]] = None,
compartment_id: Optional[pulumi.Input[str]] = None,
namespace: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetUtilsAnalyzeApplicationsConfigurationResult]
func GetUtilsAnalyzeApplicationsConfiguration(ctx *Context, args *GetUtilsAnalyzeApplicationsConfigurationArgs, opts ...InvokeOption) (*GetUtilsAnalyzeApplicationsConfigurationResult, error)
func GetUtilsAnalyzeApplicationsConfigurationOutput(ctx *Context, args *GetUtilsAnalyzeApplicationsConfigurationOutputArgs, opts ...InvokeOption) GetUtilsAnalyzeApplicationsConfigurationResultOutput
> Note: This function is named GetUtilsAnalyzeApplicationsConfiguration
in the Go SDK.
public static class GetUtilsAnalyzeApplicationsConfiguration
{
public static Task<GetUtilsAnalyzeApplicationsConfigurationResult> InvokeAsync(GetUtilsAnalyzeApplicationsConfigurationArgs args, InvokeOptions? opts = null)
public static Output<GetUtilsAnalyzeApplicationsConfigurationResult> Invoke(GetUtilsAnalyzeApplicationsConfigurationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetUtilsAnalyzeApplicationsConfigurationResult> getUtilsAnalyzeApplicationsConfiguration(GetUtilsAnalyzeApplicationsConfigurationArgs args, InvokeOptions options)
public static Output<GetUtilsAnalyzeApplicationsConfigurationResult> getUtilsAnalyzeApplicationsConfiguration(GetUtilsAnalyzeApplicationsConfigurationArgs args, InvokeOptions options)
fn::invoke:
function: oci:Jms/getUtilsAnalyzeApplicationsConfiguration:getUtilsAnalyzeApplicationsConfiguration
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The OCID of the compartment in which to list resources.
- Bucket string
- The name of the bucket used for analyzing applications.
- Namespace string
- The Object Storage namespace used for analyzing applications.
- Compartment
Id string - The OCID of the compartment in which to list resources.
- Bucket string
- The name of the bucket used for analyzing applications.
- Namespace string
- The Object Storage namespace used for analyzing applications.
- compartment
Id String - The OCID of the compartment in which to list resources.
- bucket String
- The name of the bucket used for analyzing applications.
- namespace String
- The Object Storage namespace used for analyzing applications.
- compartment
Id string - The OCID of the compartment in which to list resources.
- bucket string
- The name of the bucket used for analyzing applications.
- namespace string
- The Object Storage namespace used for analyzing applications.
- compartment_
id str - The OCID of the compartment in which to list resources.
- bucket str
- The name of the bucket used for analyzing applications.
- namespace str
- The Object Storage namespace used for analyzing applications.
- compartment
Id String - The OCID of the compartment in which to list resources.
- bucket String
- The name of the bucket used for analyzing applications.
- namespace String
- The Object Storage namespace used for analyzing applications.
getUtilsAnalyzeApplicationsConfiguration Result
The following output properties are available:
- Bucket string
- The name of the bucket used for analyzing applications.
- Compartment
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Namespace string
- The Object Storage namespace used for analyzing applications.
- Bucket string
- The name of the bucket used for analyzing applications.
- Compartment
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Namespace string
- The Object Storage namespace used for analyzing applications.
- bucket String
- The name of the bucket used for analyzing applications.
- compartment
Id String - id String
- The provider-assigned unique ID for this managed resource.
- namespace String
- The Object Storage namespace used for analyzing applications.
- bucket string
- The name of the bucket used for analyzing applications.
- compartment
Id string - id string
- The provider-assigned unique ID for this managed resource.
- namespace string
- The Object Storage namespace used for analyzing applications.
- bucket str
- The name of the bucket used for analyzing applications.
- compartment_
id str - id str
- The provider-assigned unique ID for this managed resource.
- namespace str
- The Object Storage namespace used for analyzing applications.
- bucket String
- The name of the bucket used for analyzing applications.
- compartment
Id String - id String
- The provider-assigned unique ID for this managed resource.
- namespace String
- The Object Storage namespace used for analyzing applications.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.