Package version:

Interface AmazonS3LinkedService

Linked service for Amazon S3.

interface AmazonS3LinkedService {
    accessKeyId?: any;
    annotations?: any[];
    authenticationType?: any;
    connectVia?: IntegrationRuntimeReference;
    description?: string;
    encryptedCredential?: string;
    parameters?: {
        [propertyName: string]: ParameterSpecification;
    };
    secretAccessKey?: SecretBaseUnion;
    serviceUrl?: any;
    sessionToken?: SecretBaseUnion;
    type: "AmazonS3";
    version?: string;
}

Hierarchy (view full)

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?: string

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

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

Parameters for linked service.

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

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

version?: string

Version of the linked service.