Notifiers

Enum for service.

class moveai_mocap.models.notifiers.enums.service.NotifierService(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

The valid services for the notifier.

local: str = 'local'
sns: str = 'sns'

Notifier for SNS.

pydantic model moveai_mocap.models.notifiers.sns.SNSNotifier

SNS notifier.

If used in an engine class will cause the provisioned instance to send a notification with payload data to the provided SNS topic endpoint when the instance has completed/failed.

Fields: