GetTriggersTrigger

data class GetTriggersTrigger(val config: String, val creationTime: String, val id: String, val invocationRole: String, val lastModificationTime: String, val name: String, val sourceArn: String, val type: String)

Constructors

Link copied to clipboard
constructor(config: String, creationTime: String, id: String, invocationRole: String, lastModificationTime: String, name: String, sourceArn: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

JSON-encoded trigger configuration. See Configure triggers and events for more details.

Link copied to clipboard

FC trigger creation time.

Link copied to clipboard
val id: String

FC trigger ID.

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

FC trigger last modification time.

Link copied to clipboard

FC trigger name.

Link copied to clipboard

Event source resource address. See Create a trigger for more details.

Link copied to clipboard

Type of the trigger. Valid values: oss, log, timer, http, mns_topic, cdn_events and eventbridge.