Sql Trigger Resource Args
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)