Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data AuthorizerConfig Source #
An object that specifies the authorization service for a domain.
See: newAuthorizerConfig
smart constructor.
AuthorizerConfig' | |
|
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.