Data Source: azurerm_data_factory_trigger_schedules

Use this data source to access information about all existing trigger schedules in Azure Data Factory.

Example Usage

data "azurerm_data_factory_trigger_schedules" "example" {
  data_factory_id = "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.DataFactory/factories/datafactory1"
}

output "items" {
  value = data.azurerm_data_factory_trigger_schedules.example.items
}

Arguments Reference

The following arguments are supported:

Attributes Reference

In addition to the Arguments listed above - the following Attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain actions: