SqlTriggerResourceArgs

data class SqlTriggerResourceArgs(val body: Output<String>? = null, val id: Output<String>, val triggerOperation: Output<Either<String, TriggerOperation>>? = null, val triggerType: Output<Either<String, TriggerType>>? = null) : ConvertibleToJava<SqlTriggerResourceArgs>

Cosmos DB SQL trigger resource object

Constructors

Link copied to clipboard
constructor(body: Output<String>? = null, id: Output<String>, triggerOperation: Output<Either<String, TriggerOperation>>? = null, triggerType: Output<Either<String, TriggerType>>? = null)

Properties

Link copied to clipboard
val body: Output<String>? = null

Body of the Trigger

Link copied to clipboard
val id: Output<String>

Name of the Cosmos DB SQL trigger

Link copied to clipboard
val triggerOperation: Output<Either<String, TriggerOperation>>? = null

The operation the trigger is associated with

Link copied to clipboard
val triggerType: Output<Either<String, TriggerType>>? = null

Type of the Trigger

Functions

Link copied to clipboard
open override fun toJava(): SqlTriggerResourceArgs