# Functions
GetActionCustom gets an existing ActionCustom resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetActionHttp gets an existing ActionHttp resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetTriggerCustom gets an existing TriggerCustom resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetTriggerHttpRequest gets an existing TriggerHttpRequest resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetTriggerRecurrence gets an existing TriggerRecurrence resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetWorkflow gets an existing Workflow resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
Use this data source to access information about an existing Logic App Workflow.
NewActionCustom registers a new resource with the given unique name, arguments, and options.
NewActionHttp registers a new resource with the given unique name, arguments, and options.
NewTriggerCustom registers a new resource with the given unique name, arguments, and options.
NewTriggerHttpRequest registers a new resource with the given unique name, arguments, and options.
NewTriggerRecurrence registers a new resource with the given unique name, arguments, and options.
NewWorkflow registers a new resource with the given unique name, arguments, and options.
# Structs
Manages a Custom Action within a Logic App Workflow
> This content is derived from https://github.com/terraform-providers/terraform-provider-azurerm/blob/master/website/docs/r/logic_app_action_custom.html.markdown.
The set of arguments for constructing a ActionCustom resource.
Input properties used for looking up and filtering ActionCustom resources.
Manages an HTTP Action within a Logic App Workflow
> This content is derived from https://github.com/terraform-providers/terraform-provider-azurerm/blob/master/website/docs/r/logic_app_action_http.html.markdown.
The set of arguments for constructing a ActionHttp resource.
Input properties used for looking up and filtering ActionHttp resources.
A collection of arguments for invoking getWorkflow.
A collection of values returned by getWorkflow.
Manages a Custom Trigger within a Logic App Workflow
> This content is derived from https://github.com/terraform-providers/terraform-provider-azurerm/blob/master/website/docs/r/logic_app_trigger_custom.html.markdown.
The set of arguments for constructing a TriggerCustom resource.
Input properties used for looking up and filtering TriggerCustom resources.
Manages a HTTP Request Trigger within a Logic App Workflow
> This content is derived from https://github.com/terraform-providers/terraform-provider-azurerm/blob/master/website/docs/r/logic_app_trigger_http_request.html.markdown.
The set of arguments for constructing a TriggerHttpRequest resource.
Input properties used for looking up and filtering TriggerHttpRequest resources.
Manages a Recurrence Trigger within a Logic App Workflow
> This content is derived from https://github.com/terraform-providers/terraform-provider-azurerm/blob/master/website/docs/r/logic_app_trigger_recurrence.html.markdown.
The set of arguments for constructing a TriggerRecurrence resource.
Input properties used for looking up and filtering TriggerRecurrence resources.
Manages a Logic App Workflow.
The set of arguments for constructing a Workflow resource.
Input properties used for looking up and filtering Workflow resources.