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