Updates the application.
See https://www.paws-r-sdk.com/docs/applicationinsights_update_application/ for full documentation.
applicationinsights_update_application(
ResourceGroupName,
OpsCenterEnabled = NULL,
CWEMonitorEnabled = NULL,
OpsItemSNSTopicArn = NULL,
SNSNotificationArn = NULL,
RemoveSNSTopic = NULL,
AutoConfigEnabled = NULL,
AttachMissingPermission = NULL
)
[required] The name of the resource group.
When set to true
, creates opsItems for any problems detected on an
application.
Indicates whether Application Insights can listen to CloudWatch events
for the application resources, such as instance terminated
,
failed deployment
, and others.
The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.
The SNS topic ARN. Allows you to receive SNS notifications for updates and issues with an application.
Disassociates the SNS topic from the opsItem created for detected problems.
Turns auto-configuration on or off.
If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.