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 VpnTunnelLogOptionsSpecification Source #
Options for logging VPN tunnel activity.
See: newVpnTunnelLogOptionsSpecification
smart constructor.
VpnTunnelLogOptionsSpecification' | |
|
Instances
ToQuery VpnTunnelLogOptionsSpecification Source # | |
Generic VpnTunnelLogOptionsSpecification Source # | |
Read VpnTunnelLogOptionsSpecification Source # | |
Show VpnTunnelLogOptionsSpecification Source # | |
NFData VpnTunnelLogOptionsSpecification Source # | |
Defined in Amazonka.EC2.Types.VpnTunnelLogOptionsSpecification rnf :: VpnTunnelLogOptionsSpecification -> () # | |
Eq VpnTunnelLogOptionsSpecification Source # | |
Hashable VpnTunnelLogOptionsSpecification Source # | |
type Rep VpnTunnelLogOptionsSpecification Source # | |
Defined in Amazonka.EC2.Types.VpnTunnelLogOptionsSpecification type Rep VpnTunnelLogOptionsSpecification = D1 ('MetaData "VpnTunnelLogOptionsSpecification" "Amazonka.EC2.Types.VpnTunnelLogOptionsSpecification" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "VpnTunnelLogOptionsSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cloudWatchLogOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchLogOptionsSpecification)))) |
newVpnTunnelLogOptionsSpecification :: VpnTunnelLogOptionsSpecification Source #
Create a value of VpnTunnelLogOptionsSpecification
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:cloudWatchLogOptions:VpnTunnelLogOptionsSpecification'
, vpnTunnelLogOptionsSpecification_cloudWatchLogOptions
- Options for sending VPN tunnel logs to CloudWatch.
vpnTunnelLogOptionsSpecification_cloudWatchLogOptions :: Lens' VpnTunnelLogOptionsSpecification (Maybe CloudWatchLogOptionsSpecification) Source #
Options for sending VPN tunnel logs to CloudWatch.