paws.management (version 0.5.0)

configservice_describe_configuration_aggregator_sources_status: Returns status information for sources within an aggregator

Description

Returns status information for sources within an aggregator. The status includes information about the last time 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.

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

Usage

configservice_describe_configuration_aggregator_sources_status(
  ConfigurationAggregatorName,
  UpdateStatus = NULL,
  NextToken = NULL,
  Limit = NULL
)

Arguments

ConfigurationAggregatorName

[required] The name of the configuration aggregator.

UpdateStatus

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.

NextToken

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

Limit

The maximum number of AggregatorSourceStatus returned on each page. The default is maximum. If you specify 0, Config uses the default.