Package version:

Interface AmazonMWSLinkedService

Amazon Marketplace Web Service linked service.

interface AmazonMWSLinkedService {
    accessKeyId: any;
    annotations?: any[];
    connectVia?: IntegrationRuntimeReference;
    description?: string;
    encryptedCredential?: string;
    endpoint: any;
    marketplaceID: any;
    mwsAuthToken?: SecretBaseUnion;
    parameters?: {
        [propertyName: string]: ParameterSpecification;
    };
    secretKey?: SecretBaseUnion;
    sellerID: any;
    type: "AmazonMWS";
    useEncryptedEndpoints?: any;
    useHostVerification?: any;
    usePeerVerification?: any;
    version?: string;
}

Hierarchy (view full)

Properties

accessKeyId: any

The access key id used to access data.

annotations?: any[]

List of tags that can be used for describing the linked service.

The integration runtime reference.

description?: string

Linked service description.

encryptedCredential?: string

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

endpoint: any

The endpoint of the Amazon MWS server, (i.e. mws.amazonservices.com)

marketplaceID: any

The Amazon Marketplace ID you want to retrieve data from. To retrieve data from multiple Marketplace IDs, separate them with a comma (,). (i.e. A2EUQ1WTGCTBG2)

mwsAuthToken?: SecretBaseUnion

The Amazon MWS authentication token.

parameters?: {
    [propertyName: string]: ParameterSpecification;
}

Parameters for linked service.

secretKey?: SecretBaseUnion

The secret key used to access data.

sellerID: any

The Amazon seller ID.

type

Polymorphic discriminator, which specifies the different types this object can be

useEncryptedEndpoints?: any

Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true.

useHostVerification?: any

Specifies whether to require the host name in the server's certificate to match the host name of the server when connecting over SSL. The default value is true.

usePeerVerification?: any

Specifies whether to verify the identity of the server when connecting over SSL. The default value is true.

version?: string

Version of the linked service.