Amazon.ConfigService.AmazonConfigServiceClient.StartConfigurationRecorder C# (CSharp) Method

StartConfigurationRecorder() public method

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.

/// There is no delivery channel available to record configurations. /// /// You have specified a configuration recorder that does not exist. ///
public StartConfigurationRecorder ( Amazon.ConfigService.Model.StartConfigurationRecorderRequest request ) : StartConfigurationRecorderResponse
request Amazon.ConfigService.Model.StartConfigurationRecorderRequest Container for the necessary parameters to execute the StartConfigurationRecorder service method.
return StartConfigurationRecorderResponse
        public StartConfigurationRecorderResponse StartConfigurationRecorder(StartConfigurationRecorderRequest request)
        {
            var marshaller = new StartConfigurationRecorderRequestMarshaller();
            var unmarshaller = StartConfigurationRecorderResponseUnmarshaller.Instance;

            return Invoke<StartConfigurationRecorderRequest,StartConfigurationRecorderResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonConfigServiceClient::StartConfigurationRecorder ( string configurationRecorderName ) : StartConfigurationRecorderResponse
AmazonConfigServiceClient