stratosphere-iot-1.0.0: Stratosphere integration for AWS IoT.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.IoT.Authorizer

Documentation

data Authorizer Source #

Constructors

Authorizer

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-authorizer.html

Instances

Instances details
ToJSON Authorizer Source # 
Instance details

Defined in Stratosphere.IoT.Authorizer

Show Authorizer Source # 
Instance details

Defined in Stratosphere.IoT.Authorizer

Eq Authorizer Source # 
Instance details

Defined in Stratosphere.IoT.Authorizer

ToResourceProperties Authorizer Source # 
Instance details

Defined in Stratosphere.IoT.Authorizer

Property "AuthorizerFunctionArn" Authorizer Source # 
Instance details

Defined in Stratosphere.IoT.Authorizer

Associated Types

type PropertyType "AuthorizerFunctionArn" Authorizer 
Instance details

Defined in Stratosphere.IoT.Authorizer

type PropertyType "AuthorizerFunctionArn" Authorizer = Value Text

Methods

set :: PropertyType "AuthorizerFunctionArn" Authorizer -> Authorizer -> Authorizer #

Property "AuthorizerName" Authorizer Source # 
Instance details

Defined in Stratosphere.IoT.Authorizer

Associated Types

type PropertyType "AuthorizerName" Authorizer 
Instance details

Defined in Stratosphere.IoT.Authorizer

type PropertyType "AuthorizerName" Authorizer = Value Text

Methods

set :: PropertyType "AuthorizerName" Authorizer -> Authorizer -> Authorizer #

Property "EnableCachingForHttp" Authorizer Source # 
Instance details

Defined in Stratosphere.IoT.Authorizer

Associated Types

type PropertyType "EnableCachingForHttp" Authorizer 
Instance details

Defined in Stratosphere.IoT.Authorizer

type PropertyType "EnableCachingForHttp" Authorizer = Value Bool

Methods

set :: PropertyType "EnableCachingForHttp" Authorizer -> Authorizer -> Authorizer #

Property "SigningDisabled" Authorizer Source # 
Instance details

Defined in Stratosphere.IoT.Authorizer

Associated Types

type PropertyType "SigningDisabled" Authorizer 
Instance details

Defined in Stratosphere.IoT.Authorizer

type PropertyType "SigningDisabled" Authorizer = Value Bool

Methods

set :: PropertyType "SigningDisabled" Authorizer -> Authorizer -> Authorizer #

Property "Status" Authorizer Source # 
Instance details

Defined in Stratosphere.IoT.Authorizer

Associated Types

type PropertyType "Status" Authorizer 
Instance details

Defined in Stratosphere.IoT.Authorizer

Property "Tags" Authorizer Source # 
Instance details

Defined in Stratosphere.IoT.Authorizer

Associated Types

type PropertyType "Tags" Authorizer 
Instance details

Defined in Stratosphere.IoT.Authorizer

type PropertyType "Tags" Authorizer = [Tag]
Property "TokenKeyName" Authorizer Source # 
Instance details

Defined in Stratosphere.IoT.Authorizer

Associated Types

type PropertyType "TokenKeyName" Authorizer 
Instance details

Defined in Stratosphere.IoT.Authorizer

type PropertyType "TokenKeyName" Authorizer = Value Text

Methods

set :: PropertyType "TokenKeyName" Authorizer -> Authorizer -> Authorizer #

Property "TokenSigningPublicKeys" Authorizer Source # 
Instance details

Defined in Stratosphere.IoT.Authorizer

Associated Types

type PropertyType "TokenSigningPublicKeys" Authorizer 
Instance details

Defined in Stratosphere.IoT.Authorizer

type PropertyType "TokenSigningPublicKeys" Authorizer = Map Text (Value Text)

Methods

set :: PropertyType "TokenSigningPublicKeys" Authorizer -> Authorizer -> Authorizer #

type PropertyType "AuthorizerFunctionArn" Authorizer Source # 
Instance details

Defined in Stratosphere.IoT.Authorizer

type PropertyType "AuthorizerFunctionArn" Authorizer = Value Text
type PropertyType "AuthorizerName" Authorizer Source # 
Instance details

Defined in Stratosphere.IoT.Authorizer

type PropertyType "AuthorizerName" Authorizer = Value Text
type PropertyType "EnableCachingForHttp" Authorizer Source # 
Instance details

Defined in Stratosphere.IoT.Authorizer

type PropertyType "EnableCachingForHttp" Authorizer = Value Bool
type PropertyType "SigningDisabled" Authorizer Source # 
Instance details

Defined in Stratosphere.IoT.Authorizer

type PropertyType "SigningDisabled" Authorizer = Value Bool
type PropertyType "Status" Authorizer Source # 
Instance details

Defined in Stratosphere.IoT.Authorizer

type PropertyType "Tags" Authorizer Source # 
Instance details

Defined in Stratosphere.IoT.Authorizer

type PropertyType "Tags" Authorizer = [Tag]
type PropertyType "TokenKeyName" Authorizer Source # 
Instance details

Defined in Stratosphere.IoT.Authorizer

type PropertyType "TokenKeyName" Authorizer = Value Text
type PropertyType "TokenSigningPublicKeys" Authorizer Source # 
Instance details

Defined in Stratosphere.IoT.Authorizer

type PropertyType "TokenSigningPublicKeys" Authorizer = Map Text (Value Text)