amazonka-config-0.1.4: Amazon Config SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Config.PutConfigurationRecorder

Contents

Description

Creates a new configuration recorder to record the resource configurations.

You can use this action to change the role (roleARN) of an existing recorder. To change the role, call the action on the existing configuration recorder and specify a role.

http://docs.aws.amazon.com/config/latest/APIReference/API_PutConfigurationRecorder.html

Synopsis

Request

Request constructor

Request lenses

pcrConfigurationRecorder :: Lens' PutConfigurationRecorder ConfigurationRecorder Source

The configuration recorder object that records each configuration change made to the resources.

Response

Response constructor