View source: R/applicationinsights_operations.R
applicationinsights_list_configuration_history | R Documentation |
Lists the INFO, WARN, and ERROR events for periodic configuration updates performed by Application Insights. Examples of events represented are:
See https://www.paws-r-sdk.com/docs/applicationinsights_list_configuration_history/ for full documentation.
applicationinsights_list_configuration_history(
ResourceGroupName = NULL,
StartTime = NULL,
EndTime = NULL,
EventStatus = NULL,
MaxResults = NULL,
NextToken = NULL,
AccountId = NULL
)
ResourceGroupName |
Resource group to which the application belongs. |
StartTime |
The start time of the event. |
EndTime |
The end time of the event. |
EventStatus |
The status of the configuration update event. Possible values include INFO, WARN, and ERROR. |
MaxResults |
The maximum number of results returned by
|
NextToken |
The |
AccountId |
The AWS account ID for the resource group owner. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.