case class Credential extends Product with Serializable
Wraps provision of credentials for AWS clients. Use constructors in Credential
to create a credential.
There is also a kadai ConfigReader to configure credentials as either:
* static - configure static access key and secret key like:
credential {
mode = static // Use static credential mode
static {
access-key = foo
secret-key = bar
}
}
* default - i.e. use default credential chain in AWS clients (load from env vars, sys props etc.). Config file needs to include a 'mode' of 'default'
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Credential
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val run: AWSCredentialsProvider