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

Description

 
Synopsis

Documentation

data VerifiedAccessLogCloudWatchLogsDestination Source #

Options for CloudWatch Logs as a logging destination.

See: newVerifiedAccessLogCloudWatchLogsDestination smart constructor.

Constructors

VerifiedAccessLogCloudWatchLogsDestination' 

Fields

Instances

Instances details
FromXML VerifiedAccessLogCloudWatchLogsDestination Source # 
Instance details

Defined in Amazonka.EC2.Types.VerifiedAccessLogCloudWatchLogsDestination

Generic VerifiedAccessLogCloudWatchLogsDestination Source # 
Instance details

Defined in Amazonka.EC2.Types.VerifiedAccessLogCloudWatchLogsDestination

Read VerifiedAccessLogCloudWatchLogsDestination Source # 
Instance details

Defined in Amazonka.EC2.Types.VerifiedAccessLogCloudWatchLogsDestination

Show VerifiedAccessLogCloudWatchLogsDestination Source # 
Instance details

Defined in Amazonka.EC2.Types.VerifiedAccessLogCloudWatchLogsDestination

NFData VerifiedAccessLogCloudWatchLogsDestination Source # 
Instance details

Defined in Amazonka.EC2.Types.VerifiedAccessLogCloudWatchLogsDestination

Eq VerifiedAccessLogCloudWatchLogsDestination Source # 
Instance details

Defined in Amazonka.EC2.Types.VerifiedAccessLogCloudWatchLogsDestination

Hashable VerifiedAccessLogCloudWatchLogsDestination Source # 
Instance details

Defined in Amazonka.EC2.Types.VerifiedAccessLogCloudWatchLogsDestination

type Rep VerifiedAccessLogCloudWatchLogsDestination Source # 
Instance details

Defined in Amazonka.EC2.Types.VerifiedAccessLogCloudWatchLogsDestination

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

newVerifiedAccessLogCloudWatchLogsDestination :: VerifiedAccessLogCloudWatchLogsDestination Source #

Create a value of VerifiedAccessLogCloudWatchLogsDestination 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:deliveryStatus:VerifiedAccessLogCloudWatchLogsDestination', verifiedAccessLogCloudWatchLogsDestination_deliveryStatus - The delivery status for access logs.

$sel:enabled:VerifiedAccessLogCloudWatchLogsDestination', verifiedAccessLogCloudWatchLogsDestination_enabled - Indicates whether logging is enabled.

$sel:logGroup:VerifiedAccessLogCloudWatchLogsDestination', verifiedAccessLogCloudWatchLogsDestination_logGroup - The ID of the CloudWatch Logs log group.