amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.VpnTunnelLogOptionsSpecification

Description

 
Synopsis

Documentation

data VpnTunnelLogOptionsSpecification Source #

Options for logging VPN tunnel activity.

See: newVpnTunnelLogOptionsSpecification smart constructor.

Constructors

VpnTunnelLogOptionsSpecification' 

Fields

Instances

Instances details
ToQuery VpnTunnelLogOptionsSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.VpnTunnelLogOptionsSpecification

Generic VpnTunnelLogOptionsSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.VpnTunnelLogOptionsSpecification

Associated Types

type Rep VpnTunnelLogOptionsSpecification :: Type -> Type #

Read VpnTunnelLogOptionsSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.VpnTunnelLogOptionsSpecification

Show VpnTunnelLogOptionsSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.VpnTunnelLogOptionsSpecification

NFData VpnTunnelLogOptionsSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.VpnTunnelLogOptionsSpecification

Eq VpnTunnelLogOptionsSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.VpnTunnelLogOptionsSpecification

Hashable VpnTunnelLogOptionsSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.VpnTunnelLogOptionsSpecification

type Rep VpnTunnelLogOptionsSpecification Source # 
Instance details

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.