configservice_describe_configuration_aggregator_sources_status | R Documentation |
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.
configservice_describe_configuration_aggregator_sources_status(
ConfigurationAggregatorName,
UpdateStatus = NULL,
NextToken = NULL,
Limit = NULL
)
ConfigurationAggregatorName |
[required] The name of the configuration aggregator. |
UpdateStatus |
Filters the status type.
|
NextToken |
The |
Limit |
The maximum number of AggregatorSourceStatus returned on each page. The default is maximum. If you specify 0, Config uses the default. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.