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
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Credential
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val run: AWSCredentialsProvider