Show / Hide Table of Contents

Class AmazonMWSLinkedService

Amazon Marketplace Web Service linked service.

Inheritance
System.Object
LinkedService
AmazonMWSLinkedService
Inherited Members
LinkedService.AdditionalProperties
LinkedService.Annotations
LinkedService.ConnectVia
LinkedService.Description
LinkedService.Parameters
LinkedService.Version
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AmazonMWSLinkedService/AmazonMWSLinkedServiceConverter))]
public class AmazonMWSLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService

Constructors

AmazonMWSLinkedService(Object, Object, Object, Object)

Initializes a new instance of AmazonMWSLinkedService.

Declaration
public AmazonMWSLinkedService (object endpoint, object marketplaceID, object sellerID, object accessKeyId);
Parameters
System.Object endpoint

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

System.Object marketplaceID

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).

System.Object sellerID

The Amazon seller ID.

System.Object accessKeyId

The access key id used to access data.

Exceptions
System.ArgumentNullException

endpoint, marketplaceID, sellerID or accessKeyId is null.

Properties

AccessKeyId

The access key id used to access data.

Declaration
public object AccessKeyId { get; set; }
Property Value
System.Object

EncryptedCredential

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

Declaration
public object EncryptedCredential { get; set; }
Property Value
System.Object

Endpoint

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

Declaration
public object Endpoint { get; set; }
Property Value
System.Object

MarketplaceID

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).

Declaration
public object MarketplaceID { get; set; }
Property Value
System.Object

MwsAuthToken

The Amazon MWS authentication token. Please note SecretBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureKeyVaultSecretReference and SecureString.

Declaration
public Azure.Analytics.Synapse.Artifacts.Models.SecretBase MwsAuthToken { get; set; }
Property Value
SecretBase

SecretKey

The secret key used to access data. Please note SecretBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureKeyVaultSecretReference and SecureString.

Declaration
public Azure.Analytics.Synapse.Artifacts.Models.SecretBase SecretKey { get; set; }
Property Value
SecretBase

SellerID

The Amazon seller ID.

Declaration
public object SellerID { get; set; }
Property Value
System.Object

UseEncryptedEndpoints

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

Declaration
public object UseEncryptedEndpoints { get; set; }
Property Value
System.Object

UseHostVerification

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.

Declaration
public object UseHostVerification { get; set; }
Property Value
System.Object

UsePeerVerification

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

Declaration
public object UsePeerVerification { get; set; }
Property Value
System.Object

Back to top Azure SDK for .NET