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 |
Synopsis
Documentation
data ServerlessSasl Source #
Details for client authentication using SASL.
See: newServerlessSasl
smart constructor.
Instances
newServerlessSasl :: ServerlessSasl Source #
Create a value of ServerlessSasl
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:iam:ServerlessSasl'
, serverlessSasl_iam
- Indicates whether IAM access control is enabled.
serverlessSasl_iam :: Lens' ServerlessSasl (Maybe Iam) Source #
Indicates whether IAM access control is enabled.