1. Packages
  2. Azure Native
  3. API Docs
  4. databoxedge
  5. getFileEventTrigger
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.34.0 published on Thursday, Mar 28, 2024 by Pulumi

azure-native.databoxedge.getFileEventTrigger

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.34.0 published on Thursday, Mar 28, 2024 by Pulumi

    Get a specific trigger by name. Azure REST API version: 2022-03-01.

    Using getFileEventTrigger

    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 getFileEventTrigger(args: GetFileEventTriggerArgs, opts?: InvokeOptions): Promise<GetFileEventTriggerResult>
    function getFileEventTriggerOutput(args: GetFileEventTriggerOutputArgs, opts?: InvokeOptions): Output<GetFileEventTriggerResult>
    def get_file_event_trigger(device_name: Optional[str] = None,
                               name: Optional[str] = None,
                               resource_group_name: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetFileEventTriggerResult
    def get_file_event_trigger_output(device_name: Optional[pulumi.Input[str]] = None,
                               name: Optional[pulumi.Input[str]] = None,
                               resource_group_name: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetFileEventTriggerResult]
    func LookupFileEventTrigger(ctx *Context, args *LookupFileEventTriggerArgs, opts ...InvokeOption) (*LookupFileEventTriggerResult, error)
    func LookupFileEventTriggerOutput(ctx *Context, args *LookupFileEventTriggerOutputArgs, opts ...InvokeOption) LookupFileEventTriggerResultOutput

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

    public static class GetFileEventTrigger 
    {
        public static Task<GetFileEventTriggerResult> InvokeAsync(GetFileEventTriggerArgs args, InvokeOptions? opts = null)
        public static Output<GetFileEventTriggerResult> Invoke(GetFileEventTriggerInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetFileEventTriggerResult> getFileEventTrigger(GetFileEventTriggerArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:databoxedge:getFileEventTrigger
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DeviceName string
    The device name.
    Name string
    The trigger name.
    ResourceGroupName string
    The resource group name.
    DeviceName string
    The device name.
    Name string
    The trigger name.
    ResourceGroupName string
    The resource group name.
    deviceName String
    The device name.
    name String
    The trigger name.
    resourceGroupName String
    The resource group name.
    deviceName string
    The device name.
    name string
    The trigger name.
    resourceGroupName string
    The resource group name.
    device_name str
    The device name.
    name str
    The trigger name.
    resource_group_name str
    The resource group name.
    deviceName String
    The device name.
    name String
    The trigger name.
    resourceGroupName String
    The resource group name.

    getFileEventTrigger Result

    The following output properties are available:

    Id string
    The path ID that uniquely identifies the object.
    Name string
    The object name.
    SinkInfo Pulumi.AzureNative.DataBoxEdge.Outputs.RoleSinkInfoResponse
    Role sink info.
    SourceInfo Pulumi.AzureNative.DataBoxEdge.Outputs.FileSourceInfoResponse
    File event source details.
    SystemData Pulumi.AzureNative.DataBoxEdge.Outputs.SystemDataResponse
    Metadata pertaining to creation and last modification of Trigger
    Type string
    The hierarchical type of the object.
    CustomContextTag string
    A custom context tag typically used to correlate the trigger against its usage. For example, if a periodic timer trigger is intended for certain specific IoT modules in the device, the tag can be the name or the image URL of the module.
    Id string
    The path ID that uniquely identifies the object.
    Name string
    The object name.
    SinkInfo RoleSinkInfoResponse
    Role sink info.
    SourceInfo FileSourceInfoResponse
    File event source details.
    SystemData SystemDataResponse
    Metadata pertaining to creation and last modification of Trigger
    Type string
    The hierarchical type of the object.
    CustomContextTag string
    A custom context tag typically used to correlate the trigger against its usage. For example, if a periodic timer trigger is intended for certain specific IoT modules in the device, the tag can be the name or the image URL of the module.
    id String
    The path ID that uniquely identifies the object.
    name String
    The object name.
    sinkInfo RoleSinkInfoResponse
    Role sink info.
    sourceInfo FileSourceInfoResponse
    File event source details.
    systemData SystemDataResponse
    Metadata pertaining to creation and last modification of Trigger
    type String
    The hierarchical type of the object.
    customContextTag String
    A custom context tag typically used to correlate the trigger against its usage. For example, if a periodic timer trigger is intended for certain specific IoT modules in the device, the tag can be the name or the image URL of the module.
    id string
    The path ID that uniquely identifies the object.
    name string
    The object name.
    sinkInfo RoleSinkInfoResponse
    Role sink info.
    sourceInfo FileSourceInfoResponse
    File event source details.
    systemData SystemDataResponse
    Metadata pertaining to creation and last modification of Trigger
    type string
    The hierarchical type of the object.
    customContextTag string
    A custom context tag typically used to correlate the trigger against its usage. For example, if a periodic timer trigger is intended for certain specific IoT modules in the device, the tag can be the name or the image URL of the module.
    id str
    The path ID that uniquely identifies the object.
    name str
    The object name.
    sink_info RoleSinkInfoResponse
    Role sink info.
    source_info FileSourceInfoResponse
    File event source details.
    system_data SystemDataResponse
    Metadata pertaining to creation and last modification of Trigger
    type str
    The hierarchical type of the object.
    custom_context_tag str
    A custom context tag typically used to correlate the trigger against its usage. For example, if a periodic timer trigger is intended for certain specific IoT modules in the device, the tag can be the name or the image URL of the module.
    id String
    The path ID that uniquely identifies the object.
    name String
    The object name.
    sinkInfo Property Map
    Role sink info.
    sourceInfo Property Map
    File event source details.
    systemData Property Map
    Metadata pertaining to creation and last modification of Trigger
    type String
    The hierarchical type of the object.
    customContextTag String
    A custom context tag typically used to correlate the trigger against its usage. For example, if a periodic timer trigger is intended for certain specific IoT modules in the device, the tag can be the name or the image URL of the module.

    Supporting Types

    FileSourceInfoResponse

    ShareId string
    File share ID.
    ShareId string
    File share ID.
    shareId String
    File share ID.
    shareId string
    File share ID.
    share_id str
    File share ID.
    shareId String
    File share ID.

    RoleSinkInfoResponse

    RoleId string
    Compute role ID.
    RoleId string
    Compute role ID.
    roleId String
    Compute role ID.
    roleId string
    Compute role ID.
    role_id str
    Compute role ID.
    roleId String
    Compute role ID.

    SystemDataResponse

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    The type of identity that last modified the resource.
    created_at str
    The timestamp of resource creation (UTC).
    created_by str
    The identity that created the resource.
    created_by_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    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.34.0 published on Thursday, Mar 28, 2024 by Pulumi