| 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.CloudWatchLogOptions
Description
Synopsis
- data CloudWatchLogOptions = CloudWatchLogOptions' {}
- newCloudWatchLogOptions :: CloudWatchLogOptions
- cloudWatchLogOptions_logEnabled :: Lens' CloudWatchLogOptions (Maybe Bool)
- cloudWatchLogOptions_logGroupArn :: Lens' CloudWatchLogOptions (Maybe Text)
- cloudWatchLogOptions_logOutputFormat :: Lens' CloudWatchLogOptions (Maybe Text)
Documentation
data CloudWatchLogOptions Source #
Options for sending VPN tunnel logs to CloudWatch.
See: newCloudWatchLogOptions smart constructor.
Constructors
| CloudWatchLogOptions' | |
Fields
| |
Instances
newCloudWatchLogOptions :: CloudWatchLogOptions Source #
Create a value of CloudWatchLogOptions 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:logEnabled:CloudWatchLogOptions', cloudWatchLogOptions_logEnabled - Status of VPN tunnel logging feature. Default value is False.
Valid values: True | False
$sel:logGroupArn:CloudWatchLogOptions', cloudWatchLogOptions_logGroupArn - The Amazon Resource Name (ARN) of the CloudWatch log group to send logs
to.
$sel:logOutputFormat:CloudWatchLogOptions', cloudWatchLogOptions_logOutputFormat - Configured log format. Default format is json.
Valid values: json | text
cloudWatchLogOptions_logEnabled :: Lens' CloudWatchLogOptions (Maybe Bool) Source #
Status of VPN tunnel logging feature. Default value is False.
Valid values: True | False
cloudWatchLogOptions_logGroupArn :: Lens' CloudWatchLogOptions (Maybe Text) Source #
The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.
cloudWatchLogOptions_logOutputFormat :: Lens' CloudWatchLogOptions (Maybe Text) Source #
Configured log format. Default format is json.
Valid values: json | text