Trigger Args
data class TriggerArgs(val config: Output<String>? = null, val configMns: Output<String>? = null, val function: Output<String>? = null, val name: Output<String>? = null, val namePrefix: Output<String>? = null, val role: Output<String>? = null, val service: Output<String>? = null, val sourceArn: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<TriggerArgs>
Import
Function Compute trigger can be imported using the id, e.g.
$ pulumi import alicloud:fc/trigger:Trigger foo my-fc-service:hello-world:hello-trigger
Content copied to clipboard
Constructors
Link copied to clipboard
fun TriggerArgs(config: Output<String>? = null, configMns: Output<String>? = null, function: Output<String>? = null, name: Output<String>? = null, namePrefix: Output<String>? = null, role: Output<String>? = null, service: Output<String>? = null, sourceArn: Output<String>? = null, type: Output<String>? = null)
Functions
Properties
Link copied to clipboard
The config of Function Compute trigger.It is valid when type
is not "mns_topic".See Configure triggers and events for more details.
Link copied to clipboard
RAM role arn attached to the Function Compute trigger. Role used by the event source to call the function. The value format is "acs:ram::$account-id:role/$role-name". See Create a trigger for more details.
Link copied to clipboard
Event source resource address. See Create a trigger for more details.