configservice_put_service_linked_configuration_recorder {paws.management} | R Documentation |
Creates a service-linked configuration recorder that is linked to a specific Amazon Web Services service based on the ServicePrincipal you specify
Description
Creates a service-linked configuration recorder that is linked to a specific Amazon Web Services service based on the ServicePrincipal
you specify.
See https://www.paws-r-sdk.com/docs/configservice_put_service_linked_configuration_recorder/ for full documentation.
Usage
configservice_put_service_linked_configuration_recorder(
ServicePrincipal,
Tags = NULL
)
Arguments
ServicePrincipal |
[required] The service principal of the Amazon Web Services service for the service-linked configuration recorder that you want to create. |
Tags |
The tags for a service-linked configuration recorder. Each tag consists of a key and an optional value, both of which you define. |
[Package paws.management version 0.9.0 Index]