libZSservicesZSamazonka-iotZSamazonka-iot
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.IoT.Types.AuthorizerConfig

Description

 
Synopsis

Documentation

data AuthorizerConfig Source #

An object that specifies the authorization service for a domain.

See: newAuthorizerConfig smart constructor.

Constructors

AuthorizerConfig' 

Fields

Instances

Instances details
Eq AuthorizerConfig Source # 
Instance details

Defined in Amazonka.IoT.Types.AuthorizerConfig

Read AuthorizerConfig Source # 
Instance details

Defined in Amazonka.IoT.Types.AuthorizerConfig

Show AuthorizerConfig Source # 
Instance details

Defined in Amazonka.IoT.Types.AuthorizerConfig

Generic AuthorizerConfig Source # 
Instance details

Defined in Amazonka.IoT.Types.AuthorizerConfig

Associated Types

type Rep AuthorizerConfig :: Type -> Type #

NFData AuthorizerConfig Source # 
Instance details

Defined in Amazonka.IoT.Types.AuthorizerConfig

Methods

rnf :: AuthorizerConfig -> () #

Hashable AuthorizerConfig Source # 
Instance details

Defined in Amazonka.IoT.Types.AuthorizerConfig

ToJSON AuthorizerConfig Source # 
Instance details

Defined in Amazonka.IoT.Types.AuthorizerConfig

FromJSON AuthorizerConfig Source # 
Instance details

Defined in Amazonka.IoT.Types.AuthorizerConfig

type Rep AuthorizerConfig Source # 
Instance details

Defined in Amazonka.IoT.Types.AuthorizerConfig

type Rep AuthorizerConfig = D1 ('MetaData "AuthorizerConfig" "Amazonka.IoT.Types.AuthorizerConfig" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "AuthorizerConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "allowAuthorizerOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "defaultAuthorizerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAuthorizerConfig :: AuthorizerConfig Source #

Create a value of AuthorizerConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:allowAuthorizerOverride:AuthorizerConfig', authorizerConfig_allowAuthorizerOverride - A Boolean that specifies whether the domain configuration's authorization service can be overridden.

$sel:defaultAuthorizerName:AuthorizerConfig', authorizerConfig_defaultAuthorizerName - The name of the authorization service for a domain configuration.

authorizerConfig_allowAuthorizerOverride :: Lens' AuthorizerConfig (Maybe Bool) Source #

A Boolean that specifies whether the domain configuration's authorization service can be overridden.

authorizerConfig_defaultAuthorizerName :: Lens' AuthorizerConfig (Maybe Text) Source #

The name of the authorization service for a domain configuration.