Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AwsCredentialIdentity

public

Hierarchy

Index

Properties

Readonly accessKeyId

accessKeyId: string

AWS access key ID

Optional Readonly expiration

expiration: Date

A {Date} when the identity or credential will no longer be accepted.

Readonly secretAccessKey

secretAccessKey: string

AWS secret access key

Optional Readonly sessionToken

sessionToken: undefined | string

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