GetV3TriggersTrigger

data class GetV3TriggersTrigger(val createTime: String, val description: String, val httpTrigger: GetV3TriggersTriggerHttpTrigger, val id: String, val invocationRole: String, val lastModifiedTime: String, val qualifier: String, val sourceArn: String, val status: String, val targetArn: String, val triggerConfig: String, val triggerId: String, val triggerName: String, val triggerType: String)

Constructors

Link copied to clipboard
constructor(createTime: String, description: String, httpTrigger: GetV3TriggersTriggerHttpTrigger, id: String, invocationRole: String, lastModifiedTime: String, qualifier: String, sourceArn: String, status: String, targetArn: String, triggerConfig: String, triggerId: String, triggerName: String, triggerType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Creation time

Link copied to clipboard

Description of the trigger

Link copied to clipboard

HTTP trigger information

Link copied to clipboard
val id: String

The ID of the resource supplied above.

Link copied to clipboard

The role required by the event source (such as OSS) to call the function.

Link copied to clipboard

The last modified time of the trigger

Link copied to clipboard

The version or alias of the function

Link copied to clipboard

Trigger Event source ARN

Link copied to clipboard

The state of the trigger

Link copied to clipboard

Resource identity of the function

Link copied to clipboard

Trigger configuration. The configuration varies for different types of triggers.

Link copied to clipboard

Trigger ID

Link copied to clipboard

Trigger Name

Link copied to clipboard

The type of the trigger. Currently, the supported types include oss, log, http, timer, tablestore, cdn_events, mns_topic and eventbridge.