View source: R/applicationinsights_operations.R
applicationinsights_create_application | R Documentation |
Adds an application that is created from a resource group.
See https://www.paws-r-sdk.com/docs/applicationinsights_create_application/ for full documentation.
applicationinsights_create_application(
ResourceGroupName = NULL,
OpsCenterEnabled = NULL,
CWEMonitorEnabled = NULL,
OpsItemSNSTopicArn = NULL,
Tags = NULL,
AutoConfigEnabled = NULL,
AutoCreate = NULL,
GroupingType = NULL,
AttachMissingPermission = NULL
)
ResourceGroupName |
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 ( |
AutoConfigEnabled |
Indicates whether Application Insights automatically configures unmonitored resources in the resource group. |
AutoCreate |
Configures all of the resources in the resource group by applying the recommended configurations. |
GroupingType |
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 |
AttachMissingPermission |
If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.