View source: R/configservice_operations.R
configservice_get_resource_config_history | R Documentation |
For accurate reporting on the compliance status, you must record the AWS::Config::ResourceCompliance
resource type. For more information, see Selecting Which Resources Config Records.
See https://www.paws-r-sdk.com/docs/configservice_get_resource_config_history/ for full documentation.
configservice_get_resource_config_history(
resourceType,
resourceId,
laterTime = NULL,
earlierTime = NULL,
chronologicalOrder = NULL,
limit = NULL,
nextToken = NULL
)
resourceType |
[required] The resource type. |
resourceId |
[required] The ID of the resource (for example., |
laterTime |
The chronologically latest time in the time range for which the history requested. If not specified, current time is taken. |
earlierTime |
The chronologically earliest time in the time range for which the history requested. 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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.