Data Source: azurerm_data_factory_trigger_schedule

Use this data source to access information about a trigger schedule in Azure Data Factory.

Example Usage

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

output "id" {
  value = data.azurerm_data_factory_trigger_schedule.example.id
}

Arguments Reference

The following arguments are supported:

Attributes Reference

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


A schedule block exports the following:


A monthly block exports the following:

Timeouts

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