Credentials
interface Credentials
Represents a set of AWS credentials
For more information see AWS security credentials
Properties
Link copied to clipboard
Identifies the user interacting with services
Link copied to clipboard
The name of the credentials provider that sourced these credentials (if known).
Link copied to clipboard
Secret key used to authenticate the user and sign requests
Link copied to clipboard
Session token associated with short term credentials with an expiration.
Inherited functions
Link copied to clipboard
fun Credentials.copy(accessKeyId: String = this.accessKeyId, secretAccessKey: String = this.secretAccessKey, sessionToken: String? = this.sessionToken, expiration: <Error class: unknown class>? = this.expiration, providerName: String? = this.providerName, attributes: <Error class: unknown class>? = this.attributes): Credentials