Viewing docs for Oracle Cloud Infrastructure v4.2.0
published on Friday, Mar 6, 2026 by Pulumi
published on Friday, Mar 6, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.2.0
published on Friday, Mar 6, 2026 by Pulumi
published on Friday, Mar 6, 2026 by Pulumi
This data source provides details about a specific Subscription Acknowledgment Configuration resource in Oracle Cloud Infrastructure Jms Utils service.
Returns the configuration for subscription acknowledgment.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testSubscriptionAcknowledgmentConfiguration = oci.Jms.getUtilsSubscriptionAcknowledgmentConfiguration({
compartmentId: compartmentId,
});
import pulumi
import pulumi_oci as oci
test_subscription_acknowledgment_configuration = oci.Jms.get_utils_subscription_acknowledgment_configuration(compartment_id=compartment_id)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/jms"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := jms.GetUtilsSubscriptionAcknowledgmentConfiguration(ctx, &jms.GetUtilsSubscriptionAcknowledgmentConfigurationArgs{
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 testSubscriptionAcknowledgmentConfiguration = Oci.Jms.GetUtilsSubscriptionAcknowledgmentConfiguration.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.GetUtilsSubscriptionAcknowledgmentConfigurationArgs;
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 testSubscriptionAcknowledgmentConfiguration = JmsFunctions.getUtilsSubscriptionAcknowledgmentConfiguration(GetUtilsSubscriptionAcknowledgmentConfigurationArgs.builder()
.compartmentId(compartmentId)
.build());
}
}
variables:
testSubscriptionAcknowledgmentConfiguration:
fn::invoke:
function: oci:Jms:getUtilsSubscriptionAcknowledgmentConfiguration
arguments:
compartmentId: ${compartmentId}
Using getUtilsSubscriptionAcknowledgmentConfiguration
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 getUtilsSubscriptionAcknowledgmentConfiguration(args: GetUtilsSubscriptionAcknowledgmentConfigurationArgs, opts?: InvokeOptions): Promise<GetUtilsSubscriptionAcknowledgmentConfigurationResult>
function getUtilsSubscriptionAcknowledgmentConfigurationOutput(args: GetUtilsSubscriptionAcknowledgmentConfigurationOutputArgs, opts?: InvokeOptions): Output<GetUtilsSubscriptionAcknowledgmentConfigurationResult>def get_utils_subscription_acknowledgment_configuration(compartment_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetUtilsSubscriptionAcknowledgmentConfigurationResult
def get_utils_subscription_acknowledgment_configuration_output(compartment_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetUtilsSubscriptionAcknowledgmentConfigurationResult]func LookupUtilsSubscriptionAcknowledgmentConfiguration(ctx *Context, args *LookupUtilsSubscriptionAcknowledgmentConfigurationArgs, opts ...InvokeOption) (*LookupUtilsSubscriptionAcknowledgmentConfigurationResult, error)
func LookupUtilsSubscriptionAcknowledgmentConfigurationOutput(ctx *Context, args *LookupUtilsSubscriptionAcknowledgmentConfigurationOutputArgs, opts ...InvokeOption) LookupUtilsSubscriptionAcknowledgmentConfigurationResultOutput> Note: This function is named LookupUtilsSubscriptionAcknowledgmentConfiguration in the Go SDK.
public static class GetUtilsSubscriptionAcknowledgmentConfiguration
{
public static Task<GetUtilsSubscriptionAcknowledgmentConfigurationResult> InvokeAsync(GetUtilsSubscriptionAcknowledgmentConfigurationArgs args, InvokeOptions? opts = null)
public static Output<GetUtilsSubscriptionAcknowledgmentConfigurationResult> Invoke(GetUtilsSubscriptionAcknowledgmentConfigurationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetUtilsSubscriptionAcknowledgmentConfigurationResult> getUtilsSubscriptionAcknowledgmentConfiguration(GetUtilsSubscriptionAcknowledgmentConfigurationArgs args, InvokeOptions options)
public static Output<GetUtilsSubscriptionAcknowledgmentConfigurationResult> getUtilsSubscriptionAcknowledgmentConfiguration(GetUtilsSubscriptionAcknowledgmentConfigurationArgs args, InvokeOptions options)
fn::invoke:
function: oci:Jms/getUtilsSubscriptionAcknowledgmentConfiguration:getUtilsSubscriptionAcknowledgmentConfiguration
arguments:
# arguments dictionaryThe following arguments are supported:
- Compartment
Id string - The OCID of the compartment in which to list resources.
- Compartment
Id string - The OCID of the compartment in which to list resources.
- compartment
Id String - The OCID of the compartment in which to list resources.
- compartment
Id string - The OCID of the compartment in which to list resources.
- compartment_
id str - The OCID of the compartment in which to list resources.
- compartment
Id String - The OCID of the compartment in which to list resources.
getUtilsSubscriptionAcknowledgmentConfiguration Result
The following output properties are available:
- Acknowledged
By string - The OCID of the principal that ackwnoledged the subscription.
- Compartment
Id string - Id string
- Is
Acknowledged bool - Flag to determine whether the subscription was acknowledged or not.
- Time
Acknowledged string - The date and time the subscription was acknowledged (formatted according to RFC3339).
- Acknowledged
By string - The OCID of the principal that ackwnoledged the subscription.
- Compartment
Id string - Id string
- Is
Acknowledged bool - Flag to determine whether the subscription was acknowledged or not.
- Time
Acknowledged string - The date and time the subscription was acknowledged (formatted according to RFC3339).
- acknowledged
By String - The OCID of the principal that ackwnoledged the subscription.
- compartment
Id String - id String
- is
Acknowledged Boolean - Flag to determine whether the subscription was acknowledged or not.
- time
Acknowledged String - The date and time the subscription was acknowledged (formatted according to RFC3339).
- acknowledged
By string - The OCID of the principal that ackwnoledged the subscription.
- compartment
Id string - id string
- is
Acknowledged boolean - Flag to determine whether the subscription was acknowledged or not.
- time
Acknowledged string - The date and time the subscription was acknowledged (formatted according to RFC3339).
- acknowledged_
by str - The OCID of the principal that ackwnoledged the subscription.
- compartment_
id str - id str
- is_
acknowledged bool - Flag to determine whether the subscription was acknowledged or not.
- time_
acknowledged str - The date and time the subscription was acknowledged (formatted according to RFC3339).
- acknowledged
By String - The OCID of the principal that ackwnoledged the subscription.
- compartment
Id String - id String
- is
Acknowledged Boolean - Flag to determine whether the subscription was acknowledged or not.
- time
Acknowledged String - The date and time the subscription was acknowledged (formatted according to RFC3339).
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Viewing docs for Oracle Cloud Infrastructure v4.2.0
published on Friday, Mar 6, 2026 by Pulumi
published on Friday, Mar 6, 2026 by Pulumi
