roleARN or the recordingGroup of an existing recorder. To change the role, call the action on the existing configuration recorder and specify a role.curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "ConfigurationRecorder": {
        "name": "string",
        "roleARN": "string",
        "recordingGroup": {}
    }
}'{}