1. Packages
  2. Azure Native
  3. API Docs
  4. datafactory
  5. getTrigger
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi

azure-native.datafactory.getTrigger

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi

    Gets a trigger. Azure REST API version: 2018-06-01.

    Using getTrigger

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getTrigger(args: GetTriggerArgs, opts?: InvokeOptions): Promise<GetTriggerResult>
    function getTriggerOutput(args: GetTriggerOutputArgs, opts?: InvokeOptions): Output<GetTriggerResult>
    def get_trigger(factory_name: Optional[str] = None,
                    resource_group_name: Optional[str] = None,
                    trigger_name: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetTriggerResult
    def get_trigger_output(factory_name: Optional[pulumi.Input[str]] = None,
                    resource_group_name: Optional[pulumi.Input[str]] = None,
                    trigger_name: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetTriggerResult]
    func LookupTrigger(ctx *Context, args *LookupTriggerArgs, opts ...InvokeOption) (*LookupTriggerResult, error)
    func LookupTriggerOutput(ctx *Context, args *LookupTriggerOutputArgs, opts ...InvokeOption) LookupTriggerResultOutput

    > Note: This function is named LookupTrigger in the Go SDK.

    public static class GetTrigger 
    {
        public static Task<GetTriggerResult> InvokeAsync(GetTriggerArgs args, InvokeOptions? opts = null)
        public static Output<GetTriggerResult> Invoke(GetTriggerInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTriggerResult> getTrigger(GetTriggerArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:datafactory:getTrigger
      arguments:
        # arguments dictionary

    The following arguments are supported:

    FactoryName string
    The factory name.
    ResourceGroupName string
    The resource group name.
    TriggerName string
    The trigger name.
    FactoryName string
    The factory name.
    ResourceGroupName string
    The resource group name.
    TriggerName string
    The trigger name.
    factoryName String
    The factory name.
    resourceGroupName String
    The resource group name.
    triggerName String
    The trigger name.
    factoryName string
    The factory name.
    resourceGroupName string
    The resource group name.
    triggerName string
    The trigger name.
    factory_name str
    The factory name.
    resource_group_name str
    The resource group name.
    trigger_name str
    The trigger name.
    factoryName String
    The factory name.
    resourceGroupName String
    The resource group name.
    triggerName String
    The trigger name.

    getTrigger Result

    The following output properties are available:

    Etag string
    Etag identifies change in the resource.
    Id string
    The resource identifier.
    Name string
    The resource name.
    Properties BlobEventsTriggerResponse | BlobTriggerResponse | ChainingTriggerResponse | CustomEventsTriggerResponse | MultiplePipelineTriggerResponse | RerunTumblingWindowTriggerResponse | ScheduleTriggerResponse | TumblingWindowTriggerResponse
    Properties of the trigger.
    Type string
    The resource type.
    etag String
    Etag identifies change in the resource.
    id String
    The resource identifier.
    name String
    The resource name.
    properties BlobEventsTriggerResponse | BlobTriggerResponse | ChainingTriggerResponse | CustomEventsTriggerResponse | MultiplePipelineTriggerResponse | RerunTumblingWindowTriggerResponse | ScheduleTriggerResponse | TumblingWindowTriggerResponse
    Properties of the trigger.
    type String
    The resource type.
    etag string
    Etag identifies change in the resource.
    id string
    The resource identifier.
    name string
    The resource name.
    properties BlobEventsTriggerResponse | BlobTriggerResponse | ChainingTriggerResponse | CustomEventsTriggerResponse | MultiplePipelineTriggerResponse | RerunTumblingWindowTriggerResponse | ScheduleTriggerResponse | TumblingWindowTriggerResponse
    Properties of the trigger.
    type string
    The resource type.
    etag str
    Etag identifies change in the resource.
    id str
    The resource identifier.
    name str
    The resource name.
    properties BlobEventsTriggerResponse | BlobTriggerResponse | ChainingTriggerResponse | CustomEventsTriggerResponse | MultiplePipelineTriggerResponse | RerunTumblingWindowTriggerResponse | ScheduleTriggerResponse | TumblingWindowTriggerResponse
    Properties of the trigger.
    type str
    The resource type.
    etag String
    Etag identifies change in the resource.
    id String
    The resource identifier.
    name String
    The resource name.
    properties Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map
    Properties of the trigger.
    type String
    The resource type.

    Supporting Types

    BlobEventsTriggerResponse

    Events List<string>
    The type of events that cause this trigger to fire.
    RuntimeState string
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    Scope string
    The ARM resource ID of the Storage Account.
    Annotations List<object>
    List of tags that can be used for describing the trigger.
    BlobPathBeginsWith string
    The blob path must begin with the pattern provided for trigger to fire. For example, '/records/blobs/december/' will only fire the trigger for blobs in the december folder under the records container. At least one of these must be provided: blobPathBeginsWith, blobPathEndsWith.
    BlobPathEndsWith string
    The blob path must end with the pattern provided for trigger to fire. For example, 'december/boxes.csv' will only fire the trigger for blobs named boxes in a december folder. At least one of these must be provided: blobPathBeginsWith, blobPathEndsWith.
    Description string
    Trigger description.
    IgnoreEmptyBlobs bool
    If set to true, blobs with zero bytes will be ignored.
    Pipelines List<Pulumi.AzureNative.DataFactory.Inputs.TriggerPipelineReferenceResponse>
    Pipelines that need to be started.
    Events []string
    The type of events that cause this trigger to fire.
    RuntimeState string
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    Scope string
    The ARM resource ID of the Storage Account.
    Annotations []interface{}
    List of tags that can be used for describing the trigger.
    BlobPathBeginsWith string
    The blob path must begin with the pattern provided for trigger to fire. For example, '/records/blobs/december/' will only fire the trigger for blobs in the december folder under the records container. At least one of these must be provided: blobPathBeginsWith, blobPathEndsWith.
    BlobPathEndsWith string
    The blob path must end with the pattern provided for trigger to fire. For example, 'december/boxes.csv' will only fire the trigger for blobs named boxes in a december folder. At least one of these must be provided: blobPathBeginsWith, blobPathEndsWith.
    Description string
    Trigger description.
    IgnoreEmptyBlobs bool
    If set to true, blobs with zero bytes will be ignored.
    Pipelines []TriggerPipelineReferenceResponse
    Pipelines that need to be started.
    events List<String>
    The type of events that cause this trigger to fire.
    runtimeState String
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    scope String
    The ARM resource ID of the Storage Account.
    annotations List<Object>
    List of tags that can be used for describing the trigger.
    blobPathBeginsWith String
    The blob path must begin with the pattern provided for trigger to fire. For example, '/records/blobs/december/' will only fire the trigger for blobs in the december folder under the records container. At least one of these must be provided: blobPathBeginsWith, blobPathEndsWith.
    blobPathEndsWith String
    The blob path must end with the pattern provided for trigger to fire. For example, 'december/boxes.csv' will only fire the trigger for blobs named boxes in a december folder. At least one of these must be provided: blobPathBeginsWith, blobPathEndsWith.
    description String
    Trigger description.
    ignoreEmptyBlobs Boolean
    If set to true, blobs with zero bytes will be ignored.
    pipelines List<TriggerPipelineReferenceResponse>
    Pipelines that need to be started.
    events string[]
    The type of events that cause this trigger to fire.
    runtimeState string
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    scope string
    The ARM resource ID of the Storage Account.
    annotations any[]
    List of tags that can be used for describing the trigger.
    blobPathBeginsWith string
    The blob path must begin with the pattern provided for trigger to fire. For example, '/records/blobs/december/' will only fire the trigger for blobs in the december folder under the records container. At least one of these must be provided: blobPathBeginsWith, blobPathEndsWith.
    blobPathEndsWith string
    The blob path must end with the pattern provided for trigger to fire. For example, 'december/boxes.csv' will only fire the trigger for blobs named boxes in a december folder. At least one of these must be provided: blobPathBeginsWith, blobPathEndsWith.
    description string
    Trigger description.
    ignoreEmptyBlobs boolean
    If set to true, blobs with zero bytes will be ignored.
    pipelines TriggerPipelineReferenceResponse[]
    Pipelines that need to be started.
    events Sequence[str]
    The type of events that cause this trigger to fire.
    runtime_state str
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    scope str
    The ARM resource ID of the Storage Account.
    annotations Sequence[Any]
    List of tags that can be used for describing the trigger.
    blob_path_begins_with str
    The blob path must begin with the pattern provided for trigger to fire. For example, '/records/blobs/december/' will only fire the trigger for blobs in the december folder under the records container. At least one of these must be provided: blobPathBeginsWith, blobPathEndsWith.
    blob_path_ends_with str
    The blob path must end with the pattern provided for trigger to fire. For example, 'december/boxes.csv' will only fire the trigger for blobs named boxes in a december folder. At least one of these must be provided: blobPathBeginsWith, blobPathEndsWith.
    description str
    Trigger description.
    ignore_empty_blobs bool
    If set to true, blobs with zero bytes will be ignored.
    pipelines Sequence[TriggerPipelineReferenceResponse]
    Pipelines that need to be started.
    events List<String>
    The type of events that cause this trigger to fire.
    runtimeState String
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    scope String
    The ARM resource ID of the Storage Account.
    annotations List<Any>
    List of tags that can be used for describing the trigger.
    blobPathBeginsWith String
    The blob path must begin with the pattern provided for trigger to fire. For example, '/records/blobs/december/' will only fire the trigger for blobs in the december folder under the records container. At least one of these must be provided: blobPathBeginsWith, blobPathEndsWith.
    blobPathEndsWith String
    The blob path must end with the pattern provided for trigger to fire. For example, 'december/boxes.csv' will only fire the trigger for blobs named boxes in a december folder. At least one of these must be provided: blobPathBeginsWith, blobPathEndsWith.
    description String
    Trigger description.
    ignoreEmptyBlobs Boolean
    If set to true, blobs with zero bytes will be ignored.
    pipelines List<Property Map>
    Pipelines that need to be started.

    BlobTriggerResponse

    FolderPath string
    The path of the container/folder that will trigger the pipeline.
    LinkedService Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
    The Azure Storage linked service reference.
    MaxConcurrency int
    The max number of parallel files to handle when it is triggered.
    RuntimeState string
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    Annotations List<object>
    List of tags that can be used for describing the trigger.
    Description string
    Trigger description.
    Pipelines List<Pulumi.AzureNative.DataFactory.Inputs.TriggerPipelineReferenceResponse>
    Pipelines that need to be started.
    FolderPath string
    The path of the container/folder that will trigger the pipeline.
    LinkedService LinkedServiceReferenceResponse
    The Azure Storage linked service reference.
    MaxConcurrency int
    The max number of parallel files to handle when it is triggered.
    RuntimeState string
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    Annotations []interface{}
    List of tags that can be used for describing the trigger.
    Description string
    Trigger description.
    Pipelines []TriggerPipelineReferenceResponse
    Pipelines that need to be started.
    folderPath String
    The path of the container/folder that will trigger the pipeline.
    linkedService LinkedServiceReferenceResponse
    The Azure Storage linked service reference.
    maxConcurrency Integer
    The max number of parallel files to handle when it is triggered.
    runtimeState String
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    annotations List<Object>
    List of tags that can be used for describing the trigger.
    description String
    Trigger description.
    pipelines List<TriggerPipelineReferenceResponse>
    Pipelines that need to be started.
    folderPath string
    The path of the container/folder that will trigger the pipeline.
    linkedService LinkedServiceReferenceResponse
    The Azure Storage linked service reference.
    maxConcurrency number
    The max number of parallel files to handle when it is triggered.
    runtimeState string
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    annotations any[]
    List of tags that can be used for describing the trigger.
    description string
    Trigger description.
    pipelines TriggerPipelineReferenceResponse[]
    Pipelines that need to be started.
    folder_path str
    The path of the container/folder that will trigger the pipeline.
    linked_service LinkedServiceReferenceResponse
    The Azure Storage linked service reference.
    max_concurrency int
    The max number of parallel files to handle when it is triggered.
    runtime_state str
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    annotations Sequence[Any]
    List of tags that can be used for describing the trigger.
    description str
    Trigger description.
    pipelines Sequence[TriggerPipelineReferenceResponse]
    Pipelines that need to be started.
    folderPath String
    The path of the container/folder that will trigger the pipeline.
    linkedService Property Map
    The Azure Storage linked service reference.
    maxConcurrency Number
    The max number of parallel files to handle when it is triggered.
    runtimeState String
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    annotations List<Any>
    List of tags that can be used for describing the trigger.
    description String
    Trigger description.
    pipelines List<Property Map>
    Pipelines that need to be started.

    ChainingTriggerResponse

    DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.PipelineReferenceResponse>
    Upstream Pipelines.
    Pipeline Pulumi.AzureNative.DataFactory.Inputs.TriggerPipelineReferenceResponse
    Pipeline for which runs are created when all upstream pipelines complete successfully.
    RunDimension string
    Run Dimension property that needs to be emitted by upstream pipelines.
    RuntimeState string
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    Annotations List<object>
    List of tags that can be used for describing the trigger.
    Description string
    Trigger description.
    DependsOn []PipelineReferenceResponse
    Upstream Pipelines.
    Pipeline TriggerPipelineReferenceResponse
    Pipeline for which runs are created when all upstream pipelines complete successfully.
    RunDimension string
    Run Dimension property that needs to be emitted by upstream pipelines.
    RuntimeState string
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    Annotations []interface{}
    List of tags that can be used for describing the trigger.
    Description string
    Trigger description.
    dependsOn List<PipelineReferenceResponse>
    Upstream Pipelines.
    pipeline TriggerPipelineReferenceResponse
    Pipeline for which runs are created when all upstream pipelines complete successfully.
    runDimension String
    Run Dimension property that needs to be emitted by upstream pipelines.
    runtimeState String
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    annotations List<Object>
    List of tags that can be used for describing the trigger.
    description String
    Trigger description.
    dependsOn PipelineReferenceResponse[]
    Upstream Pipelines.
    pipeline TriggerPipelineReferenceResponse
    Pipeline for which runs are created when all upstream pipelines complete successfully.
    runDimension string
    Run Dimension property that needs to be emitted by upstream pipelines.
    runtimeState string
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    annotations any[]
    List of tags that can be used for describing the trigger.
    description string
    Trigger description.
    depends_on Sequence[PipelineReferenceResponse]
    Upstream Pipelines.
    pipeline TriggerPipelineReferenceResponse
    Pipeline for which runs are created when all upstream pipelines complete successfully.
    run_dimension str
    Run Dimension property that needs to be emitted by upstream pipelines.
    runtime_state str
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    annotations Sequence[Any]
    List of tags that can be used for describing the trigger.
    description str
    Trigger description.
    dependsOn List<Property Map>
    Upstream Pipelines.
    pipeline Property Map
    Pipeline for which runs are created when all upstream pipelines complete successfully.
    runDimension String
    Run Dimension property that needs to be emitted by upstream pipelines.
    runtimeState String
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    annotations List<Any>
    List of tags that can be used for describing the trigger.
    description String
    Trigger description.

    CustomEventsTriggerResponse

    Events List<object>
    The list of event types that cause this trigger to fire.
    RuntimeState string
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    Scope string
    The ARM resource ID of the Azure Event Grid Topic.
    Annotations List<object>
    List of tags that can be used for describing the trigger.
    Description string
    Trigger description.
    Pipelines List<Pulumi.AzureNative.DataFactory.Inputs.TriggerPipelineReferenceResponse>
    Pipelines that need to be started.
    SubjectBeginsWith string
    The event subject must begin with the pattern provided for trigger to fire. At least one of these must be provided: subjectBeginsWith, subjectEndsWith.
    SubjectEndsWith string
    The event subject must end with the pattern provided for trigger to fire. At least one of these must be provided: subjectBeginsWith, subjectEndsWith.
    Events []interface{}
    The list of event types that cause this trigger to fire.
    RuntimeState string
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    Scope string
    The ARM resource ID of the Azure Event Grid Topic.
    Annotations []interface{}
    List of tags that can be used for describing the trigger.
    Description string
    Trigger description.
    Pipelines []TriggerPipelineReferenceResponse
    Pipelines that need to be started.
    SubjectBeginsWith string
    The event subject must begin with the pattern provided for trigger to fire. At least one of these must be provided: subjectBeginsWith, subjectEndsWith.
    SubjectEndsWith string
    The event subject must end with the pattern provided for trigger to fire. At least one of these must be provided: subjectBeginsWith, subjectEndsWith.
    events List<Object>
    The list of event types that cause this trigger to fire.
    runtimeState String
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    scope String
    The ARM resource ID of the Azure Event Grid Topic.
    annotations List<Object>
    List of tags that can be used for describing the trigger.
    description String
    Trigger description.
    pipelines List<TriggerPipelineReferenceResponse>
    Pipelines that need to be started.
    subjectBeginsWith String
    The event subject must begin with the pattern provided for trigger to fire. At least one of these must be provided: subjectBeginsWith, subjectEndsWith.
    subjectEndsWith String
    The event subject must end with the pattern provided for trigger to fire. At least one of these must be provided: subjectBeginsWith, subjectEndsWith.
    events any[]
    The list of event types that cause this trigger to fire.
    runtimeState string
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    scope string
    The ARM resource ID of the Azure Event Grid Topic.
    annotations any[]
    List of tags that can be used for describing the trigger.
    description string
    Trigger description.
    pipelines TriggerPipelineReferenceResponse[]
    Pipelines that need to be started.
    subjectBeginsWith string
    The event subject must begin with the pattern provided for trigger to fire. At least one of these must be provided: subjectBeginsWith, subjectEndsWith.
    subjectEndsWith string
    The event subject must end with the pattern provided for trigger to fire. At least one of these must be provided: subjectBeginsWith, subjectEndsWith.
    events Sequence[Any]
    The list of event types that cause this trigger to fire.
    runtime_state str
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    scope str
    The ARM resource ID of the Azure Event Grid Topic.
    annotations Sequence[Any]
    List of tags that can be used for describing the trigger.
    description str
    Trigger description.
    pipelines Sequence[TriggerPipelineReferenceResponse]
    Pipelines that need to be started.
    subject_begins_with str
    The event subject must begin with the pattern provided for trigger to fire. At least one of these must be provided: subjectBeginsWith, subjectEndsWith.
    subject_ends_with str
    The event subject must end with the pattern provided for trigger to fire. At least one of these must be provided: subjectBeginsWith, subjectEndsWith.
    events List<Any>
    The list of event types that cause this trigger to fire.
    runtimeState String
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    scope String
    The ARM resource ID of the Azure Event Grid Topic.
    annotations List<Any>
    List of tags that can be used for describing the trigger.
    description String
    Trigger description.
    pipelines List<Property Map>
    Pipelines that need to be started.
    subjectBeginsWith String
    The event subject must begin with the pattern provided for trigger to fire. At least one of these must be provided: subjectBeginsWith, subjectEndsWith.
    subjectEndsWith String
    The event subject must end with the pattern provided for trigger to fire. At least one of these must be provided: subjectBeginsWith, subjectEndsWith.

    LinkedServiceReferenceResponse

    ReferenceName string
    Reference LinkedService name.
    Type string
    Linked service reference type.
    Parameters Dictionary<string, object>
    Arguments for LinkedService.
    ReferenceName string
    Reference LinkedService name.
    Type string
    Linked service reference type.
    Parameters map[string]interface{}
    Arguments for LinkedService.
    referenceName String
    Reference LinkedService name.
    type String
    Linked service reference type.
    parameters Map<String,Object>
    Arguments for LinkedService.
    referenceName string
    Reference LinkedService name.
    type string
    Linked service reference type.
    parameters {[key: string]: any}
    Arguments for LinkedService.
    reference_name str
    Reference LinkedService name.
    type str
    Linked service reference type.
    parameters Mapping[str, Any]
    Arguments for LinkedService.
    referenceName String
    Reference LinkedService name.
    type String
    Linked service reference type.
    parameters Map<Any>
    Arguments for LinkedService.

    MultiplePipelineTriggerResponse

    RuntimeState string
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    Annotations List<object>
    List of tags that can be used for describing the trigger.
    Description string
    Trigger description.
    Pipelines List<Pulumi.AzureNative.DataFactory.Inputs.TriggerPipelineReferenceResponse>
    Pipelines that need to be started.
    RuntimeState string
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    Annotations []interface{}
    List of tags that can be used for describing the trigger.
    Description string
    Trigger description.
    Pipelines []TriggerPipelineReferenceResponse
    Pipelines that need to be started.
    runtimeState String
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    annotations List<Object>
    List of tags that can be used for describing the trigger.
    description String
    Trigger description.
    pipelines List<TriggerPipelineReferenceResponse>
    Pipelines that need to be started.
    runtimeState string
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    annotations any[]
    List of tags that can be used for describing the trigger.
    description string
    Trigger description.
    pipelines TriggerPipelineReferenceResponse[]
    Pipelines that need to be started.
    runtime_state str
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    annotations Sequence[Any]
    List of tags that can be used for describing the trigger.
    description str
    Trigger description.
    pipelines Sequence[TriggerPipelineReferenceResponse]
    Pipelines that need to be started.
    runtimeState String
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    annotations List<Any>
    List of tags that can be used for describing the trigger.
    description String
    Trigger description.
    pipelines List<Property Map>
    Pipelines that need to be started.

    PipelineReferenceResponse

    ReferenceName string
    Reference pipeline name.
    Type string
    Pipeline reference type.
    Name string
    Reference name.
    ReferenceName string
    Reference pipeline name.
    Type string
    Pipeline reference type.
    Name string
    Reference name.
    referenceName String
    Reference pipeline name.
    type String
    Pipeline reference type.
    name String
    Reference name.
    referenceName string
    Reference pipeline name.
    type string
    Pipeline reference type.
    name string
    Reference name.
    reference_name str
    Reference pipeline name.
    type str
    Pipeline reference type.
    name str
    Reference name.
    referenceName String
    Reference pipeline name.
    type String
    Pipeline reference type.
    name String
    Reference name.

    RecurrenceScheduleOccurrenceResponse

    Day string
    The day of the week.
    Occurrence int
    The occurrence.
    Day string
    The day of the week.
    Occurrence int
    The occurrence.
    day String
    The day of the week.
    occurrence Integer
    The occurrence.
    day string
    The day of the week.
    occurrence number
    The occurrence.
    day str
    The day of the week.
    occurrence int
    The occurrence.
    day String
    The day of the week.
    occurrence Number
    The occurrence.

    RecurrenceScheduleResponse

    Hours List<int>
    The hours.
    Minutes List<int>
    The minutes.
    MonthDays List<int>
    The month days.
    MonthlyOccurrences List<Pulumi.AzureNative.DataFactory.Inputs.RecurrenceScheduleOccurrenceResponse>
    The monthly occurrences.
    WeekDays List<string>
    The days of the week.
    Hours []int
    The hours.
    Minutes []int
    The minutes.
    MonthDays []int
    The month days.
    MonthlyOccurrences []RecurrenceScheduleOccurrenceResponse
    The monthly occurrences.
    WeekDays []string
    The days of the week.
    hours List<Integer>
    The hours.
    minutes List<Integer>
    The minutes.
    monthDays List<Integer>
    The month days.
    monthlyOccurrences List<RecurrenceScheduleOccurrenceResponse>
    The monthly occurrences.
    weekDays List<String>
    The days of the week.
    hours number[]
    The hours.
    minutes number[]
    The minutes.
    monthDays number[]
    The month days.
    monthlyOccurrences RecurrenceScheduleOccurrenceResponse[]
    The monthly occurrences.
    weekDays string[]
    The days of the week.
    hours Sequence[int]
    The hours.
    minutes Sequence[int]
    The minutes.
    month_days Sequence[int]
    The month days.
    monthly_occurrences Sequence[RecurrenceScheduleOccurrenceResponse]
    The monthly occurrences.
    week_days Sequence[str]
    The days of the week.
    hours List<Number>
    The hours.
    minutes List<Number>
    The minutes.
    monthDays List<Number>
    The month days.
    monthlyOccurrences List<Property Map>
    The monthly occurrences.
    weekDays List<String>
    The days of the week.

    RerunTumblingWindowTriggerResponse

    ParentTrigger object
    The parent trigger reference.
    RequestedEndTime string
    The end time for the time period for which restatement is initiated. Only UTC time is currently supported.
    RequestedStartTime string
    The start time for the time period for which restatement is initiated. Only UTC time is currently supported.
    RerunConcurrency int
    The max number of parallel time windows (ready for execution) for which a rerun is triggered.
    RuntimeState string
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    Annotations List<object>
    List of tags that can be used for describing the trigger.
    Description string
    Trigger description.
    ParentTrigger interface{}
    The parent trigger reference.
    RequestedEndTime string
    The end time for the time period for which restatement is initiated. Only UTC time is currently supported.
    RequestedStartTime string
    The start time for the time period for which restatement is initiated. Only UTC time is currently supported.
    RerunConcurrency int
    The max number of parallel time windows (ready for execution) for which a rerun is triggered.
    RuntimeState string
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    Annotations []interface{}
    List of tags that can be used for describing the trigger.
    Description string
    Trigger description.
    parentTrigger Object
    The parent trigger reference.
    requestedEndTime String
    The end time for the time period for which restatement is initiated. Only UTC time is currently supported.
    requestedStartTime String
    The start time for the time period for which restatement is initiated. Only UTC time is currently supported.
    rerunConcurrency Integer
    The max number of parallel time windows (ready for execution) for which a rerun is triggered.
    runtimeState String
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    annotations List<Object>
    List of tags that can be used for describing the trigger.
    description String
    Trigger description.
    parentTrigger any
    The parent trigger reference.
    requestedEndTime string
    The end time for the time period for which restatement is initiated. Only UTC time is currently supported.
    requestedStartTime string
    The start time for the time period for which restatement is initiated. Only UTC time is currently supported.
    rerunConcurrency number
    The max number of parallel time windows (ready for execution) for which a rerun is triggered.
    runtimeState string
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    annotations any[]
    List of tags that can be used for describing the trigger.
    description string
    Trigger description.
    parent_trigger Any
    The parent trigger reference.
    requested_end_time str
    The end time for the time period for which restatement is initiated. Only UTC time is currently supported.
    requested_start_time str
    The start time for the time period for which restatement is initiated. Only UTC time is currently supported.
    rerun_concurrency int
    The max number of parallel time windows (ready for execution) for which a rerun is triggered.
    runtime_state str
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    annotations Sequence[Any]
    List of tags that can be used for describing the trigger.
    description str
    Trigger description.
    parentTrigger Any
    The parent trigger reference.
    requestedEndTime String
    The end time for the time period for which restatement is initiated. Only UTC time is currently supported.
    requestedStartTime String
    The start time for the time period for which restatement is initiated. Only UTC time is currently supported.
    rerunConcurrency Number
    The max number of parallel time windows (ready for execution) for which a rerun is triggered.
    runtimeState String
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    annotations List<Any>
    List of tags that can be used for describing the trigger.
    description String
    Trigger description.

    RetryPolicyResponse

    Count object
    Maximum ordinary retry attempts. Default is 0. Type: integer (or Expression with resultType integer), minimum: 0.
    IntervalInSeconds int
    Interval between retries in seconds. Default is 30.
    Count interface{}
    Maximum ordinary retry attempts. Default is 0. Type: integer (or Expression with resultType integer), minimum: 0.
    IntervalInSeconds int
    Interval between retries in seconds. Default is 30.
    count Object
    Maximum ordinary retry attempts. Default is 0. Type: integer (or Expression with resultType integer), minimum: 0.
    intervalInSeconds Integer
    Interval between retries in seconds. Default is 30.
    count any
    Maximum ordinary retry attempts. Default is 0. Type: integer (or Expression with resultType integer), minimum: 0.
    intervalInSeconds number
    Interval between retries in seconds. Default is 30.
    count Any
    Maximum ordinary retry attempts. Default is 0. Type: integer (or Expression with resultType integer), minimum: 0.
    interval_in_seconds int
    Interval between retries in seconds. Default is 30.
    count Any
    Maximum ordinary retry attempts. Default is 0. Type: integer (or Expression with resultType integer), minimum: 0.
    intervalInSeconds Number
    Interval between retries in seconds. Default is 30.

    ScheduleTriggerRecurrenceResponse

    EndTime string
    The end time.
    Frequency string
    The frequency.
    Interval int
    The interval.
    Schedule Pulumi.AzureNative.DataFactory.Inputs.RecurrenceScheduleResponse
    The recurrence schedule.
    StartTime string
    The start time.
    TimeZone string
    The time zone.
    EndTime string
    The end time.
    Frequency string
    The frequency.
    Interval int
    The interval.
    Schedule RecurrenceScheduleResponse
    The recurrence schedule.
    StartTime string
    The start time.
    TimeZone string
    The time zone.
    endTime String
    The end time.
    frequency String
    The frequency.
    interval Integer
    The interval.
    schedule RecurrenceScheduleResponse
    The recurrence schedule.
    startTime String
    The start time.
    timeZone String
    The time zone.
    endTime string
    The end time.
    frequency string
    The frequency.
    interval number
    The interval.
    schedule RecurrenceScheduleResponse
    The recurrence schedule.
    startTime string
    The start time.
    timeZone string
    The time zone.
    end_time str
    The end time.
    frequency str
    The frequency.
    interval int
    The interval.
    schedule RecurrenceScheduleResponse
    The recurrence schedule.
    start_time str
    The start time.
    time_zone str
    The time zone.
    endTime String
    The end time.
    frequency String
    The frequency.
    interval Number
    The interval.
    schedule Property Map
    The recurrence schedule.
    startTime String
    The start time.
    timeZone String
    The time zone.

    ScheduleTriggerResponse

    Recurrence Pulumi.AzureNative.DataFactory.Inputs.ScheduleTriggerRecurrenceResponse
    Recurrence schedule configuration.
    RuntimeState string
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    Annotations List<object>
    List of tags that can be used for describing the trigger.
    Description string
    Trigger description.
    Pipelines List<Pulumi.AzureNative.DataFactory.Inputs.TriggerPipelineReferenceResponse>
    Pipelines that need to be started.
    Recurrence ScheduleTriggerRecurrenceResponse
    Recurrence schedule configuration.
    RuntimeState string
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    Annotations []interface{}
    List of tags that can be used for describing the trigger.
    Description string
    Trigger description.
    Pipelines []TriggerPipelineReferenceResponse
    Pipelines that need to be started.
    recurrence ScheduleTriggerRecurrenceResponse
    Recurrence schedule configuration.
    runtimeState String
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    annotations List<Object>
    List of tags that can be used for describing the trigger.
    description String
    Trigger description.
    pipelines List<TriggerPipelineReferenceResponse>
    Pipelines that need to be started.
    recurrence ScheduleTriggerRecurrenceResponse
    Recurrence schedule configuration.
    runtimeState string
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    annotations any[]
    List of tags that can be used for describing the trigger.
    description string
    Trigger description.
    pipelines TriggerPipelineReferenceResponse[]
    Pipelines that need to be started.
    recurrence ScheduleTriggerRecurrenceResponse
    Recurrence schedule configuration.
    runtime_state str
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    annotations Sequence[Any]
    List of tags that can be used for describing the trigger.
    description str
    Trigger description.
    pipelines Sequence[TriggerPipelineReferenceResponse]
    Pipelines that need to be started.
    recurrence Property Map
    Recurrence schedule configuration.
    runtimeState String
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    annotations List<Any>
    List of tags that can be used for describing the trigger.
    description String
    Trigger description.
    pipelines List<Property Map>
    Pipelines that need to be started.

    SelfDependencyTumblingWindowTriggerReferenceResponse

    Offset string
    Timespan applied to the start time of a tumbling window when evaluating dependency.
    Size string
    The size of the window when evaluating the dependency. If undefined the frequency of the tumbling window will be used.
    Offset string
    Timespan applied to the start time of a tumbling window when evaluating dependency.
    Size string
    The size of the window when evaluating the dependency. If undefined the frequency of the tumbling window will be used.
    offset String
    Timespan applied to the start time of a tumbling window when evaluating dependency.
    size String
    The size of the window when evaluating the dependency. If undefined the frequency of the tumbling window will be used.
    offset string
    Timespan applied to the start time of a tumbling window when evaluating dependency.
    size string
    The size of the window when evaluating the dependency. If undefined the frequency of the tumbling window will be used.
    offset str
    Timespan applied to the start time of a tumbling window when evaluating dependency.
    size str
    The size of the window when evaluating the dependency. If undefined the frequency of the tumbling window will be used.
    offset String
    Timespan applied to the start time of a tumbling window when evaluating dependency.
    size String
    The size of the window when evaluating the dependency. If undefined the frequency of the tumbling window will be used.

    TriggerDependencyReferenceResponse

    referenceTrigger Property Map
    Referenced trigger.

    TriggerPipelineReferenceResponse

    Parameters Dictionary<string, object>
    Pipeline parameters.
    PipelineReference Pulumi.AzureNative.DataFactory.Inputs.PipelineReferenceResponse
    Pipeline reference.
    Parameters map[string]interface{}
    Pipeline parameters.
    PipelineReference PipelineReferenceResponse
    Pipeline reference.
    parameters Map<String,Object>
    Pipeline parameters.
    pipelineReference PipelineReferenceResponse
    Pipeline reference.
    parameters {[key: string]: any}
    Pipeline parameters.
    pipelineReference PipelineReferenceResponse
    Pipeline reference.
    parameters Mapping[str, Any]
    Pipeline parameters.
    pipeline_reference PipelineReferenceResponse
    Pipeline reference.
    parameters Map<Any>
    Pipeline parameters.
    pipelineReference Property Map
    Pipeline reference.

    TriggerReferenceResponse

    ReferenceName string
    Reference trigger name.
    Type string
    Trigger reference type.
    ReferenceName string
    Reference trigger name.
    Type string
    Trigger reference type.
    referenceName String
    Reference trigger name.
    type String
    Trigger reference type.
    referenceName string
    Reference trigger name.
    type string
    Trigger reference type.
    reference_name str
    Reference trigger name.
    type str
    Trigger reference type.
    referenceName String
    Reference trigger name.
    type String
    Trigger reference type.

    TumblingWindowTriggerDependencyReferenceResponse

    ReferenceTrigger Pulumi.AzureNative.DataFactory.Inputs.TriggerReferenceResponse
    Referenced trigger.
    Offset string
    Timespan applied to the start time of a tumbling window when evaluating dependency.
    Size string
    The size of the window when evaluating the dependency. If undefined the frequency of the tumbling window will be used.
    ReferenceTrigger TriggerReferenceResponse
    Referenced trigger.
    Offset string
    Timespan applied to the start time of a tumbling window when evaluating dependency.
    Size string
    The size of the window when evaluating the dependency. If undefined the frequency of the tumbling window will be used.
    referenceTrigger TriggerReferenceResponse
    Referenced trigger.
    offset String
    Timespan applied to the start time of a tumbling window when evaluating dependency.
    size String
    The size of the window when evaluating the dependency. If undefined the frequency of the tumbling window will be used.
    referenceTrigger TriggerReferenceResponse
    Referenced trigger.
    offset string
    Timespan applied to the start time of a tumbling window when evaluating dependency.
    size string
    The size of the window when evaluating the dependency. If undefined the frequency of the tumbling window will be used.
    reference_trigger TriggerReferenceResponse
    Referenced trigger.
    offset str
    Timespan applied to the start time of a tumbling window when evaluating dependency.
    size str
    The size of the window when evaluating the dependency. If undefined the frequency of the tumbling window will be used.
    referenceTrigger Property Map
    Referenced trigger.
    offset String
    Timespan applied to the start time of a tumbling window when evaluating dependency.
    size String
    The size of the window when evaluating the dependency. If undefined the frequency of the tumbling window will be used.

    TumblingWindowTriggerResponse

    Frequency string
    The frequency of the time windows.
    Interval int
    The interval of the time windows. The minimum interval allowed is 15 Minutes.
    MaxConcurrency int
    The max number of parallel time windows (ready for execution) for which a new run is triggered.
    Pipeline Pulumi.AzureNative.DataFactory.Inputs.TriggerPipelineReferenceResponse
    Pipeline for which runs are created when an event is fired for trigger window that is ready.
    RuntimeState string
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    StartTime string
    The start time for the time period for the trigger during which events are fired for windows that are ready. Only UTC time is currently supported.
    Annotations List<object>
    List of tags that can be used for describing the trigger.
    Delay object
    Specifies how long the trigger waits past due time before triggering new run. It doesn't alter window start and end time. The default is 0. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
    DependsOn List<object>
    Triggers that this trigger depends on. Only tumbling window triggers are supported.
    Description string
    Trigger description.
    EndTime string
    The end time for the time period for the trigger during which events are fired for windows that are ready. Only UTC time is currently supported.
    RetryPolicy Pulumi.AzureNative.DataFactory.Inputs.RetryPolicyResponse
    Retry policy that will be applied for failed pipeline runs.
    Frequency string
    The frequency of the time windows.
    Interval int
    The interval of the time windows. The minimum interval allowed is 15 Minutes.
    MaxConcurrency int
    The max number of parallel time windows (ready for execution) for which a new run is triggered.
    Pipeline TriggerPipelineReferenceResponse
    Pipeline for which runs are created when an event is fired for trigger window that is ready.
    RuntimeState string
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    StartTime string
    The start time for the time period for the trigger during which events are fired for windows that are ready. Only UTC time is currently supported.
    Annotations []interface{}
    List of tags that can be used for describing the trigger.
    Delay interface{}
    Specifies how long the trigger waits past due time before triggering new run. It doesn't alter window start and end time. The default is 0. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
    DependsOn []interface{}
    Triggers that this trigger depends on. Only tumbling window triggers are supported.
    Description string
    Trigger description.
    EndTime string
    The end time for the time period for the trigger during which events are fired for windows that are ready. Only UTC time is currently supported.
    RetryPolicy RetryPolicyResponse
    Retry policy that will be applied for failed pipeline runs.
    frequency String
    The frequency of the time windows.
    interval Integer
    The interval of the time windows. The minimum interval allowed is 15 Minutes.
    maxConcurrency Integer
    The max number of parallel time windows (ready for execution) for which a new run is triggered.
    pipeline TriggerPipelineReferenceResponse
    Pipeline for which runs are created when an event is fired for trigger window that is ready.
    runtimeState String
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    startTime String
    The start time for the time period for the trigger during which events are fired for windows that are ready. Only UTC time is currently supported.
    annotations List<Object>
    List of tags that can be used for describing the trigger.
    delay Object
    Specifies how long the trigger waits past due time before triggering new run. It doesn't alter window start and end time. The default is 0. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
    dependsOn List<Object>
    Triggers that this trigger depends on. Only tumbling window triggers are supported.
    description String
    Trigger description.
    endTime String
    The end time for the time period for the trigger during which events are fired for windows that are ready. Only UTC time is currently supported.
    retryPolicy RetryPolicyResponse
    Retry policy that will be applied for failed pipeline runs.
    frequency string
    The frequency of the time windows.
    interval number
    The interval of the time windows. The minimum interval allowed is 15 Minutes.
    maxConcurrency number
    The max number of parallel time windows (ready for execution) for which a new run is triggered.
    pipeline TriggerPipelineReferenceResponse
    Pipeline for which runs are created when an event is fired for trigger window that is ready.
    runtimeState string
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    startTime string
    The start time for the time period for the trigger during which events are fired for windows that are ready. Only UTC time is currently supported.
    annotations any[]
    List of tags that can be used for describing the trigger.
    delay any
    Specifies how long the trigger waits past due time before triggering new run. It doesn't alter window start and end time. The default is 0. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
    dependsOn (SelfDependencyTumblingWindowTriggerReferenceResponse | TriggerDependencyReferenceResponse | TumblingWindowTriggerDependencyReferenceResponse)[]
    Triggers that this trigger depends on. Only tumbling window triggers are supported.
    description string
    Trigger description.
    endTime string
    The end time for the time period for the trigger during which events are fired for windows that are ready. Only UTC time is currently supported.
    retryPolicy RetryPolicyResponse
    Retry policy that will be applied for failed pipeline runs.
    frequency str
    The frequency of the time windows.
    interval int
    The interval of the time windows. The minimum interval allowed is 15 Minutes.
    max_concurrency int
    The max number of parallel time windows (ready for execution) for which a new run is triggered.
    pipeline TriggerPipelineReferenceResponse
    Pipeline for which runs are created when an event is fired for trigger window that is ready.
    runtime_state str
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    start_time str
    The start time for the time period for the trigger during which events are fired for windows that are ready. Only UTC time is currently supported.
    annotations Sequence[Any]
    List of tags that can be used for describing the trigger.
    delay Any
    Specifies how long the trigger waits past due time before triggering new run. It doesn't alter window start and end time. The default is 0. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
    depends_on Sequence[Union[SelfDependencyTumblingWindowTriggerReferenceResponse, TriggerDependencyReferenceResponse, TumblingWindowTriggerDependencyReferenceResponse]]
    Triggers that this trigger depends on. Only tumbling window triggers are supported.
    description str
    Trigger description.
    end_time str
    The end time for the time period for the trigger during which events are fired for windows that are ready. Only UTC time is currently supported.
    retry_policy RetryPolicyResponse
    Retry policy that will be applied for failed pipeline runs.
    frequency String
    The frequency of the time windows.
    interval Number
    The interval of the time windows. The minimum interval allowed is 15 Minutes.
    maxConcurrency Number
    The max number of parallel time windows (ready for execution) for which a new run is triggered.
    pipeline Property Map
    Pipeline for which runs are created when an event is fired for trigger window that is ready.
    runtimeState String
    Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
    startTime String
    The start time for the time period for the trigger during which events are fired for windows that are ready. Only UTC time is currently supported.
    annotations List<Any>
    List of tags that can be used for describing the trigger.
    delay Any
    Specifies how long the trigger waits past due time before triggering new run. It doesn't alter window start and end time. The default is 0. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
    dependsOn List<Property Map | Property Map | Property Map>
    Triggers that this trigger depends on. Only tumbling window triggers are supported.
    description String
    Trigger description.
    endTime String
    The end time for the time period for the trigger during which events are fired for windows that are ready. Only UTC time is currently supported.
    retryPolicy Property Map
    Retry policy that will be applied for failed pipeline runs.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi