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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb

Overview

The event information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The AWS account ID for the owner of the application to which the configuration event belongs.

Returns:

  • (String)


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_detailString

The details of the event in plain text.

Returns:

  • (String)


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_nameString

The name of the resource Application Insights attempted to configure.

Returns:

  • (String)


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_typeString

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

Returns:

  • (String)


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_statusString

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

Returns:

  • (String)


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_timeTime

The timestamp of the event.

Returns:

  • (Time)


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_arnString

The resource monitored by Application Insights.

Returns:

  • (String)


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_nameString

The name of the resource group of the application to which the configuration event belongs.

Returns:

  • (String)


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