interface TriggerMnqNatsClientConfig {
    mnqCredentialId?: string;
    mnqNatsAccountId: string;
    mnqProjectId: string;
    mnqRegion: string;
    subject: string;
}

Properties

mnqCredentialId?: string

ID of the Messaging and Queuing credentials used to subscribe to the NATS subject.

mnqNatsAccountId: string

ID of the Messaging and Queuing NATS account.

mnqProjectId: string

ID of the Messaging and Queuing project.

mnqRegion: string

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

subject: string

Name of the NATS subject the trigger listens to.