amazonka-rum-2.0: Amazon CloudWatch RUM 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.Rum.Types.DataStorage

Description

 
Synopsis

Documentation

data DataStorage Source #

A structure that contains information about whether this app monitor stores a copy of the telemetry data that RUM collects using CloudWatch Logs.

See: newDataStorage smart constructor.

Constructors

DataStorage' 

Fields

  • cwLog :: Maybe CwLog

    A structure that contains the information about whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs. If it does, this structure also contains the name of the log group.

Instances

Instances details
FromJSON DataStorage Source # 
Instance details

Defined in Amazonka.Rum.Types.DataStorage

Generic DataStorage Source # 
Instance details

Defined in Amazonka.Rum.Types.DataStorage

Associated Types

type Rep DataStorage :: Type -> Type #

Read DataStorage Source # 
Instance details

Defined in Amazonka.Rum.Types.DataStorage

Show DataStorage Source # 
Instance details

Defined in Amazonka.Rum.Types.DataStorage

NFData DataStorage Source # 
Instance details

Defined in Amazonka.Rum.Types.DataStorage

Methods

rnf :: DataStorage -> () #

Eq DataStorage Source # 
Instance details

Defined in Amazonka.Rum.Types.DataStorage

Hashable DataStorage Source # 
Instance details

Defined in Amazonka.Rum.Types.DataStorage

type Rep DataStorage Source # 
Instance details

Defined in Amazonka.Rum.Types.DataStorage

type Rep DataStorage = D1 ('MetaData "DataStorage" "Amazonka.Rum.Types.DataStorage" "amazonka-rum-2.0-2UnkV4TSIBwJW5RXOw3bOY" 'False) (C1 ('MetaCons "DataStorage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cwLog") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CwLog))))

newDataStorage :: DataStorage Source #

Create a value of DataStorage 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:cwLog:DataStorage', dataStorage_cwLog - A structure that contains the information about whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs. If it does, this structure also contains the name of the log group.

dataStorage_cwLog :: Lens' DataStorage (Maybe CwLog) Source #

A structure that contains the information about whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs. If it does, this structure also contains the name of the log group.