You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ApplicationInsights::Types::ApplicationInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::ApplicationInfo
- Defined in:
- (unknown)
Overview
Describes the status of the application.
Returned by:
Instance Attribute Summary collapse
-
#cwe_monitor_enabled ⇒ Boolean
Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as
instance terminated
,failed deployment
, and others. -
#life_cycle ⇒ String
The lifecycle of the application.
-
#ops_center_enabled ⇒ Boolean
Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.
-
#ops_item_sns_topic_arn ⇒ String
The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.
-
#remarks ⇒ String
The issues on the user side that block Application Insights from successfully monitoring an application.
-
#resource_group_name ⇒ String
The name of the resource group used for the application.
Instance Attribute Details
#cwe_monitor_enabled ⇒ Boolean
Indicates whether Application Insights can listen to CloudWatch events
for the application resources, such as instance terminated
, failed
deployment
, and others.
#life_cycle ⇒ String
The lifecycle of the application.
#ops_center_enabled ⇒ Boolean
Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.
#ops_item_sns_topic_arn ⇒ String
The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.
#remarks ⇒ String
The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:
“Configuring application, detected 1 Errors, 3 Warnings”
“Configuring application, detected 1 Unconfigured Components”
#resource_group_name ⇒ String
The name of the resource group used for the application.