You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ApplicationInsights::Types::UpdateApplicationRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateApplicationRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  resource_group_name: "ResourceGroupName", # required
  ops_center_enabled: false,
  cwe_monitor_enabled: false,
  ops_item_sns_topic_arn: "OpsItemSNSTopicArn",
  remove_sns_topic: false,
}

Instance Attribute Summary collapse

Instance Attribute Details

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

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

#ops_center_enabledBoolean

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

Returns:

  • (Boolean)

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

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

    The SNS topic provided to Application Insights that is associated to the created opsItem.

#remove_sns_topicBoolean

Disassociates the SNS topic from the opsItem created for detected problems.

Returns:

  • (Boolean)

    Disassociates the SNS topic from the opsItem created for detected problems.

#resource_group_nameString

The name of the resource group.

Returns:

  • (String)

    The name of the resource group.