| 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.EC2.Types.ConnectionLogOptions
Description
Synopsis
- data ConnectionLogOptions = ConnectionLogOptions' {}
- newConnectionLogOptions :: ConnectionLogOptions
- connectionLogOptions_cloudwatchLogGroup :: Lens' ConnectionLogOptions (Maybe Text)
- connectionLogOptions_cloudwatchLogStream :: Lens' ConnectionLogOptions (Maybe Text)
- connectionLogOptions_enabled :: Lens' ConnectionLogOptions (Maybe Bool)
Documentation
data ConnectionLogOptions Source #
Describes the client connection logging options for the Client VPN endpoint.
See: newConnectionLogOptions smart constructor.
Constructors
| ConnectionLogOptions' | |
Fields
| |
Instances
newConnectionLogOptions :: ConnectionLogOptions Source #
Create a value of ConnectionLogOptions 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:cloudwatchLogGroup:ConnectionLogOptions', connectionLogOptions_cloudwatchLogGroup - The name of the CloudWatch Logs log group. Required if connection
logging is enabled.
$sel:cloudwatchLogStream:ConnectionLogOptions', connectionLogOptions_cloudwatchLogStream - The name of the CloudWatch Logs log stream to which the connection data
is published.
$sel:enabled:ConnectionLogOptions', connectionLogOptions_enabled - Indicates whether connection logging is enabled.
connectionLogOptions_cloudwatchLogGroup :: Lens' ConnectionLogOptions (Maybe Text) Source #
The name of the CloudWatch Logs log group. Required if connection logging is enabled.
connectionLogOptions_cloudwatchLogStream :: Lens' ConnectionLogOptions (Maybe Text) Source #
The name of the CloudWatch Logs log stream to which the connection data is published.
connectionLogOptions_enabled :: Lens' ConnectionLogOptions (Maybe Bool) Source #
Indicates whether connection logging is enabled.