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

Description

 
Synopsis

Documentation

data CustomEvents Source #

A structure that contains information about custom events for this app monitor.

See: newCustomEvents smart constructor.

Constructors

CustomEvents' 

Fields

  • status :: Maybe CustomEventsStatus

    Specifies whether this app monitor allows the web client to define and send custom events. The default is for custom events to be DISABLED.

Instances

Instances details
FromJSON CustomEvents Source # 
Instance details

Defined in Amazonka.Rum.Types.CustomEvents

ToJSON CustomEvents Source # 
Instance details

Defined in Amazonka.Rum.Types.CustomEvents

Generic CustomEvents Source # 
Instance details

Defined in Amazonka.Rum.Types.CustomEvents

Associated Types

type Rep CustomEvents :: Type -> Type #

Read CustomEvents Source # 
Instance details

Defined in Amazonka.Rum.Types.CustomEvents

Show CustomEvents Source # 
Instance details

Defined in Amazonka.Rum.Types.CustomEvents

NFData CustomEvents Source # 
Instance details

Defined in Amazonka.Rum.Types.CustomEvents

Methods

rnf :: CustomEvents -> () #

Eq CustomEvents Source # 
Instance details

Defined in Amazonka.Rum.Types.CustomEvents

Hashable CustomEvents Source # 
Instance details

Defined in Amazonka.Rum.Types.CustomEvents

type Rep CustomEvents Source # 
Instance details

Defined in Amazonka.Rum.Types.CustomEvents

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

newCustomEvents :: CustomEvents Source #

Create a value of CustomEvents 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:status:CustomEvents', customEvents_status - Specifies whether this app monitor allows the web client to define and send custom events. The default is for custom events to be DISABLED.

customEvents_status :: Lens' CustomEvents (Maybe CustomEventsStatus) Source #

Specifies whether this app monitor allows the web client to define and send custom events. The default is for custom events to be DISABLED.