Class: Aws::ApplicationInsights::Types::CreateApplicationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#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)


303
304
305
306
307
308
309
310
311
312
313
314
315
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 303

class CreateApplicationRequest < Struct.new(
  :resource_group_name,
  :ops_center_enabled,
  :cwe_monitor_enabled,
  :ops_item_sns_topic_arn,
  :tags,
  :auto_config_enabled,
  :auto_create,
  :grouping_type,
  :attach_missing_permission)
  SENSITIVE = []
  include Aws::Structure
end

#auto_config_enabledBoolean

Indicates whether Application Insights automatically configures unmonitored resources in the resource group.

Returns:

  • (Boolean)


303
304
305
306
307
308
309
310
311
312
313
314
315
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 303

class CreateApplicationRequest < Struct.new(
  :resource_group_name,
  :ops_center_enabled,
  :cwe_monitor_enabled,
  :ops_item_sns_topic_arn,
  :tags,
  :auto_config_enabled,
  :auto_create,
  :grouping_type,
  :attach_missing_permission)
  SENSITIVE = []
  include Aws::Structure
end

#auto_createBoolean

Configures all of the resources in the resource group by applying the recommended configurations.

Returns:

  • (Boolean)


303
304
305
306
307
308
309
310
311
312
313
314
315
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 303

class CreateApplicationRequest < Struct.new(
  :resource_group_name,
  :ops_center_enabled,
  :cwe_monitor_enabled,
  :ops_item_sns_topic_arn,
  :tags,
  :auto_config_enabled,
  :auto_create,
  :grouping_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)


303
304
305
306
307
308
309
310
311
312
313
314
315
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 303

class CreateApplicationRequest < Struct.new(
  :resource_group_name,
  :ops_center_enabled,
  :cwe_monitor_enabled,
  :ops_item_sns_topic_arn,
  :tags,
  :auto_config_enabled,
  :auto_create,
  :grouping_type,
  :attach_missing_permission)
  SENSITIVE = []
  include Aws::Structure
end

#grouping_typeString

Application Insights can create applications based on a resource group or on an account. To create an account-based application using all of the resources in the account, set this parameter to ACCOUNT_BASED.

Returns:

  • (String)


303
304
305
306
307
308
309
310
311
312
313
314
315
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 303

class CreateApplicationRequest < Struct.new(
  :resource_group_name,
  :ops_center_enabled,
  :cwe_monitor_enabled,
  :ops_item_sns_topic_arn,
  :tags,
  :auto_config_enabled,
  :auto_create,
  :grouping_type,
  :attach_missing_permission)
  SENSITIVE = []
  include Aws::Structure
end

#ops_center_enabledBoolean

When set to true, creates opsItems for any problems detected on an application.

Returns:

  • (Boolean)


303
304
305
306
307
308
309
310
311
312
313
314
315
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 303

class CreateApplicationRequest < Struct.new(
  :resource_group_name,
  :ops_center_enabled,
  :cwe_monitor_enabled,
  :ops_item_sns_topic_arn,
  :tags,
  :auto_config_enabled,
  :auto_create,
  :grouping_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 opsItem. Allows you to receive notifications for updates to the opsItem.

Returns:

  • (String)


303
304
305
306
307
308
309
310
311
312
313
314
315
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 303

class CreateApplicationRequest < Struct.new(
  :resource_group_name,
  :ops_center_enabled,
  :cwe_monitor_enabled,
  :ops_item_sns_topic_arn,
  :tags,
  :auto_config_enabled,
  :auto_create,
  :grouping_type,
  :attach_missing_permission)
  SENSITIVE = []
  include Aws::Structure
end

#resource_group_nameString

The name of the resource group.

Returns:

  • (String)


303
304
305
306
307
308
309
310
311
312
313
314
315
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 303

class CreateApplicationRequest < Struct.new(
  :resource_group_name,
  :ops_center_enabled,
  :cwe_monitor_enabled,
  :ops_item_sns_topic_arn,
  :tags,
  :auto_config_enabled,
  :auto_create,
  :grouping_type,
  :attach_missing_permission)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

Returns:



303
304
305
306
307
308
309
310
311
312
313
314
315
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 303

class CreateApplicationRequest < Struct.new(
  :resource_group_name,
  :ops_center_enabled,
  :cwe_monitor_enabled,
  :ops_item_sns_topic_arn,
  :tags,
  :auto_config_enabled,
  :auto_create,
  :grouping_type,
  :attach_missing_permission)
  SENSITIVE = []
  include Aws::Structure
end