AwsCredentials
AwsCredentials
The temporary security credentials, which includes an accessKeyId, a secretAccessKey a sessionToken and an expiration.
accessKeyId | String! | The access key ID that identifies the temporary security credentials. |
expiration | String | The date on which the current credentials expire as an ISO string. |
secretAccessKey | String! | The secret access key that can be used to sign requests. |
sessionToken | String | The token that users must pass to the service API to use the temporary credentials. |