Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AuthScheme

Authentication schemes represent a way that the service will authenticate the customer’s identity.

Hierarchy

  • AuthScheme

Index

Properties

name

name: "sigv4" | "sigv4a" | string
example

"sigv4a" or "sigv4"

properties

properties: Record<string, unknown>

signingName

signingName: string
example

"s3"

signingRegion

signingRegion: string
example

"us-east-1"

Optional signingRegionSet

signingRegionSet: string[]
example

["*"]

exammple

["us-west-2", "us-east-1"]

Optional signingScope

signingScope: undefined
deprecated

this field was renamed to signingRegion.