interface TriggerMnqSqsClientConfig {
    mnqCredentialId?: string;
    mnqProjectId: string;
    mnqRegion: string;
    queue: string;
}

Properties

mnqCredentialId?: string

ID of the Messaging and Queuing credentials used to read from the SQS queue.

mnqProjectId: string

ID of the Messaging and Queuing project.

mnqRegion: string

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

queue: string

Name of the SQS queue the trigger listens to.