Class: Aws::ApplicationInsights::Types::ApplicationInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::ApplicationInfo
- Defined in:
- gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb
Overview
Describes the status of the application.
Constant Summary collapse
- SENSITIVE =
[]
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.
111 112 113 114 115 116 117 118 119 120 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 111 class ApplicationInfo < Struct.new( :resource_group_name, :life_cycle, :ops_item_sns_topic_arn, :ops_center_enabled, :cwe_monitor_enabled, :remarks) SENSITIVE = [] include Aws::Structure end |
#life_cycle ⇒ String
The lifecycle of the application.
111 112 113 114 115 116 117 118 119 120 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 111 class ApplicationInfo < Struct.new( :resource_group_name, :life_cycle, :ops_item_sns_topic_arn, :ops_center_enabled, :cwe_monitor_enabled, :remarks) SENSITIVE = [] include Aws::Structure end |
#ops_center_enabled ⇒ Boolean
Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.
111 112 113 114 115 116 117 118 119 120 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 111 class ApplicationInfo < Struct.new( :resource_group_name, :life_cycle, :ops_item_sns_topic_arn, :ops_center_enabled, :cwe_monitor_enabled, :remarks) SENSITIVE = [] include Aws::Structure end |
#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.
111 112 113 114 115 116 117 118 119 120 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 111 class ApplicationInfo < Struct.new( :resource_group_name, :life_cycle, :ops_item_sns_topic_arn, :ops_center_enabled, :cwe_monitor_enabled, :remarks) SENSITIVE = [] include Aws::Structure end |
#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”
111 112 113 114 115 116 117 118 119 120 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 111 class ApplicationInfo < Struct.new( :resource_group_name, :life_cycle, :ops_item_sns_topic_arn, :ops_center_enabled, :cwe_monitor_enabled, :remarks) SENSITIVE = [] include Aws::Structure end |
#resource_group_name ⇒ String
The name of the resource group used for the application.
111 112 113 114 115 116 117 118 119 120 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 111 class ApplicationInfo < Struct.new( :resource_group_name, :life_cycle, :ops_item_sns_topic_arn, :ops_center_enabled, :cwe_monitor_enabled, :remarks) SENSITIVE = [] include Aws::Structure end |