Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ConfigurationEvent = ConfigurationEvent' {}
- newConfigurationEvent :: ConfigurationEvent
- configurationEvent_monitoredResourceARN :: Lens' ConfigurationEvent (Maybe Text)
- configurationEvent_eventStatus :: Lens' ConfigurationEvent (Maybe ConfigurationEventStatus)
- configurationEvent_eventResourceName :: Lens' ConfigurationEvent (Maybe Text)
- configurationEvent_eventTime :: Lens' ConfigurationEvent (Maybe UTCTime)
- configurationEvent_eventDetail :: Lens' ConfigurationEvent (Maybe Text)
- configurationEvent_eventResourceType :: Lens' ConfigurationEvent (Maybe ConfigurationEventResourceType)
Documentation
data ConfigurationEvent Source #
The event information.
See: newConfigurationEvent
smart constructor.
ConfigurationEvent' | |
|
Instances
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_eventTime :: Lens' ConfigurationEvent (Maybe UTCTime) Source #
The timestamp of the event.
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.