AWS SDK Version 2 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.

.NET Framework 4.5
 
Container for the parameters to the GetResourceConfigHistory operation. Returns a list of configuration items for the specified resource. The list contains details about each state of the resource during the specified time interval.

The response is paginated, and by default, AWS Config returns a limit of 10 configuration items per page. You can customize this number with the limit parameter. The response includes a nextToken string, and to get the next page of results, run the request again and enter this string for the nextToken parameter.

Each call to the API is limited to span a duration of seven days. It is likely that the number of records returned is smaller than the specified limit. In such cases, you can make another call, using the nextToken.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ConfigService.AmazonConfigServiceRequest
      Amazon.ConfigService.Model.GetResourceConfigHistoryRequest

Namespace: Amazon.ConfigService.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class GetResourceConfigHistoryRequest : AmazonConfigServiceRequest
         IRequestEvents

The GetResourceConfigHistoryRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ChronologicalOrder Amazon.ConfigService.ChronologicalOrder Gets and sets the property ChronologicalOrder.

The chronological order for configuration items listed. By default the results are listed in reverse chronological order.

Public Property EarlierTime System.DateTime Gets and sets the property EarlierTime.

The time stamp that indicates an earlier time. If not specified, the action returns paginated results that contain configuration items that start from when the first configuration item was recorded.

Public Property LaterTime System.DateTime Gets and sets the property LaterTime.

The time stamp that indicates a later time. If not specified, current time is taken.

Public Property Limit System.Int32 Gets and sets the property Limit.

The maximum number of configuration items returned on each page. The default is 10. You cannot specify a limit greater than 100. If you specify 0, AWS Config uses the default.

Public Property NextToken System.String Gets and sets the property NextToken.

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

Public Property ResourceId System.String Gets and sets the property ResourceId.

The ID of the resource (for example., sg-xxxxxx).

Public Property ResourceType Amazon.ConfigService.ResourceType Gets and sets the property ResourceType.

The resource type.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5