Package version:

Interface AmazonS3LinkedService

Linked service for Amazon S3.

Hierarchy

Properties

accessKeyId?: any

The access key identifier of the Amazon S3 Identity and Access Management (IAM) user. Type: string (or Expression with resultType string).

annotations?: any[]

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

authenticationType?: any

The authentication type of S3. Allowed value: AccessKey (default) or TemporarySecurityCredentials. Type: string (or Expression with resultType string).

The integration runtime reference.

description?: string

Linked service description.

encryptedCredential?: any

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

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

Parameters for linked service.

Type declaration

secretAccessKey?: SecretBaseUnion

The secret access key of the Amazon S3 Identity and Access Management (IAM) user.

serviceUrl?: any

This value specifies the endpoint to access with the S3 Connector. This is an optional property; change it only if you want to try a different service endpoint or want to switch between https and http. Type: string (or Expression with resultType string).

sessionToken?: SecretBaseUnion

The session token for the S3 temporary security credential.

type: "AmazonS3"

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

Generated using TypeDoc