Returns status information for sources within an aggregator. The status includes information about the last time AWS Config verified authorization between the source account and an aggregator account. In case of a failure, the status contains the related error code or message.
configservice_describe_configuration_aggregator_sources_status(
ConfigurationAggregatorName, UpdateStatus, NextToken, Limit)
[required] The name of the configuration aggregator.
Filters the status type.
Valid value FAILED indicates errors while moving data.
Valid value SUCCEEDED indicates the data was successfully moved.
Valid value OUTDATED indicates the data is not the most recent.
The nextToken
string returned on a previous page that you use to get
the next page of results in a paginated response.
The maximum number of AggregatorSourceStatus returned on each page. The default is maximum. If you specify 0, AWS Config uses the default.
svc$describe_configuration_aggregator_sources_status( ConfigurationAggregatorName = "string", UpdateStatus = list( "FAILED"|"SUCCEEDED"|"OUTDATED" ), NextToken = "string", Limit = 123 )