Sigv4a

aws.auth.Sigv4a
See theSigv4a companion object
final case class Sigv4a(name: String)

Signature Version 4 Asymmetric (SigV4A), an extension of Signature Version 4 (SigV4), is the process to add authentication information to AWS requests sent by HTTP. SigV4A is nearly identical to SigV4, but also uses public-private keys and asymmetric cryptographic signatures for every request. Most notably, SigV4A supports signatures for multi-region API requests.

Value parameters

name

The signature version 4a service signing name to use in the credential scope when signing requests. This value SHOULD match the arnNamespace property of the aws.api#service trait if present and the name property of the aws.api#sigv4 trait.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product