alicloud_video_surveillance_system_group

Provides a Video Surveillance System Group resource.

For information about Video Surveillance System Group and how to use it, see What is Group.

Example Usage

Basic Usage

resource "alicloud_video_surveillance_system_group" "default" {
  group_name   = "your_group_name"
  in_protocol  = "rtmp"
  out_protocol = "flv"
  play_domain  = "your_plan_domain"
  push_domain  = "your_push_domain"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

Video Surveillance System Group can be imported using the id, e.g.

$ terraform import alicloud_video_surveillance_system_group.example <id>