Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Credentials

Amazon Web Services credentials for API authentication.

Hierarchy

Index

Properties

AccessKeyId

AccessKeyId: string | undefined

The access key ID that identifies the temporary security credentials.

Expiration

Expiration: Date | undefined

The date on which the current credentials expire.

SecretAccessKey

SecretAccessKey: string | undefined

The secret access key that can be used to sign requests.

SessionToken

SessionToken: string | undefined

The token that users must pass to the service API to use the temporary credentials.

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.