Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AmazonS3LinkedService

Package version

Linked service for Amazon S3.

Hierarchy

Indexable

[property: string]: any

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

Index

Properties

Optional accessKeyId

accessKeyId: any

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

Optional annotations

annotations: any[]

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

Optional authenticationType

authenticationType: any

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

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

Optional parameters

parameters: undefined | {}

Parameters for linked service.

Optional secretAccessKey

secretAccessKey: SecretBaseUnion

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

Optional serviceUrl

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

Optional sessionToken

sessionToken: SecretBaseUnion

The session token for the S3 temporary security credential.

type

type: "AmazonS3"

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

Generated using TypeDoc