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.CloudWatchLogOptionsSpecification

Description

 
Synopsis

Documentation

data CloudWatchLogOptionsSpecification Source #

Options for sending VPN tunnel logs to CloudWatch.

See: newCloudWatchLogOptionsSpecification smart constructor.

Constructors

CloudWatchLogOptionsSpecification' 

Fields

Instances

Instances details
ToQuery CloudWatchLogOptionsSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.CloudWatchLogOptionsSpecification

Generic CloudWatchLogOptionsSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.CloudWatchLogOptionsSpecification

Associated Types

type Rep CloudWatchLogOptionsSpecification :: Type -> Type #

Read CloudWatchLogOptionsSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.CloudWatchLogOptionsSpecification

Show CloudWatchLogOptionsSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.CloudWatchLogOptionsSpecification

NFData CloudWatchLogOptionsSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.CloudWatchLogOptionsSpecification

Eq CloudWatchLogOptionsSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.CloudWatchLogOptionsSpecification

Hashable CloudWatchLogOptionsSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.CloudWatchLogOptionsSpecification

type Rep CloudWatchLogOptionsSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.CloudWatchLogOptionsSpecification

type Rep CloudWatchLogOptionsSpecification = D1 ('MetaData "CloudWatchLogOptionsSpecification" "Amazonka.EC2.Types.CloudWatchLogOptionsSpecification" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "CloudWatchLogOptionsSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "logEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "logGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "logOutputFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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