Selling Partner API SDK for JavaScript
    Preparing search index...

    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

    Properties

    Properties