ConfigurationItems
for the specified resource. The list contains details about each state of the resource during the specified time interval. If you specified a retention period to retain your ConfigurationItems
between a minimum of 30 days and a maximum of 7 years (2557 days), Config returns the ConfigurationItems
for the specified retention period. limit
parameter. The response includes a nextToken
string. To get the next page of results, run the request again and specify the string for the nextToken
parameter.curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
"resourceType": "AWS::EC2::CustomerGateway",
"resourceId": "string",
"laterTime": "string",
"earlierTime": "string",
"chronologicalOrder": "Reverse",
"limit": 0,
"nextToken": "string"
}'
{
"configurationItems": [],
"nextToken": "string"
}
sg-xxxxxx
).nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.sg-xxxxxx
).configuration
parameter.