Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AwsAuthInputConfig

Hierarchy

Index

Properties

Optional credentials

The credentials used to sign requests.

Optional signer

signer: RequestSigner | ((authScheme?: AuthScheme) => Promise<RequestSigner>)

The signer to use when signing requests.

Optional signingEscapePath

signingEscapePath: undefined | false | true

Whether to escape request path when signing the request.

Optional signingRegion

signingRegion: undefined | string

The region where you want to sign your request against. This can be different to the region in the endpoint.

Optional systemClockOffset

systemClockOffset: undefined | number

An offset value in milliseconds to apply to all signing times.