oci_data_safe_calculate_audit_volume_available

This resource provides the Calculate Audit Volume Available resource in Oracle Cloud Infrastructure Data Safe service.

Calculates the volume of audit events available on the target database to be collected. Measurable up to the defined retention period of the audit target resource.

Example Usage

resource "oci_data_safe_calculate_audit_volume_available" "test_calculate_audit_volume_available" {
	#Required
	audit_profile_id = oci_data_safe_audit_profile.test_audit_profile.id

	#Optional
	audit_collection_start_time = var.calculate_audit_volume_available_audit_collection_start_time
	database_unique_name = var.calculate_audit_volume_available_database_unique_name
	trail_locations = var.calculate_audit_volume_available_trail_locations
}

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 Calculate Audit Volume Available * update - (Defaults to 20 minutes), when updating the Calculate Audit Volume Available * delete - (Defaults to 20 minutes), when destroying the Calculate Audit Volume Available

Import

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

$ terraform import oci_data_safe_calculate_audit_volume_available.test_calculate_audit_volume_available "id"