Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface DestinationResourceSpecification

    The information required to create a destination resource. Applications should use one resource type (sqs or eventBridge) per destination.

    interface DestinationResourceSpecification {
        eventBridge?: EventBridgeResourceSpecification;
        sqs?: SqsResource;
    }
    Index