triggerRegion

@JvmName(name = "syffaccmbuvikegk")
suspend fun triggerRegion(value: Output<String>)
@JvmName(name = "abcescruoivyxvaa")
suspend fun triggerRegion(value: String?)

Parameters

value

The region that the trigger will be in. The trigger will only receive events originating in this region. It can be the same region as the function, a different region or multi-region, or the global region. If not provided, defaults to the same region as the function.