Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 712 Bytes

AwsCredentials.md

File metadata and controls

11 lines (8 loc) · 712 Bytes

AwsCredentials

Properties

Name Type Description Notes
access_key_id String The access key ID that identifies the temporary credentials. [optional] [default to null]
secret_access_key String The secret access key that can be used to sign AWS API requests. [optional] [default to null]
session_token String The token that users must pass to AWS API to use the temporary credentials. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]