AWS SDK Version 3 for .NET
API Reference

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:

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ApplicationInsights.AmazonApplicationInsightsRequest
      Amazon.ApplicationInsights.Model.ListConfigurationHistoryRequest

Namespace: Amazon.ApplicationInsights.Model
Assembly: AWSSDK.ApplicationInsights.dll
Version: 3.x.y.z

Syntax

C#
public class ListConfigurationHistoryRequest : AmazonApplicationInsightsRequest
         IAmazonWebServiceRequest

The ListConfigurationHistoryRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AccountId System.String

Gets and sets the property AccountId.

The Amazon Web Services account ID for the resource group owner.

Public Property EndTime System.DateTime

Gets and sets the property EndTime.

The end time of the event.

Public Property EventStatus Amazon.ApplicationInsights.ConfigurationEventStatus

Gets and sets the property EventStatus.

The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.

Public Property NextToken System.String

Gets and sets the property NextToken.

The NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

Public Property ResourceGroupName System.String

Gets and sets the property ResourceGroupName.

Resource group to which the application belongs.

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

The start time of the event.

Version Information

.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