applicationinsights_list_configuration_history {paws.management} | R Documentation |
Lists the INFO, WARN, and ERROR events for periodic configuration updates performed by Application Insights
Description
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.
Usage
applicationinsights_list_configuration_history(
ResourceGroupName = NULL,
StartTime = NULL,
EndTime = NULL,
EventStatus = NULL,
MaxResults = NULL,
NextToken = NULL,
AccountId = NULL
)
Arguments
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 Amazon Web Services account ID for the resource group owner. |