configservice_get_resource_config_history: Returns a list of ConfigurationItems for the specified...

View source: R/configservice_operations.R

configservice_get_resource_config_historyR Documentation

Returns a list of ConfigurationItems for the specified resource

Description

Returns a list of 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.

See https://www.paws-r-sdk.com/docs/configservice_get_resource_config_history/ for full documentation.

Usage

configservice_get_resource_config_history(
  resourceType,
  resourceId,
  laterTime = NULL,
  earlierTime = NULL,
  chronologicalOrder = NULL,
  limit = NULL,
  nextToken = NULL
)

Arguments

resourceType

[required] The resource type.

resourceId

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

laterTime

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

earlierTime

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

chronologicalOrder

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

limit

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

nextToken

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


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.