Description Usage Arguments Value Request syntax
View source: R/configservice_operations.R
Starts recording configurations of the AWS resources you have selected to record in your AWS account.
You must have created at least one delivery channel to successfully start the configuration recorder.
1 | configservice_start_configuration_recorder(ConfigurationRecorderName)
|
ConfigurationRecorderName |
[required] The name of the recorder object that records each configuration change made to the resources. |
An empty list.
1 2 3 | svc$start_configuration_recorder(
ConfigurationRecorderName = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.