Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SignerConfig

Hierarchy

  • SignerConfig

Index

Properties

Optional credentials

The AWS credentials to sign requests with. Uses the default credential provider chain if not specified.

hostname

hostname: string

The hostname of the database to connect to.

port

port: number

The port number the database is listening on.

Optional region

region: string

The region the database is located in. Uses the region inferred from the runtime if omitted.

Optional sha256

The SHA256 hasher constructor to sign the request.

username

username: string

The username to login as.