Adds an application that is created from a resource group
Adds an application that is created from a resource group.
applicationinsights_create_application(ResourceGroupName, OpsCenterEnabled, CWEMonitorEnabled, OpsItemSNSTopicArn, Tags)
ResourceGroupName |
[required] The name of the resource group. |
OpsCenterEnabled |
When set to |
CWEMonitorEnabled |
Indicates whether Application Insights can listen to CloudWatch events
for the application resources, such as |
OpsItemSNSTopicArn |
The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem. |
Tags |
List of tags to add to the application. tag key ( |
A list with the following syntax:
list( ApplicationInfo = list( ResourceGroupName = "string", LifeCycle = "string", OpsItemSNSTopicArn = "string", OpsCenterEnabled = TRUE|FALSE, CWEMonitorEnabled = TRUE|FALSE, Remarks = "string" ) )
svc$create_application( ResourceGroupName = "string", OpsCenterEnabled = TRUE|FALSE, CWEMonitorEnabled = TRUE|FALSE, OpsItemSNSTopicArn = "string", Tags = list( list( Key = "string", Value = "string" ) ) )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.