interface CreateTriggerRequestMnqSqsClientConfig {
    mnqProjectId: string;
    mnqRegion: string;
    queue: string;
}

Properties

mnqProjectId: string

You must have activated SQS on this project.

mnqRegion: string

Currently, only the fr-par and nl-ams regions are available.

queue: string

Name of the SQS queue the trigger should listen to.