amazonka-m2-2.0: Amazon MainframeModernization 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.M2.Types.LogGroupSummary

Description

 
Synopsis

Documentation

data LogGroupSummary Source #

A subset of the attributes that describe a log group. In CloudWatch a log group is a group of log streams that share the same retention, monitoring, and access control settings.

See: newLogGroupSummary smart constructor.

Constructors

LogGroupSummary' 

Fields

Instances

Instances details
FromJSON LogGroupSummary Source # 
Instance details

Defined in Amazonka.M2.Types.LogGroupSummary

Generic LogGroupSummary Source # 
Instance details

Defined in Amazonka.M2.Types.LogGroupSummary

Associated Types

type Rep LogGroupSummary :: Type -> Type #

Read LogGroupSummary Source # 
Instance details

Defined in Amazonka.M2.Types.LogGroupSummary

Show LogGroupSummary Source # 
Instance details

Defined in Amazonka.M2.Types.LogGroupSummary

NFData LogGroupSummary Source # 
Instance details

Defined in Amazonka.M2.Types.LogGroupSummary

Methods

rnf :: LogGroupSummary -> () #

Eq LogGroupSummary Source # 
Instance details

Defined in Amazonka.M2.Types.LogGroupSummary

Hashable LogGroupSummary Source # 
Instance details

Defined in Amazonka.M2.Types.LogGroupSummary

type Rep LogGroupSummary Source # 
Instance details

Defined in Amazonka.M2.Types.LogGroupSummary

type Rep LogGroupSummary = D1 ('MetaData "LogGroupSummary" "Amazonka.M2.Types.LogGroupSummary" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "LogGroupSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "logGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "logType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newLogGroupSummary Source #

Create a value of LogGroupSummary 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:logGroupName:LogGroupSummary', logGroupSummary_logGroupName - The name of the log group.

$sel:logType:LogGroupSummary', logGroupSummary_logType - The type of log.