alicloud_video_surveillance_system_groups

This data source provides the Video Surveillance System Groups of the current Alibaba Cloud user.

Example Usage

Basic Usage

resource "alicloud_video_surveillance_system_group" "default" {
  group_name   = "groupname"
  in_protocol  = "rtmp"
  out_protocol = "flv"
  play_domain  = "your_plan_domain"
  push_domain  = "your_push_domain"
}
data "alicloud_video_surveillance_system_groups" "default" {
  ids = [alicloud_video_surveillance_system_group.default.id]
}
output "vs_group" {
  value = data.alicloud_video_surveillance_system_groups.default.ids.0
}

Argument Reference

The following arguments are supported:

Argument Reference

The following attributes are exported in addition to the arguments listed above: