aws.auth

package aws.auth

Members list

Concise view

Type members

Classlikes

case class CognitoUserPools(providerArns: List[String])

Configures an Amazon Cognito User Pools auth scheme.

Configures an Amazon Cognito User Pools auth scheme.

Attributes

providerArns

A list of the Amazon Cognito user pool ARNs. Each element is of this format: arn:aws:cognito-idp:{region}:{account_id}:userpool/{user_pool_id}.

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object CognitoUserPools extends Companion[CognitoUserPools]

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
trait Companion[CognitoUserPools]
trait Has[CognitoUserPools]
trait ShapeTag[CognitoUserPools]
trait HasId
class Object
trait Matchable
class Any
Self type
case class Sigv4(name: String)

Signature Version 4 is the process to add authentication information to AWS requests sent by HTTP. For security, most requests to AWS must be signed with an access key, which consists of an access key ID and secret access key. These two keys are commonly referred to as your security credentials.

Signature Version 4 is the process to add authentication information to AWS requests sent by HTTP. For security, most requests to AWS must be signed with an access key, which consists of an access key ID and secret access key. These two keys are commonly referred to as your security credentials.

Attributes

name

The signature version 4 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.

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Sigv4 extends Companion[Sigv4]

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
trait Companion[Sigv4]
trait Has[Sigv4]
trait ShapeTag[Sigv4]
trait HasId
class Object
trait Matchable
class Any
Self type
Sigv4.type
object StringList extends Newtype[List[String]]

Attributes

Graph
Supertypes
class Newtype[List[String]]
trait HasId
class Object
trait Matchable
class Any
Self type
case class UnsignedPayload()

Indicates that the request payload of a signed request is not to be used as part of the signature.

Indicates that the request payload of a signed request is not to be used as part of the signature.

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object UnsignedPayload extends Companion[UnsignedPayload]

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
trait Companion[UnsignedPayload]
trait Has[UnsignedPayload]
trait ShapeTag[UnsignedPayload]
trait HasId
class Object
trait Matchable
class Any
Self type

Types

type StringList = Type