@cfxlabsinc/b2b-services
    Preparing search index...

    Type Alias EventMessageAttributes

    Named rather than Record<string, …> so consumers can see which attributes a filter policy may reference, and so adding one is a typed change. Uses the SDK's own value type, which is what PublishCommand expects.

    type EventMessageAttributes = {
        customerId: MessageAttributeValue;
        domain: MessageAttributeValue;
        event: MessageAttributeValue;
        identityId?: MessageAttributeValue;
        organizationId?: MessageAttributeValue;
    }
    Index
    customerId: MessageAttributeValue
    domain: MessageAttributeValue
    event: MessageAttributeValue
    identityId?: MessageAttributeValue
    organizationId?: MessageAttributeValue