alicloud_threat_detection_instances

This data source provides Threat Detection Instance available to the user.What is Instance

Example Usage

data "alicloud_threat_detection_instances" "default" {
  ids = ["${alicloud_threat_detection_instance.default.id}"]
}

output "alicloud_threat_detection_instance_example_id" {
  value = data.alicloud_threat_detection_instances.default.instances.0.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

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