| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoT.Types.AuthorizerConfig
Description
Documentation
data AuthorizerConfig Source #
An object that specifies the authorization service for a domain.
See: newAuthorizerConfig smart constructor.
Constructors
| AuthorizerConfig' | |
Fields
| |
Instances
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.