Options
All
  • Public
  • Public/Protected
  • All
Menu

An object representing temporary or permanent AWS credentials.

Hierarchy

  • Credentials

Index

Properties

accessKeyId: string

AWS access key ID

expiration?: Date

A {Date} when these credentials will no longer be accepted.

secretAccessKey: string

AWS secret access key

sessionToken?: string

A security or session token to use with these credentials. Usually present for temporary credentials.