| 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.ConnectionLogResponseOptions
Description
Synopsis
- data ConnectionLogResponseOptions = ConnectionLogResponseOptions' {}
- newConnectionLogResponseOptions :: ConnectionLogResponseOptions
- connectionLogResponseOptions_cloudwatchLogGroup :: Lens' ConnectionLogResponseOptions (Maybe Text)
- connectionLogResponseOptions_cloudwatchLogStream :: Lens' ConnectionLogResponseOptions (Maybe Text)
- connectionLogResponseOptions_enabled :: Lens' ConnectionLogResponseOptions (Maybe Bool)
Documentation
data ConnectionLogResponseOptions Source #
Information about the client connection logging options for a Client VPN endpoint.
See: newConnectionLogResponseOptions smart constructor.
Constructors
| ConnectionLogResponseOptions' | |
Fields
| |
Instances
newConnectionLogResponseOptions :: ConnectionLogResponseOptions Source #
Create a value of ConnectionLogResponseOptions 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:ConnectionLogResponseOptions', connectionLogResponseOptions_cloudwatchLogGroup - The name of the Amazon CloudWatch Logs log group to which connection
logging data is published.
$sel:cloudwatchLogStream:ConnectionLogResponseOptions', connectionLogResponseOptions_cloudwatchLogStream - The name of the Amazon CloudWatch Logs log stream to which connection
logging data is published.
$sel:enabled:ConnectionLogResponseOptions', connectionLogResponseOptions_enabled - Indicates whether client connection logging is enabled for the Client
VPN endpoint.
connectionLogResponseOptions_cloudwatchLogGroup :: Lens' ConnectionLogResponseOptions (Maybe Text) Source #
The name of the Amazon CloudWatch Logs log group to which connection logging data is published.
connectionLogResponseOptions_cloudwatchLogStream :: Lens' ConnectionLogResponseOptions (Maybe Text) Source #
The name of the Amazon CloudWatch Logs log stream to which connection logging data is published.
connectionLogResponseOptions_enabled :: Lens' ConnectionLogResponseOptions (Maybe Bool) Source #
Indicates whether client connection logging is enabled for the Client VPN endpoint.