You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ApplicationInsights::Types::ConfigurationEvent

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The event information.

Instance Attribute Summary collapse

Instance Attribute Details

#event_detailString

The details of the event in plain text.

Returns:

  • (String)

    The details of the event in plain text.

#event_resource_nameString

The name of the resource Application Insights attempted to configure.

Returns:

  • (String)

    The name of the resource Application Insights attempted to configure.

#event_resource_typeString

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

Possible values:

  • CLOUDWATCH_ALARM
  • CLOUDFORMATION
  • SSM_ASSOCIATION

Returns:

  • (String)

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

#event_statusString

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

Possible values:

  • INFO
  • WARN
  • ERROR

Returns:

  • (String)

    The status of the configuration update event.

#event_timeTime

The timestamp of the event.

Returns:

  • (Time)

    The timestamp of the event.

#monitored_resource_arnString

The resource monitored by Application Insights.

Returns:

  • (String)

    The resource monitored by Application Insights.