AwsAccessKeyLinkedService Class

Definition

An access key-based Amazon Web Services (AWS) linked service. The AWS Identity and Access Management (IAM) access key is used for all AWS web APIs.

[Microsoft.Azure.Management.DataFactories.Models.AdfTypeName("AwsAccessKey")]
public class AwsAccessKeyLinkedService : Microsoft.Azure.Management.DataFactories.Models.LinkedServiceTypeProperties
Inheritance
Attributes

Constructors

AwsAccessKeyLinkedService()

Initializes a new instance of the AwsAccessKeyLinkedService class.

AwsAccessKeyLinkedService(String, String)

Initializes a new instance of the AwsAccessKeyLinkedService class with required arguments.

Properties

AccessKeyId

Required. The IAM access key ID.

SecretAccessKey

Required. The IAM secret access key.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)