oci_data_safe_unified_audit_policy_definition

This resource provides the Unified Audit Policy Definition resource in Oracle Cloud Infrastructure Data Safe service.

Updates the unified audit policy definition.

Example Usage

resource "oci_data_safe_unified_audit_policy_definition" "test_unified_audit_policy_definition" {
	#Required
	unified_audit_policy_definition_id = oci_data_safe_unified_audit_policy_definition.test_unified_audit_policy_definition.id

	#Optional
	defined_tags = {"Operations.CostCenter"= "42"}
	description = var.unified_audit_policy_definition_description
	display_name = var.unified_audit_policy_definition_display_name
	freeform_tags = {"Department"= "Finance"}
}

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 Unified Audit Policy Definition * update - (Defaults to 20 minutes), when updating the Unified Audit Policy Definition * delete - (Defaults to 20 minutes), when destroying the Unified Audit Policy Definition

Import

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

$ terraform import oci_data_safe_unified_audit_policy_definition.test_unified_audit_policy_definition "id"