oci_jms_utils_subscription_acknowledgment_configuration

This resource provides the Subscription Acknowledgment Configuration resource in Oracle Cloud Infrastructure Jms Utils service.

Updates the configuration for subscription acknowledgment.

Example Usage

resource "oci_jms_utils_subscription_acknowledgment_configuration" "test_subscription_acknowledgment_configuration" {

	#Optional
	compartment_id = var.compartment_id
	is_acknowledged = var.subscription_acknowledgment_configuration_is_acknowledged
}

Argument Reference

The following arguments are supported:

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain operations: * create - (Defaults to 20 minutes), when creating the Subscription Acknowledgment Configuration * update - (Defaults to 20 minutes), when updating the Subscription Acknowledgment Configuration * delete - (Defaults to 20 minutes), when destroying the Subscription Acknowledgment Configuration

Import

SubscriptionAcknowledgmentConfigurations can be imported using the id, e.g.

$ terraform import oci_jms_utils_subscription_acknowledgment_configuration.test_subscription_acknowledgment_configuration "id"