Class: Aws::ApplicationInsights::Types::ConfigurationEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::ConfigurationEvent
- Defined in:
- gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb
Overview
The event information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The AWS account ID for the owner of the application to which the configuration event belongs.
-
#event_detail ⇒ String
The details of the event in plain text.
-
#event_resource_name ⇒ String
The name of the resource Application Insights attempted to configure.
-
#event_resource_type ⇒ String
The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.
-
#event_status ⇒ String
The status of the configuration update event.
-
#event_time ⇒ Time
The timestamp of the event.
-
#monitored_resource_arn ⇒ String
The resource monitored by Application Insights.
-
#resource_group_name ⇒ String
The name of the resource group of the application to which the configuration event belongs.
Instance Attribute Details
#account_id ⇒ String
The AWS account ID for the owner of the application to which the configuration event belongs.
239 240 241 242 243 244 245 246 247 248 249 250 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 239 class ConfigurationEvent < Struct.new( :resource_group_name, :account_id, :monitored_resource_arn, :event_status, :event_resource_type, :event_time, :event_detail, :event_resource_name) SENSITIVE = [] include Aws::Structure end |
#event_detail ⇒ String
The details of the event in plain text.
239 240 241 242 243 244 245 246 247 248 249 250 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 239 class ConfigurationEvent < Struct.new( :resource_group_name, :account_id, :monitored_resource_arn, :event_status, :event_resource_type, :event_time, :event_detail, :event_resource_name) SENSITIVE = [] include Aws::Structure end |
#event_resource_name ⇒ String
The name of the resource Application Insights attempted to configure.
239 240 241 242 243 244 245 246 247 248 249 250 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 239 class ConfigurationEvent < Struct.new( :resource_group_name, :account_id, :monitored_resource_arn, :event_status, :event_resource_type, :event_time, :event_detail, :event_resource_name) SENSITIVE = [] include Aws::Structure end |
#event_resource_type ⇒ String
The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.
239 240 241 242 243 244 245 246 247 248 249 250 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 239 class ConfigurationEvent < Struct.new( :resource_group_name, :account_id, :monitored_resource_arn, :event_status, :event_resource_type, :event_time, :event_detail, :event_resource_name) SENSITIVE = [] include Aws::Structure end |
#event_status ⇒ String
The status of the configuration update event. Possible values include INFO, WARN, and ERROR.
239 240 241 242 243 244 245 246 247 248 249 250 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 239 class ConfigurationEvent < Struct.new( :resource_group_name, :account_id, :monitored_resource_arn, :event_status, :event_resource_type, :event_time, :event_detail, :event_resource_name) SENSITIVE = [] include Aws::Structure end |
#event_time ⇒ Time
The timestamp of the event.
239 240 241 242 243 244 245 246 247 248 249 250 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 239 class ConfigurationEvent < Struct.new( :resource_group_name, :account_id, :monitored_resource_arn, :event_status, :event_resource_type, :event_time, :event_detail, :event_resource_name) SENSITIVE = [] include Aws::Structure end |
#monitored_resource_arn ⇒ String
The resource monitored by Application Insights.
239 240 241 242 243 244 245 246 247 248 249 250 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 239 class ConfigurationEvent < Struct.new( :resource_group_name, :account_id, :monitored_resource_arn, :event_status, :event_resource_type, :event_time, :event_detail, :event_resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_group_name ⇒ String
The name of the resource group of the application to which the configuration event belongs.
239 240 241 242 243 244 245 246 247 248 249 250 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 239 class ConfigurationEvent < Struct.new( :resource_group_name, :account_id, :monitored_resource_arn, :event_status, :event_resource_type, :event_time, :event_detail, :event_resource_name) SENSITIVE = [] include Aws::Structure end |