ConfigService / Client / start_configuration_recorder
start_configuration_recorder¶
- ConfigService.Client.start_configuration_recorder(**kwargs)¶
- Starts the customer managed configuration recorder. The customer managed configuration recorder will begin recording configuration changes for the resource types you specify. - You must have created a delivery channel to successfully start the customer managed configuration recorder. You can use the PutDeliveryChannel operation to create a delivery channel. - See also: AWS API Documentation - Request Syntax- response = client.start_configuration_recorder( ConfigurationRecorderName='string' ) - Parameters:
- ConfigurationRecorderName (string) – - [REQUIRED] - The name of the customer managed configuration recorder that you want to start. 
- Returns:
- None 
 - Exceptions