Class: Aws::ApplicationInsights::Types::CreateApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::CreateApplicationRequest
- Defined in:
- gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_config_enabled ⇒ Boolean
Indicates whether Application Insights automatically configures unmonitored resources in the resource group.
-
#auto_create ⇒ Boolean
Configures all of the resources in the resource group by applying the recommended configurations.
-
#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. -
#grouping_type ⇒ String
Application Insights can create applications based on a resource group or on an account.
-
#ops_center_enabled ⇒ Boolean
When set to
true
, creates opsItems for any problems detected on an application. -
#ops_item_sns_topic_arn ⇒ String
The SNS topic provided to Application Insights that is associated to the created opsItem.
-
#resource_group_name ⇒ String
The name of the resource group.
-
#tags ⇒ Array<Types::Tag>
List of tags to add to the application.
Instance Attribute Details
#auto_config_enabled ⇒ Boolean
Indicates whether Application Insights automatically configures unmonitored resources in the resource group.
234 235 236 237 238 239 240 241 242 243 244 245 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 234 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) SENSITIVE = [] include Aws::Structure end |
#auto_create ⇒ Boolean
Configures all of the resources in the resource group by applying the recommended configurations.
234 235 236 237 238 239 240 241 242 243 244 245 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 234 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) SENSITIVE = [] include Aws::Structure end |
#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.
234 235 236 237 238 239 240 241 242 243 244 245 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 234 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) SENSITIVE = [] include Aws::Structure end |
#grouping_type ⇒ String
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
.
234 235 236 237 238 239 240 241 242 243 244 245 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 234 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) SENSITIVE = [] include Aws::Structure end |
#ops_center_enabled ⇒ Boolean
When set to true
, creates opsItems for any problems detected on an
application.
234 235 236 237 238 239 240 241 242 243 244 245 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 234 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) SENSITIVE = [] include Aws::Structure end |
#ops_item_sns_topic_arn ⇒ String
The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.
234 235 236 237 238 239 240 241 242 243 244 245 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 234 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) SENSITIVE = [] include Aws::Structure end |
#resource_group_name ⇒ String
The name of the resource group.
234 235 236 237 238 239 240 241 242 243 244 245 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 234 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) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<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.
234 235 236 237 238 239 240 241 242 243 244 245 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 234 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) SENSITIVE = [] include Aws::Structure end |