libZSservicesZSamazonka-application-insightsZSamazonka-application-insights
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ApplicationInsights.Types.ConfigurationEvent

Description

 
Synopsis

Documentation

data ConfigurationEvent Source #

The event information.

See: newConfigurationEvent smart constructor.

Constructors

ConfigurationEvent' 

Fields

Instances

Instances details
Eq ConfigurationEvent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEvent

Read ConfigurationEvent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEvent

Show ConfigurationEvent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEvent

Generic ConfigurationEvent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEvent

Associated Types

type Rep ConfigurationEvent :: Type -> Type #

NFData ConfigurationEvent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEvent

Methods

rnf :: ConfigurationEvent -> () #

Hashable ConfigurationEvent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEvent

FromJSON ConfigurationEvent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEvent

type Rep ConfigurationEvent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEvent

type Rep ConfigurationEvent = D1 ('MetaData "ConfigurationEvent" "Amazonka.ApplicationInsights.Types.ConfigurationEvent" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "ConfigurationEvent'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "monitoredResourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "eventStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigurationEventStatus)) :*: S1 ('MetaSel ('Just "eventResourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "eventTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "eventDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventResourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigurationEventResourceType))))))

newConfigurationEvent :: ConfigurationEvent Source #

Create a value of ConfigurationEvent 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:monitoredResourceARN:ConfigurationEvent', configurationEvent_monitoredResourceARN - The resource monitored by Application Insights.

$sel:eventStatus:ConfigurationEvent', configurationEvent_eventStatus - The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

$sel:eventResourceName:ConfigurationEvent', configurationEvent_eventResourceName - The name of the resource Application Insights attempted to configure.

$sel:eventTime:ConfigurationEvent', configurationEvent_eventTime - The timestamp of the event.

$sel:eventDetail:ConfigurationEvent', configurationEvent_eventDetail - The details of the event in plain text.

$sel:eventResourceType:ConfigurationEvent', configurationEvent_eventResourceType - The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.

configurationEvent_monitoredResourceARN :: Lens' ConfigurationEvent (Maybe Text) Source #

The resource monitored by Application Insights.

configurationEvent_eventStatus :: Lens' ConfigurationEvent (Maybe ConfigurationEventStatus) Source #

The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

configurationEvent_eventResourceName :: Lens' ConfigurationEvent (Maybe Text) Source #

The name of the resource Application Insights attempted to configure.

configurationEvent_eventDetail :: Lens' ConfigurationEvent (Maybe Text) Source #

The details of the event in plain text.

configurationEvent_eventResourceType :: Lens' ConfigurationEvent (Maybe ConfigurationEventResourceType) Source #

The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.