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 |
Documentation
data ClientConnectOptions Source #
The options for managing connection authorization for new client connections.
See: newClientConnectOptions
smart constructor.
Instances
newClientConnectOptions :: ClientConnectOptions Source #
Create a value of ClientConnectOptions
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:enabled:ClientConnectOptions'
, clientConnectOptions_enabled
- Indicates whether client connect options are enabled. The default is
false
(not enabled).
$sel:lambdaFunctionArn:ClientConnectOptions'
, clientConnectOptions_lambdaFunctionArn
- The Amazon Resource Name (ARN) of the Lambda function used for
connection authorization.
clientConnectOptions_enabled :: Lens' ClientConnectOptions (Maybe Bool) Source #
Indicates whether client connect options are enabled. The default is
false
(not enabled).
clientConnectOptions_lambdaFunctionArn :: Lens' ClientConnectOptions (Maybe Text) Source #
The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.