Class: Aws::ApplicationInsights::Types::ApplicationInfo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#account_idString

The AWS account ID for the owner of the application.

Returns:

  • (String)


170
171
172
173
174
175
176
177
178
179
180
181
182
183
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 170

class ApplicationInfo < Struct.new(
  :account_id,
  :resource_group_name,
  :life_cycle,
  :ops_item_sns_topic_arn,
  :ops_center_enabled,
  :cwe_monitor_enabled,
  :remarks,
  :auto_config_enabled,
  :discovery_type,
  :attach_missing_permission)
  SENSITIVE = []
  include Aws::Structure
end

#attach_missing_permissionBoolean

If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.

Returns:

  • (Boolean)


170
171
172
173
174
175
176
177
178
179
180
181
182
183
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 170

class ApplicationInfo < Struct.new(
  :account_id,
  :resource_group_name,
  :life_cycle,
  :ops_item_sns_topic_arn,
  :ops_center_enabled,
  :cwe_monitor_enabled,
  :remarks,
  :auto_config_enabled,
  :discovery_type,
  :attach_missing_permission)
  SENSITIVE = []
  include Aws::Structure
end

#auto_config_enabledBoolean

Indicates whether auto-configuration is turned on for this application.

Returns:

  • (Boolean)


170
171
172
173
174
175
176
177
178
179
180
181
182
183
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 170

class ApplicationInfo < Struct.new(
  :account_id,
  :resource_group_name,
  :life_cycle,
  :ops_item_sns_topic_arn,
  :ops_center_enabled,
  :cwe_monitor_enabled,
  :remarks,
  :auto_config_enabled,
  :discovery_type,
  :attach_missing_permission)
  SENSITIVE = []
  include Aws::Structure
end

#cwe_monitor_enabledBoolean

Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

Returns:

  • (Boolean)


170
171
172
173
174
175
176
177
178
179
180
181
182
183
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 170

class ApplicationInfo < Struct.new(
  :account_id,
  :resource_group_name,
  :life_cycle,
  :ops_item_sns_topic_arn,
  :ops_center_enabled,
  :cwe_monitor_enabled,
  :remarks,
  :auto_config_enabled,
  :discovery_type,
  :attach_missing_permission)
  SENSITIVE = []
  include Aws::Structure
end

#discovery_typeString

The method used by Application Insights to onboard your resources.

Returns:

  • (String)


170
171
172
173
174
175
176
177
178
179
180
181
182
183
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 170

class ApplicationInfo < Struct.new(
  :account_id,
  :resource_group_name,
  :life_cycle,
  :ops_item_sns_topic_arn,
  :ops_center_enabled,
  :cwe_monitor_enabled,
  :remarks,
  :auto_config_enabled,
  :discovery_type,
  :attach_missing_permission)
  SENSITIVE = []
  include Aws::Structure
end

#life_cycleString

The lifecycle of the application.

Returns:

  • (String)


170
171
172
173
174
175
176
177
178
179
180
181
182
183
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 170

class ApplicationInfo < Struct.new(
  :account_id,
  :resource_group_name,
  :life_cycle,
  :ops_item_sns_topic_arn,
  :ops_center_enabled,
  :cwe_monitor_enabled,
  :remarks,
  :auto_config_enabled,
  :discovery_type,
  :attach_missing_permission)
  SENSITIVE = []
  include Aws::Structure
end

#ops_center_enabledBoolean

Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.

Returns:

  • (Boolean)


170
171
172
173
174
175
176
177
178
179
180
181
182
183
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 170

class ApplicationInfo < Struct.new(
  :account_id,
  :resource_group_name,
  :life_cycle,
  :ops_item_sns_topic_arn,
  :ops_center_enabled,
  :cwe_monitor_enabled,
  :remarks,
  :auto_config_enabled,
  :discovery_type,
  :attach_missing_permission)
  SENSITIVE = []
  include Aws::Structure
end

#ops_item_sns_topic_arnString

The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.

Returns:

  • (String)


170
171
172
173
174
175
176
177
178
179
180
181
182
183
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 170

class ApplicationInfo < Struct.new(
  :account_id,
  :resource_group_name,
  :life_cycle,
  :ops_item_sns_topic_arn,
  :ops_center_enabled,
  :cwe_monitor_enabled,
  :remarks,
  :auto_config_enabled,
  :discovery_type,
  :attach_missing_permission)
  SENSITIVE = []
  include Aws::Structure
end

#remarksString

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”

Returns:

  • (String)


170
171
172
173
174
175
176
177
178
179
180
181
182
183
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 170

class ApplicationInfo < Struct.new(
  :account_id,
  :resource_group_name,
  :life_cycle,
  :ops_item_sns_topic_arn,
  :ops_center_enabled,
  :cwe_monitor_enabled,
  :remarks,
  :auto_config_enabled,
  :discovery_type,
  :attach_missing_permission)
  SENSITIVE = []
  include Aws::Structure
end

#resource_group_nameString

The name of the resource group used for the application.

Returns:

  • (String)


170
171
172
173
174
175
176
177
178
179
180
181
182
183
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 170

class ApplicationInfo < Struct.new(
  :account_id,
  :resource_group_name,
  :life_cycle,
  :ops_item_sns_topic_arn,
  :ops_center_enabled,
  :cwe_monitor_enabled,
  :remarks,
  :auto_config_enabled,
  :discovery_type,
  :attach_missing_permission)
  SENSITIVE = []
  include Aws::Structure
end