configservice_describe_configuration_recorder_status {paws.management} | R Documentation |
Returns the current status of the specified configuration recorder as well as the status of the last recording event for the recorder
Description
Returns the current status of the specified configuration recorder as well as the status of the last recording event for the recorder. If a configuration recorder is not specified, this action returns the status of all configuration recorders associated with the account.
See https://www.paws-r-sdk.com/docs/configservice_describe_configuration_recorder_status/ for full documentation.
Usage
configservice_describe_configuration_recorder_status(
ConfigurationRecorderNames = NULL
)
Arguments
ConfigurationRecorderNames |
The name(s) of the configuration recorder. If the name is not specified, the action returns the current status of all the configuration recorders associated with the account. |
[Package paws.management version 0.7.0 Index]