oci_log_analytics_log_analytics_import_custom_content

This resource provides the Log Analytics Import Custom Content resource in Oracle Cloud Infrastructure Log Analytics service.

Imports the specified custom content from the input in zip format.

Example Usage

resource "oci_log_analytics_log_analytics_import_custom_content" "test_log_analytics_import_custom_content" {
	#Required
	import_custom_content_file = var.log_analytics_import_custom_content_import_custom_content_file
	namespace = var.log_analytics_import_custom_content_namespace

	#Optional
	expect = var.log_analytics_import_custom_content_expect
	is_overwrite = var.log_analytics_import_custom_content_is_overwrite
}

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 Log Analytics Import Custom Content * update - (Defaults to 20 minutes), when updating the Log Analytics Import Custom Content * delete - (Defaults to 20 minutes), when destroying the Log Analytics Import Custom Content

Import

Import is not supported for LogAnalyticsImportCustomContent