Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AmazonMWSLinkedService

Package version

Amazon Marketplace Web Service linked service.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

accessKeyId

accessKeyId: any

The access key id used to access data.

Optional annotations

annotations: any[]

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

Optional connectVia

The integration runtime reference.

Optional description

description: undefined | string

Linked service description.

Optional encryptedCredential

encryptedCredential: any

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

endpoint

endpoint: any

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

marketplaceID

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)

Optional mwsAuthToken

mwsAuthToken: SecretBaseUnion

The Amazon MWS authentication token.

Optional parameters

parameters: undefined | {}

Parameters for linked service.

Optional secretKey

secretKey: SecretBaseUnion

The secret key used to access data.

sellerID

sellerID: any

The Amazon seller ID.

type

type: "AmazonMWS"

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

Optional useEncryptedEndpoints

useEncryptedEndpoints: any

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

Optional useHostVerification

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.

Optional usePeerVerification

usePeerVerification: any

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

Generated using TypeDoc