oci_ai_vision_stream_group

This resource provides the Stream Group resource in Oracle Cloud Infrastructure Ai Vision service.

Registration of new streamGroup

Example Usage

resource "oci_ai_vision_stream_group" "test_stream_group" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	defined_tags = var.stream_group_defined_tags
	display_name = var.stream_group_display_name
	freeform_tags = var.stream_group_freeform_tags
	is_enabled = var.stream_group_is_enabled
	stream_overlaps {

		#Optional
		overlapping_streams = var.stream_group_stream_overlaps_overlapping_streams
	}
	stream_source_ids = var.stream_group_stream_source_ids
}

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 Stream Group * update - (Defaults to 20 minutes), when updating the Stream Group * delete - (Defaults to 20 minutes), when destroying the Stream Group

Import

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

$ terraform import oci_ai_vision_stream_group.test_stream_group "id"