azure-native.databoxedge.getFileEventTrigger
Get a specific trigger by name. API Version: 2020-12-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:
- Device
Name string The device name.
- Name string
The trigger name.
- Resource
Group stringName The resource group name.
- Device
Name string The device name.
- Name string
The trigger name.
- Resource
Group stringName The resource group name.
- device
Name String The device name.
- name String
The trigger name.
- resource
Group StringName The resource group name.
- device
Name string The device name.
- name string
The trigger name.
- resource
Group stringName The resource group name.
- device_
name str The device name.
- name str
The trigger name.
- resource_
group_ strname The resource group name.
- device
Name String The device name.
- name String
The trigger name.
- resource
Group StringName 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.
- Sink
Info Pulumi.Azure Native. Data Box Edge. Outputs. Role Sink Info Response Role sink info.
- Source
Info Pulumi.Azure Native. Data Box Edge. Outputs. File Source Info Response File event source details.
- System
Data Pulumi.Azure Native. Data Box Edge. Outputs. System Data Response Trigger in DataBoxEdge Resource
- Type string
The hierarchical type of the object.
- Custom
Context stringTag 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.
- Sink
Info RoleSink Info Response Role sink info.
- Source
Info FileSource Info Response File event source details.
- System
Data SystemData Response Trigger in DataBoxEdge Resource
- Type string
The hierarchical type of the object.
- Custom
Context stringTag 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.
- sink
Info RoleSink Info Response Role sink info.
- source
Info FileSource Info Response File event source details.
- system
Data SystemData Response Trigger in DataBoxEdge Resource
- type String
The hierarchical type of the object.
- custom
Context StringTag 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.
- sink
Info RoleSink Info Response Role sink info.
- source
Info FileSource Info Response File event source details.
- system
Data SystemData Response Trigger in DataBoxEdge Resource
- type string
The hierarchical type of the object.
- custom
Context stringTag 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 RoleSink Info Response Role sink info.
- source_
info FileSource Info Response File event source details.
- system_
data SystemData Response Trigger in DataBoxEdge Resource
- type str
The hierarchical type of the object.
- custom_
context_ strtag 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.
- sink
Info Property Map Role sink info.
- source
Info Property Map File event source details.
- system
Data Property Map Trigger in DataBoxEdge Resource
- type String
The hierarchical type of the object.
- custom
Context StringTag 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
- string
File share ID.
- string
File share ID.
- String
File share ID.
- string
File share ID.
- str
File share ID.
- String
File share ID.
RoleSinkInfoResponse
- Role
Id string Compute role ID.
- Role
Id string Compute role ID.
- role
Id String Compute role ID.
- role
Id string Compute role ID.
- role_
id str Compute role ID.
- role
Id String Compute role ID.
SystemDataResponse
- Created
At string The timestamp of resource creation (UTC).
- Created
By string The identity that created the resource.
- Created
By stringType The type of identity that created the resource.
- Last
Modified stringAt The type of identity that last modified the resource.
- Last
Modified stringBy The identity that last modified the resource.
- Last
Modified stringBy Type The type of identity that last modified the resource.
- Created
At string The timestamp of resource creation (UTC).
- Created
By string The identity that created the resource.
- Created
By stringType The type of identity that created the resource.
- Last
Modified stringAt The type of identity that last modified the resource.
- Last
Modified stringBy The identity that last modified the resource.
- Last
Modified stringBy Type The type of identity that last modified the resource.
- created
At String The timestamp of resource creation (UTC).
- created
By String The identity that created the resource.
- created
By StringType The type of identity that created the resource.
- last
Modified StringAt The type of identity that last modified the resource.
- last
Modified StringBy The identity that last modified the resource.
- last
Modified StringBy Type The type of identity that last modified the resource.
- created
At string The timestamp of resource creation (UTC).
- created
By string The identity that created the resource.
- created
By stringType The type of identity that created the resource.
- last
Modified stringAt The type of identity that last modified the resource.
- last
Modified stringBy The identity that last modified the resource.
- last
Modified stringBy Type 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_ strtype The type of identity that created the resource.
- last_
modified_ strat The type of identity that last modified the resource.
- last_
modified_ strby The identity that last modified the resource.
- last_
modified_ strby_ type The type of identity that last modified the resource.
- created
At String The timestamp of resource creation (UTC).
- created
By String The identity that created the resource.
- created
By StringType The type of identity that created the resource.
- last
Modified StringAt The type of identity that last modified the resource.
- last
Modified StringBy The identity that last modified the resource.
- last
Modified StringBy Type The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0