GetResourceConfigHistoryRequest

The input for the GetResourceConfigHistory action.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

The chronologically latest time in the time range for which the history requested. If not specified, current time is taken.

Link copied to clipboard
val limit: Int?

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.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The resource type.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String