AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the ListConfigurationHistory operation. Lists the INFO, WARN, and ERROR events for periodic configuration updates performed by Application Insights. Examples of events represented are:
INFO: creating a new alarm or updating an alarm threshold.
WARN: alarm not created due to insufficient data points used to predict thresholds.
ERROR: alarm not created due to permission errors or exceeding quotas.
Namespace: Amazon.ApplicationInsights.Model
Assembly: AWSSDK.ApplicationInsights.dll
Version: 3.x.y.z
public class ListConfigurationHistoryRequest : AmazonApplicationInsightsRequest IAmazonWebServiceRequest
The ListConfigurationHistoryRequest type exposes the following members
Name | Description | |
---|---|---|
ListConfigurationHistoryRequest() |
Name | Type | Description | |
---|---|---|---|
AccountId | System.String |
Gets and sets the property AccountId. The Amazon Web Services account ID for the resource group owner. |
|
EndTime | System.DateTime |
Gets and sets the property EndTime. The end time of the event. |
|
EventStatus | Amazon.ApplicationInsights.ConfigurationEventStatus |
Gets and sets the property EventStatus. The status of the configuration update event. Possible values include INFO, WARN, and ERROR. |
|
MaxResults | System.Int32 |
Gets and sets the property MaxResults.
The maximum number of results returned by |
|
NextToken | System.String |
Gets and sets the property NextToken.
The |
|
ResourceGroupName | System.String |
Gets and sets the property ResourceGroupName. Resource group to which the application belongs. |
|
StartTime | System.DateTime |
Gets and sets the property StartTime. The start time of the event. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5