AwsCredentials

AwsCredentials

The temporary security credentials, which includes an accessKeyId, a secretAccessKey a sessionToken and an expiration.

accessKeyIdString!The access key ID that identifies the temporary security credentials.
expirationStringThe date on which the current credentials expire as an ISO string.
secretAccessKeyString!The secret access key that can be used to sign requests.
sessionTokenStringThe token that users must pass to the service API to use the temporary credentials.