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 3.5
 
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.

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

Syntax

C#
public abstract GetResourceConfigHistoryResponse GetResourceConfigHistory(
         GetResourceConfigHistoryRequest request
)

Parameters

request
Type: Amazon.ConfigService.Model.GetResourceConfigHistoryRequest

Container for the necessary parameters to execute the GetResourceConfigHistory service method.

Return Value
Type: Amazon.ConfigService.Model.GetResourceConfigHistoryResponse
The response from the GetResourceConfigHistory service method, as returned by ConfigService.

Exceptions

ExceptionCondition
InvalidLimitException The specified limit is outside the allowable range.
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
InvalidTimeRangeException The specified time range is not valid. The earlier time is not chronologically before the later time.
NoAvailableConfigurationRecorderException There are no configuration recorders available to provide the role needed to describe your resources. Create a configuration recorder.
ResourceNotDiscoveredException You have specified a resource that is either unknown or has not been discovered.
ValidationException The requested action is not valid.

Version Information

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