alicloud_fc_triggers

This data source provides the Function Compute triggers of the current Alibaba Cloud user.

Example Usage

data "alicloud_fc_triggers" "fc_triggers_ds" {
  service_name  = "sample_service"
  function_name = "sample_function"
  name_regex    = "sample_fc_trigger"
}

output "first_fc_trigger_name" {
  value = "${data.alicloud_fc_triggers.fc_triggers_ds.triggers.0.name}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

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