Interface AwsSigningConfigBase

Configuration for use in AWS-related signing. AwsSigningConfig is immutable. It is good practice to use a new config for each signature, or the date might get too old.

Hierarchy

Properties

Properties

date?: Date

Date and time to use during the signing process. If not provided then the current time in UTC is used. Naive dates (lacking timezone info) are assumed to be in local time

region: string

The region to sign against

service?: string

Name of service to sign a request for

Generated using TypeDoc