configservice_describe_configuration_recorders {paws.management} | R Documentation |
Returns details for the configuration recorder you specify
Description
Returns details for the configuration recorder you specify.
See https://www.paws-r-sdk.com/docs/configservice_describe_configuration_recorders/ for full documentation.
Usage
configservice_describe_configuration_recorders(
ConfigurationRecorderNames = NULL,
ServicePrincipal = NULL,
Arn = NULL
)
Arguments
ConfigurationRecorderNames |
A list of names of the configuration recorders that you want to specify. |
ServicePrincipal |
For service-linked configuration recorders, you can use the service principal of the linked Amazon Web Services service to specify the configuration recorder. |
Arn |
The Amazon Resource Name (ARN) of the configuration recorder that you want to specify. |
[Package paws.management version 0.9.0 Index]